=== Released 2.3.0 ===

Thu Oct 23 12:38:24 2003  Owen Taylor  <otaylor@redhat.com>

        * === Released 2.3.0 ===

        * tests/gobject/Makefile.am (dist-hook): Remove
        and extra backslash.

        * tests/gobject/Makefile.am (EXTRA_DIST): Add
        testmarshal.list.

        * glib/Makefile.am (libglib_2_0_la_SOURCES): Add
        missing gunicode-private.h.

        * tests/testglib.c (main): Fix a warning.

        * tests/gobject/ifaceinherit.c: Remove check that
        wasn't supposed to work (adding an interface already
        added to the derived class to the base class),
        fix a bug.
This commit is contained in:
Owen Taylor 2003-10-23 22:42:31 +00:00 committed by Owen Taylor
parent 9c8150fd35
commit dfa8c540a1
76 changed files with 5682 additions and 5041 deletions

View File

@ -1,3 +1,23 @@
Thu Oct 23 12:38:24 2003 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.0 ===
* tests/gobject/Makefile.am (dist-hook): Remove
and extra backslash.
* tests/gobject/Makefile.am (EXTRA_DIST): Add
testmarshal.list.
* glib/Makefile.am (libglib_2_0_la_SOURCES): Add
missing gunicode-private.h.
* tests/testglib.c (main): Fix a warning.
* tests/gobject/ifaceinherit.c: Remove check that
wasn't supposed to work (adding an interface already
added to the derived class to the base class),
fix a bug.
Wed Oct 22 23:41:03 2003 Matthias Clasen <maclas@gmx.de>
* NEWS: Update for 2.3.0.

View File

@ -1,3 +1,23 @@
Thu Oct 23 12:38:24 2003 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.0 ===
* tests/gobject/Makefile.am (dist-hook): Remove
and extra backslash.
* tests/gobject/Makefile.am (EXTRA_DIST): Add
testmarshal.list.
* glib/Makefile.am (libglib_2_0_la_SOURCES): Add
missing gunicode-private.h.
* tests/testglib.c (main): Fix a warning.
* tests/gobject/ifaceinherit.c: Remove check that
wasn't supposed to work (adding an interface already
added to the derived class to the base class),
fix a bug.
Wed Oct 22 23:41:03 2003 Matthias Clasen <maclas@gmx.de>
* NEWS: Update for 2.3.0.

View File

@ -1,3 +1,23 @@
Thu Oct 23 12:38:24 2003 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.0 ===
* tests/gobject/Makefile.am (dist-hook): Remove
and extra backslash.
* tests/gobject/Makefile.am (EXTRA_DIST): Add
testmarshal.list.
* glib/Makefile.am (libglib_2_0_la_SOURCES): Add
missing gunicode-private.h.
* tests/testglib.c (main): Fix a warning.
* tests/gobject/ifaceinherit.c: Remove check that
wasn't supposed to work (adding an interface already
added to the derived class to the base class),
fix a bug.
Wed Oct 22 23:41:03 2003 Matthias Clasen <maclas@gmx.de>
* NEWS: Update for 2.3.0.

View File

@ -1,3 +1,23 @@
Thu Oct 23 12:38:24 2003 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.0 ===
* tests/gobject/Makefile.am (dist-hook): Remove
and extra backslash.
* tests/gobject/Makefile.am (EXTRA_DIST): Add
testmarshal.list.
* glib/Makefile.am (libglib_2_0_la_SOURCES): Add
missing gunicode-private.h.
* tests/testglib.c (main): Fix a warning.
* tests/gobject/ifaceinherit.c: Remove check that
wasn't supposed to work (adding an interface already
added to the derived class to the base class),
fix a bug.
Wed Oct 22 23:41:03 2003 Matthias Clasen <maclas@gmx.de>
* NEWS: Update for 2.3.0.

View File

@ -1,3 +1,23 @@
Thu Oct 23 12:38:24 2003 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.0 ===
* tests/gobject/Makefile.am (dist-hook): Remove
and extra backslash.
* tests/gobject/Makefile.am (EXTRA_DIST): Add
testmarshal.list.
* glib/Makefile.am (libglib_2_0_la_SOURCES): Add
missing gunicode-private.h.
* tests/testglib.c (main): Fix a warning.
* tests/gobject/ifaceinherit.c: Remove check that
wasn't supposed to work (adding an interface already
added to the derived class to the base class),
fix a bug.
Wed Oct 22 23:41:03 2003 Matthias Clasen <maclas@gmx.de>
* NEWS: Update for 2.3.0.

View File

@ -1,3 +1,23 @@
Thu Oct 23 12:38:24 2003 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.0 ===
* tests/gobject/Makefile.am (dist-hook): Remove
and extra backslash.
* tests/gobject/Makefile.am (EXTRA_DIST): Add
testmarshal.list.
* glib/Makefile.am (libglib_2_0_la_SOURCES): Add
missing gunicode-private.h.
* tests/testglib.c (main): Fix a warning.
* tests/gobject/ifaceinherit.c: Remove check that
wasn't supposed to work (adding an interface already
added to the derived class to the base class),
fix a bug.
Wed Oct 22 23:41:03 2003 Matthias Clasen <maclas@gmx.de>
* NEWS: Update for 2.3.0.

13
INSTALL
View File

@ -1,8 +1,8 @@
Simple install procedure
========================
% gzip -cd glib-2.2.0.tar.gz | tar xvf - # unpack the sources
% cd glib-2.2.0 # change to the toplevel directory
% gzip -cd glib-2.3.0.tar.gz | tar xvf - # unpack the sources
% cd glib-2.3.0 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
@ -91,7 +91,7 @@ and should be deleted.
.pc files for the various libraries are installed in
$exec_prefix/lib/pkgconfig to provide information when compiling
other packages that depend on GTK+. If you set PKG_CONFIG_PATH
other packages that depend on GLib. If you set PKG_CONFIG_PATH
so that it points to this directory, then you can get the
correct include flags and library flags for compiling a GLib
application with:
@ -109,10 +109,3 @@ in the file:
docs/reference/glib/html/glib-cross-compiling.html
Or online at:
http://developer.gnome.org/doc/API/2.0/glib/glib-cross-compiling.html

2
README
View File

@ -1,7 +1,7 @@
General Information
===================
This is GLib version 2.2.0. GLib is the low-level core
This is GLib version 2.3.0. GLib is the low-level core
library that forms the basis for projects such as GTK+ and GNOME. It
provides data structure handling for C, portability wrappers, and
interfaces for such runtime functionality as an event loop, threads,

View File

@ -1,3 +1,16 @@
Thu Oct 23 14:27:54 2003 Owen Taylor <otaylor@redhat.com>
* gobject/Makefile.am: Add a dist-hook so that the
man pages get distributed.
* glib/Makefile.am: Add a dist-hook so that the
man pages get distributed.
* glib/Makefile.am (content_files): Add cross.sgml.
* gobject/Makefile.am (INCLUDES): Add $(top_srcdir)/glib,
and (for gobject.cI) $(srcdir)
Tue Oct 21 23:29:54 2003 Matthias Clasen <maclas@gmx.de>
* gobject/tmpl/gtypemodule.sgml:

View File

@ -43,6 +43,7 @@ HTML_IMAGES = \
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
content_files = \
cross.sgml \
running.sgml \
building.sgml \
changes.sgml \
@ -54,15 +55,6 @@ content_files = \
# Extra options to supply to gtkdoc-fixref
FIXXREF_OPTIONS=
man_MANS = glib-gettextize.1
if ENABLE_MAN
%.1 : %.xml
@XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
endif
# include common portion ...
include $(top_srcdir)/gtk-doc.make
@ -72,3 +64,23 @@ EXTRA_DIST += \
mainloop-states.png \
mainloop-states.eps \
version.xml.in
########################################################################
man_MANS = glib-gettextize.1
if ENABLE_MAN
%.1 : %.xml
@XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
endif
BUILT_EXTRA_DIST = $(man_MANS)
dist-hook-local: $(BUILT_EXTRA_DIST)
files='$(BUILT_EXTRA_DIST)'; \
for f in $$files; do \
if test -f $$f; then d=.; else d=$(srcdir); fi; \
cp $$d/$$f $(distdir) || exit 1; done

View File

@ -18,7 +18,9 @@ CFILE_GLOB=$(top_srcdir)/gobject/*.c
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
INCLUDES = \
-I$(srcdir) \
-I$(top_srcdir) \
-I$(top_srcdir)/glib \
-I$(top_builddir) \
-I$(top_builddir)/glib \
$(GLIB_DEBUG_FLAGS)
@ -41,6 +43,15 @@ content_files = version.xml \
# Extra options to supply to gtkdoc-fixref
FIXXREF_OPTIONS=--extra-dir=$(srcdir)/../glib/html
include $(top_srcdir)/gtk-doc.make
# Other files to distribute
EXTRA_DIST += \
gobject.cI \
version.xml.in
########################################################################
man_MANS = glib-mkenums.1 glib-genmarshal.1 gobject-query.1
if ENABLE_MAN
@ -50,12 +61,10 @@ if ENABLE_MAN
endif
include $(top_srcdir)/gtk-doc.make
# Other files to distribute
EXTRA_DIST += version.xml.in
BUILT_EXTRA_DIST = $(man_MANS)
dist-hook-local: $(BUILT_EXTRA_DIST)
files='$(BUILT_EXTRA_DIST)'; \
for f in $$files; do \
if test -f $$f; then d=.; else d=$(srcdir); fi; \
cp $$d/$$f $(distdir) || exit 1; done

View File

@ -55,7 +55,6 @@ automatically removed when the objects they point to go away.
</itemizedlist>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>

View File

@ -31,14 +31,6 @@ Parameter Specifications
@Returns:
<!-- ##### STRUCT GObjectConstructParam ##### -->
<para>
</para>
@pspec:
@value:
<!-- ##### STRUCT GParamSpecClosure ##### -->
<para>

View File

@ -346,6 +346,7 @@ for an example of the use of this capability.
be redirected, or %NULL if none.
@Since: 2.4
<!-- ##### FUNCTION g_param_spec_internal ##### -->
<para>
Creates a new #GParamSpec instance.

View File

@ -58,7 +58,6 @@ The members of the <structname>GTypeModule</structname> structure should not
be accessed directly, except for the @name field.
</para>
@name: the name of the #GTypeModule.
<!-- ##### STRUCT GTypeModuleClass ##### -->
<para>
@ -70,6 +69,10 @@ the @load and @unload functions in #GTypeModuleClass must be implemented.
@load: loads the module and registers one or more types using
g_type_module_register_type().
@unload: unloads the module
@reserved1:
@reserved2:
@reserved3:
@reserved4:
<!-- ##### FUNCTION g_type_module_use ##### -->
<para>

View File

@ -21,6 +21,17 @@ to the #GObject implementation and should never be accessed directly.
</para>
<!-- ##### SIGNAL GObject::notify ##### -->
<para>
The notify signal is emitted on an object when one of its properties
has been changed. Note that getting this signal doesn't guarantee that the
value of the property has actually changed, it may also be emitted when
the setter for the property is called to reinstate the previous value.
</para>
@gobject: the object which received the signal.
@pspec: the #GParamSpec of the property which changed
<!-- ##### STRUCT GObjectClass ##### -->
<para>
@ -832,14 +843,3 @@ properties in set_property() and get_property() implementations.
@pspec: the #GParamSpec of the property
<!-- ##### SIGNAL GObject::notify ##### -->
<para>
The notify signal is emitted on an object when one of its properties
has been changed. Note that getting this signal doesn't guarantee that the
value of the property has actually changed, it may also be emitted when
the setter for the property is called to reinstate the previous value.
</para>
@gobject: the object which received the signal.
@pspec: the #GParamSpec of the property which changed

View File

@ -1648,6 +1648,7 @@ Returns whether the given #GParamSpec is of type %G_TYPE_PARAM_OBJECT.
@pspec: a #GParamSpec
@Since: 2.4
<!-- ##### MACRO G_PARAM_SPEC_OVERRIDE ##### -->
<para>
Casts a #GParamSpec into a #GParamSpecObject.

View File

@ -891,3 +891,4 @@ and no further handling is needed.
@Returns: standard #GSignalAccumulator result
@Since: 2.4

View File

@ -89,6 +89,7 @@ libglib_2_0_la_SOURCES = \
gunicomp.h \
gunidecomp.h \
gunidecomp.c \
gunicodeprivate.h \
gutils.c \
gdebug.h \
gprintf.c \

202
po/am.po
View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib VERSION\n"
"POT-Creation-Date: 2003-01-16 08:20+0100\n"
"POT-Creation-Date: 2003-10-23 12:39-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"
@ -15,69 +15,69 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr ""
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1304
#: glib/giochannel.c:1346 glib/giochannel.c:2188 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr ""
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1311
#: glib/giochannel.c:2200
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr ""
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr ""
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr ""
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr ""
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s'ን ተቀብሏል"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr ""
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr ""
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr ""
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"
@ -86,101 +86,102 @@ msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"
msgid "Error opening directory '%s': %s"
msgstr ""
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr ""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr ""
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr ""
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr ""
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr ""
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr ""
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr ""
#: glib/giochannel.c:1132
#: glib/gfileutils.c:1150
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr ""
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr ""
#: glib/giochannel.c:1136
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr ""
#: glib/giochannel.c:1481
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
#: glib/giochannel.c:1528 glib/giochannel.c:1785 glib/giochannel.c:1871
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr ""
#: glib/giochannel.c:1608 glib/giochannel.c:1685
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr ""
#: glib/giochannel.c:1671
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr ""
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "የሶከት ስህተት"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr ""
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr ""
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -188,82 +189,82 @@ msgid ""
"it as &amp;"
msgstr ""
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "የማይሰራ የUTF-8 ጽሑፍ"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -271,87 +272,87 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, 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:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr ""
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@ -377,36 +378,36 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr ""
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr ""
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr ""
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr ""
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr ""
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr ""
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr ""
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr ""
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
@ -416,55 +417,58 @@ msgstr ""
msgid "Failed to read data from child process (%s)"
msgstr ""
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr ""
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr ""
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr ""
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr ""
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr ""
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr ""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr ""
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr ""
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr ""
#~ msgid "Socket error"
#~ msgstr "የሶከት ስህተት"

221
po/ar.po
View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"POT-Creation-Date: 2003-04-27 19:53+0200\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-04-27 22:34+0200\n"
"Last-Translator: Arafat Medini <lumina@silverpen.de>\n"
"Language-Team: Arabic <doc@arabeyes.org>\n"
@ -16,69 +16,69 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.0.1\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "التّحويل من مجموعة المحارف '%s' الى '%s' غير مدعوم"
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "لم يمكن فتح المحوّل من '%s' الى '%s': %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:909
#: glib/gutf8.c:1354
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "سلسلة بايتات غير سليمة في مُدخلات التحويل"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "خطأ أثناء التحويل: %s"
#: glib/gconvert.c:626 glib/gutf8.c:905 glib/gutf8.c:1105 glib/gutf8.c:1246
#: glib/gutf8.c:1350
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "سلسلة حرفيّات جزئي عند نهاية المُدخل"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "لم يمكن تحويل fallback '%s' الى مجموعة المحارف '%s'"
#: glib/gconvert.c:1631
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "الـURI '%s' ليس URI كامل باستخدام مخطّط الملفات"
#: glib/gconvert.c:1641
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "ملف الـ URI المحلي '%s' قد لا يحتوي على '#'"
#: glib/gconvert.c:1658
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "الـURI '%s' غير سليم"
#: glib/gconvert.c:1670
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "اسم مستضيف الـURI '%s' غير سليم"
#: glib/gconvert.c:1686
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "الـURI '%s' يحتوي على حروف هربت بطريقة غير سليمة "
#: glib/gconvert.c:1757
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "اسم المسار '%s' ليس مسارا كاملا"
#: glib/gconvert.c:1767
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "اسم المستضيف غير سليم"
@ -87,100 +87,103 @@ msgstr "اسم المستضيف غير سليم"
msgid "Error opening directory '%s': %s"
msgstr "خطأ أثناء فتح الدليل '%s': %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "لم يمكن تحديد %lu بايتس لقرائة الملف \"%s\""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "خطأ عند قراءة الملف '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "فشلت القراءة من الملف '%s': %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "فشل فتح الملف '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "فشلت في أخذ صفات الملف '%s': فشل fstat(): %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "فشل فتح الملف '%s': فشل fdopen(): %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "القالب '%s' غير سليم, لا يجب أن يحتوي على '%s'"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "القالب '%s' لا ينتهي بـXXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "فشل انشاء الملف '%s': %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "فشل انشاء الملف '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "التحويل من مجموعة المحارف `%s' الى `%s' غير مدعوم"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "لم يمكن فتح المحوِّل من `%s' الى `%s': %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "لا يمكن عمل قراءة خام في g_io_channel_read_line_string"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "بيانات غير محوّلة باقية في حاجز القراءة الخلفي"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "القناة تنتهي عند حرف جزئي"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "لا يمكن عمل قراءة خام في g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "حجم رسالة غير صحيح"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "خطأ في المقبس"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "خطأ في السطر %d الرمز %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "خطأ في السطر %d: %s"
#: glib/gmarkup.c:385
msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "كيان فارغ '&;' تمت رؤيته، الكيانات السليمة هي:&amp; &quot; &lt; &gt; &apos; "
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"كيان فارغ '&;' تمت رؤيته، الكيانات السليمة هي:&amp; &quot; &lt; &gt; &apos; "
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -190,17 +193,17 @@ msgstr ""
"الرمز '%s' غير سليم عند بداية اسم الكيان; الرمز & يبدأ كياناً, ان كان علامة "
"اﻻمبارساند هذه غير موضوعة على انها كيان, تخطاها باعتبارها &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "الرمز '%s' غير موجود داخل اسم أي كيان"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "اسم الكيان '%s' غير معروف"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -208,7 +211,7 @@ msgstr ""
"اسم الكيان لم ينته بفاصلة منقوطة; الأرجح أنك استخدمت علامة امبارساند دون أن "
"تنوي بدء كيان - تخطا العلامة عن طريق اعتبارها &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -217,16 +220,16 @@ msgstr ""
"فشل اعراب '%s', الذي كان يجب أن يكون رقما داخل مرجع الرمز (&#234; مثلا) - "
"ربما الرقم عريض جدا"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "مرجع الرمز '%s' لا يقوم بتشفير رمز مسموح به"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "مرجع رمز فارغ; يجب أن يتضمن رقماَ مثل &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -235,42 +238,43 @@ msgstr ""
"مرجع الرمز لم ينته بفاصلة منقوطة; الأرجح أنك استخدمت علامة امبارساند دون أن "
"تنوي بدء كيان - تخطا العلامت عن طريق اعتبارها &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "مرجع كيان غير منتهى منه"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "مرجع رمز غير منتهى منه"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "نص UTF-8 مشفر غير سليم"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "يجب أن يبدأ المستند بعنصر (<book> مثلا)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' رمز غير سليم بعد الرمز '<'; ربما لا يبدأ هذا الرمز اسم عنصر"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "رمز غريب '%s', توقعت رمز '>' لإنهاء بداية علامة العنصر '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "رمز غريب '%s', توقعت '=' بعد اسم الصفة '%s' للعنصر '%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -280,7 +284,7 @@ msgstr ""
"رمز غريب '%s', توقعت الرمز '>' أو '/' لإنهاء علامة البداية للعنصر '%s', أو "
"بشكل اختياري صفة; ربما استخدمت رمزاً غير صالح في اسم صفة"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -289,39 +293,39 @@ msgstr ""
"رمز غريب '%s', توقعت علامة اقتباس مفتوحة بعد علامة التساوي عند إعطاء قيمة من "
"الصفة '%s' للعنصر '%s'"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "'%s' رمز غير صالح بعد الرموز '</'; '%s' ربما لن يبدأ اسم عنصر"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s' رمز غير صالح بعد اغلاق اسم العنصر '%s'; الرمز المسموح به هو '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "العنصر '%s' كان مغلقا، لا عنصر مفتوح حاليا"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "العنصر '%s' كان مغلقا, لكن العنصر المفتوح حاليا هو '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "المستند كان فارغا أو كان يحتوي فقط على مساحات فارغة"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "انتهى المستند بشكل غير متوقع بعد قوس بزاوية '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -330,26 +334,27 @@ msgstr ""
"انتهى المستند بشكل غير متوقع مع عناصر لا زالت مفتوحة - '%s' كان آخر عنصر "
"مفتوح"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "انتهى المستند بشكل غير متوقع، كنت توقعت رؤية قوس ذا زاوية لينهي العلامة<%s/>"
msgstr ""
"انتهى المستند بشكل غير متوقع، كنت توقعت رؤية قوس ذا زاوية لينهي العلامة<%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "انتهى المستند بشكل غير متوقع داخل اسم عنصر"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "انتهى المستند بشكل غير متوقع داخل اسم صفة"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "انتهى المستند بشكل غير متوقع بعد علامة فتح عنصر"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -357,16 +362,16 @@ msgstr ""
"انتهى المستند بشكل غير متوقع بعد علامة التساوي اثر اسم صفة; لا توجد قيمة "
"للصفة"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "انتهى المستند بشكل غير متوقع وهو داخلَ قيمة صفة"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "انتهى المستند بشكل غير متوقع داخل علامة انهاء للعنصر '%s'"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "انتهى المستند بشكل غير متوقع داخل تعليق أو تعليمات معالجة"
@ -376,7 +381,8 @@ msgstr "النص المقتبس لا يبدأ بعلامة اقتباس"
#: glib/gshell.c:162
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "علامة اقتباس غير مطابقة في سطر الأوامر أو نص منقول من الغلاف (سطر الأوامر)"
msgstr ""
"علامة اقتباس غير مطابقة في سطر الأوامر أو نص منقول من الغلاف (سطر الأوامر)"
#: glib/gshell.c:530
#, c-format
@ -392,36 +398,36 @@ msgstr "انتهى النص قبل ايجاد المُقتَبَس لـ%c (ال
msgid "Text was empty (or contained only whitespace)"
msgstr "النص كان فارغا (أو كان يحتوي على فراغ أبيض)"
#: glib/gspawn-win32.c:286
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "فشلت قراءة البيانات من العملية الإبنة"
#: glib/gspawn-win32.c:414
#: glib/gspawn-win32.c:426
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:784 glib/gspawn.c:979
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "فشلت القراءة من الأنبوب الإبن (%s)"
#: glib/gspawn-win32.c:871
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "فشل تنفيذ التطبيق المعين"
#: glib/gspawn-win32.c:904 glib/gspawn.c:1184
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "فشل التغيير الى الدليل '%s' (%s)"
#: glib/gspawn-win32.c:913
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "فشل تنفيذ العملية الإبنة (%s)"
#: glib/gspawn-win32.c:956 glib/gspawn.c:1315
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "فشل التغيير الى الدليل '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "فشل عمل أنبوب للاتصال بالعملية الإبنة (%s)"
@ -431,59 +437,64 @@ msgstr "فشل عمل أنبوب للاتصال بالعملية الإبنة (%
msgid "Failed to read data from child process (%s)"
msgstr "فشلت قراءة البيانات من العملية الإبنة (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "خطأ غير متوقع في select() أثناء قراءة البيانات من العملية الإبنة (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "خطأ غير متوقع في waitpid() (%s)"
#: glib/gspawn.c:1044
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "فشل تفريق (%s)"
#: glib/gspawn.c:1194
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "فشل تنفيذ العملية الإبنة \"%s\" (%s)"
#: glib/gspawn.c:1204
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "فشل اعادة توجيه المخرج أو المدخل للعملية الإبنة (%s)"
#: glib/gspawn.c:1213
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "فشل تفريق العملية الإبنة (%s)"
#: glib/gspawn.c:1221
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "خطأ غير معروف أثناء تنفيذ العملية الإبنة \"%s\""
#: glib/gspawn.c:1243
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "فشلت قراءة بيانات كافية من أنبوب child pid (%s)"
#: glib/gutf8.c:984
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "الرمز خارج حدود UTF-8"
#: glib/gutf8.c:1073 glib/gutf8.c:1082 glib/gutf8.c:1214 glib/gutf8.c:1223
#: glib/gutf8.c:1364 glib/gutf8.c:1460
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "سلسلة غير سليمة في مُدخلات التحويل"
#: glib/gutf8.c:1375 glib/gutf8.c:1471
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "الحرف خارج حدود UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "حجم رسالة غير صحيح"
#~ msgid "Socket error"
#~ msgstr "خطأ في المقبس"
#~ msgid "Channel set flags unsupported"
#~ msgstr "Channel set flags غير مدعوم"

181
po/az.po
View File

@ -5,78 +5,78 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 1.3.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2003-08-11 11:53+0200\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-06-22 18:32+0200\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani Turkic <gnome@azitt.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Report-Msgid-Bugs-To: \n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, 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:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "`%s' dən `%s' ə dönüşdürücü açıla bilmir: %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1306
#: glib/giochannel.c:1348 glib/giochannel.c:2190 glib/gutf8.c:909
#: glib/gutf8.c:1354
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "dönüşdürmə girişində hökmsüz bayt qatarı"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1313
#: glib/giochannel.c:2202
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
#: glib/gconvert.c:626 glib/gutf8.c:905 glib/gutf8.c:1105 glib/gutf8.c:1246
#: glib/gutf8.c:1350
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Girişin sonunda parçalı hərf qatarı"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, 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:1631
#: glib/gconvert.c:1411
#, 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:1641
#: glib/gconvert.c:1421
#, 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:1658
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "`%s' URI-si səhvdir"
#: glib/gconvert.c:1670
#: glib/gconvert.c:1450
#, 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:1686
#: glib/gconvert.c:1466
#, 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:1757
#: glib/gconvert.c:1537
#, 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:1767
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Hökmsüz qovşaq adı"
@ -85,94 +85,103 @@ msgstr "Hökmsüz qovşaq adı"
msgid "Error opening directory '%s': %s"
msgstr "Cərgə açma xətası: '%s': %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "\"%2$s\" faylını oxumaq üçün %1$lu bayt ayrıla bilmir"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Fayl oxuma xətası: '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Fayldan oxuma iflası '%s': %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Fayl açma iflası '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Faylın xüsusiyyətlərini əldə etmə iflası '%s': fstat() iflası: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Fayl açma iflası '%s': fdopen() iflası: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Nümunə '%s' hökmsüzdür, '%s' daxil etməməlidir"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Şablon '%s' XXXXXX ilə qurtarmır"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Fayl yaratma iflası '%s': %s"
#: glib/giochannel.c:1134
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Fayl yaratma iflası '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, 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/giochannel.c:1138
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "`%s' dən `%s' ə dönüşdürücü açıla bilmir: %s"
#: glib/giochannel.c:1483
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Can't do a raw read in g_io_channel_read_line_string"
#: glib/giochannel.c:1530 glib/giochannel.c:1787 glib/giochannel.c:1873
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Oxuna buferdə dönüşdürülməmiş verilənlər var"
#: glib/giochannel.c:1610 glib/giochannel.c:1687
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Kanal qismi xarakterlə bitir"
#: glib/giochannel.c:1673
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Can't do a raw read in g_io_channel_read_to_end"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "%d. sətir %d. xarakterində xəta: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "%d sətirində xəta : %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Boş element '&;' tapldı; hökmlü elementlər: &amp; &quot; &lt; &qt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -183,17 +192,17 @@ msgstr ""
"başlayar; əgər bu ampersand bir element olaraq var sayılmazsa, &amp olaraq "
"işlədə bilərsiniz"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Xarakter '%s' bir element adının içində hökmlü deyildir"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Element adı '%s' bilinmir"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -202,7 +211,7 @@ msgstr ""
"işlətdiniz bir element başlanğıcı ola bilməyən hərf üçün ampersandı &amp "
"olaraq işlədin"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -211,16 +220,16 @@ msgstr ""
"'%s' i şərhləndirmə xətası, hərf içində bir rəqəm olmalıdır referens (məs; "
"&#234) - belki rəqəm çok böyükdür"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Xarakter referens '%s' icazə verilən xarakteri kodlaya bilmir"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Boş hərf referens; &#454 kimi bir rəqəm daxil etməlidir;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -230,23 +239,23 @@ msgstr ""
"xarakteri elementə başlamaq üçün işlətmədiniz - ampersand yerinə &amp işlədə "
"bilərsiniz"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Bitirilməmiş varlıq mə'lumatı"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Bitirilməmiş xarakter mə'lumatı"
#: glib/gmarkup.c:866 glib/gmarkup.c:894 glib/gmarkup.c:925
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Hökmsüz UTF-8 kodlanmış mətn"
#: glib/gmarkup.c:961
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Sənəd bir element ilə başlamalıdır (məs. <kitab>)"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -255,7 +264,7 @@ msgstr ""
"'<' xarakterindən sonra gələn '%s' hökmlü bir xarakter deyil; bir element "
"adı olmaya bilər"
#: glib/gmarkup.c:1063
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -264,14 +273,14 @@ msgstr ""
"Tək hərf '%s', Elementın başlanğıç etiketinin sonuna '>' xarakteri "
"gözlənilir '%s'"
#: glib/gmarkup.c:1150
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Tək hərf '%s', xüsusiyyət adı '%s' olan element '%s' dən sonra '=' gözlənilir"
#: glib/gmarkup.c:1191
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -282,7 +291,7 @@ msgstr ""
"gözlənilir, və ya bir xüsusiyyət; xüsusiyyət adında hökmsüz bir hərf "
"işlədilmiş ola bilərsiniz"
#: glib/gmarkup.c:1274
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -291,7 +300,7 @@ msgstr ""
"Tək hərf '%s',element '%s'in xüsusiyyəti '%s''ə qiymət verilirkən bərabərdir "
"işarətindən sonra açıq alıntı işarəti gözlənilir"
#: glib/gmarkup.c:1414
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -300,7 +309,7 @@ msgstr ""
"'</' xarakterlərini təqib edən '%s' hökmlü bir xarakter deyildir; '%s' bir "
"element adı ilə başlamır dəyəsən"
#: glib/gmarkup.c:1452
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -309,26 +318,26 @@ msgstr ""
"Bağlı element '%s' dən sonra gələn '%s' hökmlü bir hərf deyildir; icazə "
"verilən hərf isə '>'"
#: glib/gmarkup.c:1463
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' bağlanıb, heç bir element açıq deyildir"
#: glib/gmarkup.c:1472
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' bağlanıb, fəqət indi açıq element '%s'"
#: glib/gmarkup.c:1619
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Sənəd boşdur və ya təkcə boşluq xarakteri daxil etməkdədir"
#: glib/gmarkup.c:1633
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Sənəd açıq üçbucaq mötərizə '<'den sonra gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1641 glib/gmarkup.c:1685
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -337,7 +346,7 @@ msgstr ""
"Sənəd elementləri hələ açıq olaraq gözlənilməz bir şəkildə qurtardı - son "
"element '%s' açıq idi"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -346,19 +355,19 @@ msgstr ""
"Sənəd gözlənilməz bir şəkildə qurtardı, etiket <%s/> ilə qurtaran qapalı "
"üçbucaq mötərizə gözlənilir"
#: glib/gmarkup.c:1655
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Sənəd bir elementin içində gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1660
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Sənəd bir xüsusiyyət adı içində gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Sənəd bir element-açma etiketi içində gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1671
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -366,17 +375,17 @@ msgstr ""
"Sənəd xüsusiyyət adını təqib edən bərabərdir işarətindən sonra gözlənilməz "
"bir şəkildə qurtardı: xüsusiyyət qiyməti yoxdur"
#: glib/gmarkup.c:1678
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Sənəd bir xüsusiyyət qiyməti içində ikən gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Sənəd bağlı etiket '%s' içində gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1699
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Sənəd bir şərh və ya gedişat göstərişi içində ikən gözlənilməz bir şəkildə "
@ -415,26 +424,26 @@ msgid ""
msgstr ""
"g_io_channel_win32_poll() törəmə gedişatdan mə'lumat oxumada gözlənilməz xəta"
#: glib/gspawn-win32.c:834 glib/gspawn.c:1002
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Törəmə pipe-dan oxuma iflası (%s)"
#: glib/gspawn-win32.c:923
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Yardımcı proqram icra edilə bilmədi"
#: glib/gspawn-win32.c:944 glib/gspawn-win32.c:988
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Törəmə gedişat icra iflası (%s)"
#: glib/gspawn-win32.c:979 glib/gspawn.c:1207
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Qovluq dəyişdirmə iflası '%s' (%s)"
#: glib/gspawn-win32.c:1033 glib/gspawn.c:1338
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, 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)"
@ -444,56 +453,56 @@ msgstr "Törəmə gedişatların xəbərləşməyi üçün pipe yaratma iflası
msgid "Failed to read data from child process (%s)"
msgstr "Törəmə gedişatdan mə'lumat oxuma iflası (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "törəmə gedişatdan mə'lumat oxuma select()'də namə'lum xəta (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid()'də namə'lum xəta (%s)"
#: glib/gspawn.c:1067
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "fork iflası (%s)"
#: glib/gspawn.c:1217
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "\"%s\" törəmə gedişat icra iflası (%s)"
#: glib/gspawn.c:1227
#: glib/gspawn.c:1223
#, 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:1236
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Törəmə gedişat fork xətası (%s)"
#: glib/gspawn.c:1244
#: glib/gspawn.c:1240
#, 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:1266
#: glib/gspawn.c:1262
#, 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)"
#: glib/gutf8.c:984
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "UTF-8 üçün hərf sərhədinin xaricində"
#: glib/gutf8.c:1073 glib/gutf8.c:1082 glib/gutf8.c:1214 glib/gutf8.c:1223
#: glib/gutf8.c:1364 glib/gutf8.c:1460
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "dönüşdürmə girişi içində hökmsüz qatar"
#: glib/gutf8.c:1375 glib/gutf8.c:1471
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "UTF-16 üçün hərf sərhədinin xaricindədir"

212
po/be.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-11-20 17:52+0200\n"
"Last-Translator: Ales Nyakhaychyk <i18n@infonet.by>\n"
"Language-Team: Belarusian <i18n@mova.org>\n"
@ -15,13 +15,13 @@ msgstr ""
"X-Generator: KBabel 0.9.6\n"
# glib/gconvert.c:390
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Пераўтварэньне з набору знакаў \"%s\" у \"%s\" не падтрымліваецца"
# glib/gconvert.c:394
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Ня атрымалася адчыніць пераўтваральнік з \"%s\" у \"%s\": %s"
@ -29,73 +29,73 @@ 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:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr ""
"Недапушчальная пасьлядоўнасьць байтаў для пераўтварэньня ў уваходным радку"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Памылка пад час пераўтварэньня: %s"
# glib/gconvert.c:615 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212
# glib/gutf8.c:1316
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Няпоўны сымбаль у канцы ўваходнага радка"
# glib/gconvert.c:788
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Немагчыма пераўтвараць знак \"%s\" у знак з набору \"%s\""
# glib/gconvert.c:1593
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, 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:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI \"%s\" мясцовага файлу ня можа ўлучаць \"#\""
# glib/gconvert.c:1620
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI \"%s\" нерэчаісны"
# glib/gconvert.c:1632
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Назва вузлу ў URI \"%s\" нерэчаісная"
# glib/gconvert.c:1648
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI \"%s\" утрымлівае недапушчальны сымбаль"
# glib/gconvert.c:1719
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Шлях \"%s\" ня зьяўляецца абсалютным"
# glib/gconvert.c:1729
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Недапушчальная назва вузла"
@ -106,125 +106,125 @@ msgid "Error opening directory '%s': %s"
msgstr "Памылка пад час адкрыцьця каталёгу \"%s\": %s"
# glib/gfileutils.c:337 glib/gfileutils.c:402
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ня атрымалася разьмеркаваць %lu байтаў для чытаньня файлу \"%s\""
# glib/gfileutils.c:348
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Памылка пад час чытаньня файлу \"%s\": %s"
# glib/gfileutils.c:426
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Збой пад час чытаньня з файлу \"%s\": %s"
# glib/gfileutils.c:465 glib/gfileutils.c:533
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Збой пад час адкрыцьця файлу \"%s\": %s"
# glib/gfileutils.c:479
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Збой пад час атрыманьня атрыбутаў файлу \"%s\": збой fstat(): %s"
# glib/gfileutils.c:505
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Збой пад час адкрыцьця файлу \"%s\": збой fdopen(): %s"
# glib/gfileutils.c:712
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Шаблён \"%s\" нядапушчальны, ня павінны ўтрымліваць \"%s\""
# glib/gfileutils.c:724
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Шаблён \"%s\" сканчаецца не на XXXXXX"
# glib/gfileutils.c:745
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Збой пад час стварэньня файлу \"%s\": %s"
# glib/gfileutils.c:745
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Збой пад час стварэньня файлу \"%s\": %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
# glib/giochannel.c:1110
#: glib/giochannel.c:1123
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Пераўтварэньне з набору сымбаляў \"%s\" у \"%s\" ня падтрымліваецца"
# glib/giochannel.c:1114
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Ня атрымалася адчыніць пераўтваральнік з \"%s\" у \"%s\": %s"
# glib/giochannel.c:1460
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Немагчыма выканаць непасрэднае чытаньне ў функцыі "
"g_io_channel_read_line_string"
# glib/giochannel.c:1507 glib/giochannel.c:1761 glib/giochannel.c:1847
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "У буфэры чытаньня засталіся непераўтвораныя даньні"
# glib/giochannel.c:1587 glib/giochannel.c:1661
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Канал зачыняецца на няпоўным сымбалі"
# glib/giochannel.c:1647
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
"Немагчыма выканаць непасрэднае чытаньне ў функцыі g_io_channel_read_to_end"
# glib/giowin32.c:704 glib/giowin32.c:733
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Памылковы памер паведамленьня"
# glib/giowin32.c:1037 glib/giowin32.c:1090
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Памылка сокету"
# glib/gmarkup.c:219
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Памылка ў радку %d сымбалі %d: %s"
# glib/gmarkup.c:303
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Памылка ў радку %d: %s"
# glib/gmarkup.c:382
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Пусты запіс \"&;\" адшуканы; дапушчальна: &amp; &quot; &lt; &gt; &apos;"
# glib/gmarkup.c:392
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -236,19 +236,19 @@ msgstr ""
"тады экрануйце яго запісам &amp;"
# glib/gmarkup.c:428
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Сымбаль \"%s\" нядапушчальны ў нутры назвы запісу"
# glib/gmarkup.c:472
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Невядома назва запісу \"%s\""
# glib/gmarkup.c:482
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -257,7 +257,7 @@ msgstr ""
"не для пазначэньня пачатку запісу - экрануйце яго як &amp;"
# glib/gmarkup.c:528
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -267,18 +267,18 @@ msgstr ""
"(&#234; напрыклад) - мажліва, нумар завялікі"
# glib/gmarkup.c:553
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Лучыва на сымбаль \"%s\" ня вызначае дазволены сымбаль"
# glib/gmarkup.c:570
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Пустое лучыва да сымбалю: мусіць уключаць нумар, напрыклад &#454;"
# glib/gmarkup.c:580
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -287,26 +287,26 @@ msgstr ""
"Лучыва да сымбалю ня сканчаецца кропкай з коскай; здаецца, што сымбаль & быў "
"выкарыстаны ня для пазначэньня пачатка запісу - экрануйце яго як &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Незавершанае лучыва да запісу"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Незавершанае лучыва да сымбалю"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Недапушчальна кадаваны тэкст UTF-8"
# glib/gmarkup.c:932
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Дакумэнт мусіць пачынацца з элемэнту (напрыклад <book>)"
# glib/gmarkup.c:970
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -316,7 +316,7 @@ msgstr ""
"сымбаль ня можа пачынаць назву элемэнту"
# glib/gmarkup.c:1033
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -326,7 +326,7 @@ msgstr ""
"\""
# glib/gmarkup.c:1120
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -335,7 +335,7 @@ msgstr ""
"элемэнту \"%s\""
# glib/gmarkup.c:1161
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -347,7 +347,7 @@ msgstr ""
"выкарыстаны недапушчальны сымбаль у назве атрыбуту"
# glib/gmarkup.c:1244
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -357,7 +357,7 @@ msgstr ""
"надаецца значэньне атрыбуту \"%s\" элемэнта \"%s\""
# glib/gmarkup.c:1384
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -367,7 +367,7 @@ msgstr ""
"s\" ня можа пачынаць імя элемэнту"
# glib/gmarkup.c:1422
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -377,30 +377,30 @@ msgstr ""
"дапушчальным сымбалем зьяўляецца \">\""
# glib/gmarkup.c:1433
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
"Элемэнт \"%s\" быў зачынены, ані водны элемэнт у бягучы момант ня адчынены"
# glib/gmarkup.c:1442
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Элемэнт \"%s\" быў зачынены, але ў быгучы час адчынены \"%s\""
# glib/gmarkup.c:1574
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Дакумэнт быў пусты ці утрымліваў толькі прагалы"
# glib/gmarkup.c:1588
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Дакумэнт нечакана скончыўся адразу пасьля углавой дужкі \"<\""
# glib/gmarkup.c:1596 glib/gmarkup.c:1640
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -410,7 +410,7 @@ msgstr ""
"апошнім адчыненым элемэнтам"
# glib/gmarkup.c:1604
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -419,22 +419,22 @@ msgstr ""
"Дакумэнт нечакана скончыўся, чакаецца углавая дужка якая зачыняе тэг <%s/>"
# glib/gmarkup.c:1610
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Дакумэнт нечакана скончыўся ў нутры імя элемэнту"
# glib/gmarkup.c:1615
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Дакумэнт нечакана скончыўся ў нутры імя атрыбуту"
# glib/gmarkup.c:1620
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Дакумэнт нечакана скончыўся ў нутры элемэнту які адчыняе тэг"
# glib/gmarkup.c:1626
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -443,18 +443,18 @@ msgstr ""
"атрыбуту: ня ўказана значэньне атрыбуту"
# glib/gmarkup.c:1633
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Дакумэнт нечакана скончыўся ў нутры значэньня атрыбуту"
# glib/gmarkup.c:1648
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Дакумэнт нечакана скончыўся ў нутры элэмэнта \"%s\" які зачыняе тэг"
# glib/gmarkup.c:1654
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Дакумэнт нечакана скончыўся ў нутры камэнтару ці інструкцыі"
@ -486,12 +486,12 @@ msgid "Text was empty (or contained only whitespace)"
msgstr "Тэкст быў пусты (ці утрымліваў толькі прагалы)"
# glib/gspawn-win32.c:214
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Збой пад час чытаньня даньняў з працэса-нашчадка"
# glib/gspawn-win32.c:365
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -500,30 +500,30 @@ msgstr ""
"даньняў з працэса-нашчадка"
# glib/gspawn-win32.c:843 glib/gspawn.c:914
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Збой пад час чытаньня даньняў з каналу нашчадка (%s)"
# glib/gspawn-win32.c:940
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Памылка пад час выкананьня праграмы дапамогі"
# glib/gspawn-win32.c:931 glib/gspawn.c:1119
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Збой пад час зьмены каталёгу \"%s\" (%s)"
# glib/gspawn-win32.c:940
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Збой пад час выкананьня працэса-нашчадка (%s)"
# glib/gspawn-win32.c:931 glib/gspawn.c:1119
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Збой пад час зьмены каталёгу \"%s\" (%s)"
# glib/gspawn-win32.c:981 glib/gspawn.c:1228
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Збой пад час стварэньня каналу для абмену з працэсам-нашчадкам (%s)"
@ -535,7 +535,7 @@ msgid "Failed to read data from child process (%s)"
msgstr "Збой пад час чытаньня даньняў з працэса-нашчадка (%s)"
# glib/gspawn.c:293
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
@ -543,65 +543,73 @@ msgstr ""
"(%s)"
# glib/gspawn.c:376
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Непрадбачаная памылка ў waitpid() (%s)"
# glib/gspawn.c:979
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Збой пад час разгалінаньня (%s)"
# glib/gspawn.c:1129
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Збой пад час выкананьня працэса-нашчадка \"%s\" (%s)"
# glib/gspawn.c:1139
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Збой пад час перанакіраваньня вываду ці ўводу працэса-нашчадка (%s)"
# glib/gspawn.c:1148
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Збой пад час разгалінаньня працэса-нашчадка (%s)"
# glib/gspawn.c:1156
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Невядомая памылка пад час выкананьня працэса-нашчадка \"%s\""
# glib/gspawn.c:1178
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Збой пад час чытаньня патрэбнае колькасьці даньняў з канала нашчадку (%s)"
# glib/gutf8.c:950
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Сымбаль па-за дыяпазонам UTF-8"
# glib/gutf8.c:1039 glib/gutf8.c:1048 glib/gutf8.c:1180 glib/gutf8.c:1189
# glib/gutf8.c:1330 glib/gutf8.c:1426
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Нядапушчальная пасьлядоўнасьць для пераўтварэньня"
# glib/gutf8.c:1341 glib/gutf8.c:1437
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Сымбаль па-за дыяпазонам UTF-16"
# glib/giowin32.c:704 glib/giowin32.c:733
#~ msgid "Incorrect message size"
#~ msgstr "Памылковы памер паведамленьня"
# glib/giowin32.c:1037 glib/giowin32.c:1090
#~ msgid "Socket error"
#~ msgstr "Памылка сокету"
# glib/giowin32.c:1290
#~ msgid "Channel set flags unsupported"
#~ msgstr "Набор сьцягоў каналу ня падтрымліваецца"

205
po/bg.po
View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"POT-Creation-Date: 2003-01-15 02:06+0200\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-01-14 12:38+0200\n"
"Last-Translator: Alexander Shopov <al_shopov@yahoo.com>\n"
"Language-Team: Bulgarian <dict@linux.zonebg.com>\n"
@ -15,70 +15,70 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Превръщането от набора символи \"%s\" към \"%s\" не се поддържа"
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Не мога да отворя конвертор от \"%s\" към \"%s\": %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1304
#: glib/giochannel.c:1346 glib/giochannel.c:2188 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Грешна байтова последователност на входа за превръщане"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1311
#: glib/giochannel.c:2200
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Грешка по време на превръщане: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Непълна символна последователност в края на входните данни"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
"Не мога да превърна заместващ символ \"%s\" към символ от набора \"%s\""
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "URI \"%s\" не е абсолютен URI при използване на файловата схема"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI \"%s\" към локален файл не може да включва \"#\""
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI \"%s\" е неправилен"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Името на хоста в URI \"%s\" е невалидно"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI \"%s\" съдържа грешни екраниращи последователности"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Пътят \"%s\" не е абсолютен"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Неправилно име на хост"
@ -87,103 +87,104 @@ msgstr "Неправилно име на хост"
msgid "Error opening directory '%s': %s"
msgstr "Грешка при отваряне на директория \"%s\": %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Не мога да заделя %lu байта за четене на файла \"%s\""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Грешка при четене на файл \"%s\": %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Неуспех при четене от файл \"%s\": %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Неуспех при отваряне на файл \"%s\": %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Неуспех при получаване на атрибутите на файл \"%s\": fstat() не успя: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Неуспех за отваряне на файл \"%s\": fdopen() не успя: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Шаблонът \"%s\" е неправилен, не трябва да съдържа \"%s\""
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Шаблонът \"%s\" не завършва с XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Неуспех при създаване на файл \"%s\": %s"
#: glib/giochannel.c:1132
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Неуспех при създаване на файл \"%s\": %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Превръщането от набора символи \"%s\" към \"%s\" не се поддържа"
#: glib/giochannel.c:1136
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Не мога да отворя конвертор от \"%s\" към \"%s\": %s"
#: glib/giochannel.c:1481
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Не мога да извърша четене в g_io_channel_read_line_string"
#: glib/giochannel.c:1528 glib/giochannel.c:1785 glib/giochannel.c:1871
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "В буфера за четене останаха непревърнати данни"
#: glib/giochannel.c:1608 glib/giochannel.c:1685
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Каналът прекъсна на непълен символ"
#: glib/giochannel.c:1671
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Не мога да прочета в g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Неправилен размер на съобщение"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Грешка в цокъл"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Грешка на ред %d символ %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Грешка на ред %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Намерена е празна единица \"&;\"; валидни са: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -194,17 +195,17 @@ msgstr ""
"започва единица; ако този символ не трябва да бъде единица, той може да се "
"екранира с &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Символът \"%s\" не е валиден вътре в името на единицата"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Името на единица \"%s\" не е известно"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -212,7 +213,7 @@ msgstr ""
"Единицата не завършва с \";\", най-вероятно сте използвали амперсанд без да "
"имате предвид начало на име - представете амперсанда чрез &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -221,16 +222,16 @@ msgstr ""
"Грешка при анализ на \"%s\", който трябва да е номер вътре в указателя на "
"символ (&#234; например) - възможно е номерът да е твърде голям"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Указателят на символ \"%s\" не определя разрешен символ"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Празен указател на символ; трябва да включва цифра както &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
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 +241,23 @@ msgstr ""
"амперсанд без да имате предвид начало на указател - представете амперсанда "
"чрез &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Незавършен указател към единица"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Незавършен указател на символ"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Неправилно кодиран UTF-8 текст"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документът трябва да започва с елемент (напр. <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -264,7 +265,7 @@ msgid ""
msgstr ""
"\"%s\" не е валиден символ след \"<\"; той не може да започва име на елемент"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -273,7 +274,7 @@ msgstr ""
"Неподходящ символ \"%s\", очаквах символ \">\" да завърши началния етикет на "
"елемент \"%s\""
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -281,7 +282,7 @@ msgstr ""
"Неподходящ символ \"%s\", очаквах \"=\" след име на атрибут \"%s\" на "
"елемент \"%s\""
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -292,7 +293,7 @@ msgstr ""
"етикет на елемента \"%s, или евентуално - атрибут; вероятно използвате "
"неправилен символ в името на атрибут"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -301,7 +302,7 @@ msgstr ""
"Неподходящ символ \"%s\", очаквах отваряща двойна кавичка след знака за "
"равенство, когато се присвоява стойност на атрибута \"%s\" на елемент \"%s\""
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -310,7 +311,7 @@ msgstr ""
"\"%s\" не е валиден символ след символите \"</\"; с \"%s\" не може да "
"започва името на елемент"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -319,25 +320,25 @@ msgstr ""
"\"%s\" не е валиден символ след затварящ елемент с име \"%s\"; позволен е "
"символът \">\""
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елементът \"%s е затворен, няма текущо отворен елемент"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елементът \"%s\" е затворен, но текущо е отворен елемент \"%s\""
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Документът е празен или съдържа само празни символи"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Документът завършва неочаквано веднага след отваряне на \"<\" скоба"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -346,7 +347,7 @@ msgstr ""
"Документът завършва неочаквано с отворени елементи - последно отворен е \"%s"
"\""
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -355,19 +356,19 @@ msgstr ""
"Документът завършва неочаквано, очаквах да видя затваряща скоба завършваща "
"етикета <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Документът завършва неочаквано, в името на елемент"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документът завършва неочаквано, в името на атрибут"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документът завършва неочаквано, в отварящ етикет на елемент "
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -375,16 +376,16 @@ msgstr ""
"Документът завършва неочаквано след знака за равенство следващ името на "
"атрибута; атрибутът няма стойност"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документът завърши неочаквано вътре в стойността на атрибут"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документът завърши неочаквано в затварящия етикет на елемент \"%s\""
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документът завърши неочаквано в коментар или инструкция за обработка"
@ -413,11 +414,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "Текстът е празен (или съдържа само празни символи)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Не успях да чета данни от дъщерен процес"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -425,26 +426,26 @@ msgstr ""
"Неочаквана грешка в g_io_channel_win32_poll() при четене на данни от дъщерен "
"процес"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Неуспех при четене от дъщерен канал (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Не успях да изпълня програмата за помощта"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Не успях да променя директория \"%s\" (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Не успях да изпълня дъщерен процес (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Не успях да променя директория \"%s\" (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Не успях да създавам канал за комуникация с дъщерен процес (%s)"
@ -454,57 +455,63 @@ msgstr "Не успях да създавам канал за комуникац
msgid "Failed to read data from child process (%s)"
msgstr "Не успях да прочета данни от дъщерен процес (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Неочаквана грешка в select() при четене на данни от дъщерен процес (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Неочаквана грешка в waitpid() (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Неуспешно разклоняване (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Не успях да изпълня дъщерен процес \"%s\" (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Не успях да пренасоча изхода или входа на дъщерен процес (%s)"
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Не успях да разклоня дъщерен процес (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Неизвестна грешка при изпълнение на дъщерен процес \"%s\""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Не успях да прочета достатъчно данни от канала на дъщерен процес с pid (%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Символ извън обхвата на UTF-8"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Неправилна последователност на входа за превръщане"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Символ извън обхвата на UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Неправилен размер на съобщение"
#~ msgid "Socket error"
#~ msgstr "Грешка в цокъл"

226
po/bn.po
View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 0.1\n"
"POT-Creation-Date: 2003-01-23 00:43-0800\n"
"POT-Creation-Date: 2003-10-23 12:39-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"
@ -14,69 +14,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "'%s' থেকে '%s' এ অক্ষর সমূহ পরিবর্তন করা সম্ভব নয়"
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' থেকে '%s' পরিবর্তক খোলা যাইনি: %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1304
#: glib/giochannel.c:1346 glib/giochannel.c:2188 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "পরিবর্তন করার জন্য দেয়া বাইট সমুহ সঠিক নয়"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1311
#: glib/giochannel.c:2200
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "পরিবর্তন সময়কালীন ভুল: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "প্রদত্ত তথ্যের শেষে আংশিক অক্ষর সমুহ"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "শেষ পন্থা '%s' থেকে কোডসেট '%s' এ পরিবর্তন করা যায়নি"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "ফাইলের ধারা অনুযায়ী ইউআরআই '%s' একটি আপেক্ষিক পথ"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "স্থানীয় ফাইল ইউআরআই '%s' এর মধ্যে সম্ভবত '#' নেই"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "ইউআরআই '%s' গ্রহনযোগ্য নয়"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "ইউআরআই '%s' এর হোস্ট নাম গ্রহনযোগ্য নয়"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "ইউআরআই '%s' এর মধ্যে অগ্রহণীয় escape অক্ষর আছে"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "পথনাম '%s' একটি আপেক্ষিক পথ"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "ভুল হোস্ট নাম"
@ -85,187 +85,192 @@ msgstr "ভুল হোস্ট নাম"
msgid "Error opening directory '%s': %s"
msgstr "ডাইরেক্টরি '%s' খুলতে ব্যর্থ: %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu বাইট্স ফাইল \"%s\" পড়ার জন্য বরাদ্দ করা যাইনি"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "ফাইল \"%s\" থেকে পড়াতে ব্যর্থ: %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "ফাইল \"%s\" খুলতে ব্যর্থ: %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "ফাইল \"%s\" এর বৈশিষ্ট্য পেতে ব্যর্থ: fstat() ব্যর্থ: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "ফাইল \"%s\" খুলতে ব্যর্থ: fdopen() ব্যর্থ: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "নমুনা '%s' সঠিক নয়, '%s' থাকা উচিত্‌ নয়"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "নমুনা '%s' এর শেষে XXXXXX নাই"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s"
#: glib/giochannel.c:1132
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "ক্যরেকটার সেট `%s' থেকে `%s' পরিবর্তন করার সামর্থ নেই"
#: glib/giochannel.c:1136
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "'%s' থেকে '%s' পরিবর্তক খোলা যাইনি: %s"
#: glib/giochannel.c:1481
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string এ সরাসরি পড়া যায়নি"
#: glib/giochannel.c:1528 glib/giochannel.c:1785 glib/giochannel.c:1871
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "পড়ার বাফারে অপরিবর্তিত তথ্য"
#: glib/giochannel.c:1608 glib/giochannel.c:1685
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "চ্যানেল আংশিক অ"
#: glib/giochannel.c:1671
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end এ সরাসরি পড়া যায়নি"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "বেঠিক সাইজের তথ্য"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "সকেেট ভুল"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "লাইন %d ক্যর %d এ ভুল: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "লাইন %d এ ভুল: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "শূন্য '&;' দেখা গিয়েছে; গ্রহনযোগ্য হচ্ছে: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
"begins an entity; if this ampersand isn't supposed to be an entity, escape "
"it as &amp;"
msgstr "কোন বস্তু (entity) এর নামের শুরুতে '%s' অক্ষরটি গ্রহনযোগ্য নয়; & অক্ষরটি "
"একটি বস্তুর নাম শুরু করে; এই এমপারস্যান্ড যদি কোনো বস্তু না হয়, তাহলে এটাকে &amp হিসাবে লিখুন"
msgstr ""
"কোন বস্তু (entity) এর নামের শুরুতে '%s' অক্ষরটি গ্রহনযোগ্য নয়; & অক্ষরটি একটি বস্তুর "
"নাম শুরু করে; এই এমপারস্যান্ড যদি কোনো বস্তু না হয়, তাহলে এটাকে &amp হিসাবে লিখুন"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' অক্ষরটি কোনো বস্তুর মাঝখানে গ্রহনযোগ্য নয়"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' নামের বস্তুটি অজানা"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr "একটি বস্তু (entity) সেমিকোলন দিয়ে শেষ হয়নি; আপনি সম্ভবত এমপারস্যান্ড অক্ষরটি কোন"
"বস্তু শুরু করার জন্য ব্যবহার করেনি - সেক্ষেত্রে এমপারস্যান্ড কে লিখুন &amp;"
msgstr ""
"একটি বস্তু (entity) সেমিকোলন দিয়ে শেষ হয়নি; আপনি সম্ভবত এমপারস্যান্ড অক্ষরটি "
"কোনবস্তু শুরু করার জন্য ব্যবহার করেনি - সেক্ষেত্রে এমপারস্যান্ড কে লিখুন &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "শূন্য অক্ষরের রেফারেন্স; &#454 এর মত সংখা থাকতে হবে"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr "অক্ষরের রেফারেন্স সেমিকোলন দিয়ে শেষ হয়নি; আপনি সম্ভবত এমপারস্যান্ড অক্ষরটি কোন"
"বস্তু শুরু করার জন্য ব্যবহার করেনি - সেক্ষেত্রে এমপারস্যান্ড কে লিখুন &amp;"
msgstr ""
"অক্ষরের রেফারেন্স সেমিকোলন দিয়ে শেষ হয়নি; আপনি সম্ভবত এমপারস্যান্ড অক্ষরটি কোনবস্তু "
"শুরু করার জন্য ব্যবহার করেনি - সেক্ষেত্রে এমপারস্যান্ড কে লিখুন &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "অসম্পূর্ণ বস্তুর রেফারেন্স"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "অসম্পূর্ণ অক্ষরের রেফারেন্স"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ডকুউমেন্ট একটি এলিমেন্ট দিয়ে শুরু "
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'<' অক্ষরটির পরে '%s' গ্রহনযোগ্য নয়; এটি কোন এলিমেন্টের নাম শুরু করতে পারেনা"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "অসামঞ্জস্যকর অক্ষর '%s', এলিমেন্ট '%s' এর ট্যগ শেষ করার জন্য '>' অক্ষরটি আশা করা হয়"
msgstr ""
"অসামঞ্জস্যকর অক্ষর '%s', এলিমেন্ট '%s' এর ট্যগ শেষ করার জন্য '>' অক্ষরটি আশা করা হয়"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -273,87 +278,87 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, 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:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' এলিমেন্টটি বন্ধ ছিল, এখন খোলা এলিমেন্ট নেই"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' এলিমেন্টটি বন্ধ ছিল, কিন্তু এখন '%s' এলিমেন্টটি খোলা"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "ডকুউমেন্ট শূণ্য ছিল অথবা সুধু ওয়াইটস্পেইস ছিল"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@ -379,37 +384,38 @@ msgstr "%c এর জন্য মিলানো কোওট পাবার
msgid "Text was empty (or contained only whitespace)"
msgstr "টেক্সট শূণ্য ছিল (অথবা সুধু ওয়াইটস্পেইস ছিল)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "চাইল্ড প্রসেস থেকে তথ্য পড়তে ব্যর্থ"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr "চাইল্ড প্রসেস (%s) থেকে তথ্য পড়াকালীন সময় g_io_channel_win32_poll() এ "
msgstr ""
"চাইল্ড প্রসেস (%s) থেকে তথ্য পড়াকালীন সময় g_io_channel_win32_poll() এ "
"অনাকাঙ্ক্ষিত ভুল"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "চাইল্ড পাইপ (%s) থেকে পড়তে ব্যর্থ"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "সাহায্যকারি প্রোগরাম চলাতে ব্যর্থ"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "ডাইরেক্টরি '%s' (%s) তে বদলাতে ব্যর্থ"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "চাইল্ড প্রসেস (%s) কার্যকর করতে ব্যর্থ"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "ডাইরেক্টরি '%s' (%s) তে বদলাতে ব্যর্থ"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "চাইল্ড প্রসেস (%s) এর সাথে যোগাযোগ করার জন্য পাইপ সৃষ্টি করতে ব্যর্থ"
@ -419,55 +425,61 @@ msgstr "চাইল্ড প্রসেস (%s) এর সাথে যোগ
msgid "Failed to read data from child process (%s)"
msgstr "চাইল্ড প্রসেস (%s) থেকে তথ্য পড়তে ব্যর্থ"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "চাইল্ড প্রসেস (%s) থেকে তথ্য পড়াকালীন সময় select() এ অনাকাঙ্ক্ষিত ভুল"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid() (%s) এ অনাকাঙ্ক্ষিত ভুল"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "ফোর্ক (%s) সৃষ্টি করতে ব্যর্থ"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "চাইল্ড প্রসেস \"%s\" (%s) কার্যকর করতে ব্যর্থ"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "চাইল্ড প্রসেস (%s) এর ইনপুট অথবা আউটপুট রিডায়রেক্ট করতে ব্যর্থ"
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "চাইল্ড প্রসেস (%s) সৃষ্টি করতে ব্যর্থ"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "চাইল্ড প্রসেস \"%s\" কার্যকর করার সময় অজানা ভুল"
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "চাইল্ড পিয়াইডি পাইপ (%s) থেকে যথেস্ট তথ্য পড়তে ব্যর্থ"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "অক্ষর ইউটিএফ-৮ আয়তার বাইরে"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "পরিবর্তন করার জন্য দেয়া তথ্য সঠিক নয়"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "অক্ষর ইউটিএফ-১৬ আয়তার বাইরে"
#~ msgid "Incorrect message size"
#~ msgstr "বেঠিক সাইজের তথ্য"
#~ msgid "Socket error"
#~ msgstr "সকেেট ভুল"

205
po/ca.po
View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.1.5.2\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-12-19 15:57+0100\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
@ -14,69 +14,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, 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:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "No s'ha pogut obrir el convertidor de '%s' a '%s': %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Seqüència de bytes invàlida en l'entrada de conversió"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "S'ha produït un error durant la conversió: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Seqüència de caràcters parcial al final de l'entrada"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, 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:1633
#: glib/gconvert.c:1411
#, 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 de fitxers"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, 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:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "L'URI '%s' no és vàlid"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, 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:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "L'URI '%s' conté caràcters d'escapada invàlids"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, 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:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Nom de l'ordinador central invàlid"
@ -85,104 +85,105 @@ msgstr "Nom de l'ordinador central invàlid"
msgid "Error opening directory '%s': %s"
msgstr "S'ha produït un error en obrir el directori '%s': %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "No s'ha pogut assignar %lu bytes per a llegir el fitxer \"%s\""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "S'ha produït un error en llegir el fitxer '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "És impossible llegir des del fitxer '%s': %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "És impossible obrir el fitxer '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"És impossible obtenir els atributs del fitxer '%s': fstat() ha fallat: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "És impossible obrir el fitxer '%s': fdopen() ha fallat: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "La plantilla '%s' no és vàlida, no pot contenir cap '%s'"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "La plantilla '%s' no acaba en XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "És impossible crear el fitxer '%s': %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "És impossible crear el fitxer '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "No es suporta la conversió des del joc de caràcters '%s' fins al '%s'"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "No s'ha pogut obrir el convertidor des de '%s' fins a '%s': %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "No es pot fer una lectura bàsica a g_io_channel_read_line_string"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "A la memòria intermèdia de lectura hi ha dades sobrants no convertides"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "El canal acaba en un caràcter parcial"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "No es pot fer una lectura bàsica a g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Mida incorrecta del missatge"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Error de sòcol"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "S'ha produït un error a la línia %d caràcter %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "S'ha produït un error en la línia %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"S'ha vist una entitat buida '&;'; les entitats vàlides són: &amp; &quot; "
"&lt; &gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -193,17 +194,17 @@ msgstr ""
"comencen amb el caràcter &. Si amb aquest signe no es vol indicar una "
"entitat,substituïu-lo per &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "El caràcter '%s' no és vàlid dins un nom d'entitat"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "No es coneix el nom de l'entitat '%s'"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -212,7 +213,7 @@ msgstr ""
"caràcter '&' sense intenció d'iniciar una entitat. Substituïu el caràcter "
"'&' per &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -221,17 +222,17 @@ msgstr ""
"És impossible analitzar '%s' , hi hauria d'haver hagut un dígit dins un "
"caràcterde referència (per exemple &#234) - potser el dígit és massa llarg"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "El caràcter de referència '%s' no codifica un caràcter permès"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"El caràcter de referència és buit; hauria d'incloure un dígit com ara &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -241,23 +242,23 @@ msgstr ""
"utilitzat un caràcter '&' sense intenció d'iniciar una entitat. Substituïu "
"el caràcter '&' per &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Referència a una entitat no acabada"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Referència a un caràcter no acabada"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "El text codificat UTF-8 no és vàlid"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "El document ha de començar amb un element (p.ex. <llibre>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -266,7 +267,7 @@ msgstr ""
"'%s' no és un caràcter vàlid després d'un caràcter '<'; no pot començar un "
"nom d'element"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -275,7 +276,7 @@ msgstr ""
"S'ha trobat un caràcter estrany '%s', s'esperava un '>' per acabar "
"l'etiqueta d'inici de l'element '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -283,7 +284,7 @@ msgstr ""
"S'ha trobat un caràcter estrany '%s', s'esperava un '=' després del nom "
"d'atribut '%s' de l'element '%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -294,7 +295,7 @@ msgstr ""
"finalitzar l'etiqueta d'inici de l'element '%s', o opcionalment un atribut; "
"potser heu usat un caràcter no vàlid en un nom d'atribut"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -304,7 +305,7 @@ msgstr ""
"després del signe 'igual que' en donar valor a l'atribut '%s' de l'element '%"
"s'"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -313,7 +314,7 @@ msgstr ""
"'%s' no és un caràcter vàlid quan segueix els caracters '</'; un nom "
"d'element no pot començar per '%s'"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -322,27 +323,27 @@ msgstr ""
"'%s' no és un caràcter vàlid quan segueix el nom d'element proper '%s'; el "
"caràcter permès és '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "L'element '%s' era tancat. Actualment no hi ha cap element obert"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "L'element '%s' era tancat, però l'element obert actualment és '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "El document era buit o només contenia espais en blanc"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"El document ha acabat de manera inesperada immediatament després d'un "
"parèntesi d'angle obert '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -351,7 +352,7 @@ msgstr ""
"El document ha acabat de manera inesperada amb elements encara oberts. '%"
"s'era l'últim element obert"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -360,21 +361,21 @@ msgstr ""
"El document ha acabat de manera inesperada, s'esperava trobar un parèntesi "
"d'angle tancat acabant l'etiqueta <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "El document ha acabat de manera inesperada enmig d'un nom d'element"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "El document ha acabat de manera inesperada enmig d'un nom d'atribut"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"El document ha acabat de manera inesperada enmig d'una etiqueta d'obertura "
"d'un element"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -382,18 +383,18 @@ msgstr ""
"El document ha acabat de manera inesperada després d'un signe 'igual' que "
"sewgueix un nom d'atribut; no hi ha cap valor d'atribut"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "El document ha acabat de manera inesperada enmig d'un valor d'atribut"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"El document ha acabat de manera inesperada dins l'etiqueta de tancament de "
"l'element '%s'"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"El document ha acabat de manera inesperada enmig d'un comentari o una "
@ -425,11 +426,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "El text era buit (o només contenia espais en blanc)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "És impossible llegir dades del procés fill"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -437,26 +438,26 @@ msgstr ""
"S'ha produït un error inesperat a g_io_chanel_win32_poll() en llegir dades "
"d'un procés fill"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "És impossible llegir des del conducte fill (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "És impossible executar el programa auxiliar"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "És impossible canviar al directori '%s' (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "És impossible executar el procés fill (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "És impossible canviar al directori '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "És impossible crear el conducte per comunicar amb el procés fill (%s)"
@ -466,62 +467,68 @@ msgstr "És impossible crear el conducte per comunicar amb el procés fill (%s)"
msgid "Failed to read data from child process (%s)"
msgstr "És impossible llegir dades des del procés fill (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"S'ha produït un error inesperat a select() en llegir dades des d'un procés "
"fill (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "S'ha produiït un error inesperat en waitpid() (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "És impossible bifurcar-se (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "És impossible executar el procés fill \"%s\" (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "És impossible redirigir la sortida o l'entrada del procés fill (%s)"
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "És impossible bifurcar el procés fill (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, 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:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"És impossible llegir prou dades del conducte de l'identificador del procés "
"fill (%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Caràcter fora d'abast per a UTF-8"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Seqüència invàlida a l'entrada de la conversió"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Caràcter fora d'abast per a UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Mida incorrecta del missatge"
#~ msgid "Socket error"
#~ msgstr "Error de sòcol"
#~ msgid "Channel set flags unsupported"
#~ msgstr "No es permet l'ús dels indicadors de definició del canal"

205
po/cs.po
View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.0.1\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-12-03 17:03+0100\n"
"Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@ -14,69 +14,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, 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:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Nepodařilo se otevřít převaděč z %s do %s: %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Neplatná posloupnost bajtů na vstupu"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Chyba při převodu: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Částečná sekvence znaků na konci vstupu"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Nepodařilo se převést ukončení '%s' do znakové sady '%s'"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "URI '%s' není absolutní URI souborového systému"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI '%s' lokálního souboru nesmí obsahovat '#'"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr " URI '%s' je neplatné"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Jméno hostitele v URI '%s' je neplatné"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' obsahuje chybné znaky změny."
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' není absolutní cesta"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Neplatné jméno hostitele"
@ -85,103 +85,104 @@ msgstr "Neplatné jméno hostitele"
msgid "Error opening directory '%s': %s"
msgstr "Chyba při otevírání adresáře '%s': %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Nepodařilo se alokovat %lu bytů pro přečtení souboru \"%s\""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Chyba čtení souboru '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Chyba při čtení ze souboru '%s': %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Nepodařilo se otevřít soubor '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Nepodařilo se získat atributy souboru '%s': selhání fstat(): %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Nepodařilo se otevřít soubor '%s': selhání fdopen(): %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Šablona '%s' je chybná, neměla by obsahovat '%s'"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Šablona '%s' není ukončena pomocí XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Nepodařilo se vytvořit soubor '%s': %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nepodařilo se vytvořit soubor '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, 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/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Nepodařilo se otevřít převodník z `%s' do `%s': %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Nepodařilo se přímé čtení v g_io_channel_read_line_string"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Zbytek nepřevedených dat ve vstupní vyrovnávací paměti"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Kanál ukončen částí znaku"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Nepodařilo se přímé čtení v g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Chybná velikost zprávy"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Chyba socketu"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Chyba na řádku %d znak %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Chyba na řádku %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Nalezena prázdná entita '&;', platné entity jsou: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -191,17 +192,17 @@ msgstr ""
"Znak '%s' není platný na začátku jména entity; Počátečním znakem entity je "
"&; V případě, že nemá být entitou je zapotřebí ho napsat jako &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Ve jménu entity je znak '%s' neplatný"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Jméno entity '%s' není známo"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -209,7 +210,7 @@ msgstr ""
"Zápis entity není zakončen středníkem; pravděpodobně jste použili znak & bez "
"zapsání jako &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -218,17 +219,17 @@ msgstr ""
"Nepodařilo se zpracovat '%s', což by mělo být číslo reprezentující znak "
"(například: &#234) - číslo je pravděpodobně příliš velké"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Číslo '%s' neodpovídá žádnému platnému znaku"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Prázdný odkaz na znak. Odkaz by měl obsahovat číslice, například &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -237,30 +238,30 @@ msgstr ""
"Odkaz na znak není ukončen středníkem; pravděpodobně jste použili znak & pro "
"začátek entity, samostatný znak napište jako &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Neukončený odkaz na entitu"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Neukončený odkaz na znak"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Neplatný text v kódování UTF-8"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument musí začínat elementem (například: <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "Po znaku '<' není '%s' platný znak; nesmí s ním začínat jméno elementu"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -269,7 +270,7 @@ msgstr ""
"Přebytečný znak '%s', byl očekáván '>' pro ukončení počáteční značky "
"elementu '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -277,7 +278,7 @@ msgstr ""
"Přebytečný znak '%s', po jménu atributu '%s' elementu '%s' bylo očekáváno "
"'=' "
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -288,7 +289,7 @@ msgstr ""
"nebo případně atribut; pravděpodobně byl použit neplatný znak v názvu "
"atributu"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -297,7 +298,7 @@ msgstr ""
"Přebytečný znak '%s', po znaku přiřazení hodnoty atributu '%s' elementu '%s' "
"byly očekávány uvozovky"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -306,7 +307,7 @@ msgstr ""
"'%s' není platným znakem po znacích '</'; Znakem '%s' nesmí začínat název "
"elementu"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -315,25 +316,25 @@ msgstr ""
"'%s' není povoleným znakem po ukončovacím jménu elementu '%s'; povoleným "
"znakem je '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Byl uzavřen element '%s', žádný element nebyl ovšem otevřen"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Byl ukončen element '%s', ale aktuálně je otevřen element '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prázdný nebo obsahuje pouze mezery"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Neočekávaný konec dokumentu ihned po otevírací značce '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -342,7 +343,7 @@ msgstr ""
"Neočekávaný konec dokumentu, element je stále otevřen - '%s' je otevřený "
"element"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -350,19 +351,19 @@ msgid ""
msgstr ""
"Neočekávaný konec dokumentu, byla očekávána uzavírací závorka značky <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Neočekávaný konec dokumentu uvnitř jména elementu"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Neočekávaný konec dokumentu uvnitř jména atributu"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Neočekávaný konec dokumentu v počáteční značce"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -370,16 +371,16 @@ msgstr ""
"Neočekávaný konec dokumentu po znaku přiřazení následujícím za jménem "
"atributu, chybí hodnota atributu"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Neočekávaný konec dokumentu uvnitř hodnoty atributu"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Neočekávaný konec dokumentu uvnitř uzavírací značky pro element '%s'"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Neočekávaný konec dokumentu uvnitř komentáře nebo instrukce pro zpracování"
@ -409,37 +410,37 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "Text je prázdný (nebo obsahuje pouze mezery)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Chyba čtení dat z procesu potomka"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr ""
"Neočekávaná chyba v g_io_channel_win32_poll() při čtení dat z procesu potomka"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Nepodařilo se čtení z roury (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Nepodařilo se spustit pomocný program"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nepodařilo se změnit adresář '%s' (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Nepodařilo se spustit proces potomka (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nepodařilo se změnit adresář '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Nepodařilo se vytvořit rouru pro komunikaci s procesem potomka (%s)"
@ -449,58 +450,64 @@ msgstr "Nepodařilo se vytvořit rouru pro komunikaci s procesem potomka (%s)"
msgid "Failed to read data from child process (%s)"
msgstr "Chyba čtení dat z procesu potomka (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Neočekávaná chyba v select() při čtení dat z procesu potomka (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Neočekávaná chyba v waitpid() (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Chyba volání fork (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Nepodařilo se spustit proces potomka \"%s\" (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Nepodařilo se přesměrovat vstup nebo výstup procesu potomka (%s)"
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Nepodařilo se vytvořit proces potomka (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Neznámá chyba při běhu procesu potomka \"%s\""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Nepodařilo se přečíst dostatek dat z roury potomka (%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Znak je mimo rozsah UTF-8"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Neplatná posloupnost na vstupu převodu"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Znak je mimo rozsah UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Chybná velikost zprávy"
#~ msgid "Socket error"
#~ msgstr "Chyba socketu"
#~ msgid "Channel set flags unsupported"
#~ msgstr "Nepodporované nastavení příznaku kanálu"

188
po/cy.po
View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"POT-Creation-Date: 2003-05-17 14:14+0100\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-05-16 14:21+0200\n"
"Last-Translator: Dafydd Harries <daf@parnassus.ath.cx>\n"
"Language-Team: Welsh <gnome-cy@pengwyn.linux.org.uk>\n"
@ -26,14 +26,14 @@ msgstr "Ni chynhelir trawsnewidiad o set nodau '%s' i '%s'"
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Methu agor trawsnewidydd rhwng '%s' a '%s': %s"
#: glib/gconvert.c:604 glib/gconvert.c:894 glib/giochannel.c:1304
#: glib/giochannel.c:1346 glib/giochannel.c:2188 glib/gutf8.c:910
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Dilyniant beit annilys ym mewnbwn trawsnewid"
#: glib/gconvert.c:609 glib/gconvert.c:825 glib/giochannel.c:1311
#: glib/giochannel.c:2200
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Gwall tra'n trawsnewid: %s"
@ -48,37 +48,37 @@ msgstr "Dilyniant nod rhannol ar ddiwedd y mewnbwn"
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Methu trawsnewid '%s' wrth gefn i'r set godau '%s'"
#: glib/gconvert.c:1632
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "Nid yw'r LAU '%s' yn LAU osodedig yn y cynllun ffeil"
#: glib/gconvert.c:1642
#: glib/gconvert.c:1421
#, 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:1659
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Mae'r LAU '%s' yn annilys"
#: glib/gconvert.c:1671
#: glib/gconvert.c:1450
#, 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:1687
#: glib/gconvert.c:1466
#, 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:1758
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Nid yw'r llwybr '%s' yn llwybr osodedig"
#: glib/gconvert.c:1768
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Enw gwesteiwr annilys"
@ -87,103 +87,105 @@ msgstr "Enw gwesteiwr annilys"
msgid "Error opening directory '%s': %s"
msgstr "Gwall y cyfeiriadur '%s': %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Methu canfod %lu beit er mwyn darllen y ffeil \"%s\""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Methu darllen ffeil '%s': %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Methu agor ffeil '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Methu darllen agweddau ffeil '%s': methiant fstat(): %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Methu agor ffeil '%s': methiant yn fdopen(): %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Mae'r patrymlun '%s' yn annilys: ni ddylai gynnwys '%s'"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Nid yw'r patrymlun '%s' yn gorffen efo XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Methu creu ffeil '%s': %s"
#: glib/giochannel.c:1132
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Methu creu ffeil '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Ni chynhelir trawsnewid o'r set nodau `%s' i `%s'"
#: glib/giochannel.c:1136
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Methu agor trawsnewidydd o `%s' i `%s': %s"
#: glib/giochannel.c:1481
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Methu gwneud darlleniad crau yn g_io_channel_read_line_string"
#: glib/giochannel.c:1528 glib/giochannel.c:1785 glib/giochannel.c:1871
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Data dros ben heb ei drawsnewid yn y byffer ddarllen"
#: glib/giochannel.c:1608 glib/giochannel.c:1685
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Mae'r sianel yn gorffen a nod rhannol"
#: glib/giochannel.c:1671
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Methu gwneud darlleniad crau yn g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Maint neges anghywir"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Gwall soced"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Gwall ar linell %d golofn %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Gwall ar linell %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Gwelwyd endid gwag '&;'; mae &amp; &quot; &lt; &gt; a &apos; yn endidau dilys"
#: glib/gmarkup.c:395
# c-format
#: glib/gmarkup.c:422
#, 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 "
@ -192,17 +194,17 @@ msgstr ""
"Mae'r nod '%s' yn annilys ar ddechrau endid; mae'r nod & yn dechrau endid; "
"os nad yw'r & yma i fod yn endid, defnyddiwch &amp; yn ei le"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Nid yw'r nod '%s' yn ddilys o fewn enw endid"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Mae'r enw endid '%s' yn anhysbys"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -210,8 +212,9 @@ msgstr ""
"Ni orffenwyd yr endid gyda hanner-colon - mwy na thebyg fe ddefnyddiwyd "
"ampersand heb fwriadu dechrau endid - dylid ddefnyddio &amp; yn lle"
#: glib/gmarkup.c:531
# c-format
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
@ -219,16 +222,16 @@ msgstr ""
"Methwyd adnabod '%s', a ddylai fod yn ddigid o fewn cyfeiriant nod (&#234, "
"er enghraifft) - efallai mae'r digid yn rhy fawr"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Nid yw'r cyfeiriant nod '%s' yn amgodio nod a ganiateir"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Cyfeiriant nod wâg; dylai gynnwys digid megis &#454"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -238,23 +241,23 @@ msgstr ""
"ddefnyddiwyd ampersand heb fwriadu dechrau endid - dylid defnyddio &amp; yn "
"lle"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Cyfeiriant endid heb ei orffen"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Cyfeiriant nod heb ei orffen"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Testun annilys wedi ei amgodio fel UTF-8 "
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Rhaid i'r ddogfen ddechrau gyda elfen (e.e. <llyfr>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -262,22 +265,23 @@ msgid ""
msgstr ""
"Nid yw '%s' yn nod dilys yn dilyn '<'; nid yw'n gallu dechrau enw elfen"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "Nod od '%s', disgwylwyd '>' er mwyn gorffen tag dechrau'r elfen '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Nod od '%s', disgwylwyd '=' ar ôl yr enw priodoledd '%s' o'r elfen '%s'"
#: glib/gmarkup.c:1185
# c-format
#: glib/gmarkup.c:1213
#, 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 "
@ -287,7 +291,7 @@ msgstr ""
"s', neu priodoledd ddewisol; efallai defnyddwyd nod annilys mewn enw "
"priodoledd"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -296,7 +300,7 @@ msgstr ""
"Nod od '%s', disgwylwyd dyfnynod agored ar ôl y '=' wrth roi gwerth i'r "
"priodoloedd '%s' o'r elfen '%s'"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -305,7 +309,7 @@ msgstr ""
"Nid yw '%s' yn nod ddilys yn dilyn y nodau '</'; nid yw '%s' yn gallu "
"dechrau enw elfen."
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -314,26 +318,26 @@ msgstr ""
"Nid yw '%s' yn nod ddilys yn dilyn y nodau '</'; nid yw '%s' yn gallu "
"dechrau enw elfen."
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Cafodd yr elfen '%s' ei gau, nid oes elfen ar agor ar hyn o bryd"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Cafodd yr elfen '%s' ei gau, ond yr elfen sydd ar agor ar hyn o bryd yw '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Roedd y ddogfen yn wag neu'n cynnwys gofod yn unig"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Gorffennodd y ddogfen yn annisgwyl ar ôl '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -342,7 +346,7 @@ msgstr ""
"Gorffennodd y ddogfen yn annisgwyl tra roedd elfennau ar agor - '%s' oedd yr "
"elfen ddiwethaf a agorwyd"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -351,19 +355,19 @@ msgstr ""
"Gorffennodd y ddogfen yn annisgwyl, disgwylwyd ongl-fraced cauol i "
"ddiweddu'r tag <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Gorffenodd y ddogfen yn annisgwyl y tu fewn i enw elfen"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Gorffenodd y ddogfen yn annisgwyl y tu fewn i enw priodoledd"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Gorffenodd y ddogfen yn annisgwyl y tu fewn i dag agor elfen"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -371,16 +375,16 @@ msgstr ""
"Gorffenodd y ddogfen yn annisgwyl ar ôl yr hafalnod yn dilyn enw priodoledd; "
"dim gwerth priodoledd"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Gorffenodd y ddogfen yn annisgwyl y tu fewn i werth priodoledd"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Gorffenodd y ddogfen yn annisgwyl y tu fewn i dag cau yr elfen '%s'"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Gorffenodd y ddogfen yn annisgwyl y tu fewn i sylw neu gyfarwyddiad brosesu"
@ -411,11 +415,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "Roedd y testun yn wag, neu'n cynnwys gofodnodau'n unig"
#: glib/gspawn-win32.c:286
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Methu darllen data o broses plentyn"
#: glib/gspawn-win32.c:414
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -423,26 +427,26 @@ msgstr ""
"Gwall annisgwyl yn g_io_channel_win32_poll() tra darllen data o broses "
"plentyn"
#: glib/gspawn-win32.c:784 glib/gspawn.c:979
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Methu darllen o bibell plentyn (%s)"
#: glib/gspawn-win32.c:871
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Methu gweithredu proses gymorth"
#: glib/gspawn-win32.c:904 glib/gspawn.c:1184
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Methu newid i'r cyfeiriadur '%s' (%s)"
#: glib/gspawn-win32.c:913
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Methu gweithredu proses blentyn (%s)"
#: glib/gspawn-win32.c:956 glib/gspawn.c:1315
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Methu newid i'r cyfeiriadur '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Methu creu pibell er mwyn cyfathrebu â phroses plenty (%s)"
@ -452,42 +456,42 @@ msgstr "Methu creu pibell er mwyn cyfathrebu â phroses plenty (%s)"
msgid "Failed to read data from child process (%s)"
msgstr "Methu darllen data o broses plentyn (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Gwall annisgwyl yn select() tra'n darllen o broses plentyn (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Gwall annisgwyl yn waitpid() (%s)"
#: glib/gspawn.c:1044
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Methu fforchio (%s)"
#: glib/gspawn.c:1194
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Methu gweithredu proses blentyn \"%s\" (%s)"
#: glib/gspawn.c:1204
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Methu ailgyrchu mewnbwn neu allbwn proses blentyn (%s)"
#: glib/gspawn.c:1213
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Methu fforchio proses blentyn (%s)"
#: glib/gspawn.c:1221
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Gwall annisgwyl tra'n gweithredu proses blentyn \"%s\""
#: glib/gspawn.c:1243
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Methu darllen digon o ddata o bibell plentyn (%s)"
@ -504,3 +508,9 @@ msgstr "Dilyniant annilys ym mewnbwn trawsnewidiad"
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Nod y tu fâs i ystod dilys UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Maint neges anghywir"
#~ msgid "Socket error"
#~ msgstr "Gwall soced"

205
po/da.po
View File

@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 1.3.3\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-11-25 22:49+0100\n"
"Last-Translator: Ole Laursen <olau@hardworking.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
@ -19,69 +19,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, 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:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Kunne ikke åbne konverterer fra '%s' til '%s': %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Ugyldig bytesekvens i konverteringsinddata"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Fejl under konvertering: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Delvis tegnsekvens ved slutningen af inddata"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan ikke konvertere tilbagefaldet '%s' til tegnsæt '%s'"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "URI'en '%s' er ikke en absolut fil-URI"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, 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:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI'en '%s' er ugyldig"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Værtsnavnet for URI'en '%s' er ugyldig"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI'en '%s' indeholder ugyldigt beskyttede tegn"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Stinavnet '%s' er ikke en absolut sti"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Ugyldigt værtsnavn"
@ -90,102 +90,103 @@ msgstr "Ugyldigt værtsnavn"
msgid "Error opening directory '%s': %s"
msgstr "Fejl ved åbning af mappen '%s': %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, 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:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Fejl ved læsning af filen '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Fejl ved læsning fra filen '%s': %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Fejl ved åbning af filen '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Fejl ved finding af egenskaber for filen '%s': fstat() mislykkedes: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Fejl under åbning af filen '%s': fdopen() mislykkedes: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Skabelonen '%s' er ugyldig, må ikke indeholde en '%s'"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Skabelonen '%s' slutter ikke med XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Fejl under oprettelse af filen '%s': %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Fejl under oprettelse af filen '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, 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:1127
#: glib/giochannel.c:1147
#, 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:1472
#: glib/giochannel.c:1492
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:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Resterende ukonverterede data i læsemellemlager"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Kanal afslutter med et ufuldendt tegn"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
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/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Forkert beskedsstørrelse"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Sokkelfejl"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Fejl på linje %d tegn %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Fejl på linje %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Tom entitet '&;' fundet; gyldige entiteter er: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -196,17 +197,17 @@ msgstr ""
"en entitet; hvis dette og-tegn ikke er beregnet på at være en entitet, så "
"undgå dette ved at bruge &amp; i stedet"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, 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:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitetsnavnet '%s' er ikke kendt"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -215,7 +216,7 @@ msgstr ""
"tegn uden at det var beregnet på at starte en entitet - dette undgås ved at "
"bruge &amp; i stedet"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -224,16 +225,16 @@ msgstr ""
"Fejl ved fortolkning af '%s' som skulle have været et ciffer i en "
"tegnreference (&#234; for eksempel) - måske er cifret for stort"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Tegnreferencen '%s' koder ikke et tilladt tegn"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tom tegnreference; skulle indeholde et tal såsom &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -243,23 +244,23 @@ msgstr ""
"og-tegn uden at det var beregnet på at starte en entitet - undgå dette ved "
"at bruge &amp; i stedet"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Ufærdig entitetsreference"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Ufærdig tegnreference"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Ugyldig UTF-8-kodet tekst"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet skal begynde med et element (f.eks <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -268,7 +269,7 @@ msgstr ""
"'%s' er ikke et gyldigt tegn efter et '<'-tegn; det kan ikke være "
"begyndelsen på et elementnavn"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -277,7 +278,7 @@ msgstr ""
"Mærkeligt tegn '%s', forventede et '>'-tegn for at afslutte "
"begyndelsesmærket til elementet '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -285,7 +286,7 @@ msgstr ""
"Mærkeligt tegn '%s', forventede et '=' efter egenskabsnavn '%s' for "
"elementet '%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -296,7 +297,7 @@ msgstr ""
"begyndelsesmærket til elementet '%s' eller alternativt en egenskab; måske "
"brugte du et ugyldigt tegn i egenskabsnavnet"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -305,7 +306,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:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -314,7 +315,7 @@ msgstr ""
"'%s' er ikke et gyldigt tegn efter tegnene '</'; '%s' er måske ikke "
"begyndelsen på et elementnavn"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -323,25 +324,25 @@ msgstr ""
"'%s' er ikke et gyldigt tegn efter det lukkende elementnavn '%s'; tilladt "
"tegn er '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' blev lukket, ingen åbne elementer nu"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, 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:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller indeholdt kun blanke tegn"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentet sluttede uventet lige efter en åben vinkelparantes '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -349,7 +350,7 @@ msgid ""
msgstr ""
"Dokumentet sluttede uventet med åbne elementer - '%s' var sidste åbne element"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -358,19 +359,19 @@ msgstr ""
"Dokumentet sluttede uventet, forventede at se en vinkelparantes for at "
"afslutte det sidste mærke <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet sluttede uventet inden i et elementnavn"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet sluttede uventet inden i et egenskabsnavn"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentet sluttede uventet inden i et element-åbnende mærke"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -378,16 +379,16 @@ msgstr ""
"Dokumentet sluttede uventet efter lighedstegnet efter et egenskabsnavn; "
"ingen egenskabsværdi"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet sluttede uventet inden i en egenskabsværdi"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, 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:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentet sluttede uventet inden i en kommentar eller behandlingsinstruktion"
@ -417,11 +418,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "Tekst var tom (eller indeholdt kun blanke tegn)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Fejl under læsning af data fra underprocess"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -429,26 +430,26 @@ msgstr ""
"Uventet fejl i g_io_channel_win32_poll() under læsning af data fra en "
"underprocess"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Fejl under læsning fra barnedatakanal (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Fejl under kørsel af hjælpeprogram"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Fejl ved skift til mappen '%s' (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Fejl under kørsel af underprocess (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Fejl ved skift til mappen '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Fejl under oprettelse af kommunikationskanal til underproces (%s)"
@ -458,59 +459,65 @@ msgstr "Fejl under oprettelse af kommunikationskanal til underproces (%s)"
msgid "Failed to read data from child process (%s)"
msgstr "Fejl ved læsning af data fra underprocess (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, 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:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Uventet fejl i waitpid() (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Fejl under fraspaltning af proces (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Fejl under kørsel af underprocessen \"%s\" (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, 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:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Fejl ved fraspaltning af underprocess (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Ukendt fejl under kørsel af underprocessen \"%s\""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, 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:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Tegn uden for gyldigt interval for UTF-8"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Ugyldig sekvens i konverteringsinddata"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Tegn uden for gyldigt interval for UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Forkert beskedsstørrelse"
#~ msgid "Socket error"
#~ msgstr "Sokkelfejl"
#~ msgid "Channel set flags unsupported"
#~ msgstr "Kanalsætningsflag ikke understøttet"

205
po/de.po
View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.2.x\n"
"POT-Creation-Date: 2003-01-20 23:06+0100\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-01-20 23:07+0100\n"
"Last-Translator: Christian Neumair <chris@gnome-de.org>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
@ -14,71 +14,71 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, 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:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden: %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1304
#: glib/giochannel.c:1346 glib/giochannel.c:2188 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Ungültige Bytefolge in Konvertierungseingabe"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1311
#: glib/giochannel.c:2200
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Fehler bei der Umwandlung: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Bruchstückhafte Zeichenfolge am Eingabeende"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Notnagel »%s« kann nicht in Kodierung »%s« umgewandelt werden"
# CHECK
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, 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 Dateischema verwendet"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Der lokale URI »%s« darf kein »#« enthalten"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Der URI »%s« ist ungültig"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Der Rechnername der URI »%s« ist ungültig"
# CHECK
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Der URI »%s« enthält ungültige Escape-Zeichen"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Der Pfadname »%s« ist kein absoluter Pfad"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Ungültiger Rechnername"
@ -87,105 +87,106 @@ msgstr "Ungültiger Rechnername"
msgid "Error opening directory '%s': %s"
msgstr "Fehler beim Öffnen des Verzeichnisses »%s«: %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu byte konnten nicht alloziiert werden, um Datei »%s« zu lesen"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Fehler beim Lesen der Datei »%s«: %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Es konnte nicht aus der Datei »%s« gelesen werden: %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Datei »%s« konnte nicht geöffnet werden: %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Attribute der Datei »%s« konnten nicht ermittelt werden: fstat() "
"fehlgeschlagen: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Datei »%s« konnte nicht geöffnet werden: fdopen() fehlgeschlagen: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Vorlage »%s« ungültig, sollte kein »%s« enthalten"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Vorlage »%s« endet nicht auf XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Datei »%s« konnte nicht erstellt werden: %s"
#: glib/giochannel.c:1132
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Datei »%s« konnte nicht erstellt werden: %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, 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/giochannel.c:1136
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden: %s"
#: glib/giochannel.c:1481
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Raw-read in g_io_channel_read_line_string nicht möglich"
#: glib/giochannel.c:1528 glib/giochannel.c:1785 glib/giochannel.c:1871
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Nicht konvertierte Daten befinden sich noch im Lesepuffer "
#: glib/giochannel.c:1608 glib/giochannel.c:1685
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Kanal endet mit einem Teilzeichen"
#: glib/giochannel.c:1671
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Raw-read in g_io_channel_read_to_end nicht möglich"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Falsche Nachrichtengröße"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Socket-Fehler"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Fehler in Zeile %d, Zeichen %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Fehler in Zeile %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Leere Entität »&;« gefunden; gültige Entitäten sind &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -196,18 +197,18 @@ msgstr ""
"beginnt mit dem Zeichen &; wenn das Et keine Entität sein soll, es als &amp; "
"umschreiben"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Zeichen »%s« ist in einem Entitätsnamen ungültig"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitätsname »%s« ist unbekannt"
# CHECK
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -216,7 +217,7 @@ msgstr ""
"benutzt, ohne eine Entity beginnen zu wollen - umschreiben Sie das Et als "
"&amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -225,16 +226,16 @@ msgstr ""
"»%s«, was eine Zahl in einer Zeichenangabe (wie &#234;) sein sollte, konnte "
"nicht verstanden werden - vielleicht ist die Zahl zu groß"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Zeichenreferenz »%s« kodiert ein nicht erlaubtes Zeichen"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Leere Zeichenangabe; sollte eine Zahl wie z.B. &#454; enthalten"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
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 +245,23 @@ msgstr ""
"Et-Zeichen benutzt, ohne eine Entität beginnen zu wollen - umschreiben Sie "
"das Et als &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Unvollendete Entitätsreferenz"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Unvollendete Zeichenreferenz"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Ungültiger UTF-8-kodierter Text"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument muss mit einem Element beginnen (e.g. <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -269,7 +270,7 @@ msgstr ""
"»%s« ist kein gültiges Zeichen nach einem »<«-Zeichen; es darf keinen "
"Elementnamen beginnen"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -278,14 +279,14 @@ msgstr ""
"Seltsames Zeichen »%s«, »>« erwartet um Start-Tag des Elements »%s« "
"abzuschließen"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Seltsames Zeichen »%s«, »=« erwartet nach Attributname »%s« des Elements »%s«"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -296,7 +297,7 @@ msgstr ""
"»/« erwartet, um das Start-Tag des Elements »%s« abzuschließen; vielleicht "
"haben Sie ein ungültiges Zeichen in einem Attributnamen benutzt"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -306,7 +307,7 @@ msgstr ""
"Elemente »%s« wurde ein Anführungszeichen nach dem Gleichheitszeichen "
"erwartet"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -315,7 +316,7 @@ msgstr ""
"»%s« ist kein gültiges Zeichen, wenn es auf die Zeichen »</« folgt; »%s« "
"darf keinen Elementnamen beginnen"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -324,26 +325,26 @@ msgstr ""
"»%s« ist kein gültiges Zeichen, wenn es auf den schließenden Elementnamen »%"
"s« folgt; das erlaubte Zeichen ist »>«"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element »%s« wurde geschlossen, kein Element ist derzeit offen"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Element »%s« wurde geschlossen, aber das derzeit offene Element ist »%s«"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokument ist leer oder enthält nur Leerraum"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument endete unerwartet nach einer offenen spitzen Klammer »<«"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -352,7 +353,7 @@ msgstr ""
"Dokument endete unerwartet mit noch offenen Elementen - »%s« war das letzte "
"offene Element"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -361,19 +362,19 @@ msgstr ""
"Dokument endete unerwartet, es wurde eine spitze Klammer »>«, die das Tag <%"
"s/> schließt, erwartet"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument endete unerwartet innerhalb eines Elementnamens"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument endete unerwartet innerhalb eines Attributnamens"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument endete unerwartet innerhalb eines Element-öffnenden Tags."
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -381,18 +382,18 @@ msgstr ""
"Dokument endete unerwartet nach dem Gleichheitszeichen, das einem "
"Attributnamen folgt; kein Attributwert"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument endete unerwartet innerhalb eines Attributwertes"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Dokument endete unerwartet innerhalb eines schließenden Tags für das Element "
"»%s«"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokument endete unerwartet innerhalb eines Kommentars oder "
@ -424,11 +425,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "Text war leer (oder enthielt nur Leerraum)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Daten konnten nicht vom Kindprozess gelesen werden"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -436,26 +437,26 @@ msgstr ""
"Unerwarteter Fehler in g_io_channel_win32_poll() beim Lesen aus dem "
"Kindprozess"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Lesen aus Weiterleitung zum Kind (%s) fehlgeschlagen"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Hilfsprogramm konnte nicht ausgeführt werden"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "In Verzeichnis »%s« (%s) konnte nicht gewechselt werden"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Kindprozess konnte nicht ausgeführt werden (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "In Verzeichnis »%s« (%s) konnte nicht gewechselt werden"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
@ -467,63 +468,69 @@ msgstr ""
msgid "Failed to read data from child process (%s)"
msgstr "Daten vom Kindprozess konnten nicht gelesen werden (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Unerwarteter Fehler in select() beim Lesen von Daten eines Kindprozesses (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Unerwarteter Fehler in waitpid() (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Abspalten fehlgeschlagen (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Kindprozess »%s« konnte nicht ausgeführt werden (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, 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:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Abspalten des Kindprozesses fehlgeschlagen (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Unbekannter Fehler beim Ausführen des Kindprozesses »%s«"
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Es konnten nicht genug Daten von Kind-Programmkennungsweiterleitung (%s) "
"gelesen werden"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Zeichen außerhalb des Bereiches für UTF-8"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Ungültige Folge in Umwandlungseingabe"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Zeichen außerhalb des Bereiches für UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Falsche Nachrichtengröße"
#~ msgid "Socket error"
#~ msgstr "Socket-Fehler"
# CHECK
#~ msgid "Channel set flags unsupported"
#~ msgstr "Kanal »set-flags« werden nicht unterstützt"

208
po/el.po
View File

@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 1.0\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-12-03 20:09+0200\n"
"Last-Translator: Kostas Papadimas <pkst@gmx.net>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n"
@ -19,71 +19,71 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Η μετατροπή από την ομάδα χαρακτήρων %s' σε '%s' δεν υποστηρίζεται"
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από `%s' σε `%s': %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Μή έγκυρη σειρά στην είσοδο μετατροπής"
# gconf/gconftool.c:1181
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Σφάλμα κατά τη μετατροπή: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Ημιτελής σειρά χαρακτήρα στο τέλος της εισόδου"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Αδυναμία μετατροπής fallback '%s' σε codeset '%s'"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr ""
"Το URI '%s' δεν είναι ένα απόλυτο URI με την χρήση του σχήματος αρχείου"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Το URI τοπικού αρχείου '%s' μπορεί να μην περιέχει ένα '#'"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Το URI '%s' δεν είναι έγκυρο"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Το όνομα συστήματος του URI '%s' δεν είναι έγκυρο"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Το URI '%s' περιέχει χαρακτήρες μή έγκυρα escaped "
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Η όνομα διαδρομής '%s' δεν είναι μια απόλυτη διαδρομή"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Ακατάλληλο όνομα συστήματος"
@ -94,112 +94,113 @@ msgid "Error opening directory '%s': %s"
msgstr "Σφάλμα ανοίγματος καταλόγου '%s': %s"
#
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Αδύνατη η διάθεση %lu bytes στην ανάγνωση αρχείου \"%s\""
#
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
# gconf/gconf-internals.c:2416
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Αποτυχία ανάγνωσης από το αρχείο '%s': %s"
# gconf/gconf-internals.c:2416
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Αποτυχία ανοίγματος αρχείου `%s': %s"
# gconf/gconfd.c:1701
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Αποτυχία λήψης ιδιοτήτων του αρχείου '%s': fstat() απέτυχε: %s"
# gconf/gconf-internals.c:2416
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Αδυναμία ανοίγματος αρχείου '%s': fdopen() απέτυχε: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Το πρότυπο '%s' δεν είναι έγκυρο, θα πρέπει να περιέχει ένα '%s'"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Το πρότυπο '%s' δεν τελειώνει με XXXXXX"
# gconf/gconf-internals.c:2416
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s"
#: glib/giochannel.c:1123
# gconf/gconf-internals.c:2416
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Η μετατροπή από ομάδα χαρακτήρων `%s' σε `%s' δεν υποστηρίζεται"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από `%s' σε `%s': %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Δεν είναι δυνατή η raw ανάγνωση σε g_io_channel_read_line_string"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Εναπομείναντα δεδομένα που δεν έχουν μετατραπεί στο read buffer"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Το κανάλι τερματίζει σε ημιτελή χαρακτήρα"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Δεν είναι δυνατή η raw ανάγνωση σε g_io_channel_read_to_end"
#
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Εσφαλμένο μέγεθος μηνύματος"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Σφάλμα υποδοχέα (socket)"
# gconf/gconfd.c:1676
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Σφάλμα στη γραμμή %d χαρακτήρας %d: %s"
#
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Σφάλμα στη γραμμή %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Κενή καταχώρηση '&;' , έγκυρες οντότητες είναι: &amp; &quot; &lt; &gt; "
"&apos; "
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -210,17 +211,17 @@ msgstr ""
"χαρακτήρας & ξεκινά μια οντότητα, αν αυτό το συμπλεκτικό σύμβολο σεν "
"υποτίθεται να είναι οντότητα, escape it as &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Ο χαρακτήρας '%s' δεν είναι έγκυρος μέσα σε όνομα ύπαρξης."
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Το όνομα οντότητας '%s' δεν είναι γνωστή"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -229,7 +230,7 @@ msgstr ""
"συμπλεκτικό χαρακτήρα χωρίς να θέλατε να ξεκινήσετε μια οντότητα - διαφυγή "
"συμπλεκτικού χαρακτήρα ώς &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -239,16 +240,16 @@ msgstr ""
"αναφορά χαρακτήρα (&#234; για παράδειγμα) - ίσως το ψηφίο να είναι πολύ "
"μεγάλο"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Η αναφορά χαρακτήρα '%s' δεν κωδικοποιεί έναν επιτρεπόμενο χαρακτήρα"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Κενή αναφορά χαρακτήρα; πρέπει να περιέχει ένα ψηφίο όπως &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -258,23 +259,23 @@ msgstr ""
"έναν συμπλεκτικό χαρακτήρα χωρίς να θέλατε να ξεκινήσετε μια οντότητα - "
"διαφυγή συμπλεκτικού χαρακτήρα ώς &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Ημιτελής αναφορά οντότητας"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Ημιτελής αναφορά χαρακτήρα"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Μή έγκυρα κωδικοποιημένο κείμενο UTF-8 "
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Το έγγραφο πρέπει να ξεκινάει με στοιχείο (π.χ. <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -283,7 +284,7 @@ msgstr ""
"Το '%s' δεν είναι έγκυρος χαρακτήρας όταν ακολουθείται από ένα χαρακτήρα "
"'<' ."
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -292,7 +293,7 @@ msgstr ""
"Περίεργος χαρακτήρας '%s', αναμενόταν ένας χαρακτήρας '>' στο τέλος της "
"ετικέτας έναρξης του στοιχείου '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -300,7 +301,7 @@ msgstr ""
"Περίεργος χαρακτήρας '%s', αναμενόταν ένα '=' μετά το όνομα γνωρίσματος '%"
"s' του στοιχείου '%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -311,7 +312,7 @@ msgstr ""
"της ετικέτας έναρξης του στοιχείου '%s'. ή ένα γνώρισμα, πιθανόν να "
"χρησιμοποιήσατε ένα μή έγκυρο χαρακτήρα σε ένα όνομα γνωρίσματος"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -320,7 +321,7 @@ msgstr ""
"Περίεργος χαρακτήρας '%s', αναμενόταν ένα ανοικτό εισαγωγικό μετα το "
"σημείο ίσον κατά την απόδοση τιμής για το γνώρισμα '%s' του στοιχείου '%s'"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -329,7 +330,7 @@ msgstr ""
"Το '%s' δεν είναι έγκυρος χαρακτήρας ακολουθούμενος από χαρακτήρες </'; '%"
"s' μπορεί να μην αρχίζει όνομα στοιχείου"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -338,27 +339,27 @@ msgstr ""
"Το '%s' δεν είναι ένας έγκυρος χαρακτήρας ακολουθούμενος από το όνομα "
"στοιχείου κλεισίματος '%s'; ο επιτρεπόμενος χαρακτήρας είναι '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Το στοιχείο '%s' έκλεισε, κανένα στοιχείο δεν είναι ανοικτό"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Το στοιχείο '%s' έκλεισε, αλλά το τρέχον ανοικτό στοιχείο είναι '%s' "
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Το έγγραφο ήταν κενό (ή περιέχει μόνο λευκό κενό)"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα αμέσως μετά από μια ανοικτή γωνιακή "
"παρένθεση '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -367,7 +368,7 @@ msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα με στοιχεία ακόμα ανοικτά - '%s' ήταν το "
"τελευταίο στοιχείο που ανοίχθηκε"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -376,19 +377,19 @@ msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα, αναμενόταν μια παρένθεση κλεισίματος στο "
"τέλος του tag <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα στοιχείου"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα γνωρίσματος"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε tag ανοίγματος στοιχείου."
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -396,17 +397,17 @@ msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα λόγω του ότι μετά του σημείου ίσον "
"ακολουθεί ένα όνομα γνωρίσματος; δεν υπάρχει τιμή γνωρίσματος"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε τιμή γνωρίσματος"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα μέσα σε tag κλεισίματος για στοιχείο '%s'"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε σχόλιο ή εντολή σε διεργασία"
@ -439,11 +440,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "Το κείμενο ήταν κενό (ή περιέχει μόνο λευκό κενό)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Αποτυχία ανάγνωσης δεδομένων από θυγατρική διεργασία"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -452,26 +453,26 @@ msgstr ""
"θυγατρική διεργασία"
# gconf/gconftool.c:881
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Αποτυχία ανάγνωσης από θυγατρική σωλήνωση (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Αποτυχία εκτέλεσης βοηθητικού προγράμματος"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Αποτυχία αλλαγής καταλόγου '%s' (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Αποτυχία εκτέλεσης θυγατρικής διεργασίας (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Αποτυχία αλλαγής καταλόγου '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
@ -484,63 +485,70 @@ msgstr ""
msgid "Failed to read data from child process (%s)"
msgstr "Αποτυχία ανάγνωσης δεδομένων από θυγατρική διεργασία (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Απρόσμενο σφάλμα στο select() ανάγνωσης δεδομένων από θυγατρική διεργασία (%"
"s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Μη αναμενόμενο σφάλμα στη waitpid() (%s)"
# gconf/gconf-internals.c:2416
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Αποτυχία δικράνωσης (%s)"
# gconf/gconf-internals.c:2416
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Αποτυχία εκτέλεσης θυγατρικής διεργασίας \"%s\" (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr ""
"Αποτυχία προώθησης αποτελέσματος ή εισόδου της θυγατρικής διεργασίας (%s)"
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Αποτυχία δικράνωσης θυγατρικής διεργασίάς (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Άγνωστο σφάλμα κατά την εκτέλεση της θυγατρικής διεργασίας \"%s\""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Αποτυχία ανάγνωσης επαρκών δεδομένων από θυγατρική σωλήνωση pid (%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Ο χαρακτήρας είναι έξω από την εμβέλεια για UTF-8"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Μή έγκυρη σειρά στην είσοδο μεταροπής"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Ο χαρακτήρας είναι έξω από την εμβέλεια για UTF-16"
#
#~ msgid "Incorrect message size"
#~ msgstr "Εσφαλμένο μέγεθος μηνύματος"
#~ msgid "Socket error"
#~ msgstr "Σφάλμα υποδοχέα (socket)"
#~ msgid "Channel set flags unsupported"
#~ msgstr "Channel set flags δεν υποστηρίζεται"

325
po/eo.po
View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.3.0\n"
"POT-Creation-Date: 2003-07-01 15:00-0400\n"
"POT-Creation-Date: 2003-10-23 12:39-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"
@ -24,28 +24,19 @@ msgstr "Konverto de signaro '%s' el '%s' ne estas subtenata"
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Ne eblas malfermi konvertilon de '%s' to '%s': %s"
#: glib/gconvert.c:604
#: glib/gconvert.c:893
#: glib/giochannel.c:1315
#: glib/giochannel.c:1357
#: glib/giochannel.c:2199
#: glib/gutf8.c:910
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Nevalida bitokosekvenco en konverta enigo"
#: glib/gconvert.c:609
#: glib/gconvert.c:824
#: glib/giochannel.c:1322
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Eraro dum konverto: %s"
#: glib/gconvert.c:627
#: glib/gutf8.c:906
#: glib/gutf8.c:1106
#: glib/gutf8.c:1247
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Parta signosekvenco je enigofino"
@ -55,37 +46,37 @@ msgstr "Parta signosekvenco je enigofino"
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ne povas konverti fallback '%s' al kodaro '%s'"
#: glib/gconvert.c:1631
#: glib/gconvert.c:1411
#, 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:1641
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "La loka dosiera URI '%s' eble ne enhavas '#'"
#: glib/gconvert.c:1658
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "La URI '%s' estas nevalida"
#: glib/gconvert.c:1670
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "La komputilnomo de la URI '%s' ne estas valida"
#: glib/gconvert.c:1686
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "La URI '%s' enhavas nevalidajn eskapajn signojn"
#: glib/gconvert.c:1757
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "La padnomo '%s' ne estas absolutan padon"
#: glib/gconvert.c:1767
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Nevalida komputilnomo"
@ -94,53 +85,60 @@ msgstr "Nevalida komputilnomo"
msgid "Error opening directory '%s': %s"
msgstr "Eraro dum malfermado de dosierujo '%s': %s"
#: glib/gfileutils.c:384
#: glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ne eblis akiri %lu bitokojn por lego de dosiero \"%s\""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Malsukcesis legi de dosieron '%s': %s"
#: glib/gfileutils.c:518
#: glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Malsukcesis malfermi dosieron '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Malsukcesis ricevi atributojn de dosiero '%s': fstat() malsukcesis: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Ŝablono '%s' ne estas valida, ĝi devus ne enhavi '%s'"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Ŝablono '%s' ne finiĝas je XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Malsukcesis krei dosieron '%s': %s"
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Malsukcesis krei dosieron '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
@ -155,14 +153,11 @@ msgstr "Ne eblis malfermi konvertilon de '%s al '%s: %s"
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Ne povas fari krudan legon en g_io_channel_read_line_string"
#: glib/giochannel.c:1539
#: glib/giochannel.c:1796
#: glib/giochannel.c:1882
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Kroma nekonvertinta datumo en legbufro"
#: glib/giochannel.c:1619
#: glib/giochannel.c:1696
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Kanalo finas kun parta signo"
@ -170,171 +165,223 @@ msgstr "Kanalo finas kun parta signo"
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Ne povas fari krudan legon en g_io_channel_read_to_end"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Eraro ĉe linio %d signo %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Eraro ĉe linio %d: %s"
#: glib/gmarkup.c:385
msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Malplena ero '&;'; validaj eroj estas : &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid "Character '%s' is not valid at the start of an entity name; the & character begins an entity; if this ampersand isn't supposed to be an entity, escape it as &amp;"
msgstr "Signo '%s' ne estas valida en la komenco de eronomo; la & signo komencas unu ero;"
"se la kaj-signo ne estas ero, eskapu ĝin kiel &amp;"
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
"begins an entity; if this ampersand isn't supposed to be an entity, escape "
"it as &amp;"
msgstr ""
"Signo '%s' ne estas valida en la komenco de eronomo; la & signo komencas unu "
"ero;se la kaj-signo ne estas ero, eskapu ĝin kiel &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Signo '%s' ne estas valida en unu eronomo"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Eronomo '%s' ne estas konata"
#: glib/gmarkup.c:485
msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &amp;"
msgstr "Ero ne finis kun punktokomo; vi eble uzis kaj-signo sen voli komenci eron."
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
"Ero ne finis kun punktokomo; vi eble uzis kaj-signo sen voli komenci eron."
"Eskapu kaj-signon kiel &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid "Failed to parse '%s', which should have been a digit inside a character reference (&#234; for example) - perhaps the digit is too large"
msgstr "Analizo de '%s' malsuksesis. Une cifero devus esti en la signoreferenco"
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
"Analizo de '%s' malsuksesis. Une cifero devus esti en la signoreferenco "
"(&#234; ekzemple)- eble la cifero estas tro granda"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Signorefrenco '%s' ne faras kodigu permesatan signon"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Malplena signa referenco; devus enhavi ciferon kiel &#454;"
#: glib/gmarkup.c:583
msgid "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &amp;"
msgstr "Signa referenco ne finis kun punktokomo; vi verŝajne uzas kaj-signon sen voli"
"komenci eron - eskapu kaj-signon kiel &amp;"
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
"Signa referenco ne finis kun punktokomo; vi verŝajne uzas kaj-signon sen "
"volikomenci eron - eskapu kaj-signon kiel &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Nefinita erorefrenco"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Nefinita signorefrenco"
#: glib/gmarkup.c:860
#: glib/gmarkup.c:888
#: glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Nevalida UTF-8 kodiginta teksto"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumento devas komenci kun elemento (ekz. <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid "'%s' is not a valid character following a '<' character; it may not begin an element name"
msgstr "'%s' ne estas valida signo post la signo '<'; ĝi ne eblas komcenci" "elementnomon"
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
"'%s' ne estas valida signo post la signo '<'; ĝi ne eblas "
"komcencielementnomon"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid "Odd character '%s', expected a '>' character to end the start tag of element '%s'"
msgstr "Malbona signo '%s', unu '>' signo estas atendita por fini la komencetikedon" "de elemento '%s'"
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
"Malbona signo '%s', unu '>' signo estas atendita por fini la "
"komencetikedonde elemento '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Malbona signo '%s', unu '>' signo estas atendita post atributnomo '%s' de" "elemento '%s'"
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Malbona signo '%s', unu '>' signo estas atendita post atributnomo '%s' "
"deelemento '%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, 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 "Malbona signo '%s', unu '>' aŭ '/' signo estas atendita por fini la" "komencetikedon de elemento '%s' aŭ unu atributo; eble vi uzas nevalidan signon en"
"unu atributnomo"
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 ""
"Malbona signo '%s', unu '>' aŭ '/' signo estas atendita por fini "
"lakomencetikedon de elemento '%s' aŭ unu atributo; eble vi uzas nevalidan "
"signon enunu atributnomo"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, 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 "Malbona signo '%s', malferma citilo estas atendita post la egalsigno kiam"
"donita valoro por atributo '%s' de elemento '%s'"
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
"Malbona signo '%s', malferma citilo estas atendita post la egalsigno "
"kiamdonita valoro por atributo '%s' de elemento '%s'"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid "'%s' is not a valid character following the characters '</'; '%s' may not begin an element name"
msgstr "'%s' ne estas valida signo post la signoj '</'; '%s' ne eblas komcenci" "elementnomon"
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
"'%s' ne estas valida signo post la signoj '</'; '%s' ne eblas "
"komcencielementnomon"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid "'%s' is not a valid character following the close element name '%s'; the allowed character is '>'"
msgstr "'%s' ne estas valida signo post la ferma elementnomo '%s'; la valida signo estas" "'>'"
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
"'%s' ne estas valida signo post la ferma elementnomo '%s'; la valida signo "
"estas'>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elemento '%s' estis fermita, neniu elemento estas malfermita"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elemento '%s' estis fermita, sed la momente malfermita elemento estas '%s'"
msgstr ""
"Elemento '%s' estis fermita, sed la momente malfermita elemento estas '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokumento estis malpena aŭ enhavis nur blankspaco"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumento neatendite finis post malfermi-angulkrampon '<'"
#: glib/gmarkup.c:1635
#: glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened"
msgstr "Dokumento neatendite finis kun elementoj ankoraŭ malfermi - '%s' estis la lasta elemento malfermita"
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
"Dokumento neatendite finis kun elementoj ankoraŭ malfermi - '%s' estis la "
"lasta elemento malfermita"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>"
msgstr "Dokumento neatendite finis, atendis vidi etikedon finiĝanta je fermi-angulkrampo <%s/>"
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
"Dokumento neatendite finis, atendis vidi etikedon finiĝanta je fermi-"
"angulkrampo <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumento neatendite finis en elementa nomo"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumento neatendite finis en atributa nomo"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumento neatendite finis en elemento-malfermanta etikedo."
#: glib/gmarkup.c:1665
msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value"
msgstr "Dokumento neatendite finis post le egalsigno sekvita de atributnomo; ne atributvaloro"
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
"Dokumento neatendite finis post le egalsigno sekvita de atributnomo; ne "
"atributvaloro"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumento neatendite finis dum en atributvaloro"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumento neatendite finis en la fermetikedo por elemento '%s'"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokumento neatendite finis en komento aŭ komputanta instrukcio"
@ -360,37 +407,37 @@ msgstr "Teksto finis antaŭ konvenan citilon por %c. (La teksto estis '%s')"
msgid "Text was empty (or contained only whitespace)"
msgstr "Teksto estis malplena (aŭ enhavis nur blankspacon)"
#: glib/gspawn-win32.c:286
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Malsukesis legi datumon de procezido"
#: glib/gspawn-win32.c:414
msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process"
msgstr "Neatendita eraro dum g_io_channel_win32_poll() legado de datumo de procezido"
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr ""
"Neatendita eraro dum g_io_channel_win32_poll() legado de datumo de procezido"
#: glib/gspawn-win32.c:784
#: glib/gspawn.c:1002
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Malsukcesis legi de duktido (%s)"
#: glib/gspawn-win32.c:871
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Malsukcesis lanĉi helpant-programon"
#: glib/gspawn-win32.c:904
#: glib/gspawn.c:1207
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Malsukcesis ŝanĝi al dosierujo '%s' (%s)"
#: glib/gspawn-win32.c:913
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Malsukcesis lanĉi procezidon (%s)"
#: glib/gspawn-win32.c:956
#: glib/gspawn.c:1338
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Malsukcesis ŝanĝi al dosierujo '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Malsukcesis krei dukton por komunikado kun procezido (%s)"
@ -400,42 +447,42 @@ msgstr "Malsukcesis krei dukton por komunikado kun procezido (%s)"
msgid "Failed to read data from child process (%s)"
msgstr "Malsukcesis legi datumon de procezido (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Neatendita eraro en select() dum datumlegado de procezido (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Neatendita eraro en waitpid() (%s)"
#: glib/gspawn.c:1067
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Malsukcesis branĉiĝi (%s)"
#: glib/gspawn.c:1217
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Malsukcesis lanĉi procezidon \"%s\" (%s)"
#: glib/gspawn.c:1227
#: glib/gspawn.c:1223
#, 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:1236
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Malsukcesis branĉiĝi procezidon (%s)"
#: glib/gspawn.c:1244
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Nekonata eraro dum la lanĉando de la procezido \"%s\""
#: glib/gspawn.c:1266
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Malsukcesis legi sufiĉe datumon de ida pid-dukto (%s)"
@ -444,17 +491,11 @@ msgstr "Malsukcesis legi sufiĉe datumon de ida pid-dukto (%s)"
msgid "Character out of range for UTF-8"
msgstr "Signo ne estas en la UTF-8 intervalo"
#: glib/gutf8.c:1074
#: glib/gutf8.c:1083
#: glib/gutf8.c:1215
#: glib/gutf8.c:1224
#: glib/gutf8.c:1365
#: glib/gutf8.c:1461
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Nevalida sekvenco en konverta enigo"
#: glib/gutf8.c:1376
#: glib/gutf8.c:1472
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Signo ne estas en la UTF-16 intervalo"

205
po/es.po
View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 1.3\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-03-06 01:31-0300\n"
"Last-Translator: German Poo Caaman~o <gpoo@ubiobio.cl>\n"
"Language-Team: Spanish <traductores@es.gnome.org>\n"
@ -15,71 +15,71 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, 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:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "No se pudo abrir el conversor de `%s'·a·'%s':·%s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
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:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Ha ocurrido un error·durante la·conversión:·%s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "La secuencia parcial de caracteres en el final de la entrada"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "No se puede convertir el retraso '%s'·al conjunto de códigos·'%s'"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, 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 de archivo"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, 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:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "La URI·'%s'·no es válida"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr ""
"El nombre del host en la·URI·'%s'·contiene caracteres de escape que no son "
"válidos"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "La·URI·'%s'·contiene caracteres de escape que no son válidos"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, 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:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "El nombrel del host no es válido"
@ -88,106 +88,107 @@ msgstr "El nombrel del host no es válido"
msgid "Error opening directory '%s': %s"
msgstr "Ha ocurrido un error al abrir el directorio '%s':·%s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "No se puede localizar %lu bytes para leer el archivo \"%s\""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Ha ocurrido un error al leer el archivo '%s':·%s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ha ocurrido un error en la lectura desde el archivo '%s':·%s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ha ocurrido un error al abrir el archivo '%s':·%s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Ha ocurrido un error al obtener los atributos del archivo %s':·fstat()·falló:"
"·%s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Ha ocurrido un error al abrir el archivo '%s':·fdopen()·falló:·%s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "La plantilla '%s' no es válida, no debería contener '%s'"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "La plantilla ·'%s'· no termina con XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ha ocurrido un error al crear el archivo '%s':·%s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ha ocurrido un error al crear el archivo '%s':·%s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, 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 es soportada"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "No se pudo abrir el conversor de `%s'·a·`%s':·%s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "No se puede leer datos crudos en g_io_channel_read_line_string"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Datos no convertidos que quedaron en el búfer de lectura"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "El canal termina en un caracter parcial"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "No se puede realizar una lectura cruda en g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "El tamaño del mensaje es incorrecto"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Error de socket"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Error en la línea %d,·caracter·%d:·%s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Error·en la línea·%d:·%s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"La entidad '&;' está vacía; las entidades válidas son:·&amp;·&quot;·&lt;·&gt;"
"·&apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -198,17 +199,17 @@ msgstr ""
"carácter & inicia una entidad; si el signo '&' no debiera que ser una "
"entidad, nómbrela como &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "El carácter '%s'·no es válido dentro del nombre de una entidad"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "El nombre de la entidad '%s'·es desconocido"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -217,7 +218,7 @@ msgstr ""
"\"&\" sin la intención de indicar una entidad - nombre el signo \"&\" como "
"&amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -227,18 +228,18 @@ msgstr ""
"dentro de un carácter de referencia·( por ejemplo &#234;·)·-·tal vez el "
"dígito es demasiado grande"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "El caracter de referencia '%s' no codifica un caracter permitido"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"El caracter de referencia está vacío; debería incluir un dígito tal como "
"&#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -248,23 +249,23 @@ msgstr ""
"un carácter \"&\" sin pretender iniciar una entidad - utilice·el·carácter·\"&"
"\"·como·&amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Referencia a entidad sin terminar"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Referencia a caracter sin terminar"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "El texto codificado como UTF 8 no es válido"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "El documento debe comenzar con un elemento (por ejemplo: <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -273,7 +274,7 @@ msgstr ""
"'%s' no es un caracter válido a continuación del carácter '<': no debe "
"iniciar el nombre de un elemento"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -282,7 +283,7 @@ msgstr ""
"Caracter impropio '%s', se esperaba un caracter '>' para terminar la "
"etiqueta del elemento '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -290,7 +291,7 @@ msgstr ""
"Caracter impropio '%s',·se esperaba el caracter '='·después del nombre de "
"atributo·'%s'·del elemento·'%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -301,7 +302,7 @@ msgstr ""
"inicio de la etiqueta del elemento '%s' u opcionalmente un atributo;·tal vez "
"utilizó un caracter que no es válido en un nombre de atributo"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -310,7 +311,7 @@ msgstr ""
"Caracter impropio '%s', en un marca de cita abierta después del signo igual "
"se espera el valor del atributo '%s' del elemento '%s'"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -319,7 +320,7 @@ msgstr ""
"'%s' no es un caracter válido a continuación de los caracteres '</';·'%s'· "
"no debe inicar el nombre de un elemento"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -328,27 +329,27 @@ msgstr ""
"'%s'·no es un caracter válido a continuación del nombre del elemento de "
"cierre '%s'; el caracter permitido es '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "El elemento '%s' fue cerrado, no existe ningún elemento abierto"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"El·elemento·'%s' fue cerrado,·pero el elemento que está abierto actualmente "
"es '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "El documento está vacío o sólo contiene espacios en blanco"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "El documento termina inesperadamente justo después de un '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -357,7 +358,7 @@ msgstr ""
"El documento termina inesperadamente con elementos todavía abiertos - '%s' "
"fue el último elemento abierto"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -366,21 +367,21 @@ msgstr ""
"El documento termina inesperadamente, se esperada un caracter '>' "
"finalizando la etiqueta <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "El documento termina inesperadamente dentro del nombre de un elemento"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "El documento termina inesperadamente dentro del nombre de atributo"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"El documento termina inesperadamente dentro de una etiqueta de elemento "
"abierto"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -388,18 +389,18 @@ msgstr ""
"El documento termina inesperadamente después de los signos igual que siguen "
"el nombre de atributo; sin valor de atributo"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "El documento termina inesperadamente dentro del valor de un atributo"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"El documento termina inesperadamente dentro de la etiqueta cierre del "
"elemento '%s'"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"El documento termina inesperadamente dentro de un comentario o procesando "
@ -432,11 +433,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "El texto está vacío (o sólo contiene espacios en blanco)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Ha ocurrido un error al leer los datos desde el proceso hijo"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -444,26 +445,26 @@ msgstr ""
"Ha ocurrido un error inesperado en g_io_channel_win32_poll() al leer datos "
"desde el proceso hijo"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Ha ocurrido un error al leer desde el pipe hijo (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Ha ocurrido un error al ejecutar el programa asistente"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Ha ocurrido un error al cambiar al directorio '%s'·(%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Ha ocurrido un error al ejecutar el proceso hijo (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Ha ocurrido un error al cambiar al directorio '%s'·(%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
@ -475,61 +476,67 @@ msgstr ""
msgid "Failed to read data from child process (%s)"
msgstr "Ha ocurrido un error en la lectura de datos desde el proceso hijo (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Ha ocurrido un error inesperado en select()·leyendo datos desde el proceso "
"hijo (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Ha ocurrido un error inesperado en waitpid()·(%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Ha ocurrido un error al invocar fork (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, 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:1186
#: glib/gspawn.c:1223
#, 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:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Ha ocurrido un error al lanzar el proceso hijo·(%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Ha ocurrido un error desconocido al ejecutar el proceso hijo \"%s\""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Ha ocurrido un error al intentar leer suficientes datos desde el pipe hijo (%"
"s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "El caracter se encuentra fuera de los márgenes de UTF 8"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "La secuencia en la conversión de entrada no es válida"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "El caracter se encuentra fuera de los márgenes de UTF 16"
#~ msgid "Incorrect message size"
#~ msgstr "El tamaño del mensaje es incorrecto"
#~ msgid "Socket error"
#~ msgstr "Error de socket"

245
po/et.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 1.3.14\n"
"POT-Creation-Date: 2002-02-22 03:12+0200\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-12-10 10:05+0200\n"
"Last-Translator: Allan Sims <allsi@eau.ee>\n"
"Language-Team: Estonian <gnome-et@linux.ee>\n"
@ -14,175 +14,173 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
#: glib/gconvert.c:390
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Teisendamist koodistikust '%s' koodistikku '%s' ei toetata"
#: glib/gconvert.c:394
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Ei saa avada konverterit '%s'-st '%s'-ks: %s"
#: glib/gconvert.c:592 glib/gconvert.c:882 glib/giochannel.c:1282
#: glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875
#: glib/gutf8.c:1320
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Vigane baitide jada teisendussisendis"
#: glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
#: glib/giochannel.c:2175
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Viga teisendamises: %s"
#: glib/gconvert.c:615 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212
#: glib/gutf8.c:1316
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Puudulik märkide jada sisendi lõpus"
#: glib/gconvert.c:788
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ei saa tagasi teisendada '%s'-st koodistikku '%s'"
#: glib/gconvert.c:1593
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr ""
#: glib/gconvert.c:1603
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Kohaliku faili URI '%s' ei või sisaldada '#'"
#: glib/gconvert.c:1620
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' on vigane"
#: glib/gconvert.c:1632
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s' hostinimi on vigane"
#: glib/gconvert.c:1648
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' sisaldab vigaseid väljund märke"
#: glib/gconvert.c:1719
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Rajanimi '%s' ei ole absoluutne rada"
#: glib/gconvert.c:1729
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Vigane hostinimi"
#: glib/gdir.c:79
#: glib/gdir.c:80
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Viga kataloogi '%s' avamisel: %s"
#: glib/gfileutils.c:337 glib/gfileutils.c:402
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr ""
#: glib/gfileutils.c:348
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Viga failist '%s' lugemisel: %s"
#: glib/gfileutils.c:426
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Failist '%s' lugemine ebaõnnestus: %s"
#: glib/gfileutils.c:465 glib/gfileutils.c:533
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Faili '%s' avamine ebaõnnestus: %s"
#: glib/gfileutils.c:479
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Faili '%s' atribuutide saamine ebaõnnestus: fstat() ebaõnnestus: %s"
#: glib/gfileutils.c:505
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Faili '%s' avamine ebaõnnestus: fdopen() ebaõnnestus: %s"
#: glib/gfileutils.c:712
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Näidis '%s' vigane, ei tohiks sisaldada '%s'"
#: glib/gfileutils.c:724
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Näidis '%s' ei lõppe XXXXXX-ga"
#: glib/gfileutils.c:745
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Faili '%s' loomine ebaõnnestus: %s"
#: glib/giochannel.c:1110
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Faili '%s' loomine ebaõnnestus: %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Koodistikust `%s' koodistikuks `%s muutmisel puudub toetus"
#: glib/giochannel.c:1114
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Ei saa avada konverterit `%s' - `%s': %s"
#: glib/giochannel.c:1460
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
#: glib/giochannel.c:1507 glib/giochannel.c:1761 glib/giochannel.c:1847
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr ""
#: glib/giochannel.c:1587 glib/giochannel.c:1661
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr ""
#: glib/giochannel.c:1647
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
#: glib/giowin32.c:704 glib/giowin32.c:733
msgid "Incorrect message size"
msgstr "Teate ebaõige suurus"
#: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error"
msgstr "Soketi viga"
#: glib/giowin32.c:1290
msgid "Channel set flags unsupported"
msgstr ""
#: glib/gmarkup.c:219
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Viga real %d täht %d: %s"
#: glib/gmarkup.c:303
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Viga real %d: %s"
#: glib/gmarkup.c:382
msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
#: glib/gmarkup.c:392
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -190,73 +188,82 @@ msgid ""
"it as &amp;"
msgstr ""
#: glib/gmarkup.c:428
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Sisestatud nimes ei ole lubatud täht '%s'"
#: glib/gmarkup.c:472
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
#: glib/gmarkup.c:482
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
#: glib/gmarkup.c:528
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:553
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:570
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
#: glib/gmarkup.c:580
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
#: glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Vigane UTF-8 koodimata tekst"
#: glib/gmarkup.c:932
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument peab algama elemendiga (nt: <book>)"
#: glib/gmarkup.c:970
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1033
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
#: glib/gmarkup.c:1120
#: glib/gmarkup.c:1172
#, 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:1161
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -264,201 +271,211 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1244
#: glib/gmarkup.c:1296
#, 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:1384
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1422
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1433
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' on suletud, avatud elemente ei ole"
#: glib/gmarkup.c:1442
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' on suletud, kuid praegu avatud element on '%s'"
#: glib/gmarkup.c:1574
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokument on tühi või sisaldab ainult tühikuid"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument lõppeb ootamatult lõpetamata nurksuluga"
#: glib/gmarkup.c:1596 glib/gmarkup.c:1640
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
"Dokument lõppeb ootamatult avatud elemendiga - '%s' oli viimane"
"lahtine element"
"Dokument lõppeb ootamatult avatud elemendiga - '%s' oli viimanelahtine "
"element"
#: glib/gmarkup.c:1604
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
"Dokument lõppeb ootamatult, loodetakse näha nurksulgude lõpetamist"
"taagiga <%s/>"
"Dokument lõppeb ootamatult, loodetakse näha nurksulgude lõpetamisttaagiga <%"
"s/>"
#: glib/gmarkup.c:1610
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument lõppeb ootamatult elemendi nime sees"
#: glib/gmarkup.c:1615
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument lõppeb ootamatult atribuudi nime sees"
#: glib/gmarkup.c:1620
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument lõppeb ootamatult elemendi avamise taagi sees"
#: glib/gmarkup.c:1626
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1633
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1648
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokument lõppes ootamatult suletud taagi elementi '%s' sees"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokument lõppes ootamatult kommentaaride või töötlemis juhiste sees"
#: glib/gshell.c:71
#: glib/gshell.c:72
msgid "Quoted text doesn't begin with a quotation mark"
msgstr ""
#: glib/gshell.c:161
#: glib/gshell.c:162
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
#: glib/gshell.c:528
#, c-format
msgid "Text ended just after a '' character. (The text was '%s')"
#: glib/gshell.c:530
#, fuzzy, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Tekst lõppes pärast '' tähte. (Tekst on '%s')"
#: glib/gshell.c:535
#: glib/gshell.c:537
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr ""
#: glib/gshell.c:547
#: glib/gshell.c:549
msgid "Text was empty (or contained only whitespace)"
msgstr "Tekst puudus (või on ainult tühikud)"
#: glib/gspawn-win32.c:214
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Andmete lugemine alamprotsessilt ebaõnnestus"
#: glib/gspawn-win32.c:365
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr ""
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr ""
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Kataloogi '%s' muutmine ebaõnnestus (%s)"
#: glib/gspawn-win32.c:922
#, fuzzy
msgid "Failed to execute helper program"
msgstr "Alamprotsessi (%s) käivitamine ebaõnnestus"
#: glib/gspawn-win32.c:940
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Alamprotsessi (%s) käivitamine ebaõnnestus"
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Kataloogi '%s' muutmine ebaõnnestus (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
#: glib/gspawn.c:161
#: glib/gspawn.c:167
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Andmete lugemine alamprotsessilt (%s) ebaõnnestus"
#: glib/gspawn.c:293
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
#: glib/gspawn.c:376
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr ""
#: glib/gspawn.c:979
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr ""
#: glib/gspawn.c:1129
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Alamprotsessi \"%s\" käivitamine ebaõnnestus (%s)"
#: glib/gspawn.c:1139
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Alamprotsessi (%s) ümbersuunamine ebaõnnestus"
#: glib/gspawn.c:1148
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Alamprotsessi (%s) jagamine ebaõnnestus"
#: glib/gspawn.c:1156
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Tundmatu viga alamprotsessi \"%s\" käivitamisel"
#: glib/gspawn.c:1178
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
#: glib/gutf8.c:950
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Märk on väljaspool UTF-8 ulatust"
#: glib/gutf8.c:1039 glib/gutf8.c:1048 glib/gutf8.c:1180 glib/gutf8.c:1189
#: glib/gutf8.c:1330 glib/gutf8.c:1426
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr ""
#: glib/gutf8.c:1341 glib/gutf8.c:1437
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Märk on väljaspool UTF-16 ulatust"
#~ msgid "Incorrect message size"
#~ msgstr "Teate ebaõige suurus"
#~ msgid "Socket error"
#~ msgstr "Soketi viga"

199
po/eu.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 1.3.9\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2001-07-06 14:23+0200\n"
"Last-Translator: Joseba Bidaurrazaga van Dierdonck <jbv@euskalnet.net>\n"
"Language-Team: euskare <linux-eu@chanae.alphanet.ch>\n"
@ -13,69 +13,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, fuzzy, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Aldaketa karaktere talde `%s'-tik `%s'-ra ez dago gaitua"
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, fuzzy, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Ezin ireki `%s'-tik `%s'-rako itzultzailea: %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Baliogabeko byte segida itzulketa sarreran"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Errorea itzultzerakoan: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Zatia besterik ez dan karaktere segida sarreraren bukaeran"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ezin itzuli fallback '%s'tik '%s' kodera"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "URI `%s' ez da URI osoa, fitxategien eskema jarraitzen duena"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, fuzzy, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Bertoko fitxategi URI `%s' ezin du `#'-rik izan"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, fuzzy, c-format
msgid "The URI '%s' is invalid"
msgstr "URI `%s' baliogabe da"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, fuzzy, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Ostalari izena URI `%s'-rena baliorikgabeko karakterez "
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, fuzzy, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI `%s'-k baliogabeko karakterez "
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Bideizena '%s' ez da bide osoarena"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
#, fuzzy
msgid "Invalid hostname"
msgstr "Baliogabeko byte segida ostalari izenean"
@ -85,101 +85,102 @@ msgstr "Baliogabeko byte segida ostalari izenean"
msgid "Error opening directory '%s': %s"
msgstr "Errore fitxategia irakurtzerakoan'%s': %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr ""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Errore fitxategia irakurtzerakoan'%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ezin irakurri fitxategi '%s'-tik: %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ezin ireki fitxategi '%s'-a: %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Ezin lortu atributuak fitxategitik '%s': fstat() failed: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Ezin ireki fitzategia '%s': fdopen() failed: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Eredu '%s'-a ezlegezkoa, ezin du '%s'-rik izan"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Eredu '%s'-ak ez du amaierako XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ezin eratu fitxategia '%s': %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ezin eratu fitxategia '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Aldaketa karaktere talde `%s'-tik `%s'-ra ez dago gaitua"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Ezin ireki `%s'-tik `%s'-rako itzultzailea: %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr ""
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr ""
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr ""
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr ""
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Errorea %d lerroan %d hizkia: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Errorea %d lerroan: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Hutsa den '&;' aurkitua; balekoak: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -189,17 +190,17 @@ msgstr ""
"'%s' hizkia ezinezkoa da izenaren hasieran; & hizkia hasieran; ampersand-a "
"ez badateke izaerakorik, escape &amp-a baita;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' hizkia ezin daiteke egon izenaren baitan"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Izaerakoaren izena '%s' ezezaguna"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -207,7 +208,7 @@ msgstr ""
"Izaerakoa ez da bukatzen erthabez; ziurrenik ampersand-a erabili duzu "
"izaerakorik sortu nahi ezean - escape ampersand &amp legez;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -216,17 +217,17 @@ msgstr ""
"Ezin kudeatu '%s', zein bere baitako behar du zenbakia hizkiaren "
"erreferentzian (&#234; adibideko) - zenbakia handiegia dateke"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Hizki eerreferentzi '%s'-ek ez du koderatzen baimendutako hizkirik "
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Hizkiaren erreferentzia hutsik; behar du zenbakia bere baitan &#454 edo;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -235,30 +236,30 @@ msgstr ""
"Hizki erreferentziak ez du bukaerako erthaberik; litekeena da erabili duzula "
"ampersand hizkia izaerakorik sortu nahi ezean - escape ampersand &amp legez;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Ezinezko UTF-8 kodetutako textua"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentua zernahi gaiez hasi behar du (ad. <liburu>"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' ezin du '<'-ren aurretik; ezin du hasi elementuaren izenik"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -266,7 +267,7 @@ msgid ""
msgstr ""
"Banakako hizki '%s'-k, behar du '>' hasierako zatia sortzeko'%s' elementuari"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -274,7 +275,7 @@ msgstr ""
"Banakako hizki '%s'-k, behar du '='atributu izen '%s'-ren ostean, '%s' "
"elementuarena"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -285,7 +286,7 @@ msgstr ""
"elementuan, edo bestera atributua; litekkena da ezinezko hizkia erabili "
"duzula atributu izenean"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -294,7 +295,7 @@ msgstr ""
"Banakako hizki '%s'-k, behar du parentesi hasiera berdin ikurraren ostean '%"
"s' atributaren balioa ematerakoan, '%s' elementuari"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -302,7 +303,7 @@ msgid ""
msgstr ""
"'%s' ezin du '</'-ren atzetik joan; '%s'-k ezin du hasi elementu izenik"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -311,25 +312,25 @@ msgstr ""
"'%s' hizkiak ezin du itxitako '%s' elementuaren izenean joan; baimendutako "
"hizkia '>' da"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' elementua itxirik, ez dago elementu irekirik"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' elementua itxirik, irekirik dagoena '%s' da"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentua hutsik dago"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentua ezustean bukatzen da '<' batez"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -338,7 +339,7 @@ msgstr ""
"Dokumentua ezustean bukatzen da elementuak oraindik irekita mantenduz - '%s' "
"izan da irekitako azken elementua"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -347,20 +348,20 @@ msgstr ""
"Dokumentua ezustean bukatzen da, beharko luke izan parentesi itxierarik <%s/"
"> ikurraren amaieran"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentua ezustean bukatzen da elementuaren izenaren baitan"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentua ezustean bukatzen da atributu izenaren baitan"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Dokumentua ezustean bukatzen da elementuaren hasierako ikurraren baitan"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -368,17 +369,17 @@ msgstr ""
"Dokumentua ezustean bukatzen da atributaaren izenaren osteko berdin "
"ikurbatez; ez du atributuaren baliorik"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentua ezustean bukatzen da atributuaren balioaren baitan"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Dokumentua ezustean bukatzen da, '%s' elementurako bukareako ikurraren baitan"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokumentua ezustean bukatzen da aipamen edo eginkuzun baten baitan"
@ -407,11 +408,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "Textua hutzik (edo zuriz)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Ezin irakurri daturik child prozeduran"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -419,27 +420,27 @@ msgstr ""
"Ezusteko errora g_io_channel_win32_poll()-n child prozedurako datuak "
"irakurtzekoan"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Ezin irakurri child hodian (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
#, fuzzy
msgid "Failed to execute helper program"
msgstr "Ezin abiarazi chil prozedura (%s)"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Ezin aldatu '%s' direktoriora (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Ezin abiarazi chil prozedura (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Ezin aldatu '%s' direktoriora (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Ezin eratu hodirik child prozedurarekin bat egiteko (%s)"
@ -449,57 +450,57 @@ msgstr "Ezin eratu hodirik child prozedurarekin bat egiteko (%s)"
msgid "Failed to read data from child process (%s)"
msgstr "Ezin irakurri daturik child prozeduran (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Ezusteko errorea select()-n child prozeduratik (%s) datuak irakurtzerakoan"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Ezusteko errorea waitpid()-en (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Ezin ziztatu (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, fuzzy, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Ezin abiarazi chil prozedura (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Ezin bideratu irteera edo sarrera child prozeduran (%s)"
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Ezin ziztatu chil prozedura (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, fuzzy, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Errore eezaguna child prozeduran"
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Ezin irakurri datu nahikorik child-en pid hodian (%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Hizkia ildotik at UTF-8-n"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Ezinezko segida itzulpen sarreran"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Hizkia ildotik at UTF-16-en"

205
po/fa.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"POT-Creation-Date: 2003-02-24 04:54+0100\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-08-23 23:11+0430\n"
"Last-Translator: Roozbeh Pournader <roozbeh@sharif.edu>\n"
"Language-Team: Persian <farsi@lists.sharif.edu>\n"
@ -13,69 +13,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "تبدیل از مجموعه‌نویسه‌ی '%s' به '%s' پشتیبانی نمی‌شود"
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "نمی‌توان مبدل '%s' به '%s' را باز کرد: %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "دنباله‌ی بایتی نامعتبر در ورودی تبدیل"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "خطا هنگام تبدیل: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "دنباله نویسه‌ی ناتمام در انتهای ورودی"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "نمی‌توان اصلاح حالت '%s' را به مجموعه‌کد '%s' تبدیل کرد"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "نشانی جهانی '%s' نشانی جهانی مطلقی که از شم پرونده استفاده کند نیست"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "نمی‌شود نشانی جهانی '%s' که به پرونده‌ی محلی اشاره می‌کند '#' داشته باشد"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "نشانی جهانی '%s' نامعتبر است"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "نام میزبان نشانی جهانی '%s' نامعتبر است"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "نشانی جهانی '%s' نویسه‌های گریز نامعتبر دارد"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "نام مسیر '%s' مسیر مطلقی نیست"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "نام میزبان نامعتبر"
@ -84,103 +84,104 @@ msgstr "نام میزبان نامعتبر"
msgid "Error opening directory '%s': %s"
msgstr "خطا در باز کردن شاخه‌ی '%s': %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "نمی‌توان %lu بایت برای خواندن پرونده‌ی \"%s\" تخصیص داد"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "خطا در خواندن پرونده‌ی '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "خواندن از پرونده‌ی '%s' شکست خورد: %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "باز کردن پرونده‌ی '%s' شکست خورد: %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "گرفتن مشخصه‌های پرونده‌ی '%s' شکست خورد: fstat() شکست خورد: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "باز کردن پرونده‌ی '%s' شکست خورد: fdopen() شکست خورد: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "قالب '%s' نامعتبر است، نباید '%s' داشته باشد"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "قالب '%s' با XXXXXX ختم نمی‌شود"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "ایجاد پرونده‌ی '%s' شکست خورد: %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "ایجاد پرونده‌ی '%s' شکست خورد: %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "تبدیل از مجموعه‌نویسه‌ی '%s' به '%s' پشتیبانی نمی‌شود"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "نمی‌توان مبدل از '%s' به '%s' را باز کرد: %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "نمی‌توان در g_io_channel_read_line_string خواندن خام انجام داد"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "داده‌ی تبدیل‌نشده در میان‌گیر خواندن باقی مانده است"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "کانال با یک نویسه‌ی ناتمام پایان می‌یابد"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "نمی‌توان در g_io_channel_read_to_end خواندن خام انجام داد"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "اندازه‌ی پیغام نادرست است"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "خطای سوکت"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "خطا در سطر %d نویسه‌ی %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "خطا در سطر %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"نهاد خالی '&;' مشاهده شد؛ نهادهای معتبر عبارتند از &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -190,17 +191,17 @@ msgstr ""
"نویسه‌ی '%s' در ابتدای نام نهادها مجاز نیست؛ نویسه‌ی & یک نهاد را آغاز می‌کند؛ "
"اگر این امپرسند قرار نیست نهاد شود، به‌جای آن از &amp; استفاده کنید"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "نویسه‌ی '%s' داخل نام نهادها مجاز نیست"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "نام نهاد '%s' ناشناخته است"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -209,7 +210,7 @@ msgstr ""
"بخواهید یک نهاد شروع کنید از یک نویسه‌ی امپرسند استفاده کرده‌اید - برای "
"امپرسند از &amp; استفاده کنید"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -218,16 +219,16 @@ msgstr ""
"تجزیه‌ی '%s'، که باید رقمی داخل یک ارجاع نویسه‌ای (مثل &#234;) می‌بود شکست خورد "
"- شاید رقم خیلی بزرگ است"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "ارجاع نویسه‌ای '%s' به نویسه‌ی مُجاز اشاره نمی‌کند"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ارجاع نویسه‌ای خالی؛ باید رقم داشته باشد، مثل &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -237,23 +238,23 @@ msgstr ""
"نهادی را آغاز کنید از یک نویسه‌ی امپرسند استفاده کرده‌اید - برای امپرسند "
"از &amp; استفاده کنید"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "ارجاع نهادی ناتمام"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "ارجاع نویسه‌ای ناتمام"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "متن UTF-8 نامعتبر"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "نوشتار باید با یک عنصر شروع شود (مثلاً <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -262,7 +263,7 @@ msgstr ""
"'%s' نویسه‌ی مجازی برای بعد از یک نویسه‌ی '<' آمدن نیست؛ نمی‌شود ابتدای نام یک "
"عنصر باشد"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -271,7 +272,7 @@ msgstr ""
"نویسه‌ی غیرعادی '%s'، برای پایان دادن به برچسب شروع عنصر '%s' انتظار یک "
"نویسه‌ی '>' می‌رفت"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -279,7 +280,7 @@ msgstr ""
"نویسه‌ی غیرعادی '%s'، بعد از نام مشخصه‌ی '%s' عنصر '%s' انتظار یک نویسه‌ی '=' "
"می‌رفت"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -290,7 +291,7 @@ msgstr ""
"نویسه‌ی '>' یا '/' می‌رفت، یا شاید یک مشخصه؛ شاید از یک نویسه‌ی نامعتبر در نام "
"مشخصه استفاده کرده باشید"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -299,7 +300,7 @@ msgstr ""
"نویسه‌ی غیر عادی '%s'، هنگام مقدار دادن برای مشخصه‌ی '%s' از عنصر '%s' انتظار "
"یک علامت نقل قول باز می‌رفت"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -308,32 +309,32 @@ msgstr ""
"'%s' نویسه‌ی معتبری برای بعد از نویسه‌های '</' آمدن نیست؛ نمی‌شود '%s' ابتدای "
"نام یک عنصر باشد"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s' نویسه‌ی معتبری برای بستن نام عنصر '%s' نیست؛ نویسه‌ی مجاز '>' است"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "عنصر '%s' بسته شده است، هیچ عنصری فعلاً باز نیست"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "عنصر '%s' بسته شده است، عنصری که فعلاً باز است '%s' است"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "نوشتار خالی است یا فقط فاصله دارد"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "نوشتار به‌طور غیرمنتظره‌ای درست بعد از یک علامت کوچکتر '<' پایان یافت"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -342,7 +343,7 @@ msgstr ""
"نوشتار وقتی که هنوز عناصری باز بودند به‌طور غیرمنتظره‌ای پایان یافت - آخرین "
"عنصر باز '%s' بود"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -351,19 +352,19 @@ msgstr ""
"نوشتار به‌طور غیرمنتظره‌ای پایان یافت، انتظار یک علامت بزرگتر برای بستن برچسب <"
"%s/> می‌رفت"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک عنصر به‌پایان رسید"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک مشخصه به‌پایان رسید"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل یک برچسب عنصربازکن پایان یافت."
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -371,16 +372,16 @@ msgstr ""
"نوشتار به‌طور غیرمنتظره‌ای بعد از علامت مساوی‌ای که بعد از یک نام مشخصه آمده "
"بود تمام شد؛ بدون مقداری برای مشخصه"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل مقدار یک مشخصه به‌پایان رسید"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل برچسب بستن عنصر '%s' پایان یافت"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"نوشتار به‌طور غیرمنتظره‌ای داخل یک توضیح یا دستورالعمل پردازشی پایان یافت"
@ -408,11 +409,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "متن خالی بود (یا فقط فاصله داشت)"
#: glib/gspawn-win32.c:286
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "خواندن داده‌ها از فراروند فرزند شکست خورد"
#: glib/gspawn-win32.c:414
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -420,26 +421,26 @@ msgstr ""
"خطای غیرمنتظره در g_io_channel_win32_poll() هنگام خواندن داده‌ها از یک "
"فراروند فرزند"
#: glib/gspawn-win32.c:784 glib/gspawn.c:979
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "خواندن از لوله‌ی فرزند شکست خورد (%s)"
#: glib/gspawn-win32.c:871
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "اجرای برنامه‌ی راهنما شکست خورد"
#: glib/gspawn-win32.c:904 glib/gspawn.c:1184
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "تغییر به شاخه‌ی '%s' شکست خورد (%s)"
#: glib/gspawn-win32.c:913
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "اجرای فراروند فرزند شکست خورد (%s)"
#: glib/gspawn-win32.c:956 glib/gspawn.c:1315
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "تغییر به شاخه‌ی '%s' شکست خورد (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "ایجاد لوله برای ارتباط با فراروند فرزند شکست خورد (%s)"
@ -449,59 +450,65 @@ msgstr "ایجاد لوله برای ارتباط با فراروند فرزند
msgid "Failed to read data from child process (%s)"
msgstr "خواندن داده‌ها از فراروند فرزند شکست خورد (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"خطای غیرمنتظره در select() هنگام خواندن داده‌ها از یک فراروند فرزند (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "خطای غیرمنتظره در waitpid() (%s)"
#: glib/gspawn.c:1044
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "انشعاب شکست خورد (%s)"
#: glib/gspawn.c:1194
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "اجرای فراروند فرزند \"%s\" شکست خورد (%s)"
#: glib/gspawn.c:1204
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "تغییر مسیر خروجی یا ورودی فراروند فرزند شکست خورد (%s)"
#: glib/gspawn.c:1213
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "انشعاب فراروند فرزند شکست خورد (%s)"
#: glib/gspawn.c:1221
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "خطای ناشناخته هنگام اجرای فراروند فرزند \"%s\""
#: glib/gspawn.c:1243
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "خواندن داده‌ی کافی از لوله‌ی pid فرزند شکست خورد (%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "نویسه‌ی خارج از محدوده برای UTF-8"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "دنباله‌ی نامعتبر در ورودی تبدیل"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "نویسه‌ی خارج از محدوده برای UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "اندازه‌ی پیغام نادرست است"
#~ msgid "Socket error"
#~ msgstr "خطای سوکت"
#~ msgid "Channel set flags unsupported"
#~ msgstr "نشان‌های تنظیم‌شده توسط کانال، پشتیبانی نمی‌شوند"

205
po/fi.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib VERSION\n"
"POT-Creation-Date: 2003-01-03 05:53+0100\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-12-12 00:20+0200\n"
"Last-Translator: Lauri Nurmi <lanurmi@iki.fi>\n"
"Language-Team: Gnome Finnish Translation Team <gnome-fi-laatu@lists."
@ -14,69 +14,69 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, 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:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata: %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Virheellinen tavusarja muunnettavassa syötteessä"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Virhe muunnoksen aikana: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Osittainen tavusarja syötteen lopussa"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Koodausmerkkijonoa \"%s\" ei voi muuntaa merkistöön \"%s\""
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "URI \"%s\" ei ole absoluuttinen tiedostomuotoinen URI"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, 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:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI \"%s\" on virheellinen"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI:n \"%s\" isäntänimi on virheellinen"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI \"%s\" sisältää virheellisesti suojattuja merkkejä"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Polku \"%s\" ei ole absoluuttinen"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Virheellinen isäntänimi"
@ -85,106 +85,107 @@ msgstr "Virheellinen isäntänimi"
msgid "Error opening directory '%s': %s"
msgstr "Virhe hakemiston \"%s\" avaamisessa: %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ei voitu varata %lu tavua muistia tiedoston \"%s\" lukemiseksi"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Lukeminen tiedostosta \"%s\" epäonnistui: %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Tiedoston \"%s\" avaaminen epäonnistui: %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Tiedoston \"%s\" ominaisuuksien lukeminen epäonnistui: fstat() epäonnistui: %"
"s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Tiedoston \"%s\" avaaminen epäonnistui: fdopen() epäonnistui: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Malli \"%s\" on virheellinen, se ei saa sisältää merkkijonoa \"%s\""
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Malli \"%s\" ei pääty merkkijonoon XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Tiedoston \"%s\" luominen epäonnistui: %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Tiedoston \"%s\" luominen epäonnistui: %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, 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/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata: %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Funktiossa g_io_channel_read_line_string ei voi suorittaa raakalukemista"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Jäljelle jäänyt muuntamaton data lukupuskurissa"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Kanava päättyy osittaiseen merkkiin"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Funktiossa g_io_channel_read_to_end ei voi suorittaa raakalukemista"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Virheellinen viestin koko"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Pistokevirhe"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Virhe rivillä %d, kohdassa %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Virhe rivillä %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Havaittu tyhjä entiteetti \"&;\"; kelvolliset ovat: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -195,17 +196,17 @@ msgstr ""
"entiteetin. Jos tämän &-merkin ei ole tarkoitus olla entiteetti, käytä "
"merkintää &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Merkki \"%s\" ei ole kelvollinen entiteetin nimessä"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entiteetin nimi \"%s\" on tuntematon"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -213,7 +214,7 @@ msgstr ""
"Entiteetti ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä "
"aikomatta aloittaa entiteettiä - käytä merkintää &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -222,16 +223,16 @@ msgstr ""
"Merkkijonon \"%s\" piti olla luku merkkiviitteen sisällä (esim. &#234;), "
"mutta sen jäsentäminen epäonnistui - ehkä luku on liian suuri"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Merkkiviite \"%s\" ei ole sallitun merkin koodaus"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tyhjä merkkiviite; viitteen tulee sisältää luku, esim &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
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 +241,23 @@ msgstr ""
"Merkkiviite ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä "
"aikomatta aloittaa entiteettiä - käytä merkintää &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Päättämätön entiteettiviite"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Päättämätön merkkiviite"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Virheellinen UTF-8-merkistöinen teksti"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Asiakirjan on alettava elementillä (esim. <kirja>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -265,7 +266,7 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki \"<\"-merkin jälkeen; se ei voi aloittaa "
"elementin nimeä"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -274,7 +275,7 @@ msgstr ""
"Pariton merkki \"%s\", odotettiin \">\"-merkkiä päättämään elementin \"%s\" "
"alkulippu"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -282,7 +283,7 @@ msgstr ""
"Pariton merkki \"%1$s\", odotettiin \"=\"-merkkiä elementin \"%3$s\" "
"ominaisuuden \"%2$s\" jälkeen"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -293,7 +294,7 @@ msgstr ""
"elementin \"%s\" aloituslippu, tai mahdollista ominaisuutta; käytit ehkä "
"ominaisuuden nimessä siihen kelpaamatonta merkkiä"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -302,7 +303,7 @@ msgstr ""
"Pariton merkki \"%1$s\", odotettiin avaavaa lainausmerkkiä yhtäsuuruusmerkin "
"jälkeen annettaessa elementin \"%3$s\" ominaisuuden \"%2$s\" arvoa"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -311,7 +312,7 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki merkkien \"</\" jälkeen; \"%s\" ei voi olla "
"elementin nimen alussa"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -320,28 +321,28 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki sulkuelementin \"%s\" jälkeen; sallittu "
"merkki on \">\""
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementti \"%s\" on suljettu, ei avoimia elementtejä"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Elementti \"%s\" on suljettu, mutta tällä hetkellä on avoinna elementti \"%s"
"\""
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Asiakirja oli tyhjä tai sisälsi vain tyhjiä merkkejä"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Asiakirja loppui odottamattomasti heti avoimen kulmasulkeen \"<\" jälkeen"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -350,7 +351,7 @@ msgstr ""
"Asiakirja loppui odottamattomasti elementtien ollessa sulkematta - \"%s\" "
"oli viimeinen avattu elementti"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -359,19 +360,19 @@ msgstr ""
"Asiakirja loppui odottamattomasti, odotettiin lipun <%s/> sulkevaa "
"kulmasuljetta"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Asiakirja loppui odottamattomasti elementin nimen kohdalla"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Asiakirja loppui odottamattomasti ominaisuuden nimen kohdalla"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Asiakirja loppui odottamattomasti elementin avauslipun kohdalla"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -379,16 +380,16 @@ msgstr ""
"Asiakirja loppui odottamattomasti ominaisuuden nimen jälkeisen "
"yhtäsuuruusmerkin jälkeen; ominaisuudella ei ole arvoa"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Asiakirja loppui odottamattomasti ominaisuuden arvon kohdalla"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Asiakirja loppui odottamattomasti elementin \"%s\" sulkulipun kohdalla"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Asiakirja loppui odottamattomasti kommentin tai käsittelykomennon kohdalla"
@ -418,11 +419,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "Teksti oli tyhjä (tai sisälsi vain tyhjiä merkkejä)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Datan lukeminen lapsiprosessilta epäonnistui"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -430,26 +431,26 @@ msgstr ""
"Odottamaton virhe funktiossa g_io_channel_win32_poll() luettaessa dataa "
"lapsiprosessilta"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Lukeminen lapsiprosessin putkesta epäonnistui (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Apuohjelman käynnistys epäonnistui"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Hakemistoon \"%s\" siirtyminen epäonnistui (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Lapsiprosessin käynnistys epäonnistui (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Hakemistoon \"%s\" siirtyminen epäonnistui (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
@ -460,59 +461,65 @@ msgstr ""
msgid "Failed to read data from child process (%s)"
msgstr "Datan lukeminen lapsiprosessilta epäonnistui (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Odottamaton virhe funktiossa select() lapsiprosessilta dataa luettaessa (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Odottamaton virhe funktiossa waitpid() (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Haarauttaminen epäonnistui (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Lapsiprosessin \"%s\" käynnistäminen epäonnistui (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, 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:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Lapsiprosessin haarauttaminen epäonnistui (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Tuntematon virhe käynnistettäessä lapsiprosessia \"%s\""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, 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)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Merkki on sallitun UTF-8-välin ulkopuolella"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Virheellinen sarja muunnettavassa syötteessä"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Merkki on sallitun UTF-16-välin ulkopuolella"
#~ msgid "Incorrect message size"
#~ msgstr "Virheellinen viestin koko"
#~ msgid "Socket error"
#~ msgstr "Pistokevirhe"
#~ msgid "Channel set flags unsupported"
#~ msgstr "Kanavalipun asetusta ei ole tuettu"

185
po/fr.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.3.0\n"
"POT-Creation-Date: 2003-05-08 14:17+0200\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-05-08 14:17+0200\n"
"Last-Translator: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
@ -24,14 +24,14 @@ msgstr ""
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Ne peut ouvrir le convertisseur de « %s » vers « %s » : %s"
#: glib/gconvert.c:604 glib/gconvert.c:894 glib/giochannel.c:1304
#: glib/giochannel.c:1346 glib/giochannel.c:2188 glib/gutf8.c:910
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Séquence d'octets non valide en entrée du convertisseur"
#: glib/gconvert.c:609 glib/gconvert.c:825 glib/giochannel.c:1311
#: glib/giochannel.c:2200
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Erreur durand la conversion : %s"
@ -46,37 +46,37 @@ msgstr "Séquence partielle de caractères à la fin de l'entrée"
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ne peut convertir le fallback « %s » vers le jeu de code « %s »"
#: glib/gconvert.c:1632
#: glib/gconvert.c:1411
#, 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 schema de fichier"
#: glib/gconvert.c:1642
#: glib/gconvert.c:1421
#, 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:1659
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "L'URI « %s » est non valide"
#: glib/gconvert.c:1671
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Le nom d'hôte de l'URI « %s » est non valide"
#: glib/gconvert.c:1687
#: glib/gconvert.c:1466
#, 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:1758
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Le chemin « %s » n'est pas un chemin absolu"
#: glib/gconvert.c:1768
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Nom d'hôte non valide"
@ -85,105 +85,106 @@ msgstr "Nom d'hôte non valide"
msgid "Error opening directory '%s': %s"
msgstr "Erreur à l'ouverture du répertoire « %s » : %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ne peut allouer %lu octets pour lire le fichier « %s »"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Erreur de lecture du fichier « %s » : %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "La lecture depuis le fichier « %s » a échoué : %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "L'ouverture du fichier « %s » a échoué : %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"L'obtention des attributs du fichier « %s » a échoué : fstat() a échoué : %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "L'ouverture du fichier « %s » a échoué : fdopen() a échoué : %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Le modèle « %s » est non valide, il ne devrait pas contenir de « %s »"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Le modèle « %s » ne doit pas finir avec XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "La création du fichier « %s » a échoué : %s"
#: glib/giochannel.c:1132
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "La création du fichier « %s » a échoué : %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, 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/giochannel.c:1136
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Ne peut ouvrir le convertisseur de « %s » vers « %s » : %s"
#: glib/giochannel.c:1481
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Ne peut faire une lecture brut dans g_io_channel_read_line_string"
#: glib/giochannel.c:1528 glib/giochannel.c:1785 glib/giochannel.c:1871
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Laisse de coté des données non converties dans le tampon de lecture"
#: glib/giochannel.c:1608 glib/giochannel.c:1685
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "La canal se termine avec un caractère partiel"
#: glib/giochannel.c:1671
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Ne peut faire une lecture brut dans g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Taille de message incorect"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Erreur de socket"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Erreur à la ligne %d caractère %d : %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Erreur à la ligne %d : %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Entité vide « &; » vue : les entités valides sont : &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -194,17 +195,17 @@ msgstr ""
"caractère & commence une entité ; si le esperluette n'est pas supposé etre "
"une entité, échappez le comme &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Le caractère « %s » n'est pas valide a l'intérieur d'un nom d'entité"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Le nom d'entité « %s » n'est pas connu"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -213,7 +214,7 @@ msgstr ""
"un esperluette sans l'avoir marqué comme entité - échappez l'esperluette "
"comme &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -223,16 +224,16 @@ msgstr ""
"la référence de caractère (&#234; par exemple) - Peut-etre que le nombre est "
"trop grand"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "La référence de caractère « %s » n'encode pas un caractère autorisé"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Référence de caractère vide ; devrait inclure un nombre comme &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -242,23 +243,23 @@ msgstr ""
"vraisemblablement utilisé un esperluette sans intention de commencer une "
"entité - échappez l'esperluette comme &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Référence d'entité non terminée"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Référence de caractère non terminée"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Texte encodé UTF-8 non valide"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Le document doit commencer avec un élément (pas ex. <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -267,7 +268,7 @@ msgstr ""
"« %s » n'est pas un caractère valide suivant le caractère « < » ; il ne "
"semble pas commencer un nom d'élément"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -276,7 +277,7 @@ msgstr ""
"Caractère bizarre « %s », attend un caractère « > » pour finir la balise de "
"début de l'élément « %s »"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -284,7 +285,7 @@ msgstr ""
"Caractère bizarre « %s », attend un caractère « = » aprés le nom de "
"l'attribut « %s » de l'élément « %s »"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -295,7 +296,7 @@ msgstr ""
"balise de début de l'élément « %s », ou optionnelement un attribut ; peut-"
"être que vous utilisez un caractère non valide dans un nom d'attribut"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -304,7 +305,7 @@ msgstr ""
"Caractère bizarre « %s », attend un guillemet d'ouverture aprés le signe "
"égal quand on donne une valeur pour l'attribut « %s » de l'élément « %s »"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -313,7 +314,7 @@ msgstr ""
"« %s » n'est pas un caractère valide suivant les caractères « </ » ; « %s » "
"ne peut commencer un nom d'élément"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -322,26 +323,26 @@ msgstr ""
"« %s » n'est pas un caractère valide suivant le nom l'élément de fermeture "
"« %s » ; la caractère autorisé est « > »"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "L'élément « %s » a été fermé, aucun élément est actuellement ouvert"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"L'élément « %s » a été fermé, mais l'élément actuellement ouvert est « %s »"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Le document était vide ou ne contenait ques des espaces"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Le document s'est fini prématurément juste aprés un « < »"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -350,7 +351,7 @@ msgstr ""
"Le document s'est fini prématurément avec des éléments encore ouvert - « %s "
"» était le dernier élément ouvert"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -359,21 +360,21 @@ msgstr ""
"Le document s'est fini prématurément, espérait voir un caractère de "
"fermeture pour la balise <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Le document s'est fini prématurément a l'intérieur d'un nom d'élément"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Le document s'est fini prématurément a l'intérieur d'un nom d'attribut"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Le document s'est fini prématurément a l'intérieur d'une balise d'ouverture "
"d'élément"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -381,20 +382,20 @@ msgstr ""
"Le document s'est fini prématurément aprés le signe égal suivant un nom "
"d'attribut ; aucune valeur d'attribut"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Le document s'est fini prématurément alors qu'il était à l'intérieur d'une "
"valeur d'attribut"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Le document s'est fini prématurément a l'intérieur de la balise de fermeture "
"pour l'élément « %s »"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Le document s'est fini prématurément a l'intérieur d'un commentaire ou d'une "
@ -426,11 +427,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "Le texte était vide (ou ne contenait que des espaces)"
#: glib/gspawn-win32.c:286
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "La lecture des données depuis le processus fils a échoué"
#: glib/gspawn-win32.c:414
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -438,26 +439,26 @@ msgstr ""
"Erreur innatendu dans g_io_channel_win32_poll() durand la lecture des "
"données depuis un processus fils"
#: glib/gspawn-win32.c:784 glib/gspawn.c:979
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "La lecture depuis un tube fils a échoué (%s)"
#: glib/gspawn-win32.c:871
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "L'exécution du processus d'aide a échoué"
#: glib/gspawn-win32.c:904 glib/gspawn.c:1184
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Le changement de répertoire « %s » a échoué (%s)"
#: glib/gspawn-win32.c:913
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "L'exécution du processus fils a échoué (%s)"
#: glib/gspawn-win32.c:956 glib/gspawn.c:1315
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Le changement de répertoire « %s » a échoué (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
@ -468,45 +469,45 @@ msgstr ""
msgid "Failed to read data from child process (%s)"
msgstr "La lecture des données depuis le processus fils a échoué (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Erreur innatendue dans select() à la lecture des données depuis un processus "
"fils (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Erreur innatendue dans waitpid() (%s)"
#: glib/gspawn.c:1044
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Le fork a échoué (%s)"
#: glib/gspawn.c:1194
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "L'exécution du processus fils « %s » a échoué (%s)"
#: glib/gspawn.c:1204
#: glib/gspawn.c:1223
#, 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:1213
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Le fork du processus fils a échoué (%s)"
#: glib/gspawn.c:1221
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Erreur inconnue à l'exécution du processus fils « %s »"
#: glib/gspawn.c:1243
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
@ -526,5 +527,11 @@ msgstr "Séquence non valide dans l'entrée du convertisseur"
msgid "Character out of range for UTF-16"
msgstr "Caractère hors des limites UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Taille de message incorect"
#~ msgid "Socket error"
#~ msgstr "Erreur de socket"
#~ msgid "Channel set flags unsupported"
#~ msgstr "La canal défini des drapeaux non supportés"

205
po/gl.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2001-12-19 21:39+0100\n"
"Last-Translator: Manuel A. Fernández Montecelo <manuel@sindominio.net>\n"
"Language-Team: Galician <proxecto@trasno.net>\n"
@ -13,69 +13,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, 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:405
#: glib/gconvert.c:406
#, 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/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Secuencia de bytes non válida na entrada da conversión"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Erro durante a conversión: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Secuencia parcial de caracter ao final da entrada"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, 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:1633
#: glib/gconvert.c:1411
#, 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"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, 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:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "O URI '%s' non é válido"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, fuzzy, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "O nome do servidor no URI '%s' contén caracteres de escape non válidos"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, 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:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "O nome de ruta '%s' non é unha ruta absoluta"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
#, fuzzy
msgid "Invalid hostname"
msgstr "Secuencia de bytes non válida no nome do servidor"
@ -85,104 +85,105 @@ msgstr "Secuencia de bytes non válida no nome do servidor"
msgid "Error opening directory '%s': %s"
msgstr "Erro abrindo o directorio '%s': %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, 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:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Erro lendo o ficheiro '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Fallo ao ler desde o ficheiro '%s': %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Fallo ao abrir o ficheiro '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, 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:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Fallo ao abrir o ficheiro '%s': fdopen() fallou: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, 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:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "O modelo '%s' non remata con XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Fallo ao crear o ficheiro '%s': %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Fallo ao crear o ficheiro '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, 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:1127
#: glib/giochannel.c:1147
#, 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:1472
#: glib/giochannel.c:1492
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:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Sobran datos non convertidos no buffer de lectura"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "A canle remata nun caracter parcial"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
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/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Tamaño de mensaxe incorrecto"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Erro de socket"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Erro na liña %d caracter %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Erro na liña %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Vista unha entidade baleira '&;'; entidades válidas son: &amp; &quot; &lt; "
"&gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -193,17 +194,17 @@ msgstr ""
"comeza unha entidade; se se supón que non queres poñer unha entidade pon o & "
"como &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, 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:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Non se coñece o nome de entidade '%s'"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -211,7 +212,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 &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -220,17 +221,17 @@ msgstr ""
"Fallo ao interpretar '%s', que debería ser un díxito dentro dunha referencia "
"de caracter (pex. &#234;) - quizais o díxito é longo de máis"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, 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:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Referencia de caracter baleira; debería incluír un díxito tal como &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
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 +241,23 @@ msgstr ""
"que usase un caracter & sen intención de comezar unha entidade - pon o & "
"como &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Texto codificado en UTF-8 non válido"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "O documento debe comezar cun elemento (pex. <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -265,7 +266,7 @@ msgstr ""
"'%s' non é un caracter válido seguindo ao caracter '<'; non pode estar ao "
"comezo dun nome de elemento"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -274,7 +275,7 @@ msgstr ""
"Caracter sobrante '%s', agardábase un caracter '>' para pechar a etiqueta de "
"comezo do elemento '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -282,7 +283,7 @@ msgstr ""
"Caracter sobrante '%s', agardábase un '=' despois do nome do atributo '%s' "
"do elemento '%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -293,7 +294,7 @@ msgstr ""
"comezo do elemento '%s', ou opcionalmente un atributo; quizais usou un "
"caracter non válido no nome dun atributo"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -302,7 +303,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:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -311,7 +312,7 @@ msgstr ""
"'%s' non é un caracter válido seguindo aos caracteres '</'; '%s' non pode "
"comezar o nome dun elemento"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -320,26 +321,26 @@ msgstr ""
"'%s' non é un caracter válido para pechar o elemento de nome '%s'; o "
"caracter permitido é '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, 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:1466
#: glib/gmarkup.c:1494
#, 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:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "O documento estaba baleiro ou contiña namais espacios en branco"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "O documento rematou inesperadamente despois dun símbolo '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -348,7 +349,7 @@ msgstr ""
"O documento rematou inesperadamente con elementos ainda abertos - '%s' era o "
"último elemento aberto"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -357,21 +358,21 @@ msgstr ""
"O documento rematou inesperadamente, agardábase ver un símbolo '>' pechando "
"a etiqueta <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "O documento rematou inesperadamente dentro dun nome de elemento"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "O documento rematou inesperadamente dentro dun nome de atributo"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"O documento rematou inesperadamente dentro dunha etiqueta de comezo de "
"elemento"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -379,19 +380,19 @@ msgstr ""
"O documento rematou inesperadamente despois do signo igual seguindo a un "
"nome de atributo; non hai valor para o atributo"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"O documento rematou inesperadamente estando dentro dun valor de atributo"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, 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:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"O documento rematou inesperadamente dentro dun comentario ou instrucción de "
@ -422,11 +423,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "O texto estaba baleiro (ou contiña espacios en branco namais)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Fallo ao ler datos de proceso fillo"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -434,27 +435,27 @@ msgstr ""
"Erro non agardado en g_io_channel_win32_poll() lendo datos desde un proceso "
"fillo"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Fallo ao ler desde tubería filla (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
#, fuzzy
msgid "Failed to execute helper program"
msgstr "Fallo ao executar proceso fillo (%s)"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Fallo ao cambiar ao directorio '%s' (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Fallo ao executar proceso fillo (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Fallo ao cambiar ao directorio '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, 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)"
@ -464,59 +465,65 @@ msgstr "Fallo ao crear unha tubería para comunicarse con proceso fillo (%s)"
msgid "Failed to read data from child process (%s)"
msgstr "Fallo ao ler datos de proceso fillo (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, 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:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Erro non agardado en waitpid() (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Fallo ao bifurcar (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Fallo ao executar proceso fillo \"%s\" (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, 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:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Fallo ao bifurcar proceso fillo (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Erro descoñecido executando o proceso fillo \"%s\""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, 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:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Caracter fóra de rango para UTF-8"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Secuencia non válida na entrada da conversión"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Caracter fóra de rango para UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Tamaño de mensaxe incorrecto"
#~ msgid "Socket error"
#~ msgstr "Erro de socket"
#~ msgid "Channel set flags unsupported"
#~ msgstr "Non está soportado o establecemento de sinaladores na canle"

261
po/he.po
View File

@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"POT-Creation-Date: 2002-12-10 06:10+0100\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-12-11 23:23+0200\n"
"Last-Translator: Gil 'Dolfin' Osher <dolfin@rpg.org.il>\n"
"Language-Team: Hebrew <he@li.org>\n"
@ -18,69 +18,69 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.0\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "אין תמיכה בהמרה ממערך תוים '%s' ל '%s'"
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "לא ניתן לפתוח ממיר מ-'%s' ל-'%s': %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:875
#: glib/gutf8.c:1320
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "רצף תווים לא חוקי בקלט המיועד להמרה"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "שגיאה בזמן המרה: %s"
#: glib/gconvert.c:626 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212
#: glib/gutf8.c:1316
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "רצף תווים חלקי בסוף הקלט"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "לא ניתן להמיר ברירת מחדל '%s' למערך תווים '%s'"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "הכתובת '%s' היא לא אבסולוטית בשימוש בתור מזהה קובץ"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "הכתובת של קובץ מקומי '%s' אינה יכולה להכיל '#'"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "הכתובת '%s' אינה תקפה"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "שם המארח של הכתובת '%s' אינו תקף"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "הכתובת '%s' מכילה תווים ללא תוי חילוף תקפים"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "שם הנתיב '%s' אינו נתיב מוחלט"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "שם מחשב מארח לא תקף"
@ -89,297 +89,286 @@ msgstr "שם מחשב מארח לא תקף"
msgid "Error opening directory '%s': %s"
msgstr "שגיאה בפתיחת סיפרייה '%s': %s"
#: glib/gfileutils.c:382 glib/gfileutils.c:447
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "לא ניתן להקצות %lu בתים עבור קריאת קובץ \"%s\""
#: glib/gfileutils.c:393
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "שגיאה בקריאת קובץ '%s': %s"
#: glib/gfileutils.c:469
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "כשלון בקריאה מקובץ %s': %s"
#: glib/gfileutils.c:516 glib/gfileutils.c:584
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "כשלון בפתיחת קובץ %s': %s"
#: glib/gfileutils.c:530
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "כשלון בקבלת מאפייני קובץ '%s': fstat() נכשל: %s"
#: glib/gfileutils.c:556
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "כשלון בפתיחת קובץ '%s': fdopen() נכשל: %s"
#: glib/gfileutils.c:763
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "תבנית '%s' אינה תקפה, אינה צריכה להכיל '%s'"
#: glib/gfileutils.c:775
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "תבנית '%s' אינה מסתיימת ב-XXXXXX"
#: glib/gfileutils.c:796
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "כשלון ביצירת קובץ '%s': %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "כשלון ביצירת קובץ '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "המרה ממערך תווים `%s' ל-`%s' אינה נתמכת"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "לא ניתן לפתוח ממיר מ-`%s' ל-`%s': %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "לא ניתן לבצע קריאה ב-g_io_channel_read_line_string"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "שאריות מידע לא מומר בחוצץ הקריאה"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "ערוץ מסתיים בתו חלקי"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "לא ניתן לבצע קריאה ב-g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "גודל הודעה שגוי"
#: glib/giowin32.c:1045 glib/giowin32.c:1098
msgid "Socket error"
msgstr "שגיאת שקע"
#: glib/giowin32.c:1298
msgid "Channel set flags unsupported"
msgstr "דגלים לא נתמכים במערך ערוצים"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "שגיאה בשורה %d תו %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "שגיאה בשורה %d: %s"
#: glib/gmarkup.c:385
msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "ישות '&;' ריקה נמצאה; ישויות חוקיות הן: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
"begins an entity; if this ampersand isn't supposed to be an entity, escape "
"it as &amp;"
msgstr ""
"תו '%s' אינו חוקי בתחילת שם ישות; התו & מתחיל ישות; "
"אם תו & אינו אמור להוות ישות, חלף אותו בתור &amp;"
"תו '%s' אינו חוקי בתחילת שם ישות; התו & מתחיל ישות; אם תו & אינו אמור להוות "
"ישות, חלף אותו בתור &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "תו '%s' אינו תקף בתוך שם ישות"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "שם ישות '%s' אינו ידוע"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
"ישות לא הסתיימה בנקודה פסיק; כנראה השתמשת ב-& "
"ללא כוונה להתחיל ישות - חלף את & ב-&amp;"
"ישות לא הסתיימה בנקודה פסיק; כנראה השתמשת ב-& ללא כוונה להתחיל ישות - חלף את "
"& ב-&amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
"כשלון בפירוק '%s', אשר היה אמור להיות ספרה בתוך ייחוס "
"תו (&#234; לדוגמא) - יכול להיות שהספרה גדולה מדי"
"כשלון בפירוק '%s', אשר היה אמור להיות ספרה בתוך ייחוס תו (&#234; לדוגמא) - "
"יכול להיות שהספרה גדולה מדי"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "יחוס תו '%s' אינו מסמל תו מורשה"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "יחוס תו ריק; אמור להכיל מספר כגון &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
"יחוס תו אינו הסתיים בנקודה פסיק; כנראה השתמשת בתו & "
"ללא כוונה להתחיל ישות - חלף & בתור &amp;"
"יחוס תו אינו הסתיים בנקודה פסיק; כנראה השתמשת בתו & ללא כוונה להתחיל ישות - "
"חלף & בתור &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "יחוס ישות לא גמור"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "יחוס תו לא גמור"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "קידוד מלל לא תקף ב-UTF-8"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "מסמך חייב להתחיל באלמנט (כגון: <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' אינו תו תקף אחרי תו '<'; הוא אינו יכול להתחיל שם אלמנט"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
"תו מוזר '%s', מצפה לתו '>' כדי לסיים את התחלת אלמנט "
"'%s'"
msgstr "תו מוזר '%s', מצפה לתו '>' כדי לסיים את התחלת אלמנט '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "תו מוזר '%s', מצפה ל-'=' לאחר שם מאפיין '%s' של אלמנט '%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, 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', או מאפיין אופצינלי; כנראה השתמשת בתו "
"לא תקף בשם המאפיין"
"תו מוזר '%s', מצפה לתו '>' או '/' כדי לסיים את תחילת אלמנט '%s', או מאפיין "
"אופצינלי; כנראה השתמשת בתו לא תקף בשם המאפיין"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, 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'"
"תו מוזר '%s', מצפה לפתיחת גרשיים לאחר סימן השווה בעת מתן ערך למאפיין '%s' "
"של אלמנט '%s'"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "'%s' אינו תו תקף לאחר התווים '</'; '%s' אינו יכול להתחיל שם אלמנט"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
"'%s' אינו תו תקף לאחר סגירת שם אלמנט '%s'; התו "
"החוקי הוא '>'"
msgstr "'%s' אינו תו תקף לאחר סגירת שם אלמנט '%s'; התו החוקי הוא '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "אלמנט '%s' נסגר, אין אלמנט פתוח כרגע"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "אלמנט '%s' נסגר, אך האלמנט הפתוח כרגע הוא '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "המסמך היה ריק או הכיל שטח לבן בלבד"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "המסמך הסתיים בצורה לא צפויה לאחר פתיחת '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
"המסמך הסתיים בצורה לא צפויה כאשר אלמנט '%s' היה האלמנט "
"הפתוח האחרון"
msgstr "המסמך הסתיים בצורה לא צפויה כאשר אלמנט '%s' היה האלמנט הפתוח האחרון"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
"המסמך הסתיים בצורה לא צפויה, מצפה לתו 'גדול מ' לסגירת "
"תג <%s/>"
msgstr "המסמך הסתיים בצורה לא צפויה, מצפה לתו 'גדול מ' לסגירת תג <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "המסמך הסתיים בצורה לא צפויה בתוך שם אלמנט"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "המסמך הסתיים בצורה לא צפויה בתוך שם מאפיין"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "המסמך הסתיים בצורה לא צפויה בתוך תג פתיחת אלמנט"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
"המסמך הסתיים בצורה לא צפויה לאחר תו השווה שבא לאחר שם מאפיין; "
"אין ערך למאפיין"
"המסמך הסתיים בצורה לא צפויה לאחר תו השווה שבא לאחר שם מאפיין; אין ערך למאפיין"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "המסמך הסתיים בצורה לא צפויה בתוך ערך מאפיין"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "המסמך הסתיים בצורה לא צפויה בתוך תג סגירה לאלמנט '%s'"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "המסמך הסתיים בצורה לא צפויה בתוך הערה או הוראת עיבוד"
@ -405,36 +394,36 @@ msgstr "מלל הסתיים לפני שגרשיים סוגרות נמצאו עב
msgid "Text was empty (or contained only whitespace)"
msgstr "המלל היה ריק (או הכיל שטח לבן בלבד)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "כשלון בקריאת מידע מתהליך ילד"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
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:705 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "כשלון בקריאת מידע מצינור ילד (%s)"
#: glib/gspawn-win32.c:783
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "כשלון בהרצת תוכנת עזר"
#: glib/gspawn-win32.c:816 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "כשלון בשינוי לסיפרייה '%s' (%s)"
#: glib/gspawn-win32.c:825
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "כשלון בהרצת תהליך ילד (%s)"
#: glib/gspawn-win32.c:868 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "כשלון בשינוי לסיפרייה '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "כשלון ביצירת צינור לתקשורת עם תהליך ילד (%s)"
@ -444,56 +433,64 @@ msgstr "כשלון ביצירת צינור לתקשורת עם תהליך ילד
msgid "Failed to read data from child process (%s)"
msgstr "כשלון בקריאת מידע מתהליך ילד (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "שגיאה לא צפויה ב select() בקריאת מידע מתהליך ילד (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "שגיאה לא צפויה ב waitpid() (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "כשלון בשכפול תהליך (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "כשלון בהרצת תהליך ילד \"%s\" (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "כישלון בניתוב פלט או קלט של תהליך ילד (%s)"
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "כשלון בשכפול תהליך ילד (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "שגיאה לא ידועה בהרצת תהליך ילד \"%s\""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "שגיאה בקריאת מספיק מידע מצינור מזהה תהליך ילד (%s)"
#: glib/gutf8.c:950
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "תו מחוץ לטווח UTF-8"
#: glib/gutf8.c:1039 glib/gutf8.c:1048 glib/gutf8.c:1180 glib/gutf8.c:1189
#: glib/gutf8.c:1330 glib/gutf8.c:1426
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "רצף לא תקף בקלט המרה"
#: glib/gutf8.c:1341 glib/gutf8.c:1437
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "מערך התווים מחוץ לתחום UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "גודל הודעה שגוי"
#~ msgid "Socket error"
#~ msgstr "שגיאת שקע"
#~ msgid "Channel set flags unsupported"
#~ msgstr "דגלים לא נתמכים במערך ערוצים"

205
po/hi.po
View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib VERSION\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-12-20 10:12-0500\n"
"Last-Translator: Unknown :-(\n"
"Language-Team: Hindi <hi@li.org>\n"
@ -15,69 +15,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "कैरेक्टर समूह %s से %s में परिवर्तन नहीं किया जा सकता (संभव नहीं है)"
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, fuzzy, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "%s से %s परिवर्तक नहीं खोला जा सका"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "परिवर्तन इनपुट के अबैध बाइट क्रम"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "परिवर्तन प्रक्रिया के दौरान त्रुटि %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "इनपुट के अंत में आंशिक कैरेक्टर क्रम"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "%s से कोड सेट %s में परिवर्तन नहीं किया जा सकता"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "फाइल योजना का उपयोग करने पर uri %s absolute uri नहीं है। (निरपेछ)"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "स्थानीय फाइल uri %s में # सम्मिलित नहीं है"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "uri %s अवैध है"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "uri %s का होस्टनाम अवैध है"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "uri %s में अवैध इस्केप कैरेक्टर सम्मिलित है"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "पाथनाम %s एक absolute पाथ नहीं है"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "अवैध होस्ट नाम"
@ -86,101 +86,102 @@ msgstr "अवैध होस्ट नाम"
msgid "Error opening directory '%s': %s"
msgstr "डायरेक्टरी %s को खोलने में त्रुटि %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "फाइल %2$s को पढ़ने के लिए %1$lu बाइट allocate नहीं किया जा सकता"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, fuzzy, c-format
msgid "Error reading file '%s': %s"
msgstr "%s फाइल को पढ़ने में त्रुटि"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, fuzzy, c-format
msgid "Failed to read from file '%s': %s"
msgstr "%s फाइल को फढ़ने में असफल"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, fuzzy, c-format
msgid "Failed to open file '%s': %s"
msgstr "%s फाइल को खोलने में असफल"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, fuzzy, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "फाइल %s के एटीट्यूट ग्यात करने में असफल"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, fuzzy, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "फाइल %s को खोलने में असफल"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "टैम्पलेट %s अवैध है, इसमें %s शामिल नहीं है"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "टैम्पलेट %s xxxx पर समाप्त नहीं हो रहा है"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, fuzzy, c-format
msgid "Failed to create file '%s': %s"
msgstr "फाइल %s को निर्मित करने में असफल"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "फाइल %s को निर्मित करने में असफल"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, fuzzy, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "कैरेक्टर समूह %s में परिवर्तन सफल नहीं"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, fuzzy, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "%s से %s का परिवर्तक नहीं खोला जा सका"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g-10-ch में से पढ़ा नहीं जा सका"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "रीड बकर में शेष अपरिवर्तित डाटा"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "आशिक कैरेक्टर में चैनल समाप्त"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "145 का"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "संदेश का आकार गलत है"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "साकेत त्रुटि"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, fuzzy, c-format
msgid "Error on line %d char %d: %s"
msgstr "पंक्ति %d कैरेक्टर %d कैरेक्टर %d पर त्रुटि %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "पंक्ति %d पर त्रुटि %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "रिक्त चिन्ह & देखा गया। वैध चिन्ह है :...."
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -190,23 +191,23 @@ msgstr ""
"नाम के प्रथम अछर के स्थान पर कैरेक्टर %s वैध नहीं है। नाम & कैरेक्टर से प्रारंभ होना चाहिए। "
"यदि यह एम्परसेन्ड के एक Entity नहीं है तब इस्केप को एक & amp माना जाए"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "कैरेक्टर %s का प्रयोग नाम के बीच में बैध नहीं है"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entity नाम %s ग्यात नहीं है"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr "नाम सेमीकालन पर समाप्त नहीं हो सकता, आप एम्परसेन्ड का प्रयोग कर सकते हैं"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -215,16 +216,16 @@ msgstr ""
"%s को parse करने में असफल ऐसा हो सकता है कि कैरेक्टर के बीच संख्या हो (उदा. के लिए "
"&#234) या शायद संख्या काफी बड़ी हो"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "कैरेक्टर संदर्भ %s एक ग्राह्य कैरेक्टर को इनकोड नहीं कर पा रहा है"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "रिक्त कैरेक्टर संदर्भ, संख्या जैसे &#454 को अवश्य सम्मिलित करें "
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
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 +234,23 @@ msgstr ""
"कैरेक्टर संदर्भ सेमीकालन चिन्ह के साथ समाप्त नहीं आप वस्तु का नाम प्रारंभ करने के लिए बिना "
"इंनडेडिंग के एमपरसेंड कैरेक्टर का उपयोग करें इस्केप एमपरसेंड को &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "अवैध utf-8 इनकोडेड पाठ्य"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "यह आवश्यक है कि प्रपत्र किसी वस्तु के नाम से प्रारंभ हो"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -257,20 +258,20 @@ msgid ""
msgstr ""
"%s एक वैध कैरेक्टर नहीं है यह किसी वस्तु के नाम से प्रारंभ नहीं होता है < के पश्चात आया"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "असंगत कैरेक्टर %s, > कैरेक्टर आवश्यक है वस्तु के प्रारंभ टैग को समाप्त करने के लिए"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "असंगत कैरेक्टर %s वस्तु %s के एट्रीव्यूट्स नाम %s के बाद में एक = का चिन्ह आवश्यक है"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -278,87 +279,87 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, 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:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr ""
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@ -384,36 +385,36 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr ""
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr ""
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr ""
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr ""
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr ""
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr ""
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr ""
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr ""
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
@ -423,58 +424,64 @@ msgstr ""
msgid "Failed to read data from child process (%s)"
msgstr ""
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr ""
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr ""
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr ""
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr ""
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr ""
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr ""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr ""
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr ""
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr ""
#~ msgid "Incorrect message size"
#~ msgstr "संदेश का आकार गलत है"
#~ msgid "Socket error"
#~ msgstr "साकेत त्रुटि"
#~ msgid "Channel set flags unsupported"
#~ msgstr "चैनल के फ्लैग का समायोजन संभव नहीं"

205
po/id.po
View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib glib-2-2\n"
"POT-Creation-Date: 2003-02-10 15:00+0700\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-02-06 23:34+0700\n"
"Last-Translator: Mohammad DAMT <mdamt@bisnisweb.com>\n"
"Language-Team: Indonesia <id@li.org>\n"
@ -14,69 +14,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, 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:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Tidak dapat membuka konverter dari '%s' ke '%s': %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1304
#: glib/giochannel.c:1346 glib/giochannel.c:2188 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Rangkaian byte dalam input konversi tidak benar"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1311
#: glib/giochannel.c:2200
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Error saat melakukan konversi: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Rangkaian karakter sebagian pada akhir input"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Tidak dapat mengkonversi, kembalikan '%s' ke gugus kode '%s'"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "URI '%s' bukanlah URI absolut dengan skema file"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, 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:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' tidak benar"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Nama host pada URI '%s' tidak benar"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' berisi karakter escape yang salah"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Nama path '%s' bukan path absolut"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Nama host salah"
@ -85,108 +85,109 @@ msgstr "Nama host salah"
msgid "Error opening directory '%s': %s"
msgstr "Error saat membuka direktori '%s': %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Tidka dapat mengalokasikan %lu byte untuk membaca file '%s'"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Error saat membaca file '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Gagal saat membaca file '%s': %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Gagal saat membuka file '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Gagal saat mengambil atribut file '%s': Fungsi fstat() mengalami kegagalan: %"
"s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Gagal saat membuka file '%s': fungsi fdopen() mengalami kegagalan: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Template '%s' salah, seharusnya tidak boleh berisi '%s'"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Template '%s' tidak boleh diakhiri dengan XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Gagal saat membuat file '%s': %s"
#: glib/giochannel.c:1132
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Gagal saat membuat file '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Konversi karakter dari '%s' menjadi '%s' belum dapat dilakukan"
#: glib/giochannel.c:1136
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Tidak dapat membuka konverter dari '%s' menjadi '%s': %s"
#: glib/giochannel.c:1481
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Tidak dapat melakukan proses baca raw pada fungsi "
"g_io_channel_read_line_string"
#: glib/giochannel.c:1528 glib/giochannel.c:1785 glib/giochannel.c:1871
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Ada data tersisa yang belum dikonversi pada buffer read"
#: glib/giochannel.c:1608 glib/giochannel.c:1685
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Chanel terputus pada karakter sebagian"
#: glib/giochannel.c:1671
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
"Tidak dapat melakukan proses baca raw pada fungsi g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Ukuran pesan salah"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Error socket"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Error pada baris %d huruf ke %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Error pada baris ke %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Ada entitas '&;' yang kosong; Entitas yang benar antara lain adalah: &amp; "
"&quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -197,17 +198,17 @@ msgstr ""
"yang boleh ada pada awal entitas; Bila ampersand ini dianggap bukan sebuah "
"entitas, Beri kode escape dan tulis sebagai &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Karakter '%s' tidak boleh digunakan pada nama entitas"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nama entitas '%s' tidak diketahui"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -216,7 +217,7 @@ msgstr ""
"ampersand tanpa bermaksud menjadikannya sebagai entitas - silakan pakai "
"&amp; saja"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -225,16 +226,16 @@ msgstr ""
"Gagal saat parse '%s'. yang seharusnya berupa digit dalam refernsi karakter "
"(misalnya &#234;) - mungkin digitnya terlalu besar"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Referensi karakter '%s' tidak berisi karakter yang diperbolehkan"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Refensi karakter kosong. Seharusnya berisi digit, mislanya &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
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 +245,23 @@ msgstr ""
"menggunakan karakter ampersand tanpa bermaksud menjadikannya sebagai "
"entitas. Silakan gunakan &amp; saja"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Referensi entitas yang tidak sempurna"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Refersi karakter yang tidak sempurna"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Teks UTF-8 tidak benar"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumen harus dimulai dengan elemen (misalnya <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -269,7 +270,7 @@ msgstr ""
"'%s' bukanlah karakter yang benar bila diikuti dengan karakter '<'. Ini "
"tidak boleh menjadi nama elemen"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -278,7 +279,7 @@ msgstr ""
"Ada karakter aneh '%s'. Seharusnya ada '>' untuk mengakhiri tag awal pada "
"elemen '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -286,7 +287,7 @@ msgstr ""
"Ada karakter aneh '%s'. Seharusnya ada karakter '=' setelah nama atribut '%"
"s' pada elemen '%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -297,7 +298,7 @@ msgstr ""
"padaelemen '%s', atau bisa juga ada atribut lain. Mungkin Anda menggunakan "
"karakter yang tidak diperbolehkan pada nama atribut."
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -306,7 +307,7 @@ msgstr ""
"Ada karakter aneh '%s'. Seharusnya ada tanda kutip buka setelah tanda sama "
"dengan saat memberikan nilai atribut '%s' pada elemen '%s'"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -315,7 +316,7 @@ msgstr ""
"'%s' bukan karakter yang benar bila diikuti dengan karakter '</'. Karena itu "
"'%s' tidak boleh dijadikan awal nama elemen"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -324,26 +325,26 @@ msgstr ""
"'%s' bukan karakter yang benar bila diikuti elemen penutup '%s'. Karakter "
"yang diperbolehkan adalah '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elemen '%s' sudah ditutup, tidak ada elemen yang masih terbuka"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elemen '%s' sudah ditutup, tapi elemen yang masih terbuka adalah '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokumen kosong atau berisi whitespace saja"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Dokumen terpotong tidak sempurna sesaat setelah membuka kurung siku '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -352,7 +353,7 @@ msgstr ""
"Dokumen terpotong tidak sempurna dengan elemen yang masih terbuka - '%s' "
"adalah elemen terakhir yang dibuka"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -361,19 +362,19 @@ msgstr ""
"Dokumen terpotong tidak sempurna, seharusnya ada kurung siku penutup untuk "
"mengakhiri tag <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumen terpotong tidak sempurna pada dalam nama elemen"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumen terpotong tidak sempurna di dalam nama atribut"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumen terpotong tidak sempurna di dalam tag pembukaan elemen."
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -381,16 +382,16 @@ msgstr ""
"Dokumen terpotong tidak sempurna setelah tanda sama dengan mengikuti nama "
"atribut. Tidak ada nilai atribut yang diperoleh"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumen tidak sempura saat ada dalam nilai atribut"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumen terpotong tidak sempurna di dalam tag penutup elemen '%s'"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumen terpotong tidak sempurna di dalam keterangan atau instruksi "
@ -423,37 +424,37 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "Teksnya kosong (atau hanya berisi whitespace)"
#: glib/gspawn-win32.c:286
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Gagal untuk membaca data dari proses child"
#: glib/gspawn-win32.c:414
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr ""
"Ada error pada g_io_channel_win32_poll() saat membaca dari proses child"
#: glib/gspawn-win32.c:784 glib/gspawn.c:979
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Gagal saat membaca dari pipe child (%s)"
#: glib/gspawn-win32.c:871
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Gagal saat menjalankan program bantuan"
#: glib/gspawn-win32.c:904 glib/gspawn.c:1184
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Gagal saat mengganti direktori ke '%s' (%s)"
#: glib/gspawn-win32.c:913
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Gagal saat menjalankan proses child (%s)"
#: glib/gspawn-win32.c:956 glib/gspawn.c:1315
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Gagal saat mengganti direktori ke '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
@ -464,56 +465,62 @@ msgstr ""
msgid "Failed to read data from child process (%s)"
msgstr "Gagal saat membaca data dari proses child (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Ada error pada fungsi select() saat membaca data dari proses child (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Ada error pada fungsi waitpid() (%s)"
#: glib/gspawn.c:1044
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Gagal saat fork (%s)"
#: glib/gspawn.c:1194
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Gagal saat menjalankan proses child '%s' (%s)"
#: glib/gspawn.c:1204
#: glib/gspawn.c:1223
#, 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:1213
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Gagal saat fork proses child (%s)"
#: glib/gspawn.c:1221
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Ada error yang tidak diketahui saat menjalankan proses child '%s'"
#: glib/gspawn.c:1243
#: glib/gspawn.c:1262
#, 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)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Karakter di luar jangkauan UTF-8"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Rangkaian input konversi salah"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Karakter di luar jangkauan UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Ukuran pesan salah"
#~ msgid "Socket error"
#~ msgstr "Error socket"

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.2\n"
"POT-Creation-Date: 2003-08-23 02:53+0200\n"
"POT-Creation-Date: 2003-10-23 12:39-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"
@ -165,23 +165,23 @@ msgstr "Rásin endar á hluta úr tákni"
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Gat ekki lesið í g_io_channel_read_to_end"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Villa á línu %d tákn %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Villa á línu %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Tómt viðfang '&;' fannst; gild viðföng eru: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -191,17 +191,17 @@ msgstr ""
"Táknið '%s' er ógilt í upphafi heiti viðfanga; & táknið byrjar viðfang; ef "
"Þetta og-merki á ekki að vera byrjun viðfangs ættir þú að rita það sem &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Táknið '%s' er ekki gilt í heitum viðfanga"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Viðfangið '%s' er óþekkt"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -209,7 +209,7 @@ msgstr ""
"Viðfangið endar ekki á semikommu; líklega notaðir þú og-merkið án þess að "
"ætla að byrja viðfang. Ritaðu það sem &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -218,16 +218,16 @@ msgstr ""
"Gat ekki þáttað '%s' sem ætti að vera tölustafur innan í tilvísun í tákn "
"(til dæmis &#234;). Ef til vill er talan of stór"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Tákntilvísunin '%s' vísar ekki í leyfilegt tákn"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tóm tákntilvísun; hún ætti að innihalda tölur eins og &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -236,23 +236,23 @@ msgstr ""
"Viðfangið endar ekki á semikommu; líklega notaðir þú og-merkið án þess að "
"ætla að byrja viðfang. Ritaðu það sem &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Hálfkláruð viðfangatilvísun"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Hálfkláruð tákntilvísun"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Ógildur UTF-8 þýddur texti"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Skjalið verður að byrja á viðfangi (t.d. <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -261,21 +261,21 @@ msgstr ""
"'%s' er ekki gilt tákn strax á eftir '<' tákninu; það má ekki byrja á heiti "
"viðfangs"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "Undarlegt tákn '%s', átti von á '>' tákninu til að enda viðfangið '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Undarlegt tákn '%s', átti von á '=' eftir heiti eiginleika '%s' af mengi '%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -286,7 +286,7 @@ msgstr ""
"viðfangi '%s', eða eiginleika; Þú notaðir ef til vill ógilt tákn í heiti "
"eiginleika"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -295,7 +295,7 @@ msgstr ""
"Undarlegt tákn '%s', átti von á tilvísunarmerki eftir samasem merkinu þegar "
"gildi er gefið með eiginleikanum '%s' af menginu '%s'"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -304,7 +304,7 @@ msgstr ""
"'%s' er ekki gilt tákn strax á eftir '</'; '%s' má ekki vera fyrsta tákn í "
"heiti mengis"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -312,25 +312,25 @@ msgid ""
msgstr ""
"'%s' er ekki gilt tákn strax á eftir lokun mengis '%s'. Leyfilegt tákn er '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Mengið '%s' var lokað og engin önnur mengi eru opin"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Mengið '%s' var lokað en mengið sem nú er opið er '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Skjalið var tómt eða innihélt einungis orðabil"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Skjalið endar óvænt rétt eftir opið minna en merki '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -339,7 +339,7 @@ msgstr ""
"Skjalið endar óvænt með mengi sem enn eru opin. '%s' var mengið sem síðast "
"var opnað"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -347,19 +347,19 @@ msgid ""
msgstr ""
"Skjalið endar óvænt. Átti von á að sjá stærraen merki sem lokar taginu <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Skjalið endar óvænt inn í heiti mengis"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Skjalið endar óvænt inn í heiti eiginleika"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Skjalið endar óvænt inn í tagi sem opnar mengi."
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -367,16 +367,16 @@ msgstr ""
"Skjalið endar óvænt eftir samasem merkið sem fylgir heiti eiginleika og það "
"er ekkert gildi"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Skjalið endar óvænt inn í gildi eiginleika"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Skjalið endar óvænt inni í lokunartagi fyrir mengið '%s'"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Skjalið endar óvænt inni í athugasemd eða í miðri skipun"
@ -412,26 +412,26 @@ msgid ""
"process"
msgstr "Óvænt villa í g_io_channel_win32_poll() við lestur úr undirferli"
#: glib/gspawn-win32.c:834 glib/gspawn.c:998
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Gat ekki lesið úr undirferlispípu (%s)"
#: glib/gspawn-win32.c:923
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Gat ekki keyrt hjálparforrit"
#: glib/gspawn-win32.c:944 glib/gspawn-win32.c:988
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Gat ekki keyrt undirferli (%s)"
#: glib/gspawn-win32.c:979 glib/gspawn.c:1203
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Gat ekki farið í möppuna '%s' (%s)"
#: glib/gspawn-win32.c:1033 glib/gspawn.c:1334
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, 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)"

346
po/it.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.0\n"
"POT-Creation-Date: 2002-09-21 23:33+0200\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-09-22 01:32+0200\n"
"Last-Translator: Christopher R. Gabriel <cgabriel@pluto.linux.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@ -13,69 +13,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:400
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Conversione dal set di caratteri '%s' a '%s' non è supportata"
#: glib/gconvert.c:404
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Impossibile aprire il convertitore da '%s' a '%s': %s"
#: glib/gconvert.c:602 glib/gconvert.c:892 glib/giochannel.c:1291
#: glib/giochannel.c:1333 glib/giochannel.c:2171 glib/gutf8.c:875
#: glib/gutf8.c:1320
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Sequenza di byte non valida in ingresso per la conversione"
#: glib/gconvert.c:607 glib/gconvert.c:823 glib/giochannel.c:1298
#: glib/giochannel.c:2183
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Errore durante la conversione: %s"
#: glib/gconvert.c:625 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212
#: glib/gutf8.c:1316
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Sequenza di caratteri parziale al termine dei dati in ingresso"
#: glib/gconvert.c:798
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Impossibile convertire '%s' nel set di caratteri '%s'"
#: glib/gconvert.c:1632
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "La URI '%s\" non è una URI assoluta che utilizza lo schema per i file"
#: glib/gconvert.c:1642
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "La URI per il file locale '%s' può non includere un '#'"
#: glib/gconvert.c:1659
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "La URI '%s' non è valida"
#: glib/gconvert.c:1671
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Il nome dell'host nella URI '%s' non è valido"
#: glib/gconvert.c:1687
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "La URI '%s' contiene sequenze di escape non valide"
#: glib/gconvert.c:1758
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Il percorso '%s' non è un percorso assoluto"
#: glib/gconvert.c:1768
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Nome host non valido"
@ -84,332 +84,392 @@ msgstr "Nome host non valido"
msgid "Error opening directory '%s': %s"
msgstr "Errore durante l'apertura della directory '%s': %s"
#: glib/gfileutils.c:337 glib/gfileutils.c:402
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Impossibile allocare %lu bytes per leggere il file \"%s\""
#: glib/gfileutils.c:348
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Errore durante la lettura del file '%s': %s"
#: glib/gfileutils.c:424
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Impossibile leggere dal file '%s': %s"
#: glib/gfileutils.c:471 glib/gfileutils.c:539
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Impossibile aprire il file '%s' : %s"
#: glib/gfileutils.c:485
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Impossibile ottenere gli attributi del file '%s': fstat() fallita: %s"
#: glib/gfileutils.c:511
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Impossibile aprire il file '%s': fdopen() fallita: %s"
#: glib/gfileutils.c:718
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Il template '%s' non è valido, non può contenere '%s'"
#: glib/gfileutils.c:730
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Il template '%s' non termina con XXXXXX"
#: glib/gfileutils.c:751
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Impossibile creare il file '%s': %s"
#: glib/giochannel.c:1119
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Impossibile creare il file '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "La conversione dal set di caratteri '%s' a '%s' non è supportata"
#: glib/giochannel.c:1123
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Impossibile aprire il convertitore da '%s' a '%s': %s"
#: glib/giochannel.c:1468
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Impossibile leggere i dati grezzi in g_io_channel_read_line_string"
#: glib/giochannel.c:1515 glib/giochannel.c:1769 glib/giochannel.c:1855
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Sono avanzati dei dati non convertiti nel buffer di lettura"
#: glib/giochannel.c:1595 glib/giochannel.c:1669
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Il canale termina con un carattere non completo"
#: glib/giochannel.c:1655
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Impossibile leggere i dati grezzi in g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Dimensione messaggio non corretta"
#: glib/giowin32.c:1045 glib/giowin32.c:1098
msgid "Socket error"
msgstr "Errore socket"
#: glib/giowin32.c:1298
msgid "Channel set flags unsupported"
msgstr "Impostazione dei flags sul canale non supportata"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Errore alla linea %d carattere %d: %s"
#: glib/gmarkup.c:344
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Errore alla linea %d: %s"
#: glib/gmarkup.c:422
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Rilevata entità vuota '&;'. Le entità valide sono: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Rilevata entità vuota '&;'. Le entità valide sono: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:432
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
"begins an entity; if this ampersand isn't supposed to be an entity, escape "
"it as &amp;"
msgstr "Il carattere '%s' non è valdo come inizio del nome di una entità: il carattere &inizia una entità; se questo simbolo non vuole essere l'inizio di una entità, utilizzate &amp;"
msgstr ""
"Il carattere '%s' non è valdo come inizio del nome di una entità: il "
"carattere &inizia una entità; se questo simbolo non vuole essere l'inizio di "
"una entità, utilizzate &amp;"
#: glib/gmarkup.c:463
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Il carattere '%s' non è valido all'interno di un nome di una entità"
#: glib/gmarkup.c:498
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nome dell'entità '%s'sconosciuto"
#: glib/gmarkup.c:509
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr "L'entità non termina con un punto e virgola; molto probabilmente avete utilizzato una 'e' commerciale senza l'intento di iniziare una entità - sostituite con &amp;"
msgstr ""
"L'entità non termina con un punto e virgola; molto probabilmente avete "
"utilizzato una 'e' commerciale senza l'intento di iniziare una entità - "
"sostituite con &amp;"
#: glib/gmarkup.c:555
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr "Impossibile leggere '%s', che dovrebbe essere un numero all'interno delle reference di un carattere (es. &#234;) - molto probabilmente il numero è troppo grande"
msgstr ""
"Impossibile leggere '%s', che dovrebbe essere un numero all'interno delle "
"reference di un carattere (es. &#234;) - molto probabilmente il numero è "
"troppo grande"
#: glib/gmarkup.c:580
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Il carattere '%s' non codifica un carattere permesso"
#: glib/gmarkup.c:597
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Carattere vuoto; dovrebbe includere un valore numerico, come &#454;"
#: glib/gmarkup.c:607
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr "Il carattere non termina con un punto e virgolo; molto probabilmente avete utilizzato un carattere '&' senza l'intenzione di iniziare una nuova entità - utilizzate &amp;"
msgstr ""
"Il carattere non termina con un punto e virgolo; molto probabilmente avete "
"utilizzato un carattere '&' senza l'intenzione di iniziare una nuova entità "
"- utilizzate &amp;"
#: glib/gmarkup.c:633
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Referenza alla entità non terminata"
#: glib/gmarkup.c:639
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Referenza al carattere non terminata"
#: glib/gmarkup.c:880 glib/gmarkup.c:908 glib/gmarkup.c:939
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Testo codificato UTF-8 non valido"
#: glib/gmarkup.c:975
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Il documento deve iniziare con un elemento (es. <book>)"
#: glib/gmarkup.c:1014
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' non è un carattere valido dopo il carattere '<'; non può iniziare con il nome di un elemento"
msgstr ""
"'%s' non è un carattere valido dopo il carattere '<'; non può iniziare con "
"il nome di un elemento"
#: glib/gmarkup.c:1077
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "Trovato carattere '%s', atteso un carattere '>' per terminare il tag di inizio dell'elemento '%s'"
msgstr ""
"Trovato carattere '%s', atteso un carattere '>' per terminare il tag di "
"inizio dell'elemento '%s'"
#: glib/gmarkup.c:1164
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Trovato carattere '%s', atteso invece un '=' dopo il nome dell'attributo '%s' dell'elemento '%s'"
msgstr ""
"Trovato carattere '%s', atteso invece un '=' dopo il nome dell'attributo '%"
"s' dell'elemento '%s'"
#: glib/gmarkup.c:1205
#: glib/gmarkup.c:1213
#, 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 "Trovato carattere '%s', atteso invece il carattere '>' oppure '/' per terminare il tag di partenza dell'elemento '%s', oppure opzionalmente un attributo; molto probabilmente avete utilizzato un carattere non valido nel nome di un attributo"
msgstr ""
"Trovato carattere '%s', atteso invece il carattere '>' oppure '/' per "
"terminare il tag di partenza dell'elemento '%s', oppure opzionalmente un "
"attributo; molto probabilmente avete utilizzato un carattere non valido nel "
"nome di un attributo"
#: glib/gmarkup.c:1288
#: glib/gmarkup.c:1296
#, 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 "Trovato carattere '%s', atteso un simbolo di quote aperto dopo il segno di uguale per attribuire un valore all'attributo '%s' dell'elemento '%s'"
msgstr ""
"Trovato carattere '%s', atteso un simbolo di quote aperto dopo il segno di "
"uguale per attribuire un valore all'attributo '%s' dell'elemento '%s'"
#: glib/gmarkup.c:1428
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "'%s' non è un carattere valido per seguire i caratterei '</'; '%s' non può iniziare il nome di un elemento"
msgstr ""
"'%s' non è un carattere valido per seguire i caratterei '</'; '%s' non può "
"iniziare il nome di un elemento"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s' non è un carattere valido per seguire la chiusura del nome dell'elemento '%s'; il carattere permesso è '>'"
msgstr ""
"'%s' non è un carattere valido per seguire la chiusura del nome "
"dell'elemento '%s'; il carattere permesso è '>'"
#: glib/gmarkup.c:1477
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "L'elemento '%s' è stato chiuso, nessun elemento correntemente aperto"
#: glib/gmarkup.c:1486
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "L'elemento '%s' è stato chiuso, ma l'elemento correntemente aperto è '%s'"
msgstr ""
"L'elemento '%s' è stato chiuso, ma l'elemento correntemente aperto è '%s'"
#: glib/gmarkup.c:1645
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Il documento era vuoto oppure conteneva unicamente spazi bianchi"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Il documento è terminato inaspettatamente subito dopo l'apertura della parentesi '<'"
msgstr ""
"Il documento è terminato inaspettatamente subito dopo l'apertura della "
"parentesi '<'"
#: glib/gmarkup.c:1667 glib/gmarkup.c:1711
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "Il documento è terminato inaspettatamente con elementi ancora aperti - '%s' era l'ultimo elemento aperto"
msgstr ""
"Il documento è terminato inaspettatamente con elementi ancora aperti - '%s' "
"era l'ultimo elemento aperto"
#: glib/gmarkup.c:1675
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "Il documento è terminato inaspettatamente, atteso il simbolo di chiusura per il tag <%s/>"
msgstr ""
"Il documento è terminato inaspettatamente, atteso il simbolo di chiusura per "
"il tag <%s/>"
#: glib/gmarkup.c:1681
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Il documento è terminato inaspettatamente all'interno del nome di un elemento"
msgstr ""
"Il documento è terminato inaspettatamente all'interno del nome di un elemento"
#: glib/gmarkup.c:1686
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Il documento è terminato inaspettatamente all'interno del nome di un attributo"
msgstr ""
"Il documento è terminato inaspettatamente all'interno del nome di un "
"attributo"
#: glib/gmarkup.c:1691
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Il documento è terminato inaspettatamente dopo il segno di uguale che segue un attributo"
msgstr ""
"Il documento è terminato inaspettatamente dopo il segno di uguale che segue "
"un attributo"
#: glib/gmarkup.c:1697
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "Il documento è terminato inaspettatamente dopo il segno di uguale che segue il nome di un attributo; l'attributo non ha un valore"
msgstr ""
"Il documento è terminato inaspettatamente dopo il segno di uguale che segue "
"il nome di un attributo; l'attributo non ha un valore"
#: glib/gmarkup.c:1704
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Il documento è terminato inaspettatamente all'interno del valore di un attributo"
msgstr ""
"Il documento è terminato inaspettatamente all'interno del valore di un "
"attributo"
#: glib/gmarkup.c:1719
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Il documento è terminato inaspettatamente all'interno del tag di chiusura per l'elemento '%s'"
msgstr ""
"Il documento è terminato inaspettatamente all'interno del tag di chiusura "
"per l'elemento '%s'"
#: glib/gmarkup.c:1725
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Il documento è terminato inaspettatamente all'interno di un commento oppure di una istruzione di processo"
msgstr ""
"Il documento è terminato inaspettatamente all'interno di un commento oppure "
"di una istruzione di processo"
#: glib/gshell.c:71
#: glib/gshell.c:72
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Il testo riportate non inizia con il carattere apposito"
#: glib/gshell.c:161
#: glib/gshell.c:162
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Carattere di quoting non trovo nella linea di comando oppure in testo quotato dalla shell"
msgstr ""
"Carattere di quoting non trovo nella linea di comando oppure in testo "
"quotato dalla shell"
#: glib/gshell.c:529
#: glib/gshell.c:530
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Il testo è terminato subito dopo un carattere '\\'. (Il testo era '%s')"
msgstr ""
"Il testo è terminato subito dopo un carattere '\\'. (Il testo era '%s')"
#: glib/gshell.c:536
#: glib/gshell.c:537
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "Il testo è terminato prima di trovare il testo cercato per %c. (Il testo era '%s')"
msgstr ""
"Il testo è terminato prima di trovare il testo cercato per %c. (Il testo era "
"'%s')"
#: glib/gshell.c:548
#: glib/gshell.c:549
msgid "Text was empty (or contained only whitespace)"
msgstr "Il testo era vuoto (oppure conteneva unicamente spazi bianchi)"
#: glib/gspawn-win32.c:198
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Impossibile leggere i dati dal processo figlio"
#: glib/gspawn-win32.c:323
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr "Errore inaspettato in g_io_channel_win32_poll() durante la lettura dei dati da un processo figlio"
msgstr ""
"Errore inaspettato in g_io_channel_win32_poll() durante la lettura dei dati "
"da un processo figlio"
#: glib/gspawn-win32.c:690 glib/gspawn.c:929
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Impossibile leggere dalla pipe figlia (%s)"
#: glib/gspawn-win32.c:778 glib/gspawn.c:1134
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Impossibile cambiare la directory in '%s' (%s)"
#: glib/gspawn-win32.c:922
#, fuzzy
msgid "Failed to execute helper program"
msgstr "Impossibile eseguire il processo figlio (%s)"
#: glib/gspawn-win32.c:787
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Impossibile eseguire il processo figlio (%s)"
#: glib/gspawn-win32.c:828 glib/gspawn.c:1245
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Impossibile cambiare la directory in '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Impossibilere creare la pipe per comunicare con il processo figlio (%s)"
msgstr ""
"Impossibilere creare la pipe per comunicare con il processo figlio (%s)"
#: glib/gspawn.c:166
#: glib/gspawn.c:167
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Impossibile leggere i dati dal processo figlio (%s)"
@ -417,52 +477,66 @@ msgstr "Impossibile leggere i dati dal processo figlio (%s)"
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Errore inatteso in select() durante la lettura dei dati da un processo figlio (%s)"
msgstr ""
"Errore inatteso in select() durante la lettura dei dati da un processo "
"figlio (%s)"
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Errore inatteso in waitpid() (%s)"
#: glib/gspawn.c:994
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Impossibile eseguire fork (%s)"
#: glib/gspawn.c:1144
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Impossibile eseguire il processo figlio \"%s\" (%s)"
#: glib/gspawn.c:1154
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Impossibile redirigere i dati in ingresso o uscita del processo figlio (%s)"
msgstr ""
"Impossibile redirigere i dati in ingresso o uscita del processo figlio (%s)"
#: glib/gspawn.c:1163
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Impossibile eseguire fork per processo figlio (%s)"
#: glib/gspawn.c:1171
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Errore sconosciuto durante l'esecuzione del processo figlio \"%s\""
#: glib/gspawn.c:1193
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Impossibile leggere una quantità di dati sufficiente dalla pipe del processo figlio (%s)"
msgstr ""
"Impossibile leggere una quantità di dati sufficiente dalla pipe del processo "
"figlio (%s)"
#: glib/gutf8.c:950
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Carattere non disponibile in UTF-8"
#: glib/gutf8.c:1039 glib/gutf8.c:1048 glib/gutf8.c:1180 glib/gutf8.c:1189
#: glib/gutf8.c:1330 glib/gutf8.c:1426
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Sequenza non valida in ingresso per la conversione"
#: glib/gutf8.c:1341 glib/gutf8.c:1437
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Carattere non disponibili in UTF-8"
#~ msgid "Incorrect message size"
#~ msgstr "Dimensione messaggio non corretta"
#~ msgid "Socket error"
#~ msgstr "Errore socket"
#~ msgid "Channel set flags unsupported"
#~ msgstr "Impostazione dei flags sul canale non supportata"

205
po/ja.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.1.3\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-12-05 01:51+0900\n"
"Last-Translator: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>\n"
"Language-Team: Japanese <translation@gnome.gr.jp>\n"
@ -13,69 +13,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "文字セット '%s' から '%s' への変換はサポートされていません"
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' から '%s' へのコンバータを開けません: %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "変換への入力に正しくないバイトの並びがあります"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "変換中にエラー: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "入力の最後に不完全な文字シーケンスがあります"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "フォールバック '%s' を文字セット '%s' に変換できません"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "URI '%s' は file スキームの絶対 URI ではありません"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "ローカルファイル URI '%s' は '#' は含みません"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' は正しくありません"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI 中のホスト名 '%s' がおかしいです"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI %s' におかしなエスケープ文字が含まれています"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "パス名 '%s' が絶対パスではありません"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "おかしなホスト名"
@ -84,103 +84,104 @@ msgstr "おかしなホスト名"
msgid "Error opening directory '%s': %s"
msgstr "ディレクトリ '%s' を開く時にエラー: %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu バイトを確保できませんでした (ファイル \"%s\" の読みこみに必要)"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "ファイル '%s' の読み出し中にエラー: %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "ファイル '%s' を読めません: %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "ファイル '%s' を開けません: %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "ファイル '%s' の属性の取得できません: fstat() 失敗: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "ファイル '%s' を開けません: fdopen() 失敗: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "テンプレート '%s' が正しくありません。'%s' を含んではいけません"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "テンプレート '%s' が XXXXXX で終わっていません"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "ファイル '%s' を作成できません: %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "ファイル '%s' を作成できません: %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "文字セット '%s' から '%s' への変換はサポートされていません"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "'%s' から '%s' へのコンバータを開けません: %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string では raw モードで読めません"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "変換されていないデータが読みこみバッファに残っています"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "チャンネルが不完全な文字で終わっています"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end では raw モードで読めません"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "メッセージの大きさが変です"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Socket のエラー"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "行 %d の %d 文字目でエラー: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "%d 行目でエラー: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"空のエンティティ '&;' があります; 正しいエンティティは: &amp; &quot; &lt; "
"&gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -191,17 +192,17 @@ msgstr ""
"表わします。もしアンパサンドがエンティティでなければ、&amp; のようにエスケー"
"プしてください"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "文字 '%s' はエンティティ名として使えません"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "エンティティ名 '%s' というのは不明です"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -210,7 +211,7 @@ msgstr ""
"ドを使ったのではないでしょうか。アンパサンドは &amp; のようにエスケープしてく"
"ださい"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -219,16 +220,16 @@ msgstr ""
"'%s' をパースできません。文字参照中には数字がなくてはなりません (例: &#234;) "
"おそらく数字が大きすぎます"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "文字参照 '%s' が使用可能な文字をエンコードしていません"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "空の文字参照です。&#454; のように数字がなくてはなりません"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -238,23 +239,23 @@ msgstr ""
"サンド文字を使っているのかもしれません。アンパサンドは &amp; とエスケープして"
"ください"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "中途半端な実体参照です"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "中途半端な文字参照です"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "UTF-8 として正しくないテキストです"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ドキュメントはエレメントで始まってなくてはなりません (例 <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -263,7 +264,7 @@ msgstr ""
"'%s' は文字 '<' に続く文字としては正しくありません。おそらくエレメント名の開"
"始になっていません"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -272,14 +273,14 @@ msgstr ""
"おかしな文字 '%s' があります。エレメント '%s' の開始タグの最後は文字 '>' でな"
"くてはなりません"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"おかしな文字 '%s' です。属性名'%s' (エレメント '%s') の後には '=' が必要です"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -290,7 +291,7 @@ msgstr ""
"なくてはなりません。あるいは属性になります。おかしな文字を属性名に使ったのか"
"もしれません"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -299,7 +300,7 @@ msgstr ""
"おかしな文字 '%s' です。属性 '%s' (エレメント '%s') の値を設定するには等号記"
"号の後は引用記号で始まってなくてはなりません"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -308,7 +309,7 @@ msgstr ""
"'%s' は '</' に続く文字としては正しくありません。'%s' ではエレメント名は始"
"まってません"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -317,25 +318,25 @@ msgstr ""
"'%s' は閉じエレメント名 '%s' に続く文字としては正しくありあません。'>' のみが"
"使用できます"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "エレメント '%s' は閉じています。エレメントは何も開かれてません"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "エレメント '%s' が閉ました。しかし現在開いているエレメントは '%s' です"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "ドキュメントが空か、空白だけが含まれています"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ドキュメントが開きカギカッコ '<' の直後で突然終わっています"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -344,7 +345,7 @@ msgstr ""
"ドキュメントが突然終わっています。エレメントが開きっぱなしです。最後に開いた"
"エレメントは '%s' です。"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -353,19 +354,19 @@ msgstr ""
"ドキュメントが突然終わっています。閉じカギカッコでタグ <%s/> が終わっていませ"
"ん"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "エレメント名の途中でドキュメントが突然終わっています"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "属性名の途中でドキュメントが突然終わっています"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "エレメントの開始タグの途中でドキュメントが突然終わっています"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -373,16 +374,16 @@ msgstr ""
"属性名の後の等号記号の後でドキュメントが突然終わっています: 属性値がありませ"
"ん"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ドキュメントが属性値の途中で突然終わっています"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ドキュメントがエレメント '%s' の閉じタグの途中で突然終わっています"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"ドキュメントがコメントあるいはプロセシング指示子の途中で突然終わっています"
@ -411,11 +412,11 @@ msgstr "テキストが %c に対応する引用記号の前に終わってい
msgid "Text was empty (or contained only whitespace)"
msgstr "テキストが空です (あるいは空白のみ)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "子プロセスからデータを読み出せません"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -423,26 +424,26 @@ msgstr ""
"g_io_channel_win32_poll() が子プロセスからデータを読み出す途中で予期しないエ"
"ラー"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "子パイプから読み出せません (%s) "
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "ヘルパープログラムの起動に失敗しました"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "ディレクトリ '%s' へ移動できません (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "子プロセスを起動できません (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "ディレクトリ '%s' へ移動できません (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "子プロセスとの通信用のパイプを作成できません (%s)"
@ -452,58 +453,64 @@ msgstr "子プロセスとの通信用のパイプを作成できません (%s)"
msgid "Failed to read data from child process (%s)"
msgstr "子プロセスからデータを読めません (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "子プロセスからのデータ読む出し中に select() で予期しないエラー (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid() で予期せぬエラー (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "fork 失敗 (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "子プロセスを起動できません \"%s\" (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "子プロセスの出力、または入力をリダイレクトできません (%s)"
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "子プロセスを fork できません (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "子プロセスの実行時に不明なエラー \"%s\""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "子 pid パイプから十分なデータを読めません (%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "UTF-8 の範囲外の文字"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "変換への入力でおかしなシーケンス"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "UTF-16 の範囲外の文字"
#~ msgid "Incorrect message size"
#~ msgstr "メッセージの大きさが変です"
#~ msgid "Socket error"
#~ msgstr "Socket のエラー"
#~ msgid "Channel set flags unsupported"
#~ msgstr "フラグの設定がサポートされていません"

205
po/ko.po
View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.1.4\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-12-12 11:42+0900\n"
"Last-Translator: Nam SungHyun <namsh@kldp.org>\n"
"Language-Team: Korean <gnome-kr-translation@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:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "문자셋 '%s' 에서 '%s'로 변환은 지원되지 않습니다"
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s'에서 '%s'로 변환하는 변환기를 열수 없습니다 :%s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "변환 입력에서 잘못된 바이트 순서"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "변환중 오류: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "입력의 끝에서 부분적인 문자 순서"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "코드셋 '%2$s'에서 대체하는 '%1$s'로 변환 못함"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "URI '%s'는 파일스키마를 사용하는 완전한 URI가 아닙니다"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "로컬 파일 URI '%s'는 '#'를 포함하지 않습니다"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s'가 잘못되었습니다"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s'의 호스트 이름이 잘못되었습니다"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s'는 잘못된 이스케이프 문자를 포함합니다"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "경로이름 '%s'는 절대 경로가 아닙니다"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "잘못된 호스트 이름"
@ -85,96 +85,97 @@ msgstr "잘못된 호스트 이름"
msgid "Error opening directory '%s': %s"
msgstr "디렉토리 '%s' 여는 중 오류 : %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "파일 \"%2$s\"를 읽은 %1$lu 바이트를 할당 할수 없습니다"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "파일 '%s' 를 읽는 중 오류 : %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "파일 '%s'에서 읽기 실패 : %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "파일 '%s' 열기 실패 : %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "파일 '%s'의 속성을 가져오기 실패 : fstat() 실패: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "파일 '%s' 열기 실패: fdopen() 실패: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "템플리트 '%s'가 잘못되었습니다, '%s'를 포함하지 않아야 합니다"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "템플리트 '%s' 가 XXXXXX로 끝나지 않았습니다"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "파일 '%s' 만들기 실패: %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "파일 '%s' 만들기 실패: %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "문자셋 `%s'에서 `%s'로 변환을 지원하지 않습니다"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "`%s'에서 `%s'로 변환하는 변환기를 열수 없음: %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string으로 raw 일기를 할수 없습니다"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "읽기 버퍼에서 변환되지 않은 데이터를 남겨둠"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "일부 문자에서 채널 끝냄"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_endi로 raw 읽기를 할수 없습니다"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "잘못된 메세지 크기"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "소켓 오류"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "%d째 줄 %d 문자에서 오류: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "%d째 줄에서 오류: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
@ -182,7 +183,7 @@ msgstr ""
"&apos; 입니다"
# FIXME: "escape"라는 동사를 번역?
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -193,18 +194,18 @@ msgstr ""
"작합니다. 이 & 기호가 엔티티에 사용되는 것이 아닌 경우에는, &amp; 라고 쓰십"
"시오"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "문자 '%s'는 엔티티 이름에서 올바르지 않습니다"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "엔티티 이름 '%s'가 알려져 있지 않습니다"
# FIXME: "escape"라는 동사를 번역?
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -213,7 +214,7 @@ msgstr ""
"고 하지 않은 곳에서 & 기호를 사용한 경우일 것입니다 - 이 경우 &amp; 라고 쓰십"
"시오"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -222,16 +223,16 @@ msgstr ""
"'%s'의 구문해석에 실패했습니다. 문자 참조에는 숫자를 써야 합니다 (예를 들어 "
"&#234;) - 숫자가 너무 클 수도 있습니다"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "문자 참조 '%s'에 대응되는 문자는 허용되지 않습니다"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "문자 참조가 비어 있습니다; &#454;처럼 숫자를 써야 합니다"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -241,23 +242,23 @@ msgstr ""
"려고 하지 않은 곳에서 & 기호를 사용한 경우일 것입니다 - 이 경우 &amp; 라고 쓰"
"십시오"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "엔티티 참조가 미완성입니다"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "문자 참조가 미완성입니다"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "잘못된 UTF-8 인코딩된 텍스트"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "문서는 엘리먼트로 시작하여야 합니다 (예 <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -266,7 +267,7 @@ msgstr ""
"'%s'은(는) '<' 문자 다음에 쓸 수 없습니다; 이 문자로는 엘리먼트 이름을 시작"
"할 수 없습니다"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -274,7 +275,7 @@ msgid ""
msgstr ""
"이상한 문자 '%s'. 엘리먼트 '%s'의 시작태그를 끝내는 '>'가 나타나야 합니다"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -282,7 +283,7 @@ msgstr ""
"이상한 문자 '%1$s'. 엘리먼트 '%3$s'의 애트리뷰트 이름 '%2$s' 다음에 '='이 나"
"타나야 합니다"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -293,7 +294,7 @@ msgstr ""
"나, 애트리뷰트가 나와야 합니다; 아마도 애트리뷰트 이름에 잘못된 문자를 쓴 경"
"우일 것입니다"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -302,7 +303,7 @@ msgstr ""
"이상한 문자 '%1$s'. 엘리먼트 '%3$s'의 애트리뷰트 '%2$s'의 값을 부여할 때 = "
"기호 다음에 따옴표가 나타나야 합니다"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -311,7 +312,7 @@ msgstr ""
"'%s'은(는) '</' 다음에 쓸 수 있는 문자가 아닙니다; '%s'은(는) 엘리먼트 이름"
"을 시작할 수 없습니다"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -320,25 +321,25 @@ msgstr ""
"'%s'은(는) 엘리먼트 '%s'을(를) 닫은 다음에 쓸 수 있는 문자가 아닙니다; '>' 문"
"자를 쓸 수 있습니다"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' 엘리먼트는 닫혔고, 현재 아무 엘리먼트도 열려 있지 않습니다"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' 엘리먼트는 닫혔고, 현재 열려 있는 엘리먼트는 '%s'입니다"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "문서가 비어있거나 공백문자만 포함하고 있습니다"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "'<' 바로 다음에 문서가 갑작스럽게 끝났습니다"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -347,7 +348,7 @@ msgstr ""
"엘리먼트가 열려 있는 상태로 문서가 갑작스럽게 끝났습니다 - 마지막에 열려 있"
"던 엘리먼트는 '%s'입니다"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -355,19 +356,19 @@ msgid ""
msgstr ""
"문서가 갑작스럽게 끝났습니다. <%s/> 태그를 끝내는 > 기호가 나타나야 합니다"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "엘리먼트 이름에서 문서가 갑작스럽게 끝났습니다"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "에트리뷰트 이름에서 문서가 갑작스럽게 끝났습니다"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "엘리먼트의 열기 태그 안에서 문서가 갑작스럽게 끝났습니다"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -375,17 +376,17 @@ msgstr ""
"애트리뷰트 이름 다음의 = 기호 다음에서 문서가 갑작스럽게 끝났습니다; 애트리뷰"
"트 값이 없습니다"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "애트리뷰트 값 안에서 문서가 갑작스럽게 끝났습니다"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "엘리먼트 '%s'의 닫기 태그 안에서 문서가 갑작스럽게 끝났습니다"
# FIXME: processing instruction?
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "주석문 혹은 처리 안내자 태그 안에서 문서가 갑작스럽게 끝났습니다"
@ -416,11 +417,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "텍스트가 비어있음 (또는 공백만 포함됨)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "자식 프로세스에서 데이터 읽기 실패"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -428,26 +429,26 @@ msgstr ""
"자식 프로세스에서 데이터를 읽는중 g_io_channel_win32_poll() 에서 기대되지않"
"은 오류"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "자식 파이프로 부터 읽기 실패 (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "도움 프로그램 실행 실패"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "디렉토리 '%s'로 바꾸기 실패 (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "자식 프로세스 실행 실패 (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "디렉토리 '%s'로 바꾸기 실패 (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "자식 프로세스와 통신을 위한 파이프를 만드는 중 실패 (%s)"
@ -457,59 +458,65 @@ msgstr "자식 프로세스와 통신을 위한 파이프를 만드는 중 실
msgid "Failed to read data from child process (%s)"
msgstr "자식 프로세스 에서 데이터를 읽기 실패 (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"자식 프로세스 에서 데이터를 읽는 중 select()에서 예상되지 않은 오류 (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid() 에서 예상되지 않은 오류 (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "포크 실패(%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "자식 프로세스 \"%s\"를 실행하기 실패 (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "자식 프로세스 (%s)의 입력 또는 출력의 리다이렉트 실패"
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "자식 프로세스 (%s)를 생성 실패"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "자식 프로세스 \"%s\"를 실행하는 중 알수없는 오류"
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "자식 pid 파이프에서 필요한 데이타를 읽는 데 실패했습니다 (%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "UTF-8 범위 밖의 문자"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "변환 입력에서 잘못된 순서"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "UTF-16 범위 밖의 문자"
#~ msgid "Incorrect message size"
#~ msgstr "잘못된 메세지 크기"
#~ msgid "Socket error"
#~ msgstr "소켓 오류"
#~ msgid "Channel set flags unsupported"
#~ msgstr "채널 프래그 지정을 지원하지 않습니다"

View File

@ -5,14 +5,14 @@
msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2003-09-28 21:13+0300\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-09-22 20:54+0200\n"
"Last-Translator: Tomas Kuliavas <tokul@users.sourceforge.net>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Report-Msgid-Bugs-To: \n"
#: glib/gconvert.c:402
#, c-format
@ -131,6 +131,7 @@ msgid "Failed to create file '%s': %s"
msgstr "Nepavyko sukurti bylos '%s': %s"
#: glib/gfileutils.c:1150
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nepavyko perskaityti simbolinės nuorodos '%s': %s"
@ -174,14 +175,14 @@ msgstr "Eilutės %d simbolio %d klaida: %s"
msgid "Error on line %d: %s"
msgstr "Klaida eilutėje %d: %s"
#: glib/gmarkup.c:386
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Aptiktas tuščias elementas '&;'; galimi elementai yra: &amp; &quot; &lt; "
"&gt; &apos;"
#: glib/gmarkup.c:396
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -192,17 +193,17 @@ msgstr ""
"elemento įvedimą; jei šis ampersendas nėra elemento pradžia, apeikite jį su "
"&amp;"
#: glib/gmarkup.c:432
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Simbolis '%s' nepriimtinas elemento varde"
#: glib/gmarkup.c:476
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nežinomas elemento vardas '%s'"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -210,7 +211,7 @@ msgstr ""
"Elementas nepasibaigė kabliataškiu; greičiausiai Jūs panaudojote ampersendo "
"simbolį nepradėdami elemento įvedimo - apeikite ampersendą įvesdami &amp;"
#: glib/gmarkup.c:532
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -219,16 +220,16 @@ msgstr ""
"Nepavyko apdoroti '%s', kuris galėjo turėti skaičius simbolio aprašyme (pvz. "
"&#234;) - gal skaičius per didelis"
#: glib/gmarkup.c:557
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Simbolio aprašymas '%s' neatitinka leistinus simbolius"
#: glib/gmarkup.c:574
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tuščias simbolio apračymas; ten turėtų būti skaičiai, pvz. &#454;"
#: glib/gmarkup.c:584
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -238,23 +239,23 @@ msgstr ""
"ampersendo simbolį nepradėdami elemento įvedimo - apeikite ampersendą "
"įvesdami &amp;"
#: glib/gmarkup.c:610
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Nebaigtas elemento aprašymas"
#: glib/gmarkup.c:616
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Nebaigtas simbolio aprašymas"
#: glib/gmarkup.c:861 glib/gmarkup.c:889 glib/gmarkup.c:920
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Klaidingai koduotas UTF-8 tekstas"
#: glib/gmarkup.c:956
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentas turėtų prasidėti elementu (pvz. <book>)"
#: glib/gmarkup.c:995
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -262,7 +263,7 @@ msgid ""
msgstr ""
"'%s' negali būti rašomas po '<' simbolio; jis nepradeda jokio elemento vardo"
#: glib/gmarkup.c:1058
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -271,7 +272,7 @@ msgstr ""
"Neįprastas simbolis '%s', tikėtasi sulaukti '>' simbolio, užbaigiančio "
"pradinį elementą '%s'"
#: glib/gmarkup.c:1145
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -279,7 +280,7 @@ msgstr ""
"Neįprastas simbolis '%1$s', tikėtasi sulaukti '=' po elemento %3$s požymio "
"vardo '%2$s'"
#: glib/gmarkup.c:1186
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -290,7 +291,7 @@ msgstr ""
"užbaigiančių elementą '%s', arba papildomo požymio; gal Jūs panaudojote "
"netinkama simbolį požymio varde"
#: glib/gmarkup.c:1269
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -299,7 +300,7 @@ msgstr ""
"Neįprastas simbolis '%1$s', po lygybės tikėtasi sulaukti atidarančio "
"citavimo simbolio pradedant '%3$s' elemento '%2$s' požymio reikšmę"
#: glib/gmarkup.c:1409
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -308,7 +309,7 @@ msgstr ""
"'%s' negali būti rašomas po simbolių '</'; '%s' negali būti kokio nors "
"elemento vardu"
#: glib/gmarkup.c:1447
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -317,29 +318,29 @@ msgstr ""
"'%s' negali būti rašomas po uždarančio elemento vardo '%s'; leistinas "
"simbolis yra '>'"
#: glib/gmarkup.c:1458
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
"Elemento '%s' uždarymo simbolis sutiktas anksčiau už elemento atidarymo "
"simbolį"
#: glib/gmarkup.c:1467
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Sutiktas elemento '%s' uždarymo simbolis, tačiau šiuo metu atidarytas kitas "
"elementas '%s'"
#: glib/gmarkup.c:1614
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentas tuščias arba susideda tik iš tarpų"
#: glib/gmarkup.c:1628
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentas netikėtai pasibaigė tuoj po atidarančių skliaustų '<'"
#: glib/gmarkup.c:1636 glib/gmarkup.c:1680
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -348,7 +349,7 @@ msgstr ""
"Dokumentas netikėtai pasibaigė neuždarius dalies elementų - '%s' yra "
"paskutinis atviras elementas"
#: glib/gmarkup.c:1644
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -357,19 +358,19 @@ msgstr ""
"Dokumentas netikėtai pasibaigė, nesulaukta uždarančių skliaustų simbolio <%s/"
">"
#: glib/gmarkup.c:1650
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentas netikėtai pasibaidė elemento varde"
#: glib/gmarkup.c:1655
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentas netikėtai pasibaigė požymio varde"
#: glib/gmarkup.c:1660
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentas netikėtai pasibaigė elemento atidarymo ženklu"
#: glib/gmarkup.c:1666
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -377,16 +378,16 @@ msgstr ""
"Dokumentas netikėtai pasibaigė lygybės simboliu einančio po požymio vardo; "
"nerasta požymio reikšmė"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentas netikėtai pasibaigė požymio verte"
#: glib/gmarkup.c:1688
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumentas netikėtai pasibaigė elemento '%s' uždarančiame simbolyje"
#: glib/gmarkup.c:1694
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentas netikėtai pasibaigė komentaruose arba apdorojimo instrukcijose"
@ -429,26 +430,26 @@ msgstr ""
"Netikėta klaida tarp g_io_channel_win32_poll() funkcijos duomenų skaitymo iš "
"antrinio proceso metu"
#: glib/gspawn-win32.c:834 glib/gspawn.c:998
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Nepavyko perskaityti duomenų iš antrinio daviklio (%s)"
#: glib/gspawn-win32.c:923
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Nepavyko paleisti pagalbinės programos"
#: glib/gspawn-win32.c:944 glib/gspawn-win32.c:988
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Nepavyko paleisti antrinio proceso (%s)"
#: glib/gspawn-win32.c:979 glib/gspawn.c:1203
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nepavyko pereiti į katalogą '%s' (%s)"
#: glib/gspawn-win32.c:1033 glib/gspawn.c:1334
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""

370
po/lv.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"POT-Creation-Date: 2002-12-18 05:48+0100\n"
"POT-Creation-Date: 2003-10-23 12:39-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"
@ -13,78 +13,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, 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:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Nevarēju atvērt konvertātoru no '%s' uz '%s': %s"
#: glib/gconvert.c:603
#: glib/gconvert.c:893
#: glib/giochannel.c:1295
#: glib/giochannel.c:1337
#: glib/giochannel.c:2179
#: glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Nepareiza baitu secība konversijas ievadē"
#: glib/gconvert.c:608
#: glib/gconvert.c:824
#: glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Kļūda konversējot: %s"
#: glib/gconvert.c:626
#: glib/gutf8.c:903
#: glib/gutf8.c:1103
#: glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Daļēja simbolu secība ievades beigās"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Nevar pārveidot atkritienu '%s' uz rakstzīmju kopu '%s'"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, 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:1643
#: glib/gconvert.c:1421
#, 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:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' ir nepareizs"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Hostdatora nosaukuma URI '%s' ir nepareizs"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' satur nepareizi izvairīgas rakstzīmes"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Ceļvārds '%s' nav absolutais ceļš"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Nepareizs hostdatora nosaukums"
@ -93,253 +84,307 @@ msgstr "Nepareizs hostdatora nosaukums"
msgid "Error opening directory '%s': %s"
msgstr "Kļūda atverot direktoriju '%s': %s"
#: glib/gfileutils.c:384
#: glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Nevarēju atrast %lu baitus, lai nolasītu failu \"%s\""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Kļūda nolasot failu '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Nespēju nolasīt no faila '%s': %s"
#: glib/gfileutils.c:518
#: glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Nevarēju atvērt failu '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Nevarēju dabūt faila '%s' atribūtus: fstat() neizdevās: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Veidne '%s' nepareizs, nedrīkstētu saturēt '%s'"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Veidne '%s' nebeidzas ar XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Neizdevās izveidot failu '%s': %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Neizdevās izveidot failu '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Konvertācija no rakstzīmju kopas '%s' uz '%s' nav atbalstīta"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Nevarēju atvērt konvertātoru no `%s' uz '%s': %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Nevaru izpildīt jēllasīšanu iekš g_io_channel_read_line_string"
#: glib/giochannel.c:1519
#: glib/giochannel.c:1776
#: glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Pāpalikušie nepārveidotie dati nolasīšanas buferī"
#: glib/giochannel.c:1599
#: glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Kanāls pārtrūkst daļējā rakstzīmē"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Nevaru izpildīt jēllasīšanu iekš g_io_channel_read_to_end"
#: glib/giowin32.c:712
#: glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Nepareizs ziņas izmērs"
#: glib/giowin32.c:1034
#: glib/giowin32.c:1087
msgid "Socket error"
msgstr "Kontakta kļūda"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Kļūda rindā %d rakstzīme %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Kļūda rindā %d: %s"
#: glib/gmarkup.c:385
msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Pamanīta tukša entītija '&;'; derīgas entītijas ir: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Pamanīta tukša entītija '&;'; derīgas entītijas ir: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid "Character '%s' is not valid at the start of an entity name; the & character begins an entity; if this ampersand isn't supposed to be an entity, escape it as &amp;"
msgstr "Rakstzīme '%s' nav derīga entītijas nosaukuma sākumā; rakstzīme & sāk entītiju; ja šī zīme netiek atbalstīta, lai būtu entītija, aizvieto to ar &amp;"
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
"begins an entity; if this ampersand isn't supposed to be an entity, escape "
"it as &amp;"
msgstr ""
"Rakstzīme '%s' nav derīga entītijas nosaukuma sākumā; rakstzīme & sāk "
"entītiju; ja šī zīme netiek atbalstīta, lai būtu entītija, aizvieto to ar "
"&amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Rakstzīme '%s' nav derīga entītijas nosaukumā"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entītijas nosaukums \"%s\" nav zināms"
#: glib/gmarkup.c:485
msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &amp;"
msgstr "Entītija nebeidzās ar semikolu; visdrīzāk jūs lietojāt & zīmi bez nodoma sākt entītiju - aizvieto & zīmes ar &amp;"
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
"Entītija nebeidzās ar semikolu; visdrīzāk jūs lietojāt & zīmi bez nodoma "
"sākt entītiju - aizvieto & zīmes ar &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid "Failed to parse '%s', which should have been a digit inside a character reference (&#234; for example) - perhaps the digit is too large"
msgstr "Nevarēju parsēt '%s', kur vajadzētu būt ciparam iekš rakstzīmes atsauces (&#234; piemēram) - iespējams, ka cipars ir pārāk liels"
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
"Nevarēju parsēt '%s', kur vajadzētu būt ciparam iekš rakstzīmes atsauces "
"(&#234; piemēram) - iespējams, ka cipars ir pārāk liels"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Rakstzīmes atsauce '%s' nešifrē atļautu rakstzīmi"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tukša rakstzīmes atsauce; būtu jāiekļauj cipars, kā &#454;"
#: glib/gmarkup.c:583
msgid "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &amp;"
msgstr "Rakstzīmes atsauce nebeidzās ar semikolu; visdrīzāk jūs lietojāt & zīmi bez nodoma sākt entītiju - aizvieto & zīmes ar &amp;"
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
"Rakstzīmes atsauce nebeidzās ar semikolu; visdrīzāk jūs lietojāt & zīmi bez "
"nodoma sākt entītiju - aizvieto & zīmes ar &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Nepabeigta entītijas atsauce"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Nepabeigta rakstzīmes atsauce"
#: glib/gmarkup.c:860
#: glib/gmarkup.c:888
#: glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Nepareizi kodēts UTF-8 teksts"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentam jāsākās ar elementu (piem., <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid "'%s' is not a valid character following a '<' character; it may not begin an element name"
msgstr "'%s' nav atļauta rakstzīme, sekojoša aiz rakstzīmes '<'; tā nedrīkst iesākt elementa vārdu."
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
"'%s' nav atļauta rakstzīme, sekojoša aiz rakstzīmes '<'; tā nedrīkst iesākt "
"elementa vārdu."
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid "Odd character '%s', expected a '>' character to end the start tag of element '%s'"
msgstr "Savāda rakstzīme '%s', gaidīju '>' rakstzīmi, kas nobeigtu sākuma tagu elementam '%s'"
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
"Savāda rakstzīme '%s', gaidīju '>' rakstzīmi, kas nobeigtu sākuma tagu "
"elementam '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Savāda rakstzīme '%s', gaidīju '=' aiz atribūta nosaukuma '%s' elementam '%s'"
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Savāda rakstzīme '%s', gaidīju '=' aiz atribūta nosaukuma '%s' elementam '%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, 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 "Savāda rakstzīme '%s', gaidīju '>' vai '/' rakstzīmi, kas nobeigtu sākuma tagu elementam '%s' vai fakultatīvi atribūtu; iespējams, jūs lietojāt nepareizu rakstzīmi atribūta nosaukumā"
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 ""
"Savāda rakstzīme '%s', gaidīju '>' vai '/' rakstzīmi, kas nobeigtu sākuma "
"tagu elementam '%s' vai fakultatīvi atribūtu; iespējams, jūs lietojāt "
"nepareizu rakstzīmi atribūta nosaukumā"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, 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 "Savāda rakstzīme '%s', gaidīju atvērtās pēdiņas pēc vienādības zīmes, nosakot vērtību atribūtam '%s' no elementa '%s'"
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
"Savāda rakstzīme '%s', gaidīju atvērtās pēdiņas pēc vienādības zīmes, "
"nosakot vērtību atribūtam '%s' no elementa '%s'"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid "'%s' is not a valid character following the characters '</'; '%s' may not begin an element name"
msgstr "'%s' nav derīga rakstzīme, sekojot rakstzīmēm '</'; '%s' nevar sākt elementa nosaukumu"
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
"'%s' nav derīga rakstzīme, sekojot rakstzīmēm '</'; '%s' nevar sākt elementa "
"nosaukumu"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid "'%s' is not a valid character following the close element name '%s'; the allowed character is '>'"
msgstr "'%s' nav derīga rakstzīme, sekojot aizverošā eementa nosaukumam '%s'; atļautā rakstzīme ir '>'"
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
"'%s' nav derīga rakstzīme, sekojot aizverošā eementa nosaukumam '%s'; "
"atļautā rakstzīme ir '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elements '%s' tika aizvērts, neviens elements pašlaik nav atvērts"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elements '%s' tika aizvērts, bet pašlaik atvērtais elements ir '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokuments bija tukšs vai saturēja tikai tukšu atstarpi"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokuments negaidīti izbeidzās tieši pēc atvērtās stūra iekavas '<'"
#: glib/gmarkup.c:1635
#: glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened"
msgstr "Dokuments negaidīti izbeidzās ar joprojām atvērtiem elementiem - '%s' bija pēdējais atvērtais elements"
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
"Dokuments negaidīti izbeidzās ar joprojām atvērtiem elementiem - '%s' bija "
"pēdējais atvērtais elements"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>"
msgstr "Dokuments negaidīti izbeidzās, cerēju ieraudzīt aizverošo stūra iekavu, beidzoties ar tagu <%s/>"
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
"Dokuments negaidīti izbeidzās, cerēju ieraudzīt aizverošo stūra iekavu, "
"beidzoties ar tagu <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokuments negaidīti izbeidzās iekšā elementa nosaukumā"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokuments negaidīti izbeidzās iekšā atribūta nosaukumā"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokuments negaidīti izbeidzās elementa-atverošajā tagā."
#: glib/gmarkup.c:1665
msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value"
msgstr "Dokuments negaidīti izbeidzās aiz vienādības zīmes, sekojot atribūta nosaukumam; nav atribūta vētības"
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
"Dokuments negaidīti izbeidzās aiz vienādības zīmes, sekojot atribūta "
"nosaukumam; nav atribūta vētības"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokuments negaidīti izbeidzās kamēr iekšā atribūta vērtībā"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokuments negaidīti izbeidzās iekšā elementa '%s' aizverošajā tagā"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokuments negaidīti izbeidzās iekšā komentārā vai apstrādes instrukcijā"
msgstr ""
"Dokuments negaidīti izbeidzās iekšā komentārā vai apstrādes instrukcijā"
#: glib/gshell.c:72
msgid "Quoted text doesn't begin with a quotation mark"
@ -357,43 +402,45 @@ msgstr "Teksts beidzās tieši pēc '\\' rakstzīmes. (Teksts bija '%s')"
#: glib/gshell.c:537
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "Teksts beidzās pirms atbilstošais citāts tika atrasts priekš %c. (Teksts bija '%s')"
msgstr ""
"Teksts beidzās pirms atbilstošais citāts tika atrasts priekš %c. (Teksts "
"bija '%s')"
#: glib/gshell.c:549
msgid "Text was empty (or contained only whitespace)"
msgstr "Teksts bija tukšs (vai saturēja tikai tukšumus)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Nevarēju nolasīt datus no bērnprocesa"
#: glib/gspawn-win32.c:336
msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process"
msgstr "Negaidīta kļūda iekš g_io_channel_win32_poll(), lasot datus no bērnprocesa"
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr ""
"Negaidīta kļūda iekš g_io_channel_win32_poll(), lasot datus no bērnprocesa"
#: glib/gspawn-win32.c:706
#: glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, 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:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Nevarēju izpildīt palīga programmu"
#: glib/gspawn-win32.c:817
#: glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nevarēju pāriet uz direktoriju '%s' (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Nevarēju izpildīt bērnprocesu (%s)"
#: glib/gspawn-win32.c:869
#: glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nevarēju pāriet uz direktoriju '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, 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)"
@ -403,61 +450,62 @@ msgstr "Nevarēju izveidot programkanālu komunikācijai ar bērnprocesu (%s)"
msgid "Failed to read data from child process (%s)"
msgstr "Nevarēju nolasīt datus no bērnprocesa (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Negaidīta kļūda iekš select(), lasot datus no bērnprocesa (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Negaidīta kļūda waitpid() (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Neizdevās sadalīt (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Nevarēju izpildīt bērnprocesu \"%s\" (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, 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:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Nevarēju sazarot bērnprocesu (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Nezināma kļūda, izpildot bērnprocesu \"%s\""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Nevarēju nolasīt pietiekami daudz datus no bērna pid programkanāla (%s)"
msgstr ""
"Nevarēju nolasīt pietiekami daudz datus no bērna pid programkanāla (%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Rakstzīme nav UTF-8 laukā"
#: glib/gutf8.c:1071
#: glib/gutf8.c:1080
#: glib/gutf8.c:1212
#: glib/gutf8.c:1221
#: glib/gutf8.c:1362
#: glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Nepareiza secība konversijas ievadē "
#: glib/gutf8.c:1373
#: glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Rakstzīme nav UTF-16 laukā"
#~ msgid "Incorrect message size"
#~ msgstr "Nepareizs ziņas izmērs"
#~ msgid "Socket error"
#~ msgstr "Kontakta kļūda"

210
po/mk.po
View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"POT-Creation-Date: 2002-12-15 06:04+0100\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-12-15 23:19+0100\n"
"Last-Translator: Ivan Stojmirov <stojmir@linux.net.mk>\n"
"Language-Team: Macedonian <mk@li.org>\n"
@ -15,69 +15,69 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.0beta2\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr ""
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr ""
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr ""
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr ""
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr ""
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr ""
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr ""
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr ""
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr ""
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr ""
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr ""
@ -86,104 +86,102 @@ msgstr ""
msgid "Error opening directory '%s': %s"
msgstr ""
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr ""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Грешка при читањето на датотеката '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr ""
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr ""
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr ""
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr ""
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr ""
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr ""
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr ""
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr ""
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr ""
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr ""
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr ""
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr ""
#: glib/giowin32.c:1045 glib/giowin32.c:1098
msgid "Socket error"
msgstr ""
#: glib/giowin32.c:1298
msgid "Channel set flags unsupported"
msgstr ""
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr ""
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr ""
#: glib/gmarkup.c:385
msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -191,81 +189,82 @@ msgid ""
"it as &amp;"
msgstr ""
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr ""
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, 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:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -273,87 +272,87 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, 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:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr ""
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@ -379,36 +378,36 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr ""
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr ""
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr ""
#: glib/gspawn-win32.c:705 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr ""
#: glib/gspawn-win32.c:783
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr ""
#: glib/gspawn-win32.c:816 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr ""
#: glib/gspawn-win32.c:825
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr ""
#: glib/gspawn-win32.c:868 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr ""
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
@ -418,56 +417,55 @@ msgstr ""
msgid "Failed to read data from child process (%s)"
msgstr ""
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr ""
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr ""
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr ""
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr ""
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr ""
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr ""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr ""
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr ""
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr ""

233
po/mn.po
View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.mn\n"
"POT-Creation-Date: 2003-01-08 05:56+0100\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-01-20 11:28+0100\n"
"Last-Translator: Sanlig Badral <badral@chinggis.com>\n"
"Language-Team: Mongolian <mn@li.org>\n"
@ -16,71 +16,71 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.1\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Тэмдэгт олонлог »%s« ээс »%s« рүү хөрвүүлэх дэмжигдээгүй байна"
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "»%s« ээс »%s« рүү хөрвүүлэгч нээгдсэнгүй: %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1304
#: glib/giochannel.c:1346 glib/giochannel.c:2188 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Хөрвүүлэлтийн оролтод хүчингүй байт дараалал байна"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1311
#: glib/giochannel.c:2200
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Хөрвүүлж байхад алдаа: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Оролтын төгсгөлд хагас тэмдэгтийн дараалал"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "»%s« ухарч »%s« кодчилол руу хөрвөхгүй байна"
# CHECK
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "URI »%s« нь файлын схемд хэрэглэгддэг үнэмлэхүй хаяг биш"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Дотоод URI »%s« нь »#« -г агуулж болохгүй"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "»%s« URI хүчингүй"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI »%s« -н хостын нэр хүчингүй"
# CHECK
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "»%s« URI хүчингүй Escape-тэмдэгт агуулж байна"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "»%s« замын нэр үнэмлэхүй зам биш"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Хүчингүй хостын нэр"
@ -89,102 +89,104 @@ msgstr "Хүчингүй хостын нэр"
msgid "Error opening directory '%s': %s"
msgstr "»%s« лавлахыг нээхэд алдаа: %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu байтуудыг »%s« файлыг уншихдаа байрлуулж чадсангүй"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "»%s« файлаас уншиж болохгүй байна: %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "»%s« файл нээгдэхгүй байна: %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "»%s« файлын аттрибут тодорхойлогдсонгүй: fstat() нурлаа: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "»%s« хэв хүчингүй, »%s« -г агуулах хэрэггүй"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "»%s« хэв XXXXXX -р төгсөхгүй байна"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "»%s« файл үүсгэгдсэнгүй: %s"
#: glib/giochannel.c:1132
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "»%s« файл үүсгэгдсэнгүй: %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "»%s« тэмдэгтээс »%s« рүү хөрвүүлэх дэмжигдээгүй байна"
#: glib/giochannel.c:1136
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "»%s« -ээс »%s« рүү хөрвүүлэгч нээгдсэнгүй: %s"
#: glib/giochannel.c:1481
#: glib/giochannel.c:1492
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:1528 glib/giochannel.c:1785 glib/giochannel.c:1871
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Унших буфэрт хөрвүүлээгүй файл байна"
#: glib/giochannel.c:1608 glib/giochannel.c:1685
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Суваг тал тэмдэгтээр төгслөө"
#: glib/giochannel.c:1671
#: glib/giochannel.c:1682
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/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Буруу мэдээний хэмжээ"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Сокет алдаа"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "%d мөрөнд %d тэмдэгт алдаатай байна: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "%d мөрөнд алдаа: %s"
#: glib/gmarkup.c:385
msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Хоосон абт »&;« олдлоо; хүчинтэй абтууд &amp; &quot; &lt; &gt; &apos; юм. "
"(абт=аский биш тэмдэгт)"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -194,18 +196,18 @@ msgstr ""
"Абтын нэрийн эхлэлийн »%s« тэмдэгт хүчингүй; Абт & тэмдэгтээр эхэлдэг; "
"Хэрвээ энэ амперсаныг абт бишээр авах хэрэгтэй бол &amp; гэж бичнэ үү"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "»%s« тэмдэгт абтын нэрэнд хүчингүй"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Абтын нэр »%s« тодорхойгүй"
# CHECK
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -213,7 +215,7 @@ msgstr ""
"Абт цэг таслалаар төгсөөгүй байна; Та магад амперсандыг абтын эхлэл бусаар "
"хэрэглэхийг хүссэн байх - Та &amp; гэж бичнэ үү"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -222,16 +224,16 @@ msgstr ""
"»%s« тэмдэгтийн дотор тоо байх ёстой (&#234; шиг) , задлан ялгалд "
"танигдсангүй - магадгүй хэтэрхий том тоо байна уу"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "»%s« тэмдэгт холбоос зөвшөөрөгдөөгүй тэмдэгтээр кодлогдсон байна"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Хоосон тэмдэгтийн холбоос; &#454; гэх мэт тоо агуулах ёстой"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
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,48 +242,49 @@ msgstr ""
"Тэмдэгт холбоос цэг таслалаар төгсөөгүй байна; Та магад амперсандыг абтын "
"эхлэл бусаар хэрэглэхийг хүссэн байх - Та &amp; гэж бичнэ үү"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Төгсгөлгүй абт холбоос"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Төгсгөлгүй тэмдэгт холбоос"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Хүчингүй UTF-8-р кодлогдсон текст"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Баримт ямар нэгэн элементээр эхлэх ёстой (Ж.нь <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
"»%s« нь »<«-тэмдэгтийн арын хүчингүй тэмдэгт; Энэ нь элементийн нэрээр "
"эхэлж болохгүй."
"»%s« нь »<«-тэмдэгтийн арын хүчингүй тэмдэгт; Энэ нь элементийн нэрээр эхэлж "
"болохгүй."
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
"Сонин тэмдэгт »%s«, »%s« элементийн эхлэлийн тагийг хаахад »>« тэмдэгт "
"дутуу байна"
"Сонин тэмдэгт »%s«, »%s« элементийн эхлэлийн тагийг хаахад »>« тэмдэгт дутуу "
"байна"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Сонин тэмдэгт »%s«, »%s« элементийн »%s« аттрибутын нэрийн дараа »=« "
"хүлээгдэж байна"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -292,7 +295,7 @@ msgstr ""
"нэр эсвэл харин »>« эсвэл »/« тэмдэгт хүлээгдэж байна; Магадгүй та "
"аттрибутын нэрэндээ хүчингүй тэмдэгт хэрэглэжээ"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -301,16 +304,16 @@ msgstr ""
"Сонин тэмдэгт »%s«; »%s« элементийн »%s« аттрибутын хувьд өгсөн утга "
"тэнцүүгийн тэмдэгийн дараах хашилтыг хүлээж байна"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
"»%s« хүчингүй тэмдэгт, хэрвээ энэ нь »</« тэмдэгтийн ард орвол; »%s« нь"
"элементийн нэрээр эхэлж болохгүй"
"»%s« хүчингүй тэмдэгт, хэрвээ энэ нь »</« тэмдэгтийн ард орвол; »%s« "
"ньэлементийн нэрээр эхэлж болохгүй"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -319,25 +322,25 @@ msgstr ""
"»%s« хүчингүй тэмдэгт, хэрвээ энэ нь хааж буй »%s« элементийн нэрийн ард "
"байгаа бол; »>« тэмдэгт хүчинтэй"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "»%s« элемент хаагдсан, Одоогоор ямарч элемент нээлттэй бус байна"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "»%s« элемент хаагдсан, харин одоогоор »%s« элемент нээлттэй байна"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Баримт хоосон эсвэл зүгээр цагаан зай агуулж байна"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Баримт нээлттэй өнцөгтэй хаалт »<« -н дараа гэнэт төгсөв"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -346,30 +349,30 @@ msgstr ""
"Баримт нээлттэй элементүүдтэйгээр гэнэтийн байдлаар төгсөв - »%s« сүүлчийн "
"нээлттэй элемент нь"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
"Баримт гэнэтийн байдлаар төгсөв, таг <%s/> -г хаах өнцөгтэй хаалт »>«"
"хүлээгдэж байна"
"Баримт гэнэтийн байдлаар төгсөв, таг <%s/> -г хаах өнцөгтэй хаалт "
"»>«хүлээгдэж байна"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Баримт нэгэн элементийн нэрийн дотор гэнэтийн байдлаар төгсөв"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Баримт нэгэн аттрибут нэрийн дотор гэнэтийн байдлаар төгсөв"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Баримт нээгдэж буй тагийн нэгэн элементийн нэрийн дотор гэнэтийн байдлаар "
"төгсөв."
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -377,20 +380,21 @@ msgstr ""
"Баримт аттрибут нэрийн дараах тэнцүүгийн тэмдэгийн дараа гэнэтийн байдлаар "
"төгсөв; аттрибутын утга алга"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Баримт нэгэн аттрибутын утгын дотор гэнэтийн байдлаар төгсөв"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Баримт гэнэтийн байдлаар нэгэн хаагдаж буй »%s« элементийн тагийн дотор "
"төгсөв"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Баримт тайлбар эсвэл заавар боловсруулалтын дотор гэнэтийн байдлаар төгсөв"
msgstr ""
"Баримт тайлбар эсвэл заавар боловсруулалтын дотор гэнэтийн байдлаар төгсөв"
#: glib/gshell.c:72
msgid "Quoted text doesn't begin with a quotation mark"
@ -416,11 +420,11 @@ msgstr "Текст %c -н тохирох хашилт олдохоос өмнө
msgid "Text was empty (or contained only whitespace)"
msgstr "Текст хоосон байв (эсвэл зөвхөн цагаан зай агуулсан)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Өгөгдөл хүү процессоор уншигдсангүй"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -428,26 +432,26 @@ msgstr ""
"Хүү процессоос өгөгдөл уншиж байхад g_io_channel_win32_poll() дотор "
"санамсаргүй алдаа гарлаа"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Хүү процессын (%s) шугамаас унших бүтэлгүйтлээ"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Тусламж программ ажиллахгүй байна"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "»%s« (%s) лавлах солигдсонгүй"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Хүү процесс ажилласангүй (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "»%s« (%s) лавлах солигдсонгүй"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Хүү процесстой (%s) холбогдох шугам үүсгэж чадсангүй"
@ -457,58 +461,65 @@ msgstr "Хүү процесстой (%s) холбогдох шугам үүсг
msgid "Failed to read data from child process (%s)"
msgstr "Хүү процессын (%s) өгөгдөл уншигдсаж чадсангүй"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Хүү процессоос (%s) өгөгдөл уншиж байхад select() дотор санамсаргүй алдаа гарлаа"
msgstr ""
"Хүү процессоос (%s) өгөгдөл уншиж байхад select() дотор санамсаргүй алдаа "
"гарлаа"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Санамсаргүй алдаа waitpid() дотор (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Салаалалт нурлаа (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Хүү процесс »%s« -г ажиллуулах нурлаа (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Хүү процессийн (%s) гаралт эсвэл оролтыг солих нурлаа"
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Хүү процессын (%s) салаалалт нурлаа"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "»%s« хүү процессыг ажиллуулж байхад тодорхойгүй алдаа"
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Хүү процессын процессын дугаарын шугамаас (%s) хангалттай өгөгдөл уншиж "
"чадсангүй"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "UTF-8 хязгаараас гаднах тэмдэгт"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Хөрвүүлэлтийн оролтод хүчингүй дараалал"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "UTF-16 хязгаараас гаднах тэмдэгт"
#~ msgid "Incorrect message size"
#~ msgstr "Буруу мэдээний хэмжээ"
#~ msgid "Socket error"
#~ msgstr "Сокет алдаа"

205
po/ms.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-11-04 23:48+0800\n"
"Last-Translator: Hasbullah Bin Pit <sebol@ikhlas.com>\n"
"Language-Team: Projek Gabai <gabai-penyumbang@lists.sourceforge.org>\n"
@ -13,69 +13,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, 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:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "tak dapat membuka penukar daripada '%s' kepada '%s': %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Turutan byte tidak sah pada penukaran iput"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Ralat semasa penukaran: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Sebahagian turutan aksara berada di penghujung input"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Tak dapat tukar unduran '%s' ke set kod '%s'"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, 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:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI Fail local '%s' mungkin tidak disertakan dengan '#'"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' adalah tidak sah"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Namahos URI '%s' tidak sah"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' mengandungi aksara escaped yang tidak sah"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Namapath '%s' adalah bukan path mutlak"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Namahos tidak sah"
@ -84,103 +84,104 @@ msgstr "Namahos tidak sah"
msgid "Error opening directory '%s': %s"
msgstr "Ralat membuka direktori %s': %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Tak dapat memperuntukkan %lu byte untuk membaca fail \"%s\""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Ralat membaca fail '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Gagal membaca fail '%s': %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Gagal membuka fail '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Gagal mendapatkan atribut fail '%s': fstat() gagal: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Gagal membuka fail '%s': fdopen() gagal: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Templet '%s' tidak sah, sepatutnya tidak mengandungi '%s'"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Templet '%s' tidak berakhir dengan XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Gagal mencipta fail %s': %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Gagal mencipta fail %s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Penukaran set aksara daripada '%s' kepada '%s' tidak disokong"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Tak dapat membuka penukar daripada `%s' kepada `%s': %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Tak dapat membuat bacaan rawak pada g_io_channel_read_line_string"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Data tak boleh ditukar Leftover pada buffer bacaan"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Saluran terhenti pada sebahagian aksara"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Tak dapat membuat bacaan rawak pada g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Saiz mesej tidak betul"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Ralat soket"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Ralat pada baris %d aksara %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Ralat pada baris %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Entiti kosong '&;' kelihatan; entiti sah ialah : &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -191,17 +192,17 @@ msgstr ""
"memulakan entiti; jika & tidak disokong untuk dijadikan entiti, escapekan "
"sebagai &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Aksara '%s' adalah tidak sah di dalam nama entiti"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nama entiti '%s' tidak diketahui"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -209,7 +210,7 @@ msgstr ""
"Entiti tidak berakhir dengan titik bertindih; mungkin anda gunakan aksara "
"'&' tanpa menyedari untuk memulakan entiti - escape & sebagai &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -218,16 +219,16 @@ msgstr ""
"gagal menghantar '%s', yang sepatutnya satu digit didalam satu rujukan "
"aksara (&#234; sebagai contoh) - mungkin digit terlalu besar"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Rujukan aksara '%s' tidak mengenkodkan aksara yang diizini"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Rujukan aksara kosong; sepatutnya disertakan digit seperti &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -236,23 +237,23 @@ msgstr ""
"Rujukan aksara tidak berakhir dengan semicolon; agaknya anda menggunakan "
"aksara '&' tanpa niat untuk memulakan entiti - escapekan & sebagai &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Rujukan entiti tidak tamat"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Rujukan aksara tidak tamat"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Teks terenkod UTF-8 tidak sah"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumen mesti dimulakan dengan unsur (e.g. <buku>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -261,7 +262,7 @@ msgstr ""
"'%s' adalah bukan aksara sah diikuti sengan aksara '<'; ia tidak sepatutnya "
"bermula dengan nama unsur"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -270,14 +271,14 @@ msgstr ""
"Aksara ganjil '%s', dijangkakan aksara '>' untuk mengakhiri tag permulaan "
"unsur '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Aksara ganjil '%s', dijangkakan '=' selepas nama atribut '%s' unsur '%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -288,7 +289,7 @@ msgstr ""
"permulaan unsur '%s', atau atribut; meungkin anda gunakan aksara tidak sah "
"pada nama atribut"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -297,7 +298,7 @@ msgstr ""
"Aksara ganjil '%s', menjangka tanda petikan membuka selepas tanda = bila "
"memberi nilai atribut untuk '%s' unsur '%s' "
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -306,7 +307,7 @@ msgstr ""
"'%s' adalah bukan aksara sah diikuti aksara '</'; '%s' tak boleh memulakan "
"nama unsur"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -315,25 +316,25 @@ msgstr ""
"'%s' adalah bukan aksara sah diikuti dengan nama unsur penutup '%s'; aksara "
"yang diizinkan ialah '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Unsur '%s' telah ditutup, tiada unsur yang dibuka"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Unsur '%s' telah ditutup, tetapi unsur yang dibuka adalah '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokumen kosong atau hanya menandungi ruangputih"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumen berakhir tanpa diduga sebaik selepas membuka '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -342,26 +343,26 @@ msgstr ""
"Dokumen berakhir tanpa diduga dengan unsur yang masih dibuka - '%s' adalah "
"unsur dibuka"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "Dokumen berakhir tanpa diduga, menjangkai tag <%s/> pada hujungnya"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumen berakhir tanpa diduga di dalam nama unsur"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumen berakhir tanpa diduga di dalam nama atribut"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumen berakhir tanpa diduga di dalam tag element-opening"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -369,16 +370,16 @@ msgstr ""
"Dokumen berakhir tanpa diduga selepas tanda '=' diikuti dengan nama atribut; "
"tiana nilai atribut"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumen berakhir tanpa diduga semasa di dalam nilai atribut"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumen berakhir tanpa diduga di dalam tag tertutup untuk unsur '%s'"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokumen berakhir tanpa diduga di dalam komen atau memproses arahan"
@ -405,11 +406,11 @@ msgstr "Teks berakhir sebelum quot sepadan dijumpai untuk %c (Teks ialah '%s')"
msgid "Text was empty (or contained only whitespace)"
msgstr "Teks telah kosong (atau mengandungi hanya ruangputih)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Gagal membaca data daripada proses anak"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -417,26 +418,26 @@ msgstr ""
"Ralat tidak diduga bila g_io_channel_win32_poll()membaca data daripada "
"proses anak"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Gagal membaca daripada paip anak (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Gagal melaksanakan program pembantu"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Gagal menukar direktori '%s' (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Gagal melaksanakan proses anak (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Gagal menukar direktori '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Gagal mencipta paip untuk berkomunikasi dengan proses anak (%s)"
@ -446,59 +447,65 @@ msgstr "Gagal mencipta paip untuk berkomunikasi dengan proses anak (%s)"
msgid "Failed to read data from child process (%s)"
msgstr "Gagal membaca data daripada proses anak (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Ralat tanpa diduga bila select() membaca data daripada proses anak (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Ralat tanpa diduga pada waitpid() (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Gagal untuk sepit (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Gagal melaksanakan proses anak \"%s\" (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, 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:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Gagal menyepit proses anak (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Ralat misteri ketika melaksanakan proses anak \"%s\""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Gagal membaca data yang cukup daripada paip pid anaki(%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Aksara di luar julat UTF-8"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Turutan tidak sah semasa penukaran input"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Aksara di luar julat UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Saiz mesej tidak betul"
#~ msgid "Socket error"
#~ msgstr "Ralat soket"
#~ msgid "Channel set flags unsupported"
#~ msgstr "Flag set saluran disokong"

View File

@ -6,14 +6,14 @@
msgid ""
msgstr ""
"Project-Id-Version: glib (HEAD)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2003-10-19 14:35+0200\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-10-19 17:51+0200\n"
"Last-Translator: Tino Meinen <a.t.meinen@chello.nl>\n"
"Language-Team: Dutch <vertaling@nl.linux.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Report-Msgid-Bugs-To: \n"
#: glib/gconvert.c:402
#, c-format

205
po/nn.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib/2.0\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-12-09 21:10+0100\n"
"Last-Translator: Roy-Magne Mo <rmo@sunnmore.net>\n"
"Language-Team: nynorsk <nn@li.org>\n"
@ -13,69 +13,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Konvertering frå teiknsett «%s» til «%s» er ikkje støtta"
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Kunne ikkje opne konverterar frå «%s» til «%s»: %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Ugyldig bytesekvens i inndata for konvertering"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Feil under konvertering: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Delvis teiknsekvens på slutten av inndata"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan ikkje konvertere tilbakefall «%s» til kodesett «%s»"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "URIen «%s» er ikkje ein absolutt URI som brukar «file» måten"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "file URIen «%s» kan ikkje innehalde ein «#»"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URIen «%s» er ugyldig"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Vertsnamnet i URIen «%s» inneheld feil koda teikn"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URIen «%s» inneheld feil koda teikn"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Filstien «%s» er ikkje ein absolutt sti"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Ugyldig vertsnamn"
@ -84,101 +84,102 @@ msgstr "Ugyldig vertsnamn"
msgid "Error opening directory '%s': %s"
msgstr "Feil ved opning av katalog «%s»: %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Klarte ikkje allokere %lu byte for å lese «%s»"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Feil ved lesing a fil «%s»: %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Klarte ikkje å lese frå fila «%s»: %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Klarte ikkje å opne fil: «%s»: %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Klarte ikkje å få tak i eigenskapar for fila «%s» fstat() feila: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Kunne ikkje opne fila «%s»: fdopen() feila: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Mal «%s» er ugyldig, kan ikkje ikkje innehalde ein «%s»"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Malfila «%s» er ikkje avslutta med XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Klarte ikkje å opprette fila «%s»: %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Klarte ikkje å opprette fila «%s»: %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Konvertering frå teiknsett «%s» til «%s» er ikkje støtta"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Kunne ikkje opne konverterar frå «%s» til «%s»: %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Klarar ikkje å gjere ei rå lesing i g_io_channel_read_line_string"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Ukonvert data til overs i lesebufferet"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Kanalen avsluttar på eit delvis teikn"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Kan ikkje lese rått i g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Feil meldingsstorleik"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Sokkelfeil"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Feil på linje %d teikn %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Feil på linje %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Tom entitet såg «&;»; gyldige entitetar er: &amp; &quot; &lt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -189,17 +190,17 @@ msgstr ""
"opnar ein entitet; om dette et-teiknet ikkje er meint å vere ein entitet, "
"skriv den som &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Teiknet '%s' er ikkje gyldig inne i eit entitetsnamn"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitet namn '%s' er ikkje kjent"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -207,7 +208,7 @@ msgstr ""
"Entiteten slutta ikkje med eit semikolon; sannsynlegvis bruke du eit et-"
"teikn utan å meine å opne ein entitet - skriv et-teikn som &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -216,16 +217,16 @@ msgstr ""
"Klarte ikkje å tolke «%s», som burde vere eit teikn i ein teiknreferanse "
"(&#234; til dømes) - kan hende talet er for stort"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Teiknreferansen '%s' kan ikkje kodast til eit lovleg teikn"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tom teiknreferanse, bør innehelad eit nummer slik som &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -234,23 +235,23 @@ msgstr ""
"Teiknreferansen slutta ikkje med eit semikolon; sannsynlegvis brukte du eit "
"et-teikn utan å ville starte ein entitet - skriv et-teikn som &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Referansen til entiteten er uferdig"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Referansen til teiknet er uferdig"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Ugyldig UTF-8 koda tekst"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet må byrje med eit element (t.d. <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -259,7 +260,7 @@ msgstr ""
"«%s» er ikkje eit gyldig teikn etter ein «<»-teikn; den kan ikkje byrje med "
"eit elementnamn"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -268,7 +269,7 @@ msgstr ""
"Merkeleg teikn «%s», venta eit «>»-teikn for å avslutte startmerket av "
"elementet «%s»"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -276,7 +277,7 @@ msgstr ""
"Merkeleg teikn «%s», venta ein «=» etter attributtnamnet «%s» av elementet «%"
"s»"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -287,7 +288,7 @@ msgstr ""
"startmerket av elementet «%s», eller ein valfri attributt; kan hende du "
"brukte eit ugyldig teikn i attributtnamnet"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -296,7 +297,7 @@ msgstr ""
"Merkeleg teikn «%s», venta eit opent siteringsmerket etter lik-teikna for å "
"gi ein verdi for attributten «%s» av elementet «%s»"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -305,7 +306,7 @@ msgstr ""
"«%s» er ikkje ien gyldig karakter etter teikna «<»; «%s» kan ikkje starte "
"eit elementnamn"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -314,25 +315,25 @@ msgstr ""
"«%s» er ikkje eit gyldig teikn etter avsluttande merket «%s»; det tillatne "
"teiknet er «>»"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' vart lukka, ikkje noko element er i augneblinken open."
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' vart avslutta, men det aktive elementet er '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller innheldt kun tome teikn"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument avslutta uventa rett etter ein open vinkel hake '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -341,26 +342,26 @@ msgstr ""
"Dokumentet slutta uventa med element forsatt opne - «%s» var det siste "
"elementet som vart opna"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "Dokumentet slutta uventa, venta å sjå det avsluttande merket <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet tok uventa slutt inn i eit element namn"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet tok uventa slutte inni i eit attributt namn"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentet vart uventa avslutta inne i ein element opnings tag."
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -368,16 +369,16 @@ msgstr ""
"Dokumentet slutta uventa etter lik-teiknet etter attributtnamnet; ingen "
"attributtverdi"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet avslutta uventa medan det var inne i ein attributtverdi"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumentet avslutta uventa i eit avsluttingsmerke for elementet «%s»"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentet avslutta uventa inne i ein merknad eller prosseseringsinstruksjon"
@ -406,37 +407,37 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "Teksta var tom (eller innehdlt kun tome teikn)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Failed to read data from child process"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr ""
"Uventa feil i g_io_channel_win32_poll() ved lesing av data frå barneprosess"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Klarte ikkje å lese frå røyr frå barn (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Klarte ikkje å kjøra hjelpeprogram"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Klarte ikkje å skifte til katalog «%s» (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Klarte ikkje å utføre barnproess (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Klarte ikkje å skifte til katalog «%s» (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Klarte ikkje å opprette røyr for å kommuniksere med barneprosess (%s)"
@ -446,58 +447,64 @@ msgstr "Klarte ikkje å opprette røyr for å kommuniksere med barneprosess (%s)
msgid "Failed to read data from child process (%s)"
msgstr "Klarte ikkje å lese data frå barneprosess (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Uventa feil i select() ved lesing av data frå barneprosess (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Uventa feil i waitpid() (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Kunne ikkje starta barneprosess (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Klarte ikkje å utføre barnprosess «%s» (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Klarte ikkje å redirigere utdata eller inndata frå barneprosess (%s)"
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Kunne ikkje starte barneprosess (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Ukjend feil ved køyring av barneprosess «%s»"
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Klarte ikkje å lese nok data frå pid røyr frå barn (%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Teikn ikkje gyldig for UTF-8"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Ugyldig sekvens i inndata konvertering"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Teikn ikkje gyldig for UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Feil meldingsstorleik"
#~ msgid "Socket error"
#~ msgstr "Sokkelfeil"
#~ msgid "Channel set flags unsupported"
#~ msgstr "Kanalen set flag ustøtta"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 1.3.3\n"
"POT-Creation-Date: 2003-08-23 13:40+0200\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-08-18 22:49+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian <no@li.org>\n"
@ -164,23 +164,23 @@ msgstr "Kanalen terminerer i et oppdelt tegn"
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:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Feil på linje %d tegn %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Feil på linje %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Tom entitet «&;» funnet; gyldige entiteter er: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -191,17 +191,17 @@ msgstr ""
"starter en entitet; hvis dette og-tegnet ikke er ment å være en entitet, "
"unngå dette ved å bruke &amp; i stedet"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, 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:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitetsnavn «%s» er ikke kjent"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -210,7 +210,7 @@ msgstr ""
"tegn uten at det var ment å starte en entitet - ungå ved å bruke &amp; i "
"stedet"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -219,16 +219,16 @@ msgstr ""
"Feil under lesing av «%s», som skulle vært et tall inne i en tegnreferanse "
"(&#234; for eksempel) - kanskje tallet er for stort"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Tegnreferanse «%s» koder ikke et tillatt tegn"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tom tegnreferanse; skulle inkludert et tall slik som &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -238,23 +238,23 @@ msgstr ""
"og-tegn uten at det var ment å starte en entitet - unngå ved å bruke &amp; i "
"stedet"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Uferdig referanse til entitet"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Uferdig referanse til tegn"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Ugyldig UTF-8 kodet tekst"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet må starte med et element (f.eks <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -263,7 +263,7 @@ msgstr ""
"«%s» er ikke et gyldig tegn etter en «<» tegn; det kan ikke være begynnelsen "
"på et elementnavn"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -272,14 +272,14 @@ msgstr ""
"Rart tegn «%s», forventet et «>» tegn for å avslutte start-taggen til "
"elementet «%s»"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, 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:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -290,7 +290,7 @@ msgstr ""
"element «%s», eller alternativt en attributt; kanskje du brukte et ugyldig "
"tegn i attributtnavnet"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -299,7 +299,7 @@ msgstr ""
"Rart tegn «%s», ventet et åpent sitattegn etter likhetstegnet når verdi for "
"attributt «%s» for element «%s» oppgis"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -308,7 +308,7 @@ msgstr ""
"«%s» er ikke et gyldig tegn etter tegnene «</»; «%s» er kanskje ikke "
"begynnelsen på et elementnavn"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -317,25 +317,25 @@ msgstr ""
"«%s» er ikke et gyldig tegn etter element for lukking med navn «%s»; tillatt "
"tegn er «>»"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element «%s» ble lukket, ingen åpne elementer nå"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, 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:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller inneholdt kun blanke tegn"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentet sluttet uventet rett etter en åpen vinkelparantes «<»"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -343,7 +343,7 @@ msgid ""
msgstr ""
"Dokumentet sluttet uventet med åpne elementer - «%s» var siste åpne element"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -352,19 +352,19 @@ msgstr ""
"Dokumentet sluttet uventet, forventet å se en vinkelparantes for å slutte av "
"den siste taggen <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet sluttet uventet inni et elementnavn"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet sluttet uventet inni et attributtnavn"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentet sluttet uventet inni en tagg for åpning av element."
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -372,16 +372,16 @@ msgstr ""
"Dokumentet sluttet uventet etter likhetstegnet som følger et attributtnavn; "
"ingen attributtverdi"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet sluttet uventet inni en attributtverdi"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, 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:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentet sluttet uventet inni en kommentar eller prosesseringsinstruksjon"
@ -421,26 +421,26 @@ msgstr ""
"Uventet feil i g_io_channel_win32_poll() under lesing av data fra en "
"underprosess"
#: glib/gspawn-win32.c:834 glib/gspawn.c:998
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Feil under lesing fra \"child pipe\" (%s)"
#: glib/gspawn-win32.c:923
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Feil under kjøring av hjelpeprogram"
#: glib/gspawn-win32.c:944 glib/gspawn-win32.c:988
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Feil under kjøring av underprosess (%s)"
#: glib/gspawn-win32.c:979 glib/gspawn.c:1203
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Feil ved skifte til katalog «%s» (%s)"
#: glib/gspawn-win32.c:1033 glib/gspawn.c:1334
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, 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)"

View File

@ -9,14 +9,14 @@
msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2003-10-08 13:09+0200\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-01-02 01:22+0100\n"
"Last-Translator: GNOME PL Team <translators@gnome.pl>\n"
"Language-Team: Polish <pl@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Report-Msgid-Bugs-To: \n"
#: glib/gconvert.c:402
#, c-format
@ -183,14 +183,14 @@ msgstr "Błąd w wierszu %d przy znaku %d: %s"
msgid "Error on line %d: %s"
msgstr "Błąd w wierszu %d: %s"
#: glib/gmarkup.c:386
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Napotkano pustą jednostkę \"&;\"; poprawnymi jednostkami są: &amp; &quot; "
"&lt; &gt; &apos;"
#: glib/gmarkup.c:396
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -201,17 +201,17 @@ msgstr ""
"rozpoczyna jednostkę; jeśli znak ten nie powinien rozpoczynać jednostki, "
"należy go zapisać jako &amp;"
#: glib/gmarkup.c:432
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak \"%s\" nie jest dopuszczalny wewnątrz nazwy jednostki"
#: glib/gmarkup.c:476
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nazwa jednostki \"%s\" nie jest znana"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -219,7 +219,7 @@ msgstr ""
"Jednostka nie jest zakończona średnikiem; najprawdopodobniej został użyty "
"znak &, który nie miał oznaczać jednostki - należy go zapisać jako &amp;"
#: glib/gmarkup.c:532
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -229,16 +229,16 @@ msgstr ""
"liczba, będąca częścią odniesienia do znaku (np. &#234;) - być może liczba "
"jest zbyt duża"
#: glib/gmarkup.c:557
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Odniesienie do znaku \"%s\" nie jest zapisem dozwolonego znaku"
#: glib/gmarkup.c:574
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Puste odniesienie do znaku; powinno ono zawierać cyfry, np. &#454;"
#: glib/gmarkup.c:584
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -248,23 +248,23 @@ msgstr ""
"został użyty znak &, który nie miał oznaczać jednostki - należy go zapisać "
"jako &amp;"
#: glib/gmarkup.c:610
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Niezakończone odniesienie do jednostki"
#: glib/gmarkup.c:616
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Niezakończone odniesienie do znaku"
#: glib/gmarkup.c:861 glib/gmarkup.c:889 glib/gmarkup.c:920
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Tekst nie jest poprawnym łańcuchem UTF-8"
#: glib/gmarkup.c:956
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument musi rozpoczynać się jakimś elementem (np. <book>)"
#: glib/gmarkup.c:995
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -273,7 +273,7 @@ msgstr ""
"Znak \"%s\" nie powinien występować po znaku \"<\"; nie może on rozpoczynać "
"nazwy elementu"
#: glib/gmarkup.c:1058
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -282,7 +282,7 @@ msgstr ""
"Niespodziewany znak \"%s\"; oczekiwano znaku \">\", kończącego początkowy "
"znacznik elementu \"%s\""
#: glib/gmarkup.c:1145
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -290,7 +290,7 @@ msgstr ""
"Niespodziewany znak \"%s\"; po nazwie atrybutu \"%s\" elementu \"%s\" "
"oczekiwano znaku \"=\""
#: glib/gmarkup.c:1186
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -301,7 +301,7 @@ msgstr ""
"znacznik początkowy elementu \"%s\" lub opcjonalnie atrybutu; być może w "
"nazwie atrybutu został użyty niepoprawny znak"
#: glib/gmarkup.c:1269
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -310,7 +310,7 @@ msgstr ""
"Niespodziewany znak \"%s\"; oczekiwano otwierającego znaku cudzysłowu po "
"znaku równości przy podawaniu wartości atrybutu \"%s\" elementu \"%s\""
#: glib/gmarkup.c:1409
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -319,7 +319,7 @@ msgstr ""
"Znak \"%s\" nie jest znakiem, który może pojawić się po sekwencji \"</\"; \"%"
"s\" nie może rozpoczynać nazwy elementu"
#: glib/gmarkup.c:1447
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -328,28 +328,28 @@ msgstr ""
"Znak \"%s\" nie jest znakiem, który może wystąpić po domykającej nazwie "
"elementu \"%s\"; dopuszczalnym znakiem jest \">\""
#: glib/gmarkup.c:1458
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
"Element \"%s\" został zamknięty, lecz brak aktualnie otwartego elementu"
#: glib/gmarkup.c:1467
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Element \"%s\" został zamknięty, lecz aktualnie otwartym elementem jest \"%s"
"\""
#: glib/gmarkup.c:1614
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokument jest pusty lub zawiera tylko separatory"
#: glib/gmarkup.c:1628
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Zaraz po znaku \"%s\" nastąpił nieoczekiwany koniec dokumentu"
#: glib/gmarkup.c:1636 glib/gmarkup.c:1680
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -358,7 +358,7 @@ msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu, gdy pewne elementy są wciąż otwarte "
"- \"%s\" był ostatnim otwartym elementem"
#: glib/gmarkup.c:1644
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -367,21 +367,21 @@ msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu; oczekiwano znaku \">\", kończącego "
"znacznik <%s/>"
#: glib/gmarkup.c:1650
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy elementu"
#: glib/gmarkup.c:1655
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy atrybutu"
#: glib/gmarkup.c:1660
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika otwierającego "
"element."
#: glib/gmarkup.c:1666
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -389,18 +389,18 @@ msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu po znaku równości występującym po "
"nazwie atrybutu; brak wartości atrybutu"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz wartości atrybutu"
#: glib/gmarkup.c:1688
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika domykającego "
"elementu \"%s\""
#: glib/gmarkup.c:1694
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu wewnątrz komentarza lub instrukcji "

205
po/pt.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 2.0\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-05-16 01:38+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
@ -13,69 +13,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, 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:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Incapaz de abrir conversor de '%s' para '%s': %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Sequência de bytes inválida na entrada de conversão"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Erro durante a conversão: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Sequência de caracteres parcial no final da entrada"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Incapaz de converter recurso '%s' para conjunto caracteres '%s'"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, 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 de ficheiros"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "O URI de ficheiro local '%s' não pode incluir um '#'"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "O URI '%s' é inválido"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "O nome de servidor do URI '%s' é inválido"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "O URI '%s' contém caracteres mascarados inválidos"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, 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:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Nome de servidor inválido"
@ -84,103 +84,104 @@ msgstr "Nome de servidor inválido"
msgid "Error opening directory '%s': %s"
msgstr "Erro ao abrir o directório '%s': %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Incapaz de alocar %lu bytes para ler ficheiro \"%s\""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Erro ao ler ficheiro '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Falha ao ler do ficheiro '%s': %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Falha ao abrir ficheiro '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Falha ao obter atributos do ficheiro '%s': fstat() falhou: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Falha ao abrir ficheiro '%s': fdopen() falhou: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Modelo '%s' inválido, não deveria conter um '%s'"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Modelo '%s' não termina com XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Falha ao criar ficheiro '%s': %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Falha ao criar ficheiro '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, 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 suportado"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Incapaz de abrir conversor de `%s' para `%s': %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Incapaz de fazer uma leitura em bruto em g_io_channel_read_line_string"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Dados residuais não convertidos no buffer de leitura"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Canal termina num caracter parcial"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Incapaz de fazer uma leitura em bruto de g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Tamanho de mensagem incorrecto"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Erro de socket"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Erro na linha %d car %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Erro na linha %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Entidade vazia '&;' vista; entidades válidas são: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -191,17 +192,17 @@ msgstr ""
"inicia uma entidade; se este 'i comercial' não é suposto ser uma entidade, "
"mascare-o como &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Caracter '%s' não é válido dentro de um nome de entidade"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nome de entidade '%s' não é conhecido"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -209,7 +210,7 @@ msgstr ""
"Entidade não termina com um ponto e vírgula; provavelmente você utilizou um "
"'i comercial' sem desejar iniciar uma entidade - mascare-o com &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -219,17 +220,17 @@ msgstr ""
"referência de caracter (&#234; por exemplo) - talvez o dígito seja demasiado "
"grande"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Referência de caracter '%s' não codifica um caracter permitido"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Referência de caracter vazia; deveria incluir um dígito tal como &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -239,23 +240,23 @@ msgstr ""
"utilizou um caracter 'i comercial' sem desejar iniciar uma entidade - "
"mascare-o com &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Referência de entidade por terminar"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Referência de caracter por terminar"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Texto codificado UTF-8 inválido"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Documento tem de começar com um elemento (ex. <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -264,7 +265,7 @@ msgstr ""
"'%s' não é um caracter válido após um caracter '<'; não poderá começar um "
"nome de elemento"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -273,7 +274,7 @@ msgstr ""
"Caracter estranho '%s', esperava-se um caracter '>' para terminar a etiqueta "
"inicial do elemento '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -281,7 +282,7 @@ msgstr ""
"Caracter estranho '%s', esperava-se um '=' após o nome do atributo '%s' do "
"elemento '%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -292,7 +293,7 @@ msgstr ""
"etiqueta inicial do elemento '%s', ou opcionalmente um atributo; talvez "
"tenha utilizado um caracter inválido no nome de atributo"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -301,7 +302,7 @@ msgstr ""
"Caracter estranho '%s', esperava-se uma aspa aberta após o sinal de igual ao "
"atribuir o valor ao atributo '%s' do elemento '%s'"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -310,7 +311,7 @@ msgstr ""
"'%s' não é um caracter válido após os caracteres '</'; '%s' não poderá "
"começar o nome de um elemento"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -319,25 +320,25 @@ msgstr ""
"'%s' não é um caracter válido após o nome do elemento de fecho '%s'; o "
"caracter permitido é '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elemento '%s' foi fechado, nenhum elemento está actualmente aberto"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elemento '%s' foi fechado, mas o elemento actualmente aberto é '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Documento estava vazio ou apenas continha espaços"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Documento terminou inesperadamente logo após um menor que '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -346,7 +347,7 @@ msgstr ""
"Documento terminou inesperadamente com elementos ainda abertos - '%s' foi o "
"último elemento aberto"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -355,21 +356,21 @@ msgstr ""
"Documento terminou inesperadamente, esperava-se ver um maior que '>' a "
"terminar a etiqueta <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Documento terminou inesperadamente dentro de um nome de elemento"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Documento terminou inesperadamente dentro de um nome de atributo"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Documento terminou inesperadamente dentro de uma etiqueta de abertura de "
"elemento."
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -377,18 +378,18 @@ msgstr ""
"Documento terminou inesperadamente após o sinal de igual que se seguiu a um "
"nome de atributo; nenhum valor de atributo"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Documento terminou inesperadamente dentro de um valor de atributo"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Documento terminou inesperadamente dentro ta etiqueta de fecho do elemento '%"
"s'"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Documento terminou inesperadamente dentro de um comentário ou instrução de "
@ -418,11 +419,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "Texto estava vazio (ou apenas continha espaços)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Falha ao ler dados de processo filho"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -430,27 +431,27 @@ msgstr ""
"Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo "
"filho"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Falha ao ler de canal filho (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
#, fuzzy
msgid "Failed to execute helper program"
msgstr "Falha ao executar processo filho (%s)"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Falha ao ir para directório '%s' (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Falha ao executar processo filho (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Falha ao ir para directório '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, 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)"
@ -460,58 +461,64 @@ msgstr "Falha ao criar canal para comunicar com com processo filho (%s)"
msgid "Failed to read data from child process (%s)"
msgstr "Falha ao ler dados de processo filho (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Erro inesperado no select() ao ler dados de processo filho (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Erro inesperado em waitpid() (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Falha no fork (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Falha ao executar processo filho \"%s\" (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, 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:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Falha no fork de processo filho (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Erro desconhecido ao executar processo filho \"%s\""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Falha ao ler dados suficientes de canal pid do filho (%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Caracter fora do limite para UTF-8 "
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Sequência inválida na conversão da entrada"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Caracter fora do limite para UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Tamanho de mensagem incorrecto"
#~ msgid "Socket error"
#~ msgstr "Erro de socket"
#~ msgid "Channel set flags unsupported"
#~ msgstr "Canal definiu flags não suportadas"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.2.3\n"
"POT-Creation-Date: 2003-09-29 16:44-0400\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-09-29 16:44-0400\n"
"Last-Translator: Gustavo Noronha Silva <kov@debian.org>\n"
"Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n"
@ -177,14 +177,14 @@ msgstr "Erro na linha %d car %d: %s"
msgid "Error on line %d: %s"
msgstr "Erro na linha %d: %s"
#: glib/gmarkup.c:386
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Entidade vazia '&;' vista; entidades válidas são: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:396
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -195,17 +195,17 @@ msgstr ""
"inicia uma entidade; se este 'e' comercial não é suposto ser uma entidade, "
"mascare-o como &amp;"
#: glib/gmarkup.c:432
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Caracter '%s' não é válido dentro de um nome de entidade"
#: glib/gmarkup.c:476
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nome de entidade '%s' não é conhecido"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -213,7 +213,7 @@ msgstr ""
"Entidade não termina com um ponto e vírgula; provavelmente você utilizou um "
"'e' comercial sem desejar iniciar uma entidade - mascare-o com &amp;"
#: glib/gmarkup.c:532
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -223,17 +223,17 @@ msgstr ""
"referência de caracter (&#234; por exemplo) - talvez o dígito seja demasiado "
"grande"
#: glib/gmarkup.c:557
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Referência de caracter '%s' não codifica um caracter permitido"
#: glib/gmarkup.c:574
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Referência de caracter vazia; deveria incluir um dígito tal como &#454;"
#: glib/gmarkup.c:584
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -243,23 +243,23 @@ msgstr ""
"utilizou um caracter 'e' comercial sem desejar iniciar uma entidade - "
"mascare-o com &amp;"
#: glib/gmarkup.c:610
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Referência de entidade inacabada"
#: glib/gmarkup.c:616
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Referência de caracter inacabada"
#: glib/gmarkup.c:861 glib/gmarkup.c:889 glib/gmarkup.c:920
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Texto codificado UTF-8 inválido"
#: glib/gmarkup.c:956
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Documento tem de começar com um elemento (ex. <book>)"
#: glib/gmarkup.c:995
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -268,7 +268,7 @@ msgstr ""
"'%s' não é um caracter válido após um caracter '<'; não poderá começar um "
"nome de elemento"
#: glib/gmarkup.c:1058
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -277,7 +277,7 @@ msgstr ""
"Caracter estranho '%s', esperava-se um caracter '>' para terminar a tag "
"inicial do elemento '%s'"
#: glib/gmarkup.c:1145
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -285,7 +285,7 @@ msgstr ""
"Caracter estranho '%s', esperava-se um '=' após o nome do atributo '%s' do "
"elemento '%s'"
#: glib/gmarkup.c:1186
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -296,7 +296,7 @@ msgstr ""
"tag inicial do elemento '%s', ou opcionalmente um atributo; talvez tenha "
"utilizado um caracter inválido no nome de atributo"
#: glib/gmarkup.c:1269
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -305,7 +305,7 @@ msgstr ""
"Caracter estranho '%s', esperava-se uma aspa aberta após o sinal de igual ao "
"atribuir o valor ao atributo '%s' do elemento '%s'"
#: glib/gmarkup.c:1409
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -314,7 +314,7 @@ msgstr ""
"'%s' não é um caracter válido após os caracteres '</'; '%s' não poderá "
"começar o nome de um elemento"
#: glib/gmarkup.c:1447
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -323,25 +323,25 @@ msgstr ""
"'%s' não é um caracter válido após o nome do elemento de fecho '%s'; o "
"caracter permitido é '>'"
#: glib/gmarkup.c:1458
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elemento '%s' foi fechado, nenhum elemento está atualmente aberto"
#: glib/gmarkup.c:1467
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elemento '%s' foi fechado, mas o elemento atualmente aberto é '%s'"
#: glib/gmarkup.c:1614
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Documento estava vazio ou apenas continha espaços"
#: glib/gmarkup.c:1628
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Documento terminou inesperadamente logo após um menor que '<'"
#: glib/gmarkup.c:1636 glib/gmarkup.c:1680
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -350,7 +350,7 @@ msgstr ""
"Documento terminou inesperadamente com elementos ainda abertos - '%s' foi o "
"último elemento aberto"
#: glib/gmarkup.c:1644
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -359,21 +359,21 @@ msgstr ""
"Documento terminou inesperadamente, esperava-se ver um maior que '>' a "
"terminar a tag <%s/>"
#: glib/gmarkup.c:1650
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Documento terminou inesperadamente dentro de um nome de elemento"
#: glib/gmarkup.c:1655
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Documento terminou inesperadamente dentro de um nome de atributo"
#: glib/gmarkup.c:1660
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Documento terminou inesperadamente dentro de uma etiqueta de abertura de "
"elemento."
#: glib/gmarkup.c:1666
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -381,18 +381,18 @@ msgstr ""
"Documento terminou inesperadamente após o sinal de igual que se seguiu a um "
"nome de atributo; nenhum valor de atributo"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Documento terminou inesperadamente dentro de um valor de atributo"
#: glib/gmarkup.c:1688
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Documento terminou inesperadamente dentro ta etiqueta de fecho do elemento '%"
"s'"
#: glib/gmarkup.c:1694
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Documento terminou inesperadamente dentro de um comentário ou instrução de "
@ -434,26 +434,26 @@ msgstr ""
"Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo "
"filho"
#: glib/gspawn-win32.c:834 glib/gspawn.c:998
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Falha ao ler de canal filho (%s)"
#: glib/gspawn-win32.c:923
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Falha ao executar programa auxiliar"
#: glib/gspawn-win32.c:944 glib/gspawn-win32.c:988
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Falha ao executar processo filho (%s)"
#: glib/gspawn-win32.c:979 glib/gspawn.c:1203
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Falha ao ir para diretório '%s' (%s)"
#: glib/gspawn-win32.c:1033 glib/gspawn.c:1334
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, 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)"

205
po/ro.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 1.3.10\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2001-10-22 09:35-0400\n"
"Last-Translator: Marius Andreiana <mandreiana@yahoo.com>\n"
"Language-Team: Română <ro@li.org>\n"
@ -13,69 +13,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, 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:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Nu s-a putut deschide convertorul de la '%s' la '%s': %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Secvenţă de octeţi invalidă în intrarea de conversie"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Eroare în timpul conversiei: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Secvenţă parţială de caractere la sfârşitul intrării"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Nu pot converti rezerva '%s' la setul de caractere '%s'"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, 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şierului"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, 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:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI-ul '%s' este invalid"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, fuzzy, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Hostname-ul URI-ului '%s' conţine caractere escaped invalide"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI-ul '%s' conţine caractere escaped invalide"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Numele căii '%s' nu este o cale absolută"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
#, fuzzy
msgid "Invalid hostname"
msgstr "Secvenţă de octeţi invalidă în hostname"
@ -85,103 +85,104 @@ msgstr "Secvenţă de octeţi invalidă în hostname"
msgid "Error opening directory '%s': %s"
msgstr "Eroare la citirea fişierului '%s': %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr ""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Eroare la citirea fişierului '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Eşuare la citirea din fişierul '%s': %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Eşuare la deschiderea fişierului '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Eşuare la obtinerea atributelor fişierului '%s': fstat() a eşuat: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Eşuare la deschiderea fişierului '%s': fdopen() a eşuat: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Şablonul '%s' este invalid, n-ar trebui să conţină un '%s'"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Şablonul '%s' nu se termină cu XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Eşuare la crearea fişierului '%s': %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Eşuare la crearea fişierului '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Conversia din setul de caractere '%s' la '%s' nu este suportată"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Nu s-a putut deschide convertorul de la '%s' la '%s': %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Nu pot face o citire brută în g_io_channel_read_line_string"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Date neconvertite rămase în memoria tampon pentru citire"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Canalul se termină într-un caracter parţial"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Nu pot face o citire brută în g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Marime mesaj incorectă"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Eroare socket"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Eroare la linia %d caracterul %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Eroare la linia %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Entitate goală '&;' văzută; entităţile valide sunt: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -192,17 +193,17 @@ msgstr ""
"începe o entitate; dacă acest ampersand nu ar trebui să fie o entitate "
"folosiţi &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Caracterul '%s' nu este valid înăuntrul unui nume de entitate"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Numele entităţii '%s' nu este cunoscut"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -210,7 +211,7 @@ msgstr ""
"Entitatea nu s-a terminat cu punct şi virgulă; probabil că aţi folosit un "
"caracter ampersand fără intenţia de a începe o entitate - folosiţi &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -219,16 +220,16 @@ msgstr ""
"Eşuare la parsarea '%s', care ar fi trebui să fie o cifră într-un referinţă "
"caracter (de exemplu &#234;) - poate cifra este prea mare"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Referinţa caracter '%s' nu codează un caracter permis"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Referinţă caracter goală; ar trebui să includă o cifra precum &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -238,23 +239,23 @@ msgstr ""
"folosit un caracter ampersand fără intenţia de a începe o entitate - "
"folosiţi &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Text codat UTF-8 invalid"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Documentul trebuie să înceapă cu un element (e.g. <carte>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -263,7 +264,7 @@ msgstr ""
"'%s' nu este un caracter valid care urmează dupa caracterul '<'; nu poate să "
"înceapă un nume element"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -272,7 +273,7 @@ msgstr ""
"Caracter '%s' ciudat, aşteptam un '>' pentru a termina tagul de început al "
"elementului '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -280,7 +281,7 @@ msgstr ""
"Caracter '%s' ciudat, aşteptam un '=' după numele atributului '%s' al "
"elementului '%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -291,7 +292,7 @@ msgstr ""
"început al elementului '%s', sau opţional un atribut; poate aţi folosit un "
"caracter invalid în numele atributului"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -300,7 +301,7 @@ msgstr ""
"Caracter '%s' ciudat, aşteptam ghilimele de început după semnul egal pentru "
"a da valoarea atributului '%s' al elementului '%s'"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -309,7 +310,7 @@ msgstr ""
"'%s' nu este un caracter valid urmând caracterelor '</'; '%s' nu poate să "
"înceapă un nume de element"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -318,25 +319,25 @@ msgstr ""
"'%s' nu este un caracter valid urmând închiderea elementului '%s'; "
"caracterul permis este '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementul '%s' a fost închis, nici un element nu este curent deschis"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elementul '%s' a fost închis, dar elementul deschis curent este '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Documentul era gol sau conţinea doar spaţiu alb"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Documentul s-a terminat neaşteptat imediat dupa un caracter '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -345,7 +346,7 @@ msgstr ""
"Documentul s-a terminat neaşteptat cu elemente încă deschise - '%s' a fost "
"ultimul element deschis"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -354,19 +355,19 @@ msgstr ""
"Documentul s-a terminat neaşteptat, mă aşteptat să vad un caracter '>' care "
"să termine tagul <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Documentul s-a terminat neaşteptat în numele unui element"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Documentul s-a terminat neaşteptat în numele unui atribut"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Documentul s-a terminat neaşteptat într-un tag deschidere element"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -374,17 +375,17 @@ msgstr ""
"Documentul s-a terminat neaşteptat după semnul egal ce urma un nume atribut; "
"nici o valoare pentru atribut"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Documentul s-a terminat neaşteptat în valoarea unui atribut"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Documentul s-a terminat neaşteptat în tagul închidere pentru elementul '%s'"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Documentul s-a terminat neaşteptat într-un comentariu sau instrucţiune de "
@ -414,11 +415,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "Textul era gol (sau conţinea doar spaţiu alb)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Eşuare la citirea datelor de la procesul copil"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -426,27 +427,27 @@ msgstr ""
"Eroare neaşteptată în g_io_channel_win32_poll() la citirea datelor din "
"procesul copil"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Eşuare la citirea datelor din conectorul pipe copil (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
#, fuzzy
msgid "Failed to execute helper program"
msgstr "Eşuare la execuţia procesului copil (%s)"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Eşuare la schimbarea directorului '%s' (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Eşuare la execuţia procesului copil (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Eşuare la schimbarea directorului '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
@ -457,59 +458,65 @@ msgstr ""
msgid "Failed to read data from child process (%s)"
msgstr "Eşuare la citirea datelor din procesul copil (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Eroare neaşteptată în select() la citirea datelor din procesul copil (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Eroare neaşteptată în waitpid() (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Eşuare la fork (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, fuzzy, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Eşuare la execuţia procesului copil (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Eşuare la redirectarea ieşirii sau intrării a procesului copil (%s)"
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Eşuare la fork a procesului copil (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, fuzzy, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Eroare necunoscută la executarea procesului copil"
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Eşuare la citire date suficiente din PID-ul conectorul pipe copil (%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Caracterul în afara domeniului UTF-8"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Secvenţă invalidă în conversia intrării"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Caracterul în afara domeniului UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Marime mesaj incorectă"
#~ msgid "Socket error"
#~ msgstr "Eroare socket"
#~ msgid "Channel set flags unsupported"
#~ msgstr "Setare flaguri canal nesuportată"

306
po/ru.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.2\n"
"POT-Creation-Date: 2002-12-03 10:16+0300\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-01-06 15:06+0300\n"
"Last-Translator: Dmitry G. Mastrukov <dmitry@taurussoft.org>\n"
"Language-Team: Russian <gnome-cyr@gnome.org>\n"
@ -14,13 +14,13 @@ msgstr ""
"Content-Transfer-Encoding: 8-bit\n"
# glib/gconvert.c:390
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Преобразование из набора символов \"%s\" в \"%s\" не поддерживается"
# glib/gconvert.c:394
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Не удалось открыть преобразователь из \"%s\" в \"%s\": %s"
@ -28,9 +28,9 @@ 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:603 glib/gconvert.c:893 glib/giochannel.c:1294
#: glib/giochannel.c:1336 glib/giochannel.c:2178 glib/gutf8.c:875
#: glib/gutf8.c:1320
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr ""
"Недопустимая последовательность байтов для преобразования содержится во "
@ -38,65 +38,67 @@ msgstr ""
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1301
#: glib/giochannel.c:2190
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Произошла ошибка при преобразовании: %s"
# glib/gconvert.c:615 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212
# glib/gutf8.c:1316
#: glib/gconvert.c:626 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212
#: glib/gutf8.c:1316
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Неполный символ содержится в конце входной строки"
# glib/gconvert.c:788
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
"Невозможно корректно преобразовать символ \"%s\" в символ из набора \"%s\""
# glib/gconvert.c:1593
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "Идентификатор URI \"%s\" не является абсолютным идентификатором при "
msgstr ""
"Идентификатор URI \"%s\" не является абсолютным идентификатором при "
"использовании файловой схемы"
# glib/gconvert.c:1603
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Идентификатор URI локального файла \"%s\" не может включать символ \"#\""
msgstr ""
"Идентификатор URI локального файла \"%s\" не может включать символ \"#\""
# glib/gconvert.c:1620
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Идентификатор URI \"%s\" недопустим"
# glib/gconvert.c:1632
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Имя узла недопустимо в идентификаторе URI \"%s\""
# glib/gconvert.c:1648
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Идентификатор URI \"%s\" содержит недопустимо экранированный символ"
# glib/gconvert.c:1719
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Путь \"%s\" не является абсолютным"
# glib/gconvert.c:1729
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Имя узла недопустимо"
@ -107,158 +109,153 @@ msgid "Error opening directory '%s': %s"
msgstr "Произошла ошибка при открытии каталога \"%s\": %s"
# glib/gfileutils.c:337 glib/gfileutils.c:402
#: glib/gfileutils.c:337 glib/gfileutils.c:402
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Не удалось распределить %lu байтов для прочтения файла \"%s\""
# glib/gfileutils.c:348
#: glib/gfileutils.c:348
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Произошла ошибка при чтении файла \"%s\": %s"
# glib/gfileutils.c:426
#: glib/gfileutils.c:424
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Произошёл сбой при чтении из файла \"%s\": %s"
# glib/gfileutils.c:465 glib/gfileutils.c:533
#: glib/gfileutils.c:471 glib/gfileutils.c:539
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Произошёл сбой при открытии файла \"%s\": %s"
# glib/gfileutils.c:479
#: glib/gfileutils.c:485
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Произошёл сбой при получении аттрибутов файла \"%s\": сбой в функции fstat(): "
"%s"
"Произошёл сбой при получении аттрибутов файла \"%s\": сбой в функции fstat"
"(): %s"
# glib/gfileutils.c:505
#: glib/gfileutils.c:511
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Произошёл сбой при открытии файла \"%s\": сбой в функции fdopen(): %s"
# glib/gfileutils.c:712
#: glib/gfileutils.c:718
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Шаблон \"%s\" недопустим: он не должен содержать \"%s\""
# glib/gfileutils.c:724
#: glib/gfileutils.c:730
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Шаблон \"%s\" не заканчивается на XXXXXX"
# glib/gfileutils.c:745
#: glib/gfileutils.c:751
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Произошёл сбой при создании файла \"%s\": %s"
# glib/gfileutils.c:745
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Произошёл сбой при создании файла \"%s\": %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
# glib/giochannel.c:1110
#: glib/giochannel.c:1122
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Преобразование из набора символов \"%s\" в \"%s\" не поддерживается"
# glib/giochannel.c:1114
#: glib/giochannel.c:1126
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Не удалось открыть преобразователь из \"%s\" в \"%s\": %s"
# glib/giochannel.c:1460
#: glib/giochannel.c:1471
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Невозможно выполнить непосредственное чтение в функции "
"g_io_channel_read_line_string"
# glib/giochannel.c:1507 glib/giochannel.c:1761 glib/giochannel.c:1847
#: glib/giochannel.c:1518 glib/giochannel.c:1775 glib/giochannel.c:1861
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Непреобразованные данные остались в буфере чтения "
# glib/giochannel.c:1587 glib/giochannel.c:1661
#: glib/giochannel.c:1598 glib/giochannel.c:1675
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Канал закрывается на неполном символе"
# glib/giochannel.c:1647
#: glib/giochannel.c:1661
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
"Невозможно выполнить непосредственное чтение в функции "
"g_io_channel_read_to_end"
# glib/giowin32.c:704 glib/giowin32.c:733
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Размер сообщения не является правильным"
# glib/giowin32.c:1037 glib/giowin32.c:1090
#: glib/giowin32.c:1045 glib/giowin32.c:1098
msgid "Socket error"
msgstr "Произошла ошибка сокета"
# glib/giowin32.c:1290
#: glib/giowin32.c:1298
msgid "Channel set flags unsupported"
msgstr "Набор флагов канала не поддерживается"
# glib/gmarkup.c:219
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Произошла ошибка в строке %d на символе %d: %s"
# glib/gmarkup.c:303
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Произошла ошибка в строке %d: %s"
# glib/gmarkup.c:382
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Обнаружена пустая сущность \"&;\"; допустимыми сущностями являются: &amp; &quot; "
"&lt; &gt; &apos;"
"Обнаружена пустая сущность \"&;\"; допустимыми сущностями являются: &amp; "
"&quot; &lt; &gt; &apos;"
# glib/gmarkup.c:392
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
"begins an entity; if this ampersand isn't supposed to be an entity, escape "
"it as &amp;"
msgstr ""
"Символ \"%s\" недопустим в начале имени сущности; символ \"&\" "
"начинает последовательность; если этот символ не должен быть частью "
"сущности, то экранируйте его сущностью &amp;"
"Символ \"%s\" недопустим в начале имени сущности; символ \"&\" начинает "
"последовательность; если этот символ не должен быть частью сущности, то "
"экранируйте его сущностью &amp;"
# glib/gmarkup.c:428
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Символ \"%s\" недопустим внутри названия сущности"
# glib/gmarkup.c:472
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Наименование сущности \"%s\" неизвестно"
# glib/gmarkup.c:482
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -267,28 +264,28 @@ msgstr ""
"использован не для обозначения начала сущности - экранируйте его как &amp;"
# glib/gmarkup.c:528
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
"Произошёл сбой при разборе строки \"%s\", где должно быть число внутри ссылки "
"на символ (&#234; например): возможно, номер слишком велик"
"Произошёл сбой при разборе строки \"%s\", где должно быть число внутри "
"ссылки на символ (&#234; например): возможно, номер слишком велик"
# glib/gmarkup.c:553
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Ссылка на символ \"%s\" не определяет допустимый символ"
# glib/gmarkup.c:570
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Ссылка на символ пуста; она должна включать номер, например &#454;"
# glib/gmarkup.c:580
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -298,104 +295,104 @@ msgstr ""
"был использован не для обозначения начала сущности - экранируйте его как "
"&amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Ссылка на сущность не закончена"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Ссылка на символ не закончена"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Текст закодирован как UTF-8 недопустимым образом"
# glib/gmarkup.c:932
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документ должен начинаться с элемента (например <book>)"
# glib/gmarkup.c:970
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
"Символ \"%s\" является недопустим символом, следующим за символом \"<\"; этот "
"символ не может начинать имя элемента"
"Символ \"%s\" является недопустим символом, следующим за символом \"<\"; "
"этот символ не может начинать имя элемента"
# glib/gmarkup.c:1033
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
"Встретился лишний символ \"%s\", ожидался символ \">\" для закрытия начального тэга "
"элемента \"%s\""
"Встретился лишний символ \"%s\", ожидался символ \">\" для закрытия "
"начального тэга элемента \"%s\""
# glib/gmarkup.c:1120
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Встретился лишний символ \"%s\", ожидался символ \"=\" после имени атрибута \"%s\" "
"элемента \"%s\""
"Встретился лишний символ \"%s\", ожидался символ \"=\" после имени атрибута "
"\"%s\" элемента \"%s\""
# glib/gmarkup.c:1161
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, 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\" или дополнительный атрибут; возможно, был "
"использован недопустимый символ в имени атрибута"
"Встретлся лишний символ \"%s\", ожидались символы \">\" или \"/\" для "
"закрытия начального тэга элемента \"%s\" или дополнительный атрибут; "
"возможно, был использован недопустимый символ в имени атрибута"
# glib/gmarkup.c:1244
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, 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\""
"Встретился лишний символ \"%s\", ожидалась открывающая двойная кавычка после "
"знака равенства при присваивании значения атрибуту \"%s\" элемента \"%s\""
# glib/gmarkup.c:1384
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
"Символ \"%s\" является недопустимым символом при следовании за символами \"</\"; символ "
"\"%s\" не может начинать имя элемента"
"Символ \"%s\" является недопустимым символом при следовании за символами \"</"
"\"; символ \"%s\" не может начинать имя элемента"
# glib/gmarkup.c:1422
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
"Символ \"%s\" является недопустимым символом при закрытии имени элемента \"%s\"; "
"допутимым символом является \">\""
"Символ \"%s\" является недопустимым символом при закрытии имени элемента \"%s"
"\"; допутимым символом является \">\""
# glib/gmarkup.c:1433
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
"Элемент \"%s\" был закрыт, ни один элемент в настоящий момент не открыт"
# glib/gmarkup.c:1442
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
@ -403,19 +400,19 @@ msgstr ""
"\"%s\""
# glib/gmarkup.c:1574
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Документ был пуст или содержал только пробелы"
# glib/gmarkup.c:1588
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документ непредвиденно окончился сразу же после открывающей угловой скобки "
"\"<\""
# glib/gmarkup.c:1596 glib/gmarkup.c:1640
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -425,7 +422,7 @@ msgstr ""
"был последним открытым элементом"
# glib/gmarkup.c:1604
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -435,22 +432,22 @@ msgstr ""
"s/>"
# glib/gmarkup.c:1610
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Документ непредвиденно окончился внутри имени элемента"
# glib/gmarkup.c:1615
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документ непредвиденно окончился внутри имени атрибута"
# glib/gmarkup.c:1620
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документ непредвиденно окончился внутри открывающего элемент тэга"
# glib/gmarkup.c:1626
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -459,96 +456,99 @@ msgstr ""
"атрибута; значение атрибута не указано"
# glib/gmarkup.c:1633
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документ непредвиденно окончился внутри значения атрибута"
# glib/gmarkup.c:1648
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Документ непредвиденно окончился внутри закрывающего элемент тэга \"%s\""
# glib/gmarkup.c:1654
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr
msgstr ""
"Документ непредвиденно окончился внутри комментария или инструкции обработки"
# glib/gshell.c:71
#: glib/gshell.c:71
#: glib/gshell.c:72
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Текст в кавычках не начинается с символа кавычки"
# glib/gshell.c:161
#: glib/gshell.c:161
#: glib/gshell.c:162
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Обнаружена несоответствующая кавычка в командной строке или ином тексте оболочки"
msgstr ""
"Обнаружена несоответствующая кавычка в командной строке или ином тексте "
"оболочки"
# glib/gshell.c:529
#: glib/gshell.c:529
#: glib/gshell.c:530
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Текст закончился сразу после символа \"\\\". (Текст был \"%s\")"
# glib/gshell.c:536
#: glib/gshell.c:536
#: glib/gshell.c:537
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr ""
"Текст закончился перед соответствующей кавычкой для %c. (Текст был \"%s\")"
# glib/gshell.c:548
#: glib/gshell.c:548
#: glib/gshell.c:549
msgid "Text was empty (or contained only whitespace)"
msgstr "Текст был пуст (или содержал только пробелы)"
# glib/gspawn-win32.c:214
#: glib/gspawn-win32.c:206
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Произошёл сбой при чтении данных из процесса-потомка"
# glib/gspawn-win32.c:365
#: glib/gspawn-win32.c:334
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr ""
"Произошла непредвиденная ошибка в функции g_io_channel_win32_poll() при чтении данных "
"из процесса-потомка"
"Произошла непредвиденная ошибка в функции g_io_channel_win32_poll() при "
"чтении данных из процесса-потомка"
# glib/gspawn-win32.c:843 glib/gspawn.c:914
#: glib/gspawn-win32.c:703 glib/gspawn.c:960
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Произошёл сбой при чтении данных из канала потомка (%s)"
# glib/gspawn-win32.c:940
#: glib/gspawn-win32.c:781
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Произошёл сбой при выполнении вспомогательной программы"
# glib/gspawn-win32.c:931 glib/gspawn.c:1119
#: glib/gspawn-win32.c:814 glib/gspawn.c:1165
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Произошёл сбой при смене каталога \"%s\" (%s)"
# glib/gspawn-win32.c:940
#: glib/gspawn-win32.c:823
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Произошёл сбой при выполнении процесса-потомка (%s)"
# glib/gspawn-win32.c:931 glib/gspawn.c:1119
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Произошёл сбой при смене каталога \"%s\" (%s)"
# glib/gspawn-win32.c:981 glib/gspawn.c:1228
#: glib/gspawn-win32.c:866 glib/gspawn.c:1296
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Произошёл сбой при создании канала для сообщения с процессом-потомком (%s)"
msgstr ""
"Произошёл сбой при создании канала для сообщения с процессом-потомком (%s)"
# glib/gspawn.c:161
#: glib/gspawn.c:166
#: glib/gspawn.c:167
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Произошёл сбой при чтении данных из процесса-потомка (%s)"
@ -568,55 +568,71 @@ msgid "Unexpected error in waitpid() (%s)"
msgstr "Произошла непредвиденная ошибка в функции waitpid() (%s)"
# glib/gspawn.c:979
#: glib/gspawn.c:1025
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Произошёл сбой при ответвлении (%s)"
# glib/gspawn.c:1129
#: glib/gspawn.c:1175
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Произошёл сбой при выполнении процесса-потомка \"%s\" (%s)"
# glib/gspawn.c:1139
#: glib/gspawn.c:1185
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Произошёл сбой при перенаправлении вывода или ввода процесса-потомка (%s)"
msgstr ""
"Произошёл сбой при перенаправлении вывода или ввода процесса-потомка (%s)"
# glib/gspawn.c:1148
#: glib/gspawn.c:1194
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Произошёл сбой при ответвлении процесса-потомка (%s)"
# glib/gspawn.c:1156
#: glib/gspawn.c:1202
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Произошла неизвестная ошибка при выполнении процесса-потомка \"%s\""
# glib/gspawn.c:1178
#: glib/gspawn.c:1224
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Произошёл сбой при чтении нужного количества данных из канала процесса-потомка (%s)"
msgstr ""
"Произошёл сбой при чтении нужного количества данных из канала процесса-"
"потомка (%s)"
# glib/gutf8.c:950
#: glib/gutf8.c:950
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Символ находится вне диапазона для UTF-8"
# glib/gutf8.c:1039 glib/gutf8.c:1048 glib/gutf8.c:1180 glib/gutf8.c:1189
# glib/gutf8.c:1330 glib/gutf8.c:1426
#: glib/gutf8.c:1039 glib/gutf8.c:1048 glib/gutf8.c:1180 glib/gutf8.c:1189
#: glib/gutf8.c:1330 glib/gutf8.c:1426
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr ""
"Недопустимая последовательность для преобразования обнаружена во входной строке"
"Недопустимая последовательность для преобразования обнаружена во входной "
"строке"
# glib/gutf8.c:1341 glib/gutf8.c:1437
#: glib/gutf8.c:1341 glib/gutf8.c:1437
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Символ находится вне диапазона для UTF-16"
# glib/giowin32.c:704 glib/giowin32.c:733
#~ msgid "Incorrect message size"
#~ msgstr "Размер сообщения не является правильным"
# glib/giowin32.c:1037 glib/giowin32.c:1090
#~ msgid "Socket error"
#~ msgstr "Произошла ошибка сокета"
# glib/giowin32.c:1290
#~ msgid "Channel set flags unsupported"
#~ msgstr "Набор флагов канала не поддерживается"

205
po/sk.po
View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: sk\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-12-18 13:40+0100\n"
"Last-Translator: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@ -15,69 +15,69 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.2\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, 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:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Nepodarilo sa otvoriť program pre prevod '%s' do '%s': %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Neplatná sekvencia bajtov na vstupe prevodu"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Chyba počas prevodu: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Čiastočná sekvencia znakov na konci vstupu"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, 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:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "URI '%s' nie je absolútne URI súborovej schémy"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI lokálneho súboru '%s' nesmie obsahovať '#'"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' je neplatné"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI hostiteľa '%s' je neplatné."
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' obsahuje neplatné zadané znaky"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Cesta '%s' nie je absolútna"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Neplatné meno hostiteľa"
@ -86,102 +86,103 @@ msgstr "Neplatné meno hostiteľa"
msgid "Error opening directory '%s': %s"
msgstr "Chyba pri otváraní priečinku'%s': %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Nepodarilo sa alokovať %lu bajtov pre načítanie súboru \"%s\""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Chyba pri čítaní súboru '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Nepodarilo sa čítanie súboru '%s': %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Nepodarilo sa otvoriť súbor '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Nepodarilo sa získať atribúty súboru '%s': fstat() zlyhala: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Nepodarilo sa otvoriť súbor '%s': fdopen() zlyhala: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Šablóna '%s' je neplatná, nesmie obsahovať '%s'"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Šablóna '%s' nekončí XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Nepodarilo sa vytvoriť súbor '%s': %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nepodarilo sa vytvoriť súbor '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, 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/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Nepodarilo sa otvoriť program pre prevod `%s' do `%s': %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Nepodarilo sa 'raw' čítanie v g_io_channel_read_line_string"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Zanechané neprevedené dáta vo vstupnom bufferi"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Kanál končí čiastočným znakom"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Nepodarilo sa 'raw' čítanie v g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Nesprávna veľkosť správy"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Chyba soketu"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Chyba na riadku %d znak %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Chyba na riadku %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Nájdená prázdna entita '&;', platné entity sú: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -191,17 +192,17 @@ msgstr ""
"Znak '%s' nie je platný na začiatku mena entity. Znak & začína entitu. Ak tu "
"ale nemá predstavovať entitu, musíte ho zapísať ako &amp;."
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak '%s' nie je platný v mene entity"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Meno entity '%s' nie je známe"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -209,7 +210,7 @@ msgstr ""
"Entita nekončí bodkočiarkou. Asi ste použili znak & bez toho, aby ste ho "
"zapísali ako &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -218,17 +219,17 @@ msgstr ""
"Nepodarilo sa spracovať '%s', čo by mala byť číslica v odkaze na znak "
"(napríklad &#234;). Možno je číslo príliš veľké."
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Odkaz na znak '%s' nie je kódom povoleného znaku"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Prázdny odkaz na znak. Odkaz by mal obsahovať číslice, napríklad &#434;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -237,30 +238,30 @@ msgstr ""
"Odkaz na znak neskončil bodkočiarkou. Asi ste použili & a nezadali ste ho "
"ako &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Neukončený odkaz na entitu"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Neukončený odkaz na znak"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Neplatný text v kódovaní UTF-8"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument musí začínať elementom (napr. <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' nie je platný znak za znakom '<', nesmie začínať meno elementu"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -269,7 +270,7 @@ msgstr ""
"Prebytočný znak '%s'. Bol očakávaný znak '>', aby skončil začiatočnú značku "
"elementu '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -277,7 +278,7 @@ msgstr ""
"Prebytočný znak '%s'. Bol očakávaný znak '=' za menom atribútu '%s' elementu "
"'%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -288,7 +289,7 @@ msgstr ""
"začiatočnú značku elementu '%s' alebo nepovinne atribút. Možno ste použili "
"neplatný znak v mene atribútu"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -297,7 +298,7 @@ msgstr ""
"Prebytočný znak '%s'. Boli očakávané úvodzovky po '=' pri zadávaní hodnoty "
"atribútu '%s' v elemente '%s'"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -305,7 +306,7 @@ msgid ""
msgstr ""
"'%s' nie je platný znak po znakoch '</'. '%s' nesmie začínať meno elementu"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -313,25 +314,25 @@ msgid ""
msgstr ""
"'%s' nie je platný znak po koncovom mene elementu '%s'. Povolený znak je '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' bol ukončený, momentálne nie je otvorený žiadny element"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' bol ukončený, ale momentálne otvorený element je '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prázdny alebo obsahuje iba medzery"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument neočakávane skončil hneď po začiatočnom znaku '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -340,7 +341,7 @@ msgstr ""
"Dokument neočakávane skončil s otvorenými elementami - '%s' bol posledný "
"otvorený element."
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -348,35 +349,35 @@ msgid ""
msgstr ""
"Dokument neočakávane skončil, očakával sa znak '>' pre ukončenie značky <%s>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument neočakávane skončil v mene elementu"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument neočakávane skončil v mene atribútu"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument neočakávane skončil v začiatočnej značke elementu."
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
"Dokument neočakávane skončil po '=' za menom atribútu, chýba hodnota atribútu"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument neočakávane skončil v hodnote atribútu"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokument neočakávane skončil v koncovej značke pre element '%s'"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokument neočakávane skončil v komentári alebo inštrukcii pre spracovanie"
@ -404,11 +405,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "Text bol prázdny (alebo obsahoval iba medzery)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Nepodarilo sa čítať dáta z procesu potomka"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -416,26 +417,26 @@ msgstr ""
"Neočakávaná chyba v g_io_channel_win32_poll() pri čítaní dát z procesu "
"potomka"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Nepodarilo sa čítať z rúry potomka (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Nepodarilo sa spustiť pomocný program"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nepodarilo sa zmeniť priečinok na '%s' (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Nepodarilo sa spustiť proces potomka (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nepodarilo sa zmeniť priečinok na '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, 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)"
@ -445,55 +446,61 @@ msgstr "Nepodarilo sa vytvoriť rúru pre komunikáciu s procesom potomka (%s)"
msgid "Failed to read data from child process (%s)"
msgstr "Nepodarilo sa čítať dáta z procesu potomka (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Neočakávaná chyba v select() pri čítaní dát z procesu potomka (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Neočakávaná chyba vo waitpid() (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Nepodarilo sa zavolať fork (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Nepodarilo sa spustiť proces potomka \"%s\" (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, 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:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Nepodarilo sa spustiť proces potomka (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Neznáma chyba počas behu procesu potomka \"%s\""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, 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)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Znak mimo rozsah UTF-8"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Neplatná sekvencia na vstupe prevodu"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Znak mimo rozsah UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Nesprávna veľkosť správy"
#~ msgid "Socket error"
#~ msgstr "Chyba soketu"

220
po/sl.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"POT-Creation-Date: 2002-11-26 01:21+0100\n"
"POT-Creation-Date: 2003-10-23 12:39-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"
@ -13,69 +13,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, 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:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Nisem mogel odpreti pretvornika iz '%s' v '%s': %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1291
#: glib/giochannel.c:1333 glib/giochannel.c:2175 glib/gutf8.c:875
#: glib/gutf8.c:1320
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Neveljavna sekvenca bajtov na vhodu pretvorbe"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1298
#: glib/giochannel.c:2187
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Napaka med pretvorbo: %s"
#: glib/gconvert.c:626 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212
#: glib/gutf8.c:1316
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Delna (nedokončana) sekvenca znakov na koncu vhoda"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ne morem pretvoriti '%s' v nabor znakov '%s'"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "URI '%s' pri uporabi sheme datotek ni absoluten"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Krajevna datoteka URI '%s' ne sme vsebovati '#'"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' je neveljaven"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Ime gostitelja URIja '%s' ni veljavno"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' vsebuje neveljavne ubežne znake"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Pot '%s' ni absolutna pot"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Neveljavno ime gostitelja"
@ -84,107 +84,104 @@ msgstr "Neveljavno ime gostitelja"
msgid "Error opening directory '%s': %s"
msgstr "Napaka ob odpiranju imenika '%s': %s"
#: glib/gfileutils.c:337 glib/gfileutils.c:402
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, 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:348
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Napaka ob branju datoteke '%s': %s"
#: glib/gfileutils.c:424
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Nisem uspel brati iz datoteke '%s': %s"
#: glib/gfileutils.c:471 glib/gfileutils.c:539
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Nisem uspel odpreti datoteke '%s': %s"
#: glib/gfileutils.c:485
#: glib/gfileutils.c:538
#, 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:511
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Nisem uspel odpreti datoteke '%s': fdopen() ni uspel: %s"
#: glib/gfileutils.c:718
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Šablona '%s' je neveljavna, ne bi smela vsebovati '%s'"
#: glib/gfileutils.c:730
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Šablona '%s' se ne konča z XXXXXX"
#: glib/gfileutils.c:751
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Nisem uspel ustvariti datoteke '%s' %s"
#: glib/giochannel.c:1119
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nisem uspel ustvariti datoteke '%s' %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, 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:1123
#: glib/giochannel.c:1147
#, 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:1468
#: glib/giochannel.c:1492
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:1515 glib/giochannel.c:1772 glib/giochannel.c:1858
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Preostanek nepretvorjenih podatkov v bralnem medpomnilniku"
#: glib/giochannel.c:1595 glib/giochannel.c:1672
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Kanal se je ustavil v delnem znaku"
#: glib/giochannel.c:1658
#: glib/giochannel.c:1682
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/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Neveljavna velikost sporočila"
#: glib/giowin32.c:1045 glib/giowin32.c:1098
msgid "Socket error"
msgstr "Napaka vtiča"
#: glib/giowin32.c:1298
msgid "Channel set flags unsupported"
msgstr "Nastavitev zastavic kanala ni podprta"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Napaka v vrstici %d, znak %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Napaka v vrstici %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Viden prazna entiteta '&;'; veljavne entitete so: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -194,17 +191,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 &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak '%s' ni veljaven znotraj imena entitete"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Ime entitete '%s' ni poznano"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -212,7 +209,7 @@ msgstr ""
"Entiteta se ni končala s podpičjem; verjetno ste uporabili znak '&' "
"breznamena, da bi začeli entiteto - znak '&' napišite kot '&amp;'"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -221,16 +218,16 @@ msgstr ""
"Nisem uspel razčleniti '%s', ki bi morala biti številka znotraj reference "
"znaka (na primer &#234;) - mogoče je številka prevelika"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Referenca znaka '%s' ne predstavlja dovoljenega znaka"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Prazna referenca znaka; vsebovati bi morala številko kot &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -239,23 +236,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 '&amp;'"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Nedokončano nanašanje na entiteto"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Nedokončano nanašanje na znak"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Napačno kodirano besedilo UTF-8"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument se mora začeti z elementom (na primer <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -264,14 +261,14 @@ msgstr ""
"'%s' ni veljaven znak, kadar sledi znaku '<'; morda se ne začne z imenom "
"elementa"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, 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:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -279,7 +276,7 @@ msgstr ""
"Čuden znak '%s'. Po imenu atributa '%s' (elementa '%s') je pričakovan znak "
"'='"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -290,7 +287,7 @@ msgstr ""
"elementa '%s' ali atribut; morda ste uporabili neveljaven znak v imenu "
"atributa'"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -299,7 +296,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:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -307,7 +304,7 @@ msgid ""
msgstr ""
"'%s' ni veljaven znak za znakoma '</'; ime elementa se ne sme začeti z '%s'"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -316,25 +313,25 @@ msgstr ""
"Znak '%s' ni veljaven kadar sledi zaprtju imena elementa '%s'; dovoljen znak "
"je '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, 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:1466
#: glib/gmarkup.c:1494
#, 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:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je bil prazen ali pa je vseboval le presledke"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument nepričakovano končan takoj za odprtjem z '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -343,7 +340,7 @@ msgstr ""
"Dokument nepričakovano končan s še odprtimi elementi - '%s' je bil zadnji "
"odprt element"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -352,19 +349,19 @@ msgstr ""
"Dokument nepričakovano končan, pričakovan je bil zaključni zaklepaj oznake <%"
"s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument nepričakovano končan sredi imena elementa"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument nepričakovano končan sredi imena atributa"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument nepričakovano končan sredi oznake za odprtje elementa."
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -372,48 +369,48 @@ msgstr ""
"Dokumen nepričakovano končan po enečaju, ki je sledil imenu atributa; ni "
"vrednosti atributa"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument nepričakovano končan sredi vrednosti atributa"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, 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:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokument nepričakovano končan sredi komentarja ali ukaza"
#: glib/gshell.c:71
#: glib/gshell.c:72
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Citirano besedilo se ne začne z narekovajem"
#: glib/gshell.c:161
#: glib/gshell.c:162
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:529
#: glib/gshell.c:530
#, 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:536
#: glib/gshell.c:537
#, 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:548
#: glib/gshell.c:549
msgid "Text was empty (or contained only whitespace)"
msgstr "Besedilo je bilo prazno (ali vsebovalo le presledke)"
#: glib/gspawn-win32.c:206
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Nisem uspel prebrati podatkov iz procesa otroka"
#: glib/gspawn-win32.c:334
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -421,31 +418,31 @@ msgstr ""
"Nepričakovana napaka v g_io_channel_win32_poll() med branjem podatkov "
"procesa otroka"
#: glib/gspawn-win32.c:703 glib/gspawn.c:960
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Nisem uspel brati iz cevi otroka (%s)"
#: glib/gspawn-win32.c:781
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Nisem uspel izvesti pomožnega programa "
#: glib/gspawn-win32.c:814 glib/gspawn.c:1165
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nisem uspel spremeniti imenika v '%s' (%s)"
#: glib/gspawn-win32.c:823
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Nisem uspel izvesti procesa otroka (%s)"
#: glib/gspawn-win32.c:866 glib/gspawn.c:1296
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nisem uspel spremeniti imenika v '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, 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.c:166
#: glib/gspawn.c:167
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Nisem uspel prebrati podatkov iz procesa otroka (%s)"
@ -461,45 +458,54 @@ msgstr ""
msgid "Unexpected error in waitpid() (%s)"
msgstr "Nepričakovana napaka v waitpid() (%s)"
#: glib/gspawn.c:1025
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Nisem se uspel razvejiti (%s)"
#: glib/gspawn.c:1175
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Nisem uspel izvesti procesa otroka \"%s\" (%s)"
#: glib/gspawn.c:1185
#: glib/gspawn.c:1223
#, 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:1194
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Nisem uspel razvejiti procesa otroka (%s)"
#: glib/gspawn.c:1202
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Neznana napaka med izvajanjem procesa otroka \"%s\""
#: glib/gspawn.c:1224
#: glib/gspawn.c:1262
#, 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:950
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Znak izven intervala za UTF-8"
#: glib/gutf8.c:1039 glib/gutf8.c:1048 glib/gutf8.c:1180 glib/gutf8.c:1189
#: glib/gutf8.c:1330 glib/gutf8.c:1426
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Neveljavna sekvenca na vhodu pretvorbe"
#: glib/gutf8.c:1341 glib/gutf8.c:1437
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Znak izven intervala za UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Neveljavna velikost sporočila"
#~ msgid "Socket error"
#~ msgstr "Napaka vtiča"
#~ msgid "Channel set flags unsupported"
#~ msgstr "Nastavitev zastavic kanala ni podprta"

205
po/sq.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.0\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-12-12 16:29+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-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Konvertimi nga set i karaktereve '%s' në '%s' nuk suportohet"
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "E pamundur hapja e konvertuesit nga '%s' në '%s': %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Sekuencë byte e pavlefshme në hyrje për konvertim"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Gabim gjatë konvertimit: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Sekuencë karakteresh e pjesëshme në fund të hyrjes"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "I pamundur konvertimi i '%s' në set e karaktereve '%s'"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "URI '%s' nuk është një URI absolute që përdor skemën e file"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, 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:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' është e pasaktë"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Hostname e URI '%s' është i pasaktë"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' përmban karaktere escape të pavlefshëm"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Pathname '%s' nuk është një path absolut"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Hostname i pasaktë"
@ -85,106 +85,107 @@ msgstr "Hostname i pasaktë"
msgid "Error opening directory '%s': %s"
msgstr "Gabim gjatë hapjes së directory '%s': %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "I pamundur allokimi i %lu bytes për të lexuar file \"%s\""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Gabim gjatë leximit të file '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "I pamundur leximi nga file '%s': %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "E pamundur hapja e file '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "E pamundur marrja e pronësive të file '%s': fstat() dështoi: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Dështoi hapja e file '%s': fdopen() dështoi: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Template '%s' e pavlefshme, nuk mund të përmbajë një '%s'"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Template '%s' nuk mbaron me XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Dështoi krijimi i file '%s': %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Dështoi krijimi i file '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Konvertimi nga set i karaktereve `%s' në `%s' nuk suportohet"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Nuk arrij të hap konvertuesin nga `%s' në `%s': %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"I pamundur leximi i të dhënave të papërpunuara tek "
"g_io_channel_read_line_string"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Kanë tepruar të dhëna të pakonvertuara tek buffer i leximit"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Kanali përfundon me një karakter të pjesëshëm"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
"I pamundur leximi i të dhënave të papërpunuara tek g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Dimension mesazhi jokorrekt"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Gabim socket"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Gabim tek rrjeshti %d karakteri %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Gabim tek rrjeshti %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"U gjet një entitet bosh '&;'; entitetet e vlefshme janë: &amp; &quot; &lt; "
"&gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -195,17 +196,17 @@ msgstr ""
"fillon një entitet; nëse ky simbol nuk do të jetë fillimi i një entiteti, "
"përdore si &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Karakteri '%s' nuk është i vlefshëm brenda emrit të një entiteti"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Emri entitetit '%s' nuk njihet"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -213,7 +214,7 @@ msgstr ""
"Entiteti nuk përfundon me pikëpresje; ndoshta keni përdorur një 'e' "
"komerciale pa dashur të nisni një entity - zëvëndësojeni me &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -222,16 +223,16 @@ msgstr ""
"I pamundur leximi i '%s', duhet të ishte një numër brenda referimeve të një "
"karakteri (p.sh. &#234;) - ndoshta numri është tepër i madh"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Karakteri '%s' nuk kodifikon një karakter të lejuar"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Karakter bosh, duhet të përmbajë një vlerë numerike, si &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -241,23 +242,23 @@ msgstr ""
"ampersand & pa pasur ndërmend fillimin e një entiteti të ri - përdorni "
"&amp; "
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Riferim entiteti i papërfunduar"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Referim i papërfunduar i karakterit"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Tekst i kodifikuar UTF-8 i pavlefshëm"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumenti duhet të fillojë me një element (p.sh. <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -266,7 +267,7 @@ msgstr ""
"'%s' nuk është një karakter i vlefshëm mbas karakterit '<', nuk mund të "
"fillojë me emrin e një elementi"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -275,7 +276,7 @@ msgstr ""
"U gjet karakteri '%s', në pritje të një karakteri '>' për të përfunduar tag-"
"un e fillimit të elementit '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -283,7 +284,7 @@ msgstr ""
"U gjet karakteri '%s', përkundrazi pritej një '=' mbas emrit të atributit '%"
"s' të elementit '%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -295,7 +296,7 @@ msgstr ""
"shumë mundësi të keni përdorur një karakter të pavlefshëm tek emri i një "
"aributi"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -304,7 +305,7 @@ msgstr ""
"U gjet karakteri '%s', pritet simboli i kuotës së hapur mbas shenjës së "
"barazimit për ti caktuar një vlerë atributit '%s' të elementit '%s'"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -313,7 +314,7 @@ msgstr ""
"'%s' nuk është një karakter i vlefshëm mbrapa karaktereve '</'; '%s' nuk "
"mund të nisë emrin e një elementi"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -322,27 +323,27 @@ msgstr ""
"'%s' nuk është një karakter i vlefshëm për të vazhduar mbylljen e emrit të "
"elementit '%s'; karakteri i lejuar është '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementi '%s' është mbyllur, asnjë element aktualisht është i hapur"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Elementi '%s' është mbyllur, por elementi aktualisht i hapur është '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokumenti ishte bosh apo përmbante vetëm hapësira të bardha"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Dokumenti u mbyll papritur, menjëherë pas hapjes së kllapës këndore '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -351,26 +352,26 @@ msgstr ""
"Dokumenti u mbyll papritur me elementë akoma të hapur - '%s' ishte elementi "
"i fundit i hapur"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "Dokumenti u mbyll papritur, pritet simboli i mbylljes për tag-un <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumeti përfundoi papritur në brendësi të emrit të një elementi"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumenti u mbyll papritur në brendësi të emrit të një atributi"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumenti u mbyll papritur brënda një tag-u hapje elementi"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -378,17 +379,17 @@ msgstr ""
"Dokumenti u mbyll papritur mbas shenjës së barazimit që vjen mbas emrit të "
"një atributi; atributi nuk ka vlerë"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumenti u mbyll papritur në brendësi të vlerës së një atributi"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Dokumenti u mbyll papritur në brendësi të tag-ut mbyllës të elementit '%s'"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumenti u mbyll papritur në brendësi të një komenti apo instruksioni "
@ -420,11 +421,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "Teksti është bosh (ose përmban vetëm hapsira të bardha)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "I pamundur leximi i të dhënave nga procesi bir"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -432,26 +433,26 @@ msgstr ""
"Gabim i papritur në g_io_channel_win32_poll() gjatë leximit të të dhënave "
"nga një proces bir"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "I pamundur leximi nga pipe bijë (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "I pamundur ekzekutimi i programit ndihmues"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "I pamundur ndryshimi i directory në '%s' (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "I pamundur ekzekutimi i procesit bir (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "I pamundur ndryshimi i directory në '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "I pamundur krijimi i pipe për të komunikuar me procesin bir (%s)"
@ -461,62 +462,68 @@ msgstr "I pamundur krijimi i pipe për të komunikuar me procesin bir (%s)"
msgid "Failed to read data from child process (%s)"
msgstr "I pamundur leximi i të dhënave nga procesi bir (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Difekt i papritur në select() gjatë leximit të të dhënave nga një proces bir "
"(%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Gabim i papritur në waitpid() (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "E pamundur kryerja e fork (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "I pamundur zbatimi i procesit bir \"%s\" (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, 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ë procesit bir (%s)"
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "E pamundur kryerja e fork për procesin bir (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Gabim i panjohur gjatë ekzekutimit të procesit bir \"%s\""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"I pamundur leximi i një sasie të dhënash të mjaftueshme nga pid pipe bir (%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Karakteri nuk ekziston në UTF-8"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Sekuencë e pavlefshme në hyrje për konvertimin"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Karakteri nuk ekziston në UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Dimension mesazhi jokorrekt"
#~ msgid "Socket error"
#~ msgstr "Gabim socket"
#~ msgid "Channel set flags unsupported"
#~ msgstr "Impostimi i flags në kanal nuk suportohet"

104
po/sr.po
View File

@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 2.2.0\n"
"POT-Creation-Date: 2003-08-16 01:46+0200\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-08-16 01:45+0200\n"
"Last-Translator: Данило Шеган <danilo@prevod.org>\n"
"Language-Team: Serbian (sr) <serbiagnome-lista@nongnu.org>\n"
@ -88,57 +88,57 @@ msgstr "Неисправно име домаћина"
msgid "Error opening directory '%s': %s"
msgstr "Грешка при отварању директоријума „%s“: %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Не може обезбедити %lu бајтова за читање датотеке „%s“"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Не може да прочита датотеку „%s“: %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Не може да отвори датотеку „%s“: %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Не може да сазна особине датотеке „%s“: fstat() није успео: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Не може да отвори датотеку „%s“: fdopen() није успео: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Образац '%s' неисправан, не сме садржати „%s“"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Образац '%s' се не завршава са XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Не може да образује датотеку „%s“: %s"
#: glib/gfileutils.c:1024
#: glib/gfileutils.c:1150
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Не може да прочита симболичку везу „%s“: %s"
#: glib/gfileutils.c:1043
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr "Симболичке везе нису подржане"
@ -168,24 +168,24 @@ msgstr "Канал се завршава делимичним знаком"
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Не може да чита сирово у g_io_channel_read_to_end"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Грешка у реду %d, знак %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Грешка у %d. реду: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Уочен празан ентитет „&;“; прихватљиви ентитети су &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -195,17 +195,17 @@ msgstr ""
"Ентитет не може почети знаком „%s“ ; знак & започиње ентитет; ако овај знак "
"не означава ентитет, истакните га као &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Знак „%s“ није дозвољен ван имена ентитета"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Ентитет „%s“ није познат"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -213,7 +213,7 @@ msgstr ""
"Ентитет се не завршава тачка-зарезом; највероватније сте користили амперсанд "
"без намере да започнете ентитет — назначите амперсанд као &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -222,16 +222,16 @@ msgstr ""
"Није успео да обради „%s“, што је морала бити цифра унутар ознаке знака (на "
"пример &#234;) — могуће је да је цифра превелика"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Ознака „%s“ није за дозвољени знак"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Празна ознака; морала би садржати цифру као на пример &#747;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
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,26 +240,26 @@ msgstr ""
"Ознака се не завршава тачка-зарезом; највероватније сте користили амперсанд "
"без намере да започнете ентитет — назначите амперсанд као &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Недовршена ознака ентитета"
# позив уместо ознака?
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Недовршена ознака"
# ознака знака??? неееее
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Неисправан текст у УТФ-8 запису"
# може и ћирилица: „Уникод ТрансФормација 8“
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документ мора почети елементом (нпр. <књига>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -268,7 +268,7 @@ msgstr ""
"„%s“ не представља исправан знак након „<“ знака; не може њиме почети име "
"елемента"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -277,13 +277,13 @@ msgstr ""
"Чудан знак „%s“, а очекивао сам „>“ знак ради окончања почетне ознаке "
"елемента „%s“"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Чудан знак „%s“, очекивао сам „=“ после особине „%s“ елемента „%s“"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -294,7 +294,7 @@ msgstr ""
"елемента „%s“, или могућу особину; можда сте користили неисправан знак у "
"имену особине"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -303,7 +303,7 @@ msgstr ""
"Чудан знак „%s“, очекивао сам почетни наводник након знака једнакости при "
"додели вредности особини „%s“ елемента „%s“"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -311,7 +311,7 @@ msgid ""
msgstr ""
"„%s“ није исправан знак након низа „</“; „%s“ не може започети име елемента"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -319,27 +319,27 @@ msgid ""
msgstr ""
"„%s“ није исправан знак након затварања елемента „%s“; дозвољени знак је „>“"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елемент „%s“ је затворен, нема тренутно отворених елемената"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елемент „%s“ је затворен, а тренутно отворен елемент је „%s“"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Документ је празан или садржи само белине"
# белине се код нас користи код папирних издања, а овај израз енг. користе свуда
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документ завршен неочекивано непосредно након отворене косоугле заграде „<“"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -348,7 +348,7 @@ msgstr ""
"Документ завршен неочекивано са отвореним елементима — „%s“ је последње "
"отворен елемент"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -357,19 +357,19 @@ msgstr ""
"Документ завршен неочекивано, очекивао сам да наиђем на затворену косоуглу "
"заграду која затвара ознаку <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Документ завршен неочекивано усред имена елемента"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документ завршен неочекивано усред имена особине"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документ завршен неочекивано усред почетне ознаке елемента."
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -377,16 +377,16 @@ msgstr ""
"Документ завршен неочекивано након знака једнакости после имена особине; "
"вредност особине није наведена"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документ завршен неочекивано усред вредности особине"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документ завршен неочекивано усред завршне ознаке елемента „%s“"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документ завршен неочекивано усред примедбе или упута за обраду"
@ -427,26 +427,26 @@ msgstr ""
"Неочекивана грешка док су у g_io_channel_win32_poll() читани подаци од "
"подређеног процеса"
#: glib/gspawn-win32.c:834 glib/gspawn.c:998
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Неуспело читање из подређене цевке (%s)"
#: glib/gspawn-win32.c:923
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Неуспело извршавање помоћног програма"
#: glib/gspawn-win32.c:944 glib/gspawn-win32.c:988
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Неуспело извршавање подређеног процеса (%s)"
#: glib/gspawn-win32.c:979 glib/gspawn.c:1203
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Неуспело приступање директоријуму „%s“ (%s)"
#: glib/gspawn-win32.c:1033 glib/gspawn.c:1334
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Неуспело стварање цевке за везу са подређеним процесом (%s)"

View File

@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 2.2.0\n"
"POT-Creation-Date: 2003-08-16 01:46+0200\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-08-16 01:45+0200\n"
"Last-Translator: Danilo Šegan <danilo@prevod.org>\n"
"Language-Team: Serbian (sr) <serbiagnome-lista@nongnu.org>\n"
@ -88,57 +88,57 @@ msgstr "Neispravno ime domaćina"
msgid "Error opening directory '%s': %s"
msgstr "Greška pri otvaranju direktorijuma „%s“: %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ne može obezbediti %lu bajtova za čitanje datoteke „%s“"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ne može da pročita datoteku „%s“: %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ne može da otvori datoteku „%s“: %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Ne može da sazna osobine datoteke „%s“: fstat() nije uspeo: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Ne može da otvori datoteku „%s“: fdopen() nije uspeo: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Obrazac '%s' neispravan, ne sme sadržati „%s“"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Obrazac '%s' se ne završava sa XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ne može da obrazuje datoteku „%s“: %s"
#: glib/gfileutils.c:1024
#: glib/gfileutils.c:1150
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ne može da pročita simboličku vezu „%s“: %s"
#: glib/gfileutils.c:1043
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr "Simboličke veze nisu podržane"
@ -168,24 +168,24 @@ msgstr "Kanal se završava delimičnim znakom"
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Ne može da čita sirovo u g_io_channel_read_to_end"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Greška u redu %d, znak %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Greška u %d. redu: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Uočen prazan entitet „&;“; prihvatljivi entiteti su &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -195,17 +195,17 @@ msgstr ""
"Entitet ne može početi znakom „%s“ ; znak & započinje entitet; ako ovaj znak "
"ne označava entitet, istaknite ga kao &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak „%s“ nije dozvoljen van imena entiteta"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitet „%s“ nije poznat"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -213,7 +213,7 @@ msgstr ""
"Entitet se ne završava tačka-zarezom; najverovatnije ste koristili ampersand "
"bez namere da započnete entitet — naznačite ampersand kao &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -222,16 +222,16 @@ msgstr ""
"Nije uspeo da obradi „%s“, što je morala biti cifra unutar oznake znaka (na "
"primer &#234;) — moguće je da je cifra prevelika"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Oznaka „%s“ nije za dozvoljeni znak"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Prazna oznaka; morala bi sadržati cifru kao na primer &#747;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
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,26 +240,26 @@ msgstr ""
"Oznaka se ne završava tačka-zarezom; najverovatnije ste koristili ampersand "
"bez namere da započnete entitet — naznačite ampersand kao &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Nedovršena oznaka entiteta"
# poziv umesto oznaka?
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Nedovršena oznaka"
# oznaka znaka??? neeeee
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Neispravan tekst u UTF-8 zapisu"
# može i ćirilica: „Unikod TransFormacija 8“
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument mora početi elementom (npr. <knjiga>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -268,7 +268,7 @@ msgstr ""
"„%s“ ne predstavlja ispravan znak nakon „<“ znaka; ne može njime početi ime "
"elementa"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -277,13 +277,13 @@ msgstr ""
"Čudan znak „%s“, a očekivao sam „>“ znak radi okončanja početne oznake "
"elementa „%s“"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Čudan znak „%s“, očekivao sam „=“ posle osobine „%s“ elementa „%s“"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -294,7 +294,7 @@ msgstr ""
"elementa „%s“, ili moguću osobinu; možda ste koristili neispravan znak u "
"imenu osobine"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -303,7 +303,7 @@ msgstr ""
"Čudan znak „%s“, očekivao sam početni navodnik nakon znaka jednakosti pri "
"dodeli vrednosti osobini „%s“ elementa „%s“"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -311,35 +311,36 @@ msgid ""
msgstr ""
"„%s“ nije ispravan znak nakon niza „</“; „%s“ ne može započeti ime elementa"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
"„%s“ nije ispravan znak nakon zatvaranja elementa „%s“; dozvoljeni znak je „>“"
"„%s“ nije ispravan znak nakon zatvaranja elementa „%s“; dozvoljeni znak je "
"„>“"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element „%s“ je zatvoren, nema trenutno otvorenih elemenata"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element „%s“ je zatvoren, a trenutno otvoren element je „%s“"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prazan ili sadrži samo beline"
# beline se kod nas koristi kod papirnih izdanja, a ovaj izraz eng. koriste svuda
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Dokument završen neočekivano neposredno nakon otvorene kosougle zagrade „<“"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -348,7 +349,7 @@ msgstr ""
"Dokument završen neočekivano sa otvorenim elementima — „%s“ je poslednje "
"otvoren element"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -357,19 +358,19 @@ msgstr ""
"Dokument završen neočekivano, očekivao sam da naiđem na zatvorenu kosouglu "
"zagradu koja zatvara oznaku <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument završen neočekivano usred imena elementa"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument završen neočekivano usred imena osobine"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument završen neočekivano usred početne oznake elementa."
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -377,16 +378,16 @@ msgstr ""
"Dokument završen neočekivano nakon znaka jednakosti posle imena osobine; "
"vrednost osobine nije navedena"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument završen neočekivano usred vrednosti osobine"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokument završen neočekivano usred završne oznake elementa „%s“"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokument završen neočekivano usred primedbe ili uputa za obradu"
@ -427,26 +428,26 @@ msgstr ""
"Neočekivana greška dok su u g_io_channel_win32_poll() čitani podaci od "
"podređenog procesa"
#: glib/gspawn-win32.c:834 glib/gspawn.c:998
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Neuspelo čitanje iz podređene cevke (%s)"
#: glib/gspawn-win32.c:923
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Neuspelo izvršavanje pomoćnog programa"
#: glib/gspawn-win32.c:944 glib/gspawn-win32.c:988
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Neuspelo izvršavanje podređenog procesa (%s)"
#: glib/gspawn-win32.c:979 glib/gspawn.c:1203
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Neuspelo pristupanje direktorijumu „%s“ (%s)"
#: glib/gspawn-win32.c:1033 glib/gspawn.c:1334
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Neuspelo stvaranje cevke za vezu sa podređenim procesom (%s)"

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"POT-Creation-Date: 2003-10-04 17:46+0200\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-10-04 17:48+0200\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
@ -179,14 +179,14 @@ msgstr "Fel på rad %d kolumn %d: %s"
msgid "Error on line %d: %s"
msgstr "Fel på rad %d: %s"
#: glib/gmarkup.c:386
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Tom entitet \"&;\" hittades, giltiga entiteter är: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:396
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -197,17 +197,17 @@ msgstr ""
"inleder en entitet. Om detta &-tecken inte ska vara en entitet måste du "
"skriva om det som &amp;."
#: glib/gmarkup.c:432
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Tecknet \"%s\" är inte giltigt inuti ett entitetsnamn"
#: glib/gmarkup.c:476
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitetsnamnet \"%s\" är okänt"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -215,7 +215,7 @@ msgstr ""
"Entiteten slutade inte med ett semikolon. Troligtvis använde du ett &-tecken "
"utan att avse att starta en entitet. Skriv om &-tecknet som &amp;"
#: glib/gmarkup.c:532
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -224,16 +224,16 @@ msgstr ""
"Misslyckades med att tolka \"%s\", som skulle ha varit ett tal inuti en "
"teckenreferens (&#234; till exempel). Talet är kanske för stort"
#: glib/gmarkup.c:557
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Teckenreferensen \"%s\" innehåller inte koden för ett tillåtet tecken"
#: glib/gmarkup.c:574
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tom teckenreferens, måste innehålla ett tal som exempelvis &#454;"
#: glib/gmarkup.c:584
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -242,23 +242,23 @@ msgstr ""
"Teckenreferensen slutade inte med ett semikolon. Troligtvis använde du ett &-"
"tecken utan att avse att starta en entitet. Skriv om &-tecknet som &amp;"
#: glib/gmarkup.c:610
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Oavslutad entitetsreferens"
#: glib/gmarkup.c:616
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Oavslutad teckenreferens"
#: glib/gmarkup.c:861 glib/gmarkup.c:889 glib/gmarkup.c:920
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Ogiltigt UTF-8-kodad text"
#: glib/gmarkup.c:956
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet måste börja med ett element (exempelvis <book>)"
#: glib/gmarkup.c:995
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -267,7 +267,7 @@ msgstr ""
"\"%s\" är inte ett giltigt tecken efter ett \"<\"-tecken. Det får inte "
"inleda ett elementnamn"
#: glib/gmarkup.c:1058
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -276,7 +276,7 @@ msgstr ""
"Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta "
"starttaggen för elementet \"%s\""
#: glib/gmarkup.c:1145
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -284,7 +284,7 @@ msgstr ""
"Konstigt tecken \"%s\", ett \"=\" förväntades efter attributnamnet \"%s\" "
"till elementet \"%s\""
#: glib/gmarkup.c:1186
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -295,7 +295,7 @@ msgstr ""
"avsluta starttaggen för elementet \"%s\", eller möjligtvis ett attribut. Du "
"kanske använde ett ogiltigt tecken i ett attributnamn"
#: glib/gmarkup.c:1269
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -305,7 +305,7 @@ msgstr ""
"likhetstecknet när värdet av attributet \"%s\" till elementet \"%s\" "
"tilldelades"
#: glib/gmarkup.c:1409
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -314,7 +314,7 @@ msgstr ""
"\"%s\" är inte ett giltigt tecken efter tecknen \"</\". \"%s\" får inte "
"inleda ett elementnamn"
#: glib/gmarkup.c:1447
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -323,27 +323,27 @@ msgstr ""
"\"%s\" är inte ett giltigt tecken efter stängelementnamnet \"%s\". Det "
"tillåtna tecknet är \">\""
#: glib/gmarkup.c:1458
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementet \"%s\" stängdes, inget element är öppet för tillfället"
#: glib/gmarkup.c:1467
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Elementet \"%s\" stängdes, men det element som är öppet för tillfället är \"%"
"s\""
#: glib/gmarkup.c:1614
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller innehöll endast tomrum"
#: glib/gmarkup.c:1628
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentet tog oväntat slut efter ett öppningsklammer \"<\""
#: glib/gmarkup.c:1636 glib/gmarkup.c:1680
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -352,7 +352,7 @@ msgstr ""
"Dokumentet tog oväntat slut då element fortfarande var öppna. \"%s\" var det "
"senast öppnade elementet"
#: glib/gmarkup.c:1644
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -361,19 +361,19 @@ msgstr ""
"Dokumentet tog oväntat slut, en stängningsklammer föräntades för att avsluta "
"taggen <%s/>"
#: glib/gmarkup.c:1650
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet tog oväntat slut inuti ett elementnamn"
#: glib/gmarkup.c:1655
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet tog oväntat slut inuti ett attributnamn"
#: glib/gmarkup.c:1660
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentet tog oväntat slut inuti en elementöppnande tagg."
#: glib/gmarkup.c:1666
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -381,17 +381,17 @@ msgstr ""
"Dokumentet tog oväntat slut efter likhetstecknet som följde ett "
"attributnamn. Inget attributvärde"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet tog oväntat slut inuti ett attributvärde"
#: glib/gmarkup.c:1688
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Dokumentet tog oväntat slut inuti stängningstaggen för elementet \"%s\""
#: glib/gmarkup.c:1694
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentet tog oväntat slut inuti en kommentar eller behandlingsinstruktion"

229
po/ta.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.0\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-08-18 18:43-0500\n"
"Last-Translator: Dinesh Nadarajah <n_dinesh@yahoo.com>\n"
"Language-Team: Tamil <tamilinix@yahoogroups.com>\n"
@ -13,69 +13,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "வரியுரு வகை `%s' இலிருந்து `%s' க்கு மாற்றுவதற்கு ஆதரவளிப்பு கிடையாது"
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "`%s' இலிருந்து `%s' க்கு மாற்றும் நிலை மாற்றியைத் திறக்க முடியவில்லை: %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "நிலை மாற்றியின் உள்ளீடுக்கு தவறான பைட் வரிசைமுறை"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "மாற்றும் போது பிழை: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "உள்ளீடின் முடிவில் பூர்த்தியாகாத வரியுரு வரிசைமுறை"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "பின்னடைப்பு '%s', '%s' குறிக் கணமிற்கு மாற்ற முடியவில்லை"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "வலை முகவரி `%s' கோப்புத் திட்டமுறைப்படி ஓர் தனி வலை முகவரி அல்ல"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "உள்ளமைக் கோப்பு வலை முகவரி `%s' இல் ஓர் `#' இல்லாமல் இருக்கலாம்"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "`%s' செல்லுபடியாகாத வலை முகவரி"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "`%s' வலை முகவரியின் விருந்தோம்புப்-பெயர் செல்லுபடியாகாதது"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "வலை முகவரி `%s' இல் செல்லுபடியாகாத 'விடுபடு' வரியுருகள்"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' பாதைப்-பெயர் ஓர் தனிப் பாதை அல்ல"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "பிழையான விருந்தோம்புப்-பெயர்"
@ -84,122 +84,123 @@ msgstr "பிழையான விருந்தோம்புப்-பெ
msgid "Error opening directory '%s': %s"
msgstr "'%s' அடைவு திறக்கும்போது பிழை: %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu பைட்டுகளை \"%s\" கோப்பு வாசிப்பதற்கு ஒதுக்கிவைக்க முடியவில்லை"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "'%s' கோப்பிலிருந்து வாசிக்க முடியவில்லை: %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' கோப்பு திறக்க முடியவில்லை: %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "'%s' கோப்பின் பண்புகளை பெறமுடியவில்லை: fstat() நொடிப்படைந்தது: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' கோப்பை திறக்க முடியவில்லை: fdopen() நொடிப்படைந்தது: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "'%s' படிம அச்சு செல்லுபடியாகாதது; அதனில் '%s' இருக்கக் கூடாது"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "'%s' படிம அச்சு XXXXXX கொண்டு முடிவதில்லை"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "வரியுரு வகை `%s' இலிருந்து `%s' க்கு மாற்றுவதற்கு ஆதரவளிப்பு கிடையாது"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "`%s' 'சை `%s' 'க்கு மாற்றும் மாற்றியைத் திறக்க முடியவில்லை: %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string இல் மூலமாக வாசிக்க முடியாது"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "வாசிப்புத் தாங்ககத்தில் மாற்றப்படாத மீதித் தரவுகள்"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "வாய்க்கால் பாதி வரியுருவில் முடிவடைகிறது"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end இல் மூலமாக வாசிக்க முடியாது"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "தகவலின் அளவு பிழையானது"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "துளை பிழை"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "%d வரியில் %d வரியுருவில் பிழை: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "%d வரியில் பிழை: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"வெற்றா பிரதிநிதி '&;' கண்டது; சரியான பிரதிநிதிகள்: &amp; &quot; &lt; &qt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
"begins an entity; if this ampersand isn't supposed to be an entity, escape "
"it as &amp;"
msgstr ""
"'%s' வரியுரு பிரதிநிதியின் தொடக்கத்தில் வரக்கூடாது; & வரியுரு பிரதிநிதியைத் தொடங்கும்; இ"
"ந்த & ஓர் பிரதிநிதியாக இருக்கக்கூடாது என்றால்; அதை &amp ஆக விடுவி;"
"'%s' வரியுரு பிரதிநிதியின் தொடக்கத்தில் வரக்கூடாது; & வரியுரு பிரதிநிதியைத் "
"தொடங்கும்; இந்த & ஓர் பிரதிநிதியாக இருக்கக்கூடாது என்றால்; அதை &amp ஆக விடுவி;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' வரியுரு பிரதிநிதியின் பெயரில் பிழையானது"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "பிரதிநிதியின் பெயர் '%s' தெரியாதது"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -207,7 +208,7 @@ msgstr ""
"பிரதிநிதி ';' உடன் முடிவடையவில்லை; நீங்கள் பிரதிநிதி ஒன்றை தொடங்க யோசிக்காமல் '&' "
"பயன்படுத்தி இருக்கலாம் - '&'சை &amp ஆக விடுவி;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -216,16 +217,16 @@ msgstr ""
"Failed to parse '%s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "ஓர் அனுமதிக்கப்பட்ட வரியுருவை, வரியுரு குறிப்பு '%s' குறியீடு செய்யாது"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "வேற்றான வரியுரு குறிப்பு; &#454 ஆகிய இலக்கங்கள் சேர்ந்திருக் வேண்டும்;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -235,48 +236,49 @@ msgstr ""
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "பிழையான UTF-8 குறியீடு செய்யப்பட்ட உரை"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ஆவணம் ஓர் உறுப்புடன் (உதாரணம்: <book>) தொடங்க வேண்டும்"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
"'<' வரியுருவை தொடர்ந்து '%s' வர முடியாது; அதைப் பயன்படுத்தி ஓர் உறுப்படியின் பெயரைத் தொடங்க "
"முடியாது"
"'<' வரியுருவை தொடர்ந்து '%s' வர முடியாது; அதைப் பயன்படுத்தி ஓர் உறுப்படியின் பெயரைத் "
"தொடங்க முடியாது"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
"ஒற்றை வரியுரு '%s', '%s' உறுப்படி தொடங்கல் ஒட்டை ஓர் '>' வரியுரு முடிவு செய்யும் என்று எதி"
"ர்பார்த்தது"
"ஒற்றை வரியுரு '%s', '%s' உறுப்படி தொடங்கல் ஒட்டை ஓர் '>' வரியுரு முடிவு செய்யும் "
"என்று எதிர்பார்த்தது"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"'%s' ஓர் ஒற்றை வரியுரு, பண்பின் பெயர் '%s' பின் ('%s' உறுப்பின்) எதிர்பார்த்தது ஓர் '=' வரியுரு"
"'%s' ஓர் ஒற்றை வரியுரு, பண்பின் பெயர் '%s' பின் ('%s' உறுப்பின்) எதிர்பார்த்தது ஓர் '=' "
"வரியுரு"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -287,7 +289,7 @@ msgstr ""
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -296,7 +298,7 @@ msgstr ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -305,7 +307,7 @@ msgstr ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -314,53 +316,55 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' உறுப்பு மூடப்பட்டுல்லது, தற்பொது ஒரு உறுப்பும் திறந்து இல்லை"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' உறுப்பு மூடப்பட்டுல்லது, அனால் தற்பொது திறந்திறுக்கும் உறுப்பு '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "வெற்றான ஆவணம் அல்லது ஆவணத்தில் இறுப்பது அனைத்தும் வெண்வெளி"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "'<' பிறகு ஆவணம் திடீரென முடிவடைந்தது"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
"உறுப்புகள் திறந்திறுக்கும்போது ஆவணம் திடீரென முடிவடைந்தது - கடைசியாகத் திறக்கப்பட்ட உறுப்பு '%s'"
"உறுப்புகள் திறந்திறுக்கும்போது ஆவணம் திடீரென முடிவடைந்தது - கடைசியாகத் திறக்கப்பட்ட "
"உறுப்பு '%s'"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
"ஆவணம் திடீரென முடிவடைந்தது, அடையாள ஒட்டு <%s/> முடிவில் ஓர் '}' இருக்கும் என எதிர்பார்த்தது"
"ஆவணம் திடீரென முடிவடைந்தது, அடையாள ஒட்டு <%s/> முடிவில் ஓர் '}' இருக்கும் என "
"எதிர்பார்த்தது"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "உறுப்பு பெயர் உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "பண்பு பெயர் உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "உறுப்பு-தொடங்களின் அடையாள ஒட்டு உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -368,16 +372,16 @@ msgstr ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "பண்பு பெயர் உள்ளிறுக்கும் போது ஆவணம் திடீரென முடிவடைந்தது"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' என்னும் மூடு-அடையாள ஒட்டு உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ஆவணம் திடீரென குறிப்புரையுல் அல்லது செயலாக்கம் ஆணையுல் முடிவடைந்தது"
@ -397,17 +401,18 @@ msgstr " \" பின்பு உரை முடிவடைந்தது.
#: glib/gshell.c:537
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "%c க்கு பொருத்தமான மேற்கோள் கண்டுபிடிப்பதட்கு முன் உரை முடிவடைந்தது. (உரை: '%s')"
msgstr ""
"%c க்கு பொருத்தமான மேற்கோள் கண்டுபிடிப்பதட்கு முன் உரை முடிவடைந்தது. (உரை: '%s')"
#: glib/gshell.c:549
msgid "Text was empty (or contained only whitespace)"
msgstr "உரை வெற்றா இருந்தது (அல்லது வெண்வெளி மட்டுமே)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "சேய் செயலில் இருந்து தரவு வாசிக்க முடியவில்லை"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -415,27 +420,27 @@ msgstr ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "(%s) சேய் கழாய்த் தொடரில் இருந்து வாசிக்க முடியவில்லை"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
#, fuzzy
msgid "Failed to execute helper program"
msgstr "(%s) சேய்-செயலை இயக்க முடியவில்லை"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "'%s' (%s) அடைவுக்கு போக முடியவில்லை"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "(%s) சேய்-செயலை இயக்க முடியவில்லை"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "'%s' (%s) அடைவுக்கு போக முடியவில்லை"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "(%s) சேய்-செயலிடன் தொடர்பு கொல்ல கழாய்த்-தொடரைப் படைக்க முடியவில்லை"
@ -445,55 +450,61 @@ msgstr "(%s) சேய்-செயலிடன் தொடர்பு கொ
msgid "Failed to read data from child process (%s)"
msgstr "(%s) சேய்-செயலில் இருந்து தரவு வாசிக்க முடியவில்லை"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "(%s) சேய்-செயலில் இருந்து தரவு வாசிக்கும் போது, select()'டில் எதிர்பாராத பிழை"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "(%s) waitpid()'டில் எதிர்பாராத பிழை"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "(%s) தொடங்க முடியவில்லை"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, fuzzy, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "(%s) சேய்-செயலை இயக்க முடியவில்லை"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "சேய் (%s) செயலகத்தின் வெளியீடலை அல்லது உள்ளடலை திசை-மாற்றும்போது பிழை"
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "சேய் (%s) செயலகத்தை தொடங்க முடியவில்லை"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, fuzzy, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "சேய் செயலகத்தை இயக்கும்போது தெரியாத பிழை"
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Failed to read enough data from child pid pipe (%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "UTF-8 க்கு வரியுரு வீச்சு எல்லைக்கு வெளியே"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Invalid sequence in conversion input"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "UTF-16 க்கு வரியுரு வீச்சு எல்லைக்கு வெளியே"
#~ msgid "Incorrect message size"
#~ msgstr "தகவலின் அளவு பிழையானது"
#~ msgid "Socket error"
#~ msgstr "துளை பிழை"

219
po/tr.po
View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"POT-Creation-Date: 2003-02-09 12:01+0100\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-02-10 01:42+0200\n"
"Last-Translator: Arman Aksoy (Armish) <armish@linux-sevenler.de>\n"
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
@ -14,69 +14,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, 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:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "`%s' den `%s' e dönüştürücü açılamıyor: %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "dönüşüm girdisinde geçersiz bayt dizisi"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "dönüşüm sırasında hata oluştu: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Girdinin sonunda parçalı karakter dizisi"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "fallback '%s' karakter set '%s' e dönüştürülemiyor"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "'%s' dosya şemasını kullanan düzgün bir URI değil"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "'%s' URI yerel dosyası '#' içeremez"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "'%s' URI'si hatalı"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "'%s' URI'nin makineadı hatalı"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "%s adresi geçersiz karakter içeriyor"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "'%s', uygun bir konum değil"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Geçersiz makine adı"
@ -85,102 +85,105 @@ msgstr "Geçersiz makine adı"
msgid "Error opening directory '%s': %s"
msgstr "%s dizini açılamadı: %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Hafızadan %lu bayt, \"%s\" dosyasını okumak için ayrılamıyor."
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Dosya okuma hatası: '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Dosyadan okuma başarısızlığı '%s': %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Dosya açma başarısızlığı '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Dosyanın özelliklerini elde etme başarısızlığı '%s': fstat() başarısızlığı: %"
"s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Dosya açma başarısızlığı '%s': fdopen() başarısızlığı: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Şablon '%s' geçersiz, '%s' içermemeli"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Şablon '%s' XXXXXX ile bitmiyor"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Dosya yaratma başarısızlığı '%s': %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Dosya yaratma başarısızlığı '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, 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/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "`%s' den `%s' e dönüştürücü açılamıyor: %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_st içinde satır okunamıyor"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Tampon bellekteki artan çevrilmemiş veri"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Kanal kısmi bir karakterde sonlanıyor"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end içinde satır okunamıyor"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Hatalı mesaj boyutu"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Soket hatası"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "%d. satır %d. karakterinde hata: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "satırda hata %d: %s"
#: glib/gmarkup.c:385
msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Boş eleman '&;' bulundu; geçerli elemanlar: &amp; &quot; &lt; &qt; &apos;"
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Boş eleman '&;' bulundu; geçerli elemanlar: &amp; &quot; &lt; &qt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -191,17 +194,17 @@ msgstr ""
"elemanla başlar; eger bu ampersand bir eleman olarak var sayılmazsa, &amp "
"olarak kullanabilirsiniz"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Karakter '%s' bir eleman isminin içinde geçerli değildir"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Eleman ismi '%s' bilinmiyor"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -210,7 +213,7 @@ msgstr ""
"kullandınız bir eleman başlanğıcı olamayan karakter için ampersandı &amp "
"olarak kullanın"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -219,16 +222,16 @@ msgstr ""
"'%s' i yorumlama hatası, karakter içinde bir rakam olması gerekiyor referans "
"(örnek; &#234) - belki rakam çok büyük"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Karakter referans '%s' izin verilen karakteri kodlayamıyor"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Boş karakter referans; &#454 gibi bir rakam içermelidir;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -238,23 +241,23 @@ msgstr ""
"karakteri elemana başlamak için kullanmadınız - ampersand yerine &amp "
"kullanabilirsiniz"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Tamamlanmamış varlık referansı"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Tamamlanmamış karakter referansı"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Geçersiz UTF-8 kodlanmış metin"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Doküman bir eleman ile başlamalı (örnek. <kitap>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -263,7 +266,7 @@ msgstr ""
"'<' karakterinden sonra gelen '%s' geçerli bir karakter değil; bir element "
"adı olmayabilir"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -272,12 +275,14 @@ msgstr ""
"Tek karakter '%s', Elemanın başlangıç etiketinin sonuna '>' karakteri "
"bekleniyor '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Tek karakter '%s', özellik adı '%s' olan eleman '%s' den sonra '=' bekleniyor"
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Tek karakter '%s', özellik adı '%s' olan eleman '%s' den sonra '=' bekleniyor"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -288,7 +293,7 @@ msgstr ""
"bekleniyor, veya bir özellik; özellik isminde geçersiz bir karakter "
"kullanmış olabilirsiniz"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -297,7 +302,7 @@ msgstr ""
"Tek karakter '%s',element '%s'in özelligi '%s''e değer verilirken eşittir "
"işaretinden sonra açık alıntı işareti bekleniyor"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -306,7 +311,7 @@ msgstr ""
"'</' karakterlerini takip eden '%s' geçerli bir karakter değildir; '%s' bir "
"eleman ismiyle başlamıyor olabilir"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -315,25 +320,25 @@ msgstr ""
"Kapalı eleman '%s' den sonra gelen '%s' geçerli bir karakter değildir; izin "
"verilen karakter ise '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Eleman '%s' kapatılmış, hiç bir eleman açık değil"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Eleman '%s' kapatılmış, fakat su an açık eleman '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Doküman boş veya sadece boşluk karakteri içermektedir"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Doküman açık üçgen parantez '<'den sonra beklenmedik bir şekilde bitti"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -342,7 +347,7 @@ msgstr ""
"Doküman elemanları hala açık olarak beklenmedik bir şekilde bitti - son "
"eleman '%s' açıktı"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -351,19 +356,19 @@ msgstr ""
"Doküman beklenmedik bir şekilde bitti, etiket <%s/> ile biten kapalı üçgen "
"parantez bekleniyor"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Doküman bir elemanın içinde beklenmedik bir şekilde bitti"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Doküman bir özellik ismi içinde beklenmedik bir şekilde bitti"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Doküman bir eleman-açma etiketi içinde beklenmedik bir şekilde bitti"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -371,16 +376,16 @@ msgstr ""
"Doküman özellik adını takip eden eşittir isaretinden sonra beklenmedik bir "
"şekilde bitti: özellik degeri yok"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Doküman bir özellik değeri içinde iken beklenmedik bir şekilde bitti"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Doküman kapalı etiket '%s' içinde beklenmedik bir şekilde bitti"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Doküman bir yorum veya işlem talimatı içindeyken beklenmedik bir şekilde "
@ -408,36 +413,37 @@ msgstr "%c için uygunluk alıntısı bulunmadan metin bitti. (Metin '%s')"
msgid "Text was empty (or contained only whitespace)"
msgstr "Metin boştu (veya sadece boşluk içeriyordu)"
#: glib/gspawn-win32.c:286
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Child işlemden bilgi okuma başarısızlığı"
#: glib/gspawn-win32.c:414
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr "g_io_channel_win32_poll() child işlemden bilgi okumada beklenmeyen hata"
msgstr ""
"g_io_channel_win32_poll() child işlemden bilgi okumada beklenmeyen hata"
#: glib/gspawn-win32.c:784 glib/gspawn.c:979
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Child pipe'dan okuma başarısızlığı (%s)"
#: glib/gspawn-win32.c:871
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Yardımcı program çalıştırılırken hata oluştu"
#: glib/gspawn-win32.c:904 glib/gspawn.c:1184
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Klasör değistirme başarısızlığı '%s' (%s)"
#: glib/gspawn-win32.c:913
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Child işlem yürütme başarısızlığı (%s)"
#: glib/gspawn-win32.c:956 glib/gspawn.c:1315
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Klasör değistirme başarısızlığı '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Child işlemlerin haberleşmesi için pipe yaratma başarısızlığı (%s)"
@ -447,56 +453,61 @@ msgstr "Child işlemlerin haberleşmesi için pipe yaratma başarısızlığı (
msgid "Failed to read data from child process (%s)"
msgstr "child işlemden bilgi okuma başarısızlığı (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "child işlemden bilgi okuma select()'te bilinmeyen hata (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid()'de bilinmeyen hata (%s)"
#: glib/gspawn.c:1044
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "fork başarısızlığı (%s)"
#: glib/gspawn.c:1194
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "\"%s\" ast süreci çalıştırılırken hata oluştu(%s)"
#: glib/gspawn.c:1204
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Child işlem girdi veya çıktı yönlendirme hatası (%s)"
#: glib/gspawn.c:1213
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "child işlem fork hatası (%s)"
#: glib/gspawn.c:1221
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "\"%s\" ast süreci çalışmasında bilinmeyen hata"
#: glib/gspawn.c:1243
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "child pid pipe dan yeterli bilgi okuma başarısızlığı (%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "UTF-8 için karakter sınırlarının dışında"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "dönüşüm girdisi içinde geçersiz dizi"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "UTF-16 için karakter sınırlarının dışında"
#~ msgid "Incorrect message size"
#~ msgstr "Hatalı mesaj boyutu"
#~ msgid "Socket error"
#~ msgstr "Soket hatası"

205
po/uk.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 1.3.2\n"
"POT-Creation-Date: 2003-01-27 23:49+0200\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-01-27 11:56--500\n"
"Last-Translator: Yuriy Syrota <yuri@renome.rovno.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
@ -13,71 +13,71 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Перетворення з набору символів \"%s\" у \"%s\" не підтримується"
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Не вдалось відкрити перетворювач з \"%s\" у \"%s\": %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1304
#: glib/giochannel.c:1346 glib/giochannel.c:2188 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "Неправильна послідовність байтів у перетворюваному вводі"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1311
#: glib/giochannel.c:2200
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Помилка під час перетворення: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Незавершена символьна послідовність на кінці вводу"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Неможливо коректно перетворити символ \"%s\" у символ з набору \"%s\""
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr ""
"Ідентифікатор URI \"%s\" не є абсолютним ідентифікатором при використанні "
"файлової схеми"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Ідентифікатор URI \"%s\" локального файла не може містити символ \"#\""
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI \"%s\" неправильний"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Неправильна назва хоста в URI \"%s\""
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Ідентифікатор URI \"%s\" містить неправильно екранований символ"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Шлях \"%s\" не є абсолютним"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Неправильна назва хоста"
@ -86,106 +86,107 @@ msgstr "Неправильна назва хоста"
msgid "Error opening directory '%s': %s"
msgstr "Помилка відкриття каталогу \"%s\": %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Не вдалось виділити %lu байтів для зчитування файла \"%s\""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Помилка зчитування файлу \"%s\": %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Помилка зчитування з файлу \"%s\": %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Збій відкриття файлу \"%s\": %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Не вдалось отримати ознаки файлу \"%s\": збій fstat(): %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Збій відкривання файлу \"%s\": збій fdopen(): %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Шаблон \"%s\" неправильний, бо не може містити \"%s\""
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Шаблон \"%s\" не закінчується на XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Збій створення файлу \"%s\": %s"
#: glib/giochannel.c:1132
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Збій створення файлу \"%s\": %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Перетворення з набору символів \"%s\" у \"%s\" не підтримується"
#: glib/giochannel.c:1136
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Не вдалось відкрити перетворювач з \"%s\" у \"%s\": %s"
#: glib/giochannel.c:1481
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Неможливо виконати безпосереднє зчитування у функції "
"g_io_channel_read_line_string"
#: glib/giochannel.c:1528 glib/giochannel.c:1785 glib/giochannel.c:1871
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "В буфері зчитування лишились не перетворені дані"
#: glib/giochannel.c:1608 glib/giochannel.c:1685
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Канал завершується на неповному символі"
#: glib/giochannel.c:1671
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
"Неможливо виконати безпосереднє зчитування у функції g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Неправильний розмір повідомлення"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Помилка сокета"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Помилка в рядку %d на символі %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Помилка в рядку %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Виявлено порожню сутність \"&;\"; допустимими сутностями є: &amp; &quot; "
"&lt; &gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -195,17 +196,17 @@ msgstr ""
"Сутність не може починатися з символу \"%s\", її починає символ \"&\"; якщо "
"цей символ не має бути частиною сутності, то екрануйте його сутністю &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Символ \"%s\" не допускається в назві сутності"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Назва сутності \"%s\" невідома"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -213,7 +214,7 @@ msgstr ""
"Сутність не закінчується крапкою з комою; очевидно, що символ & було "
"використано не для позначення початку сутності екрануйте його як &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -222,16 +223,16 @@ msgstr ""
"Стався збій під час аналізу посилання на символ, виявлено \"%s\", де має "
"бути цифра (&#234, наприклад), можливо, цифра надто велика"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Посилання на символ \"%s\" не визначає дозволений символ"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Порожнє посилання на символ, воно має включати число, наприклад &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
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 +241,23 @@ msgstr ""
"Посилання на символ не закінчується крапкою з комою, схоже символ \"&\" було "
"використано не для позначення початку сутності екрануйте його як &amp;."
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Незавершене посилання на сутність"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Незавершене посилання на символ"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Неправильно кодований текст UTF-8"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документ має починатися з елемента (наприклад, <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -265,7 +266,7 @@ msgstr ""
"Символ \"%s\" не дозволяється вживати після символа \"<\", він не може "
"починати назву елемента"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -274,7 +275,7 @@ msgstr ""
"Зайвий символ \"%s\", очікувався символ \">\" для закриття початкового тега "
"елемента \"%s\""
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -282,7 +283,7 @@ msgstr ""
"Зайвий символ \"%s\", очікувався символ \"=\" після назви ознаки \"%s\" "
"елемента \"%s\""
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -293,7 +294,7 @@ msgstr ""
"початкового тега елемента \"%s\", чи додаткова ознака; можливо, було "
"використано неприпустимий символ в назві ознаки"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -302,7 +303,7 @@ msgstr ""
"Зайвий символ \"%s\", очікувались відкривні лапки після знаку рівності на "
"присвоєнні значення ознаці \"%s\" елемента \"%s\""
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -311,7 +312,7 @@ msgstr ""
"Символ \"%s\" неприпустимий після символів \"</\"; символ \"%s\" не може "
"починати назву елемента"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -320,26 +321,26 @@ msgstr ""
"Символ \"%s\" неприпустимий на закритті назви елемента \"%s\"; припустимим "
"символом є \">\""
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Було закрито невідкритий елемент \"%s\""
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Було закрито елемент \"%s\", але зараз відрито елемент \"%s\""
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Документ порожній чи містить лише пропуски"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документ раптово закінчився відразу після початкової кутової дужки \"<\""
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -348,7 +349,7 @@ msgstr ""
"Документ раптово закінчився, коли деякі елементи ще були відкритими \"%s\" "
"був останнім відкритим елементом"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -357,19 +358,19 @@ msgstr ""
"Документ раптово закінчився, очікувалась кінцева кутова дужка для закриття "
"тега <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Документ раптово закінчився посеред назви елемента"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документ раптово закінчився посеред назви ознаки"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документ раптово закінчився почеред тега, що відкривав елемент"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -377,16 +378,16 @@ msgstr ""
"Документ раптово закінчився після знака рівності, що йшов за назвою ознаки; "
"значення ознаки не вказано"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документ раптово закінчився посеред значення ознаки"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документ раптово закінчився посеред тега, що закривав елемент \"%s\""
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документ раптово закінчився посеред коментаря чи інструкції обробки"
@ -413,11 +414,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "Текст порожній (чи містить лише пропуски)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "Збій зчитування даних з спадкоємного процесу"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -425,26 +426,26 @@ msgstr ""
"Неочікувана помилка в зчитувавані даних з спадкоємного процесу через "
"g_io_channel_win32_poll() "
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Збій зчитування з спадкоємного каналу (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Стався збій під час виконання допоміжної програми"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Не вдалося перейти в каталог \"%s\" (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Збій виконання спадкоємного процесу (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Не вдалося перейти в каталог \"%s\" (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Збій створення каналу для обміну з спадкоємним процесом (%s)"
@ -454,58 +455,64 @@ msgstr "Збій створення каналу для обміну з спад
msgid "Failed to read data from child process (%s)"
msgstr "Збій зчитування даних з спадкоємного процесу (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Неочікувана помилка під час очікування на зміну стану файлового дескриптора "
"спадкоємного процесу (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Неочікувана помилка у waitpid() (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Збій розгалуження (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Збій виконання спадкоємного процесу \"%s\" (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Не вдалося перенаправити вивід чи ввід спадкоємного процесу (%s)"
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Збій запуску спадкоємного процесу (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Невідома помилка виконання спадкоємного процесу \"%s\""
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Не вдалося зчитати достатньої кількості даних з спадкоємного каналу (%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Символ не входить в набір UTF-8"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Неправильна послідовність у перетворюваному вводі"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Символ не входить в набір UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Неправильний розмір повідомлення"
#~ msgid "Socket error"
#~ msgstr "Помилка сокета"

205
po/vi.po
View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 1.2\n"
"POT-Creation-Date: 2003-01-19 04:54+0100\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2003-01-19 20:08+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"
@ -15,69 +15,69 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Yudit 2.6-1\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, 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:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Không thể mở trình chuyển đổi từ '%s' thành '%s': %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1304
#: glib/giochannel.c:1346 glib/giochannel.c:2188 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
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:608 glib/gconvert.c:824 glib/giochannel.c:1311
#: glib/giochannel.c:2200
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "Lỗi khi chuyển đổi: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "Character sequence riêng phần ở cuối đầu vào"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, 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:1633
#: glib/gconvert.c:1411
#, 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:1643
#: glib/gconvert.c:1421
#, 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:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' không hợp lệ"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, 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:1688
#: glib/gconvert.c:1466
#, 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:1759
#: glib/gconvert.c:1537
#, 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:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "Tên chủ không hợp lệ"
@ -86,103 +86,104 @@ msgstr "Tên chủ không hợp lệ"
msgid "Error opening directory '%s': %s"
msgstr "Lỗi khi mở thư mục '%s': %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Không thẻ cấp phát %lu bytes để đọc tập tin \"%s\""
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Lỗi khi đọc tập tin '%s': %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Không đọc được từ tập tin '%s': %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Không mở được tập tin '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Không lấy được các thuộc tính của tập tin '%s': fstat() không được: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Không mở được tập tin '%s': fdopen() không được: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Template '%s' không hợp lệ, không nên chứa '%s'"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Template '%s' không kết thúc bằng XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Không tạo được tập tin '%s': %s"
#: glib/giochannel.c:1132
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Không tạo được tập tin '%s': %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Không hỗ trợ việc chuyển đổi từ bộ ký tự `%s' thành `%s'"
#: glib/giochannel.c:1136
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Không thể mở trình chuyển đổi từ `%s' thành `%s': %s"
#: glib/giochannel.c:1481
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Không thể thực hiện đọc thô trong g_io_channel_read_line_string"
#: glib/giochannel.c:1528 glib/giochannel.c:1785 glib/giochannel.c:1871
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "Để lại dữ liệu chưa được chuyển đổi trong buffer đọc"
#: glib/giochannel.c:1608 glib/giochannel.c:1685
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "Kênh tận hết trong ký tự riêng phần"
#: glib/giochannel.c:1671
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Không thể thực hiện đọc thô trong g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "Kích thước thông điệp sai"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Lỗi Socket"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Lỗi trên dòng %d char %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "Lỗi trên dòng %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Thực thể trống '&;' được thấy; những mục nhập hợp lệ là: &amp; &quot; &lt; "
"&gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -192,17 +193,17 @@ msgstr ""
"Ký tự '%s' không hợp lệ ở đầu tên thực thể; ký tự & khởi đầu một thực thể; "
"nếu dấu (và) không được coi là một thực thể, thoát khỏi nó như là &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Ký tự '%s' không hợp lệ bên trong tên mục nhập"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Tên thực thể '%s' không được xác định"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -210,7 +211,7 @@ msgstr ""
"Thực thể đã không kết thúc bằng dấu chấm phẩy; dường như bạn đã dùng ký tự "
"(và) mà không phải để bắt đầu một thự thể - thoát khỏi dấu (và) như là &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
@ -219,16 +220,16 @@ msgstr ""
"Không phân tích được '%s', nó nên là một con số bên trong một tham chiếu ký "
"tự (vd: &#234) - có lẽ con số quá lớn"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "Tham chiếu ký tự '%s' không mã một ký tự cho phép"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tham chiếu ký tự trống; nên chứa digit như là &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -238,23 +239,23 @@ msgstr ""
"một ký tự (và) mà không phải để bắt đầu một thự thể - thoát dấu (và) như là "
"&amp"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "Tham chiếu thực thể chưa hoàn chỉnh"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "Tham chiếu ký tự chưa hoàn chỉnh"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "Văn bản mã UTF-8 bất hợp lệ"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Tài liệu phải bắt đầu bằng một phần tử (vd: <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@ -263,7 +264,7 @@ msgstr ""
"'%s' không phải một ký tự hợp lệ đi theo ký tự '<' ; nó có thể không bắt đầu "
"tên phần tử"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@ -272,13 +273,13 @@ msgstr ""
"Ký tự lẻ '%s', mong muốn một ký tự '>' để kết thúc tag khởi đầu của phần tử "
"'%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Ký tự lẻ '%s', mong muốn '=' sau tên thuộc tính '%s' của phần tử '%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -289,7 +290,7 @@ msgstr ""
"phần ỷư '%s', hay tùy ý một thuộc tính; có lẽ bạn đã dùng một ký tự bát hợp "
"lệ trong một tên thuộc tính"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -298,7 +299,7 @@ msgstr ""
"Ký tự lẻ '%s' , mong muốn một dấu ngoặc kép sau dấu bằng khi nhận giá trị "
"cho thuộc tính '%s' của phần tử '%s'"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@ -307,7 +308,7 @@ msgstr ""
"'%s' không phải một ký tự hợp lệ đi theo các ký tự '</' ; '%s' có thể không "
"khởi đầu một tên phần tử"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@ -316,26 +317,26 @@ msgstr ""
"'%s' không phải một ký tự hợp lệ đi theo tên phần tử đóng '%s'; ký tự được "
"phép là '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Phần tử '%s' đã được đóng, không có phần tử mở hiện thời "
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Phần tử '%s' đã được đóng, nhưng phần tử mở hiện thời là '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "Tài liệu trống hay chỉ chứa không gian trống"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Tài liệu đã kết thúc không mong muốn ngay sau một dấu ngoặc nhọn mở '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@ -344,7 +345,7 @@ msgstr ""
"Tài liệu đã kết thúc không mong muốn với các phần tử vẫn còn mở - '%s' là "
"phần tử đã mở cuối cùng"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@ -353,19 +354,19 @@ msgstr ""
"Tài liệu kết thúc không mong muốn, được cho là thấy dấu ngoặc nhọn kết thúc "
"tag <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "Tài liệu được kết thúc không mong muốn bên trong tên phần tử"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Tài liệu được kết thúc không mong muốn bên trong tên thuộc tính"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Tài liệu được kết thúc không mong muốn bên trong tag của phần tử mở"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@ -373,19 +374,19 @@ msgstr ""
"Tài liệu kết thúc không mong muốn sau dấu bằng đi theo một tên thuộc tính; "
"không có giá trị thuộc tính"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Tài liệu được kết thúc không mong muốn trong khi nằm trong một giá trị thuộc "
"tính"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Tài liệu được kết thúc không mong muốn bên trong tag đóng cho phần tử '%s'"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Tài liệu được kết thúc không mong muốn bên trong một ghi chú hay hướng dẫn "
@ -415,11 +416,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)"
msgstr "Văn bản trống (hay chỉ gồm các ký tự trắng)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
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:336
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@ -427,26 +428,26 @@ msgstr ""
"Lỗi không mong muốn trong g_io_channel_win32_poll() đọc dữ liệu từ tiến "
"trình con"
#: glib/gspawn-win32.c:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Không đọc được từ pipe con (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "Lỗi thực thi chương trình bổ trợ"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Không thay đổi được thư mục '%s' (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Không thực thi được tiến trình con (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Không thay đổi được thư mục '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, 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)"
@ -456,58 +457,64 @@ msgstr "Không tạo được pipe để liên lạc với tiến trình con (%s
msgid "Failed to read data from child process (%s)"
msgstr "Không đọc được dữ liệu từ tiến trình con (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Lỗi không mong muốn trong select() đọc dữ liệu từ tiến trình con (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Lỗi không mong muốn trong waitpid() (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "Không rẽ nhánh được (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, 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:1186
#: glib/gspawn.c:1223
#, 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:1195
#: glib/gspawn.c:1232
#, 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:1203
#: glib/gspawn.c:1240
#, 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:1225
#: glib/gspawn.c:1262
#, 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)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "Ký tự nằm ngoài vùng UTF-8"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "Sequence bất hợp lệ trong đầu vào chuyển đổi"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "Ký tự nằm ngoài vùng UTF-16"
#~ msgid "Incorrect message size"
#~ msgstr "Kích thước thông điệp sai"
#~ msgid "Socket error"
#~ msgstr "Lỗi Socket"
#~ msgid "Channel set flags unsupported"
#~ msgstr "Kênh đặt các flag không được hỗ trợ"

279
po/yi.po
View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"POT-Creation-Date: 2003-03-19 14:08-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-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"
@ -13,69 +13,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "פֿאַרװאַנדלונג פֿון קאָדירונג %s צו %s ניט געשטיצט"
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "ניט געקענט עפֿענען פֿאַרװאַנדלער פֿון %s צו %s: %s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "אומלעקסיק אַכטעלע־סעײַװענץ אין פֿאַרװאַנדלונג אַרױסשרײַב"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "האַלבע כאַראַקטער־סעקװענץ צום סוף פֿון אַרײַנשרײַב"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "ניט געקענט פֿאַרװאַנדלען גרונטבאַטרעף %s צו קאָדירונג %s"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "דער URI %s איז ניט אַבסאָלוט לױט דער טעקע־סכעמע"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "דער לאָקאַלער טעקע־URI %s טאָר ניט כּולל זײַן אַ '#'"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "דער URI %s איז אומלעקסיק"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "דער מאַשין־נאָמען פֿונעם URI %s איז אומלעקסיק"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "דער URI %s איז כּולל אומלעקסיקע פּליטה־כאַראַקטערס"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "די פּאַפּקע־רשימה %s איז ניט אַבסאָלוט"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "אומלעקסיקער מאַשין־נאָמען"
@ -84,122 +84,123 @@ msgstr "אומלעקסיקער מאַשין־נאָמען"
msgid "Error opening directory '%s': %s"
msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "ניט געקענט אױסטײלן %lu אַכטעלעך צו לײענען טעקע %s"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "ניט געקענט לײענען טעקע %s: %s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "ניט געקענט עפֿענען טעקע '%s': %s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "ניט געקענט באַקומען אַטריבוטן פֿון טעקע %s: fstat() איז דורכגעפֿאַלן: %s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכגעפֿאַלן: %s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "מוסטער %s אומלעקסיק, טאָר ניט כּולל זײַן %s"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "מוסטער %s ענדיקט זיך ניט מיט XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "ניט געקענט שאַפֿן טעקע %s: %s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "ניט געקענט שאַפֿן טעקע %s: %s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "פֿאַרװאַנדלען פֿון שריפֿטצײכן־געזעמל %s צו %s איז ניט געשטיצט"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "ניט געקענט עפֿענען פֿאַרװאַנדלער פֿון %s צו %s: %s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "ניט געקענט מאַכן אַ רױ־לײען אין g_io_channel_read_line_string"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "איבעריקע ניט־פֿאַרװאַנדלטע דאַטן אין לײען־באַהאַלטאָרט"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "קאַנאַל ענדיקט זיך מיט אַ האַלבן שריפֿטצײכן"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "ניט געקענט מאַכן אַ רױ־לײען אין g_io_channel_read_to_end"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "ניט־ריכטיקע אָנזאָגגרײס"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "סאָקעט־דורכפֿאַל"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "דורכפֿאַל אױף שורה %d פּאָזיציע %d: %s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "דורכפֿאַל אױף שורה %d: %s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"לײדיקער אײנס '&;' געזען; לעקסיקע אײנסן זײַנען: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
"begins an entity; if this ampersand isn't supposed to be an entity, escape "
"it as &amp;"
msgstr ""
"שריפֿטצײכן %s איז ניט לעקסיק צום אָנהײב פֿון אַן אײנסנאָמען; דער & שריפֿטצײכן "
"הײבט אַן אײנס אָן; אױב מיט דעם דאָזיקן & מײנט מען ניט קײן אײנס, נאָרמאַליר אים "
"װי &amp;"
#: glib/gmarkup.c:431
"שריפֿטצײכן %s איז ניט לעקסיק צום אָנהײב פֿון אַן אײנסנאָמען; דער & שריפֿטצײכן הײבט "
"אַן אײנס אָן; אױב מיט דעם דאָזיקן & מײנט מען ניט קײן אײנס, נאָרמאַליר אים װי &amp;"
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "שריפֿטצײכן %s איז אומלעקסיק אין מיטן פֿון אַן אײנסנאָמען"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "אײנסנאָמען %s איז ניט באַקאַנט"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -207,24 +208,25 @@ msgstr ""
"אײנס האָט זיך ניט געענדיקט מיט קײן \";\". מסתּמא האָט מען געשריבן אַן & "
"שריפֿטצײכן אָן דער כּװנה אָנצוהײבן אַן אײנס. נאָרמאַליר & װי &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr "דורכפֿאַל אין אַנאַליזירן '%s', װאָס זאָל האָבן אַ ציפֿער אין דער "
"שריפֿטצײכן־רעפֿערענץ (למשל &#234;); אפֿשר איז דער ציפֿער צו גרױס"
msgstr ""
"דורכפֿאַל אין אַנאַליזירן '%s', װאָס זאָל האָבן אַ ציפֿער אין דער שריפֿטצײכן־רעפֿערענץ "
"(למשל &#234;); אפֿשר איז דער ציפֿער צו גרױס"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "שריפֿטצײכן־רעפֿערענץ '%s' קאָדירט ניט קײן דערלאָזטן שריפֿטצײכן"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "נוליקע שריפֿטצײכן־רעפֿערענץ; מוז כּולל זײַן אַ ציפֿער, װי &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
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,135 +235,158 @@ msgstr ""
"שריפֿטצײכן־רעפֿערענץ האָט זיך ניט געענדיקט מיט קײן \";\". מסתּמא האָט מען געשריבן "
"אַן & שריפֿטצײכן אָן דער כּװנה אָנצוהײבן אַן אײנס. נאָרמאַליר & װי &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "ניט־געענדיקט אײנס־רעפֿערענץ"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "ניט־געענדיקט שריפֿטצײכן־רעפֿערענץ"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "אומלעקסיק UTF־8 קאָדירטער טעקסט"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "דאָקומענט מוז אָנהײבן מיט אַן עלעמענט (װי למשל <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' איך ניט קײן לעקסיקער שריפֿטצײכן נאָך אַ '<' שריפֿטצײכן;"
"עס טאָר ניט אָנהײבן קײן אײנסנאָמען"
msgstr ""
"'%s' איך ניט קײן לעקסיקער שריפֿטצײכן נאָך אַ '<' שריפֿטצײכן;עס טאָר ניט אָנהײבן "
"קײן אײנסנאָמען"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '>' שריפֿטצײכן צו ענדיקן דעם אָנהײב־הענטל פֿונעם עלעמענט '%s'"
msgstr ""
"מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '>' שריפֿטצײכן צו ענדיקן דעם אָנהײב־הענטל "
"פֿונעם עלעמענט '%s'"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '=' שריפֿטצײכן נאָך אַטריבוט־נאָמען %s פֿונעם עלעמענט '%s'"
msgstr ""
"מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '=' שריפֿטצײכן נאָך אַטריבוט־נאָמען %s פֿונעם "
"עלעמענט '%s'"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
msgstr "מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '>' אָדער '/' שריפֿטצײכן צו ענדיקן דעם אָנהײב־הענטל פֿונעם עלעמענט '%s'; "
"אפֿשר האָט מען געלײגט אַן אומלעקסיקן שריפֿטצײכן אין אַן אַטריבוט־נאָמען"
msgstr ""
"מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '>' אָדער '/' שריפֿטצײכן צו ענדיקן דעם "
"אָנהײב־הענטל פֿונעם עלעמענט '%s'; אפֿשר האָט מען געלײגט אַן אומלעקסיקן שריפֿטצײכן "
"אין אַן אַטריבוט־נאָמען"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr "מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '\"' נאָך דעם '=' צו באַשטעטיקן דעם באַטרעף פֿון אַטריבוט '%s' פֿונעם עלעמענט '%s'"
msgstr ""
"מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '\"' נאָך דעם '=' צו באַשטעטיקן דעם באַטרעף פֿון "
"אַטריבוט '%s' פֿונעם עלעמענט '%s'"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "'%s' איז ניט קײן לעקסיקער שריפֿטצײכן נאָך די שריפֿטצײכנס '</'; '%s' טאָר ניט אָנהײבן קײן עלעמענט־נאָמען"
msgstr ""
"'%s' איז ניט קײן לעקסיקער שריפֿטצײכן נאָך די שריפֿטצײכנס '</'; '%s' טאָר ניט "
"אָנהײבן קײן עלעמענט־נאָמען"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s' איז ניט קײן לעקסיקער שריפֿטצײכן נאָך דעם שלאָס־עלעמענט נאָמען '%s'; מען מוז שטעלן '>'"
msgstr ""
"'%s' איז ניט קײן לעקסיקער שריפֿטצײכן נאָך דעם שלאָס־עלעמענט נאָמען '%s'; מען מוז "
"שטעלן '>'"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "עלעמענט '%s' איז פֿאַרמאַכט; קײן עלעמענט איז דערװײַל אָפֿן"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "עלעמענט '%s' איז פֿאַרמאַכט; דער איצטיקער אָפֿענער עלעמענט איז '%s'"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "דאָקומענט איז פּוסט אָדער איז כּולל בלױז לײדיק אָרט"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט נאָך אַן עפֿן־צײכן '<'"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט מיט אָפֿענע עלעמענטן; '%s' איז געװען דער לעצט־געעפֿנטער עלעמענט"
msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט מיט אָפֿענע עלעמענטן; '%s' איז געװען דער "
"לעצט־געעפֿנטער עלעמענט"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט; דערװאַרט אַ שלאָס־צײכן '>' צו ענדיקן דעם הענטל <%s/>"
msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט; דערװאַרט אַ שלאָס־צײכן '>' צו ענדיקן דעם "
"הענטל <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן עלעמענט־נאָמען"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן אַטריבוט־נאָמען"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן עלעמענט־עפֿן הענטל"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט נאָך דעם '=' שריפֿטצײכן נאָך אַן אַטריבוט־נאָמען אָן קײן אַטריבוט־באַטרעף"
msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט נאָך דעם '=' שריפֿטצײכן נאָך אַן "
"אַטריבוט־נאָמען אָן קײן אַטריבוט־באַטרעף"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן אַטריבוט־באַטרעף"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון דעם שלאָס־הענטל פֿון עלעמענט '%s'"
msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון דעם שלאָס־הענטל פֿון עלעמענט "
"'%s'"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַ קאָמענטאַר אָדער אַ באַאַרבעטן־באַפֿעל"
msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַ קאָמענטאַר אָדער אַ "
"באַאַרבעטן־באַפֿעל"
#: glib/gshell.c:72
msgid "Quoted text doesn't begin with a quotation mark"
@ -374,48 +399,52 @@ msgstr "גענדזן־פֿיסל אָן אַ זיװג אין באַפֿעל־ש
#: glib/gshell.c:530
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "טעקסט האָט זיך געענדיקט באַלד נאָך אַ '\\' שריפֿטצײכן. (דער טעקסט איז געװען '%s')"
msgstr ""
"טעקסט האָט זיך געענדיקט באַלד נאָך אַ '\\' שריפֿטצײכן. (דער טעקסט איז געװען '%s')"
#: glib/gshell.c:537
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "טעקסט האָט זיך געענדיקט אײדער אַ זיװג צו דעם גענדזן־פֿיסל %c. (דער טעקסט איז געװען '%s')"
msgstr ""
"טעקסט האָט זיך געענדיקט אײדער אַ זיװג צו דעם גענדזן־פֿיסל %c. (דער טעקסט איז "
"געװען '%s')"
#: glib/gshell.c:549
msgid "Text was empty (or contained only whitespace)"
msgstr "טעקסט איז געװען פּוסט (אָדער איז כּולל בלױס לײדיק אָרט)"
#: glib/gspawn-win32.c:286
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "ניט געקענט לײענען דאַטן פֿון קינדפּראָצעס"
#: glib/gspawn-win32.c:414
#: glib/gspawn-win32.c:426
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr "אומדערװאַרטער דורכפֿאַל אין g_io_channel_win32_poll() בשעת לײענען דאַטן "
"פֿון אַ קינדפּראָצעס"
msgstr ""
"אומדערװאַרטער דורכפֿאַל אין g_io_channel_win32_poll() בשעת לײענען דאַטן פֿון אַ "
"קינדפּראָצעס"
#: glib/gspawn-win32.c:784 glib/gspawn.c:979
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "דורכפֿאַל אין לײענע פֿון אַ ינדרער (%s)"
#: glib/gspawn-win32.c:871
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "דורכפֿאַל אין באַאַרבעטן הילף־פּראָגראַם"
#: glib/gspawn-win32.c:904 glib/gspawn.c:1184
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "דורכפֿאַל אין זיך קערן צו פּאַפּקע '%s' (%s)"
#: glib/gspawn-win32.c:913
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "דורכפֿאַל אין באַאַרבעטן קינדפּראָצעס (%s)"
#: glib/gspawn-win32.c:956 glib/gspawn.c:1315
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "דורכפֿאַל אין זיך קערן צו פּאַפּקע '%s' (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "דורכפֿאַל אין שאַפֿן רער צוליב קאָמוניקירן מיט קינדפּראָצעס (%s)"
@ -425,55 +454,61 @@ msgstr "דורכפֿאַל אין שאַפֿן רער צוליב קאָמוני
msgid "Failed to read data from child process (%s)"
msgstr "דורכפֿאַל אין לײענען דאַטן פֿון אַ קינדפּראָצעס (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "אומדערװאַרטער דורכפֿאַל אין select() לײענען דאַטן פֿון אַ קינדפּראָצעס (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "אומדערװאַרטער דורכפֿאַל אין waitpid() (%s)"
#: glib/gspawn.c:1044
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "דורכפֿאַל אין קלאָנירן (%s)"
#: glib/gspawn.c:1194
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "דורכפֿאַל אין באַאַרבעטן קינדפּראָצעס \"%s\" (%s)"
#: glib/gspawn.c:1204
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "דורכפֿאַל אין װידערצילן אַרױסשרײַב אָדער אַרײַנשרײַב פֿון קינדפּראָצעס (%s)"
#: glib/gspawn.c:1213
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "דורכפֿאַל אין קלאָנירן קינדפּראָצעס (%s)"
#: glib/gspawn.c:1221
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "אומבאַקאַנטער דורכפֿאַל אין באַאַרבעטן קינדפּראָצעס \"%s\""
#: glib/gspawn.c:1243
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "דורכפֿאַל אין לײענען גענוג דאַטן פֿון קינד pid-רער (%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "שריפֿטצײכן ניט אין דער UTF־8 גאַמע"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "אומלעקסיקער סעקװענץ אין פֿאַרװאַנדל־אַרײַנשרײַב"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "שריפֿטצײכן ניט אין דער UTF־16 גאַמע"
#~ msgid "Incorrect message size"
#~ msgstr "ניט־ריכטיקע אָנזאָגגרײס"
#~ msgid "Socket error"
#~ msgstr "סאָקעט־דורכפֿאַל"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"POT-Creation-Date: 2002-12-20 10:12-0500\n"
"POT-Creation-Date: 2003-10-23 12:39-0400\n"
"PO-Revision-Date: 2002-03-17 16:34+0800\n"
"Last-Translator: He Qiangqiang <carton@263.net>\n"
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
@ -13,69 +13,69 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gconvert.c:401
#: glib/gconvert.c:402
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "不支持从字符集“%s”到“%s”的转换"
#: glib/gconvert.c:405
#: glib/gconvert.c:406
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "无法打开从“%s”到“%s”的转换器%s"
#: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
#: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
#: glib/gutf8.c:1352
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "转换输入中出现无效字符序列"
#: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
#: glib/giochannel.c:2191
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "转换过程中出错:%s"
#: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
#: glib/gutf8.c:1348
#: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
#: glib/gutf8.c:1351
msgid "Partial character sequence at end of input"
msgstr "输入末尾出现未尽字符序列"
#: glib/gconvert.c:799
#: glib/gconvert.c:800
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "无法转换后备字符集“%s”到字符集“%s”"
#: glib/gconvert.c:1633
#: glib/gconvert.c:1411
#, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "URI“%s”不是文件格式的绝对 URI"
#: glib/gconvert.c:1643
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "本地文件 URI“%s”不能包含“#”"
#: glib/gconvert.c:1660
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI“%s”无效"
#: glib/gconvert.c:1672
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI中的主机名“%s”无效"
#: glib/gconvert.c:1688
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI“%s”中包含无效的转义字符"
#: glib/gconvert.c:1759
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "路径名“%s”不是绝对路径"
#: glib/gconvert.c:1769
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "无效的主机名"
@ -84,101 +84,102 @@ msgstr "无效的主机名"
msgid "Error opening directory '%s': %s"
msgstr "打开目录“%s”时发生错误%s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "无法分配 %lu 字节以读取文件“%s”"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "读取文件“%s”出错%s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "无法读取文件“%s”%s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "无法打开文件“%s”%s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "无法获得文件“%s”的属性fstat() 失败:%s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "无法打开文件“%s”fdopen() 失败:%s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "模板“%s”无效不应该包含“%s”"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "模板“%s”的结尾不是 XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "无法创建文件“%s”%s"
#: glib/giochannel.c:1123
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "无法创建文件“%s”%s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "不支持从字符集“%s”到“%s”的转换"
#: glib/giochannel.c:1127
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "无法打开从“%s”到“%s”的转换器%s"
#: glib/giochannel.c:1472
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string 函数无法进行原始读取"
#: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "在读缓冲里留有未转换数据"
#: glib/giochannel.c:1599 glib/giochannel.c:1676
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "通道终止于未尽字符"
#: glib/giochannel.c:1662
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end 函数无法进行原始读取"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "不正确的消息大小"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "套接字错误"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "第%d行第%d个字符出错%s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "第%d行出错%s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "发现空的实体“&;”。有效的实体为:&amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -188,17 +189,17 @@ msgstr ""
"字符“%s”出现在实体名的开头无效。实体都以 & 字符 开头,如果这个 & 不是一个实体"
"的开头,把它变为 &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "字符“%s”在实体名中无效"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "未知的实体名“%s”"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -206,23 +207,23 @@ msgstr ""
"实体没有以分号结束。很可能您使用了 & 字符而又不是一个实体-将这个 & 变为 "
"&amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr "无法解析“%s”。它应该是字符引用中的数字(如&#234;)-可能该数字太大了"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "字符引用“%s”不是编码一个被允许的字符"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "空的字符引用;应该包括数字,如 &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -231,43 +232,43 @@ msgstr ""
"字符引用没有以分号结束。很可能您使用了 & 字符而又不是一个实体-将这个 & 变为 "
"&amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "无效的 UTF-8 编码文本"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "文档必须以一个元素开始(例如 <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "“%s”出现在字符“<”后是无效字符;它不能作为元素名的开头"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "字符“%s”无效应该以字符“>”来结束元素“%s”的起始标记"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "字符“%s”无效在属性名“%s”(元素“%s”)的后应该是字符“=”"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -277,87 +278,87 @@ msgstr ""
"字符“%s”无效应该以“>”或“/”结束元素“%s”的起始标记或紧跟该元素的属性可能"
"您在属性名中使用了无效字符"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr "字符“%s”无效在给属性“%s”(元素“%s”)赋值时,在等号后应该是引号"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "“%s”出现在字符“</”后无效;“%s”不能作为元素名的开头"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "“%s”出现在结束的元素名“%s”后无效允许的字符是“>”"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "元素“%s”已经结束没有未结束的元素"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "元素“%s”已经结束当前未结束的元素是“%s”"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "文档为空或仅含空白字符"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "文档在一个打开的尖括号“<”后意外结束"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "文档在还存在未结束元素时意外结束-最后的未结束元素是“%s”"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "文档意外结束,应该以右尖括号“>”来结束标记 <%s/>"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "文档在元素名中意外结束"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "文档在属性名中意外结束"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "文档在元素起始标记中意外结束"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "文档在跟在属性名后的等号后意外结束;没有属性值"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "文档在属性值中意外结束"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "文档在元素“%s”结束标记中意外结束"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "文档在注释或处理指令中意外结束"
@ -383,37 +384,37 @@ msgstr "文本在找到与 %c 匹配的引号之前结束。(文本为“%s”)"
msgid "Text was empty (or contained only whitespace)"
msgstr "空文本(或仅含空白字符)"
#: glib/gspawn-win32.c:208
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "无法从子进程中读取数据"
#: glib/gspawn-win32.c:336
#: glib/gspawn-win32.c:426
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:706 glib/gspawn.c:961
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "无法从子管道中读取 (%s)"
#: glib/gspawn-win32.c:784
#: glib/gspawn-win32.c:922
#, fuzzy
msgid "Failed to execute helper program"
msgstr "无法执行子进程 (%s)"
#: glib/gspawn-win32.c:817 glib/gspawn.c:1166
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "无法切换到目录“%s” (%s)"
#: glib/gspawn-win32.c:826
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "无法执行子进程 (%s)"
#: glib/gspawn-win32.c:869 glib/gspawn.c:1297
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "无法切换到目录“%s” (%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "无法创建与子进程通讯的管道 (%s)"
@ -423,58 +424,64 @@ msgstr "无法创建与子进程通讯的管道 (%s)"
msgid "Failed to read data from child process (%s)"
msgstr "无法从子进程中读取数据 (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "select() 在从子进程中读取数据时出现异常错误 (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid() 出现异常错误 (%s)"
#: glib/gspawn.c:1026
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "无法 fork (%s)"
#: glib/gspawn.c:1176
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "无法执行子进程 “%s” (%s)"
#: glib/gspawn.c:1186
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "无法重定向子进程(%s)的输入或输出"
#: glib/gspawn.c:1195
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "无法 fork 子进程 (%s)"
#: glib/gspawn.c:1203
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "执行子进程“%s”时出现未知错误"
#: glib/gspawn.c:1225
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "无法从子进程管道中读取足够的数据(%s)"
#: glib/gutf8.c:982
#: glib/gutf8.c:985
msgid "Character out of range for UTF-8"
msgstr "字符超出 UTF-8 范围"
#: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
#: glib/gutf8.c:1362 glib/gutf8.c:1458
#: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
#: glib/gutf8.c:1365 glib/gutf8.c:1461
msgid "Invalid sequence in conversion input"
msgstr "转换输入中出现无效序列"
#: glib/gutf8.c:1373 glib/gutf8.c:1469
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "字符超出 UTF-16 范围"
#~ msgid "Incorrect message size"
#~ msgstr "不正确的消息大小"
#~ msgid "Socket error"
#~ msgstr "套接字错误"
#~ msgid "Channel set flags unsupported"
#~ msgstr "不支持通道设置标志"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.3.0\n"
"POT-Creation-Date: 2003-05-27 20:16+0800\n"
"POT-Creation-Date: 2003-10-23 12:39-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"
@ -23,14 +23,14 @@ msgstr "不支援將字元集‘%s轉換成%s"
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "無法將‘%s轉換至%s%s"
#: glib/gconvert.c:604 glib/gconvert.c:894 glib/giochannel.c:1304
#: glib/giochannel.c:1346 glib/giochannel.c:2188 glib/gutf8.c:910
#: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
#: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
#: glib/gutf8.c:1355
msgid "Invalid byte sequence in conversion input"
msgstr "轉換輸入資料時遇到不正確的位元組次序"
#: glib/gconvert.c:609 glib/gconvert.c:825 glib/giochannel.c:1311
#: glib/giochannel.c:2200
#: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
#: glib/giochannel.c:2211
#, c-format
msgid "Error during conversion: %s"
msgstr "轉換時發生錯誤:%s"
@ -45,37 +45,37 @@ msgstr "輸入資料結束時出現未完成的字元次序"
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "無法將後備字串‘%s的字元集轉換成%s"
#: glib/gconvert.c:1632
#: glib/gconvert.c:1411
#, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the file scheme"
msgstr "URI%s不是使用 file 格式的絕對 URI"
#: glib/gconvert.c:1642
#: glib/gconvert.c:1421
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "本機檔案的 URI%s不應含有#"
#: glib/gconvert.c:1659
#: glib/gconvert.c:1438
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI%s無效"
#: glib/gconvert.c:1671
#: glib/gconvert.c:1450
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI%s中的主機名稱無效"
#: glib/gconvert.c:1687
#: glib/gconvert.c:1466
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI%s含有不正確的「跳出字元」(escaped characters)"
#: glib/gconvert.c:1758
#: glib/gconvert.c:1537
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "路徑名稱‘%s不是絕對路徑"
#: glib/gconvert.c:1768
#: glib/gconvert.c:1547
msgid "Invalid hostname"
msgstr "主機名稱無效"
@ -84,101 +84,102 @@ msgstr "主機名稱無效"
msgid "Error opening directory '%s': %s"
msgstr "開啟目錄‘%s時發生錯誤%s"
#: glib/gfileutils.c:384 glib/gfileutils.c:449
#: glib/gfileutils.c:390 glib/gfileutils.c:455
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "無法分配 %lu 位元來讀取檔案“%s”"
#: glib/gfileutils.c:395
#: glib/gfileutils.c:401
#, c-format
msgid "Error reading file '%s': %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: glib/gfileutils.c:471
#: glib/gfileutils.c:477
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "讀取檔案‘%s失敗%s"
#: glib/gfileutils.c:518 glib/gfileutils.c:586
#: glib/gfileutils.c:524 glib/gfileutils.c:592
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "開啟檔案‘%s失敗%s"
#: glib/gfileutils.c:532
#: glib/gfileutils.c:538
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "無法獲取檔案‘%s的屬性fstat() 失敗:%s"
#: glib/gfileutils.c:558
#: glib/gfileutils.c:564
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "開啟檔案‘%s失敗fdopen() 失敗:%s"
#: glib/gfileutils.c:765
#: glib/gfileutils.c:776
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "樣式‘%s無效不應含有%s"
#: glib/gfileutils.c:777
#: glib/gfileutils.c:788
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "樣式‘%s末端不是 XXXXXX"
#: glib/gfileutils.c:798
#: glib/gfileutils.c:809
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "無法建立檔案‘%s%s"
#: glib/giochannel.c:1132
#: glib/gfileutils.c:1150
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "無法建立檔案‘%s%s"
#: glib/gfileutils.c:1169
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1143
#, c-format
msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "不支援將字元集‘%s轉換成%s"
#: glib/giochannel.c:1136
#: glib/giochannel.c:1147
#, c-format
msgid "Could not open converter from `%s' to `%s': %s"
msgstr "無法將‘%s轉換至%s%s"
#: glib/giochannel.c:1481
#: glib/giochannel.c:1492
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "在 g_io_channel_read_line_string 中無法讀取原始資料"
#: glib/giochannel.c:1528 glib/giochannel.c:1785 glib/giochannel.c:1871
#: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
msgid "Leftover unconverted data in read buffer"
msgstr "用來讀取資料的緩衝區中仍有未轉換的資料"
#: glib/giochannel.c:1608 glib/giochannel.c:1685
#: glib/giochannel.c:1619 glib/giochannel.c:1696
msgid "Channel terminates in a partial character"
msgstr "在字元未完整之前,輸入管道已經結束"
#: glib/giochannel.c:1671
#: glib/giochannel.c:1682
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end 中無法讀取原始資料"
#: glib/giowin32.c:712 glib/giowin32.c:741
msgid "Incorrect message size"
msgstr "訊息長度不正確"
#: glib/giowin32.c:1034 glib/giowin32.c:1087
msgid "Socket error"
msgstr "Socket 發生錯誤"
#: glib/gmarkup.c:222
#: glib/gmarkup.c:223
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "第 %d 行第 %d 個字發生錯誤:%s"
#: glib/gmarkup.c:306
#: glib/gmarkup.c:307
#, c-format
msgid "Error on line %d: %s"
msgstr "第 %d 行發生錯誤:%s"
#: glib/gmarkup.c:385
#: glib/gmarkup.c:412
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "出現空白的實體‘&;’;可用的實體為:&amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:395
#: glib/gmarkup.c:422
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@ -188,17 +189,17 @@ msgstr ""
"實體名稱不應以‘%s開始應該使用 & 字元;如果這個 & 字元不是作為實體使用,請"
"將 & 轉換為 &amp;"
#: glib/gmarkup.c:431
#: glib/gmarkup.c:458
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "實體名稱中不應含有字元‘%s"
#: glib/gmarkup.c:475
#: glib/gmarkup.c:502
#, c-format
msgid "Entity name '%s' is not known"
msgstr "實體名稱‘%s意義不明"
#: glib/gmarkup.c:485
#: glib/gmarkup.c:512
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@ -206,23 +207,23 @@ msgstr ""
"實體的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉換"
"為 &amp;"
#: glib/gmarkup.c:531
#: glib/gmarkup.c:558
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr "無法理解‘%s字元參引內應該含有數字(例如 &#234;) ─ 可能是數字太大"
#: glib/gmarkup.c:556
#: glib/gmarkup.c:583
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "字元參引‘%s含有不正當的字元"
#: glib/gmarkup.c:573
#: glib/gmarkup.c:600
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "字元參引是空白的;它應該包括數字,像 &#454;"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:610
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@ -231,43 +232,43 @@ msgstr ""
"字元參引的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉"
"換為 &amp;"
#: glib/gmarkup.c:609
#: glib/gmarkup.c:636
msgid "Unfinished entity reference"
msgstr "未完成的實體參引"
#: glib/gmarkup.c:615
#: glib/gmarkup.c:642
msgid "Unfinished character reference"
msgstr "未完成的字元參引"
#: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
#: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
msgid "Invalid UTF-8 encoded text"
msgstr "無效的 UTF-8 編碼文字"
#: glib/gmarkup.c:955
#: glib/gmarkup.c:983
msgid "Document must begin with an element (e.g. <book>)"
msgstr "文件開始必須為一元素 (例如 <book>)"
#: glib/gmarkup.c:994
#: glib/gmarkup.c:1022
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "<’字元後的‘%s不是有效的字元這樣不可能是元素名稱的開始部份"
#: glib/gmarkup.c:1057
#: glib/gmarkup.c:1085
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "字元‘%s不尋常元素%s的開始標籤應該以>’字元結束"
#: glib/gmarkup.c:1144
#: glib/gmarkup.c:1172
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "不尋常的字元‘%s屬性名稱%s(屬於元素‘%s) 後應該是‘=’字元"
#: glib/gmarkup.c:1185
#: glib/gmarkup.c:1213
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -277,7 +278,7 @@ msgstr ""
"不尋常的字元‘%s元素%s的開始標籤應該以>’或‘/’字元終結,也可以是屬性;或"
"許您在屬性名稱中使用了無效的字元"
#: glib/gmarkup.c:1268
#: glib/gmarkup.c:1296
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@ -285,80 +286,80 @@ msgid ""
msgstr ""
"不尋常的字元‘%s當指定屬性%s的值 (屬於元素‘%s) 時,等號後應該出現開引號"
#: glib/gmarkup.c:1408
#: glib/gmarkup.c:1436
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "</’字元後的‘%s不是有效的字元%s不可能是元素名稱的開始部份"
#: glib/gmarkup.c:1446
#: glib/gmarkup.c:1474
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "字元‘%s是無效的 (位置在關閉元素‘%s末端);允許的字元為‘>"
#: glib/gmarkup.c:1457
#: glib/gmarkup.c:1485
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "元素‘%s已關閉沒有開啟中的元素"
#: glib/gmarkup.c:1466
#: glib/gmarkup.c:1494
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "元素‘%s已關閉但開啟中的元素是%s"
#: glib/gmarkup.c:1613
#: glib/gmarkup.c:1641
msgid "Document was empty or contained only whitespace"
msgstr "文件完全空白或只含有空白字元"
#: glib/gmarkup.c:1627
#: glib/gmarkup.c:1655
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "文件在尖角括號‘<’後突然終止"
#: glib/gmarkup.c:1635 glib/gmarkup.c:1679
#: glib/gmarkup.c:1663 glib/gmarkup.c:1707
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s是最後一個開啟的元素"
#: glib/gmarkup.c:1643
#: glib/gmarkup.c:1671
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號"
#: glib/gmarkup.c:1649
#: glib/gmarkup.c:1677
msgid "Document ended unexpectedly inside an element name"
msgstr "在元素的名稱內,文件突然結束"
#: glib/gmarkup.c:1654
#: glib/gmarkup.c:1682
msgid "Document ended unexpectedly inside an attribute name"
msgstr "在屬性名稱內,文件突然結束"
#: glib/gmarkup.c:1659
#: glib/gmarkup.c:1687
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "在元素的開啟標籤內,文件突然結束"
#: glib/gmarkup.c:1665
#: glib/gmarkup.c:1693
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值"
#: glib/gmarkup.c:1672
#: glib/gmarkup.c:1700
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "在屬性值內,文件突然結束"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1715
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "在元素‘%s的關閉標籤內文件突然結束"
#: glib/gmarkup.c:1693
#: glib/gmarkup.c:1721
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "在註解或處理指示內,文件突然結束"
@ -384,36 +385,36 @@ msgstr "字串完結前仍沒有對應於 %c 的引號 (字串為‘%s)"
msgid "Text was empty (or contained only whitespace)"
msgstr "文字是空白的 (或只含有空白字元)"
#: glib/gspawn-win32.c:286
#: glib/gspawn-win32.c:297
msgid "Failed to read data from child process"
msgstr "無法從副進程讀取資料"
#: glib/gspawn-win32.c:414
#: glib/gspawn-win32.c:426
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:784 glib/gspawn.c:979
#: glib/gspawn-win32.c:842 glib/gspawn.c:998
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "無法從管道讀取資料 (%s)"
#: glib/gspawn-win32.c:871
#: glib/gspawn-win32.c:922
msgid "Failed to execute helper program"
msgstr "無法執行助理程式"
#: glib/gspawn-win32.c:904 glib/gspawn.c:1184
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "無法進入目錄‘%s(%s)"
#: glib/gspawn-win32.c:913
#: glib/gspawn-win32.c:943 glib/gspawn-win32.c:987
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "無法執行副進程 (%s)"
#: glib/gspawn-win32.c:956 glib/gspawn.c:1315
#: glib/gspawn-win32.c:978 glib/gspawn.c:1203
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "無法進入目錄‘%s(%s)"
#: glib/gspawn-win32.c:1032 glib/gspawn.c:1334
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "無法建立管道來和副進程溝通 (%s)"
@ -423,42 +424,42 @@ msgstr "無法建立管道來和副進程溝通 (%s)"
msgid "Failed to read data from child process (%s)"
msgstr "無法從副進程讀取資料 (%s)"
#: glib/gspawn.c:299
#: glib/gspawn.c:298
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "當 select() 從副進程讀取資料時發生無法預計的錯誤 (%s)"
#: glib/gspawn.c:382
#: glib/gspawn.c:381
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid() 發生無法預計的錯誤 (%s)"
#: glib/gspawn.c:1044
#: glib/gspawn.c:1063
#, c-format
msgid "Failed to fork (%s)"
msgstr "無法衍生進程 (%s)"
#: glib/gspawn.c:1194
#: glib/gspawn.c:1213
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "無法執行副進程“%s”(%s)"
#: glib/gspawn.c:1204
#: glib/gspawn.c:1223
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "無法將副進程的輸出或輸入重新導向 (%s)"
#: glib/gspawn.c:1213
#: glib/gspawn.c:1232
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "無法衍生副進程 (%s)"
#: glib/gspawn.c:1221
#: glib/gspawn.c:1240
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "執行副進程“%s”時發生不明的錯誤"
#: glib/gspawn.c:1243
#: glib/gspawn.c:1262
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "無法從 child pid pipe 讀取足夠的資料 (%s)"
@ -475,3 +476,9 @@ msgstr "轉換輸入資料時出現無效的字元次序"
#: glib/gutf8.c:1376 glib/gutf8.c:1472
msgid "Character out of range for UTF-16"
msgstr "字元不在 UTF-16 範圍之內"
#~ msgid "Incorrect message size"
#~ msgstr "訊息長度不正確"
#~ msgid "Socket error"
#~ msgstr "Socket 發生錯誤"

View File

@ -2,7 +2,10 @@ Makefile
Makefile.in
accumulator
defaultiface
ifacecheck
ifaceinherit
ifaceinit
ifaceproperties
override
testmarshal.c
testmarshal.h

View File

@ -39,6 +39,7 @@ testmarshal.c: @REBUILD@ testmarshal.list $(glib_genmarshal)
&& rm -f xgen-gmc xgen-gmc~
BUILT_SOURCES = testmarshal.h testmarshal.c
CLEANFILES = stamp-testmarshal.h
########################################################################
@ -61,17 +62,20 @@ TESTS_ENVIRONMENT = srcdir=$(srcdir) \
########################################################################
EXTRA_DIST = \
testmarshal.list
BUILT_EXTRA_DIST = \
testmarshal.h \
testmarshal.c
dist-hook: $(BUILT_EXTRA_DIST) \
dist-hook: $(BUILT_EXTRA_DIST)
files='$(BUILT_EXTRA_DIST)'; \
for f in $$files; do \
if test -f $$f; then d=.; else d=$(srcdir); fi; \
cp $$d/$$f $(distdir) || exit 1; done
distclean-local: \
distclean-local:
if test $(srcdir) = .; then :; else \
rm -f $(BUILT_EXTRA_DIST); \
fi

View File

@ -46,10 +46,6 @@
* before DerivedObject's class_init; the results of
* g_type_interface_peek() are not allowed to change from one
* non-NULL vtable to another non-NULL vtable)
*
* I6) We add an interface to DerivedObject, then add the
* same interface to BaseObject. This is rather pathological,
* but should work.
*/
/*
@ -96,7 +92,6 @@ typedef struct _TestIfaceClass TestIface2Class;
typedef struct _TestIfaceClass TestIface3Class;
typedef struct _TestIfaceClass TestIface4Class;
typedef struct _TestIfaceClass TestIface5Class;
typedef struct _TestIfaceClass TestIface6Class;
struct _TestIfaceClass
{
@ -109,14 +104,12 @@ struct _TestIfaceClass
#define TEST_TYPE_IFACE3 (test_iface3_get_type ())
#define TEST_TYPE_IFACE4 (test_iface4_get_type ())
#define TEST_TYPE_IFACE5 (test_iface5_get_type ())
#define TEST_TYPE_IFACE6 (test_iface6_get_type ())
static DEFINE_IFACE (TestIface1, test_iface1, NULL, NULL)
static DEFINE_IFACE (TestIface2, test_iface2, NULL, NULL)
static DEFINE_IFACE (TestIface3, test_iface3, NULL, NULL)
static DEFINE_IFACE (TestIface4, test_iface4, NULL, NULL)
static DEFINE_IFACE (TestIface5, test_iface5, NULL, NULL)
static DEFINE_IFACE (TestIface6, test_iface6, NULL, NULL)
static void
add_interface (GType object_type,
@ -156,7 +149,7 @@ interface_is_base (GType object_type,
static void
init_derived_interface (TestIfaceClass *iface)
{
iface->val = 21;
iface->val = 42;
}
static void
@ -213,13 +206,11 @@ main (int argc,
add_base_interface (BASE_TYPE_OBJECT, TEST_TYPE_IFACE2);
add_derived_interface (DERIVED_TYPE_OBJECT, TEST_TYPE_IFACE5);
add_derived_interface (DERIVED_TYPE_OBJECT, TEST_TYPE_IFACE6);
/* Class init DerivedObject */
g_type_class_ref (DERIVED_TYPE_OBJECT);
add_base_interface (BASE_TYPE_OBJECT, TEST_TYPE_IFACE4);
add_base_interface (BASE_TYPE_OBJECT, TEST_TYPE_IFACE6);
/* Check that all the non-overridden interfaces were properly inherited
*/
@ -231,7 +222,6 @@ main (int argc,
/* Check that all the overridden interfaces were properly overridden
*/
g_assert (interface_is_derived (DERIVED_TYPE_OBJECT, TEST_TYPE_IFACE5));
g_assert (interface_is_derived (DERIVED_TYPE_OBJECT, TEST_TYPE_IFACE6));
return 0;
}

View File

@ -327,6 +327,7 @@ main (int argc,
GPtrArray *gparray;
GByteArray *gbarray;
GString *string1, *string2;
const gchar *charset;
GTree *tree;
char chars[62];
GRelation *relation;
@ -1175,10 +1176,10 @@ main (int argc,
g_print ("ok\n");
if (g_get_charset (&string))
g_print ("current charset is UTF-8: %s\n", string);
if (g_get_charset (&charset))
g_print ("current charset is UTF-8: %s\n", charset);
else
g_print ("current charset is not UTF-8: %s\n", string);
g_print ("current charset is not UTF-8: %s\n", charset);
#ifdef G_PLATFORM_WIN32
g_print ("current locale: %s\n", g_win32_getlocale ());