mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-19 16:52:11 +01:00
1.3.15, binary, interface age 0.
Sat Feb 23 21:36:51 2002 Owen Taylor <otaylor@redhat.com> * configure.in: 1.3.15, binary, interface age 0. * NEWS: Updated.
This commit is contained in:
parent
67ea9743a7
commit
cca5009912
@ -1,3 +1,9 @@
|
||||
Sat Feb 23 21:36:51 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: 1.3.15, binary, interface age 0.
|
||||
|
||||
* NEWS: Updated.
|
||||
|
||||
Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/giochannel.h (struct _GIOChannel): Add a little bit
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat Feb 23 21:36:51 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: 1.3.15, binary, interface age 0.
|
||||
|
||||
* NEWS: Updated.
|
||||
|
||||
Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/giochannel.h (struct _GIOChannel): Add a little bit
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat Feb 23 21:36:51 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: 1.3.15, binary, interface age 0.
|
||||
|
||||
* NEWS: Updated.
|
||||
|
||||
Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/giochannel.h (struct _GIOChannel): Add a little bit
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat Feb 23 21:36:51 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: 1.3.15, binary, interface age 0.
|
||||
|
||||
* NEWS: Updated.
|
||||
|
||||
Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/giochannel.h (struct _GIOChannel): Add a little bit
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat Feb 23 21:36:51 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: 1.3.15, binary, interface age 0.
|
||||
|
||||
* NEWS: Updated.
|
||||
|
||||
Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/giochannel.h (struct _GIOChannel): Add a little bit
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat Feb 23 21:36:51 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: 1.3.15, binary, interface age 0.
|
||||
|
||||
* NEWS: Updated.
|
||||
|
||||
Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/giochannel.h (struct _GIOChannel): Add a little bit
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat Feb 23 21:36:51 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: 1.3.15, binary, interface age 0.
|
||||
|
||||
* NEWS: Updated.
|
||||
|
||||
Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/giochannel.h (struct _GIOChannel): Add a little bit
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat Feb 23 21:36:51 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: 1.3.15, binary, interface age 0.
|
||||
|
||||
* NEWS: Updated.
|
||||
|
||||
Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/giochannel.h (struct _GIOChannel): Add a little bit
|
||||
|
4
INSTALL
4
INSTALL
@ -1,8 +1,8 @@
|
||||
Simple install procedure
|
||||
========================
|
||||
|
||||
% gzip -cd glib-1.3.14.tar.gz | tar xvf - # unpack the sources
|
||||
% cd glib-1.3.14 # change to the toplevel directory
|
||||
% gzip -cd glib-1.3.15.tar.gz | tar xvf - # unpack the sources
|
||||
% cd glib-1.3.15 # change to the toplevel directory
|
||||
% ./configure # run the `configure' script
|
||||
% make # build GLIB
|
||||
|
||||
|
14
NEWS
14
NEWS
@ -1,3 +1,17 @@
|
||||
Overview of Changes in GLib 1.3.15:
|
||||
===================================
|
||||
|
||||
* Speed up marshalers by using private access to GValue
|
||||
[Anders Carlsson, Tim Janik]
|
||||
* Reduce GValue to 2 elements [Tim]
|
||||
* Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
|
||||
* Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
|
||||
* Add padding to various structures [Owen Taylor, Tim]
|
||||
* Win32 fixes [Tor Lillquist]
|
||||
|
||||
Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
|
||||
Daniel Elstner
|
||||
|
||||
Overview of Changes in GLib 1.3.14:
|
||||
===================================
|
||||
|
||||
|
2
README
2
README
@ -13,7 +13,7 @@ version is meant for developers of GLib only:
|
||||
General Information
|
||||
===================
|
||||
|
||||
This is GLib version 1.3.14. GLib is a library which includes support
|
||||
This is GLib version 1.3.15. GLib is a library which includes support
|
||||
routines for C such as lists, trees, hashes, memory allocation, and
|
||||
many other things.
|
||||
|
||||
|
@ -33,7 +33,7 @@ GLIB_AC_DIVERT_BEFORE_HELP([
|
||||
#
|
||||
GLIB_MAJOR_VERSION=1
|
||||
GLIB_MINOR_VERSION=3
|
||||
GLIB_MICRO_VERSION=14
|
||||
GLIB_MICRO_VERSION=15
|
||||
GLIB_INTERFACE_AGE=0
|
||||
GLIB_BINARY_AGE=0
|
||||
GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
|
||||
|
@ -58,6 +58,7 @@ Closures
|
||||
|
||||
</para>
|
||||
|
||||
@in_marshal:
|
||||
@is_invalid: Indicates whether the closure has been invalidated by g_closure_invalidate()
|
||||
|
||||
<!-- ##### MACRO G_TYPE_CLOSURE ##### -->
|
||||
|
20
po/az.po
20
po/az.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib 1.3.9\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2001-12-24 20:11GMT+0200\n"
|
||||
"Last-Translator: Vasif İsmayıloğlu MD <azerb_linux@hotmail.com>\n"
|
||||
"Language-Team: Azerbaijani Turkic <linuxaz@azerimail.net>\n"
|
||||
@ -157,15 +157,15 @@ msgstr "Kanal qismi xarakterlə bitir"
|
||||
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/giowin32.c:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr "Səhv ismarıc böyüklüyü"
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr "Soket xətası"
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr "Kanal bayraqları dəstəklənmir"
|
||||
|
||||
@ -409,33 +409,33 @@ msgstr "%c üçün uyğunluq alıntısı tapılmadan mətn qurtardı. (Mətn '%s
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "Mətn boş idi (və ya təkcə boşluq daxil edirdi)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "Törəmə gedişatdan mə'lumat oxuma iflası"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
msgstr ""
|
||||
"g_io_channel_win32_poll() törəmə gedişatdan mə'lumat oxumada gözlənilməz xəta"
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "Törəmə pipe-dan oxuma iflası (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "Qovluq dəyişdirmə iflası '%s' (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "Törəmə gedişat icra iflası (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, 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)"
|
||||
|
20
po/ca.po
20
po/ca.po
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib 1.3.9\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2001-10-05 19:45+0200\n"
|
||||
"Last-Translator: Softcatalà <tradgnome@softcatala.org>\n"
|
||||
"Language-Team: Catalan <info@softcatala.org>\n"
|
||||
@ -160,15 +160,15 @@ msgstr "El canal acaba en un car
|
||||
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:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr "Mida incorrecta del missatge"
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr "Error de sòcol"
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr "No es permet l'ús dels indicadors de definició del canal"
|
||||
|
||||
@ -424,11 +424,11 @@ msgstr ""
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "El texte era buit (o només contenia espais en blanc)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "És impossible llegir dades del procés fill"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
@ -436,22 +436,22 @@ 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:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "És impossible llegir des del conducte fill (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "És impossible canviar al directori '%s' (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "És impossible executar el procés fill (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, 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)"
|
||||
|
20
po/de.po
20
po/de.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib (HEAD)\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2001-07-29 07:42+0200\n"
|
||||
"Last-Translator: Christian Meyer <chrisime@gnome.org>\n"
|
||||
"Language-Team: German <gnome-de@gnome.org>\n"
|
||||
@ -158,15 +158,15 @@ msgstr ""
|
||||
msgid "Can't do a raw read in g_io_channel_read_to_end"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr ""
|
||||
|
||||
@ -417,11 +417,11 @@ msgstr ""
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "Text war leer (oder enthielt nur Leerraum)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "Daten konnten nicht vom Kindprozess gelesen werden"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
@ -429,22 +429,22 @@ msgstr ""
|
||||
"Unerwarteter Fehler in g_io_channel_win32_poll() beim Lesen aus dem "
|
||||
"Kindprozess"
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "Lesen aus Pipe zum Kind (%s) fehlgeschlagen"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "In Verzeichnis `%s' (%s) konnte nicht gewechselt werden"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "Kindprozess konnte nicht ausgeführt werden (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, c-format
|
||||
msgid "Failed to create pipe for communicating with child process (%s)"
|
||||
msgstr ""
|
||||
|
24
po/el.po
24
po/el.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib 1.0\n"
|
||||
"POT-Creation-Date: 2002-02-20 13:27+0000\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2002-02-20 14:33+0000\n"
|
||||
"Last-Translator: Simos Xenitellis <simos@hellug.gr>\n"
|
||||
"Language-Team: Greek <nls@tux.hellug.gr>\n"
|
||||
@ -23,17 +23,21 @@ msgstr ""
|
||||
msgid "Could not open converter from '%s' to '%s': %s"
|
||||
msgstr "Δεν ήταν δυνατή η μετονομασία του φακέλου %s στο %s: %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: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
|
||||
msgid "Invalid byte sequence in conversion input"
|
||||
msgstr ""
|
||||
|
||||
# gconf/gconftool.c:1181
|
||||
#: glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 glib/giochannel.c:2175
|
||||
#: glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
|
||||
#: glib/giochannel.c:2175
|
||||
#, 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:615 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212
|
||||
#: glib/gutf8.c:1316
|
||||
msgid "Partial character sequence at end of input"
|
||||
msgstr ""
|
||||
|
||||
@ -194,8 +198,8 @@ msgstr ""
|
||||
#, 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 &"
|
||||
"begins an entity; if this ampersand isn't supposed to be an entity, escape "
|
||||
"it as &"
|
||||
msgstr ""
|
||||
|
||||
#: glib/gmarkup.c:428
|
||||
@ -322,8 +326,8 @@ msgstr ""
|
||||
#: glib/gmarkup.c:1604
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Document ended unexpectedly, expected to see a close angle bracket ending the "
|
||||
"tag <%s/>"
|
||||
"Document ended unexpectedly, expected to see a close angle bracket ending "
|
||||
"the tag <%s/>"
|
||||
msgstr ""
|
||||
|
||||
#: glib/gmarkup.c:1610
|
||||
@ -466,11 +470,11 @@ msgstr ""
|
||||
msgid "Character out of range for UTF-8"
|
||||
msgstr "Αριθμός χαρακτήρων (χωρίς κενά)"
|
||||
|
||||
#: 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
|
||||
msgid "Invalid sequence in conversion input"
|
||||
msgstr ""
|
||||
|
||||
#: glib/gutf8.c:1341 glib/gutf8.c:1437
|
||||
msgid "Character out of range for UTF-16"
|
||||
msgstr ""
|
||||
|
||||
|
20
po/es.po
20
po/es.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib VERSION\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2001-09-02 09:00+0200\n"
|
||||
"Last-Translator: José Antonio Salgueiro <joseantsa@eresmas.net>\n"
|
||||
"Language-Team: Spanish/Spain <es@li.org>\n"
|
||||
@ -157,15 +157,15 @@ msgstr ""
|
||||
msgid "Can't do a raw read in g_io_channel_read_to_end"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr ""
|
||||
|
||||
@ -417,11 +417,11 @@ msgstr ""
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "Texto vacío (o sólo contiene espacios en blanco)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "Falló al leer datos desde el proceso hijo"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
@ -429,22 +429,22 @@ msgstr ""
|
||||
"Error inesperado en g_io_channel_win32_poll() al leer datos desde el proceso "
|
||||
"hijo"
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "Falló al leer desde el pipe hijo (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "Falló al cambiar al directorio '%s'·(%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "Falló al ejecutar el proceso hijo (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, c-format
|
||||
msgid "Failed to create pipe for communicating with child process (%s)"
|
||||
msgstr "Falló la creación de un pipe para comunicar con el proceso hijo (%s)"
|
||||
|
20
po/eu.po
20
po/eu.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib 1.3.9\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\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"
|
||||
@ -156,15 +156,15 @@ msgstr ""
|
||||
msgid "Can't do a raw read in g_io_channel_read_to_end"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr ""
|
||||
|
||||
@ -403,11 +403,11 @@ msgstr ""
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "Textua hutzik (edo zuriz)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "Ezin irakurri daturik child prozeduran"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
@ -415,22 +415,22 @@ msgstr ""
|
||||
"Ezusteko errora g_io_channel_win32_poll()-n child prozedurako datuak "
|
||||
"irakurtzekoan"
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "Ezin irakurri child hodian (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "Ezin aldatu '%s' direktoriora (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "Ezin abiarazi chil prozedura (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, c-format
|
||||
msgid "Failed to create pipe for communicating with child process (%s)"
|
||||
msgstr "Ezin eratu hodirik child prozedurarekin bat egiteko (%s)"
|
||||
|
20
po/fr.po
20
po/fr.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib 1.3.2\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2001-03-02 12:34+0100\n"
|
||||
"Last-Translator: Christophe Merlet (RedFox) <redfox@eikonex.org>\n"
|
||||
"Language-Team: GNOME French Team <gnomefr@gnomefr.traduc.org>\n"
|
||||
@ -159,15 +159,15 @@ msgstr ""
|
||||
msgid "Can't do a raw read in g_io_channel_read_to_end"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr ""
|
||||
|
||||
@ -391,32 +391,32 @@ msgstr ""
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr ""
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr ""
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
msgstr ""
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, c-format
|
||||
msgid "Failed to create pipe for communicating with child process (%s)"
|
||||
msgstr ""
|
||||
|
20
po/gl.po
20
po/gl.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\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"
|
||||
@ -157,15 +157,15 @@ msgstr "A canle remata nun caracter parcial"
|
||||
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:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr "Tamaño de mensaxe incorrecto"
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr "Erro de socket"
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr "Non está soportado o establecemento de sinaladores na canle"
|
||||
|
||||
@ -418,11 +418,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:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "Fallo ao ler datos de proceso fillo"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
@ -430,22 +430,22 @@ msgstr ""
|
||||
"Erro non agardado en g_io_channel_win32_poll() lendo datos desde un proceso "
|
||||
"fillo"
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "Fallo ao ler desde tubería filla (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "Fallo ao cambiar ao directorio '%s' (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "Fallo ao executar proceso fillo (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, 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)"
|
||||
|
20
po/ja.po
20
po/ja.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib 1.3.x\n"
|
||||
"POT-Creation-Date: 2002-02-19 13:20+0900\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2002-02-19 13:21+0900\n"
|
||||
"Last-Translator: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>\n"
|
||||
"Language-Team: Japanese <translation@gnome.gr.jp>\n"
|
||||
@ -155,15 +155,15 @@ msgstr "チャンネルが不完全な文字で終わっています"
|
||||
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:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr "メッセージの大きさが変です"
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr "Socket のエラー"
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr "フラグの設定がサポートされていません"
|
||||
|
||||
@ -407,11 +407,11 @@ msgstr "テキストが %c に対応する引用記号の前に終わってい
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "テキストが空です (あるいは空白のみ)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "子プロセスからデータを読み出せません"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
@ -419,22 +419,22 @@ msgstr ""
|
||||
"g_io_channel_win32_poll() が子プロセスからデータを読み出す途中で予期しないエ"
|
||||
"ラー"
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "子パイプから読み出せません (%s) "
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "ディレクトリ '%s' へ移動できません (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "子プロセスを起動できません (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, c-format
|
||||
msgid "Failed to create pipe for communicating with child process (%s)"
|
||||
msgstr "子プロセスとの通信用のパイプを作成できません (%s)"
|
||||
|
20
po/ko.po
20
po/ko.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: $PACKAGE $VERSION, no-define\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2002-01-07 02:44+0900\n"
|
||||
"Last-Translator: Young-Ho Cha <ganadist@chollian.net>\n"
|
||||
"Language-Team: korean <ko@li.org>\n"
|
||||
@ -156,15 +156,15 @@ msgstr "일부 문자에서 채널 끝냄"
|
||||
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:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr "잘못된 메세지 크기"
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr "소켓 오류"
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr "채널 프래그 지정을 지원하지 않습니다"
|
||||
|
||||
@ -374,11 +374,11 @@ msgstr ""
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "텍스트가 비어있음 (또는 공백만 포함됨)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "자식 프로세스에서 데이터 읽기 실패"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
@ -386,22 +386,22 @@ msgstr ""
|
||||
"자식 프로세스에서 데이터를 읽는중 g_io_channel_win32_poll() 에서 기대되지않"
|
||||
"은 오류"
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "자식 파이프로 부터 읽기 실패 (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "디렉토리 '%s'로 바꾸기 실패 (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "자식 프로세스 실행 실패 (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, c-format
|
||||
msgid "Failed to create pipe for communicating with child process (%s)"
|
||||
msgstr "자식 프로세스와 통신을 위한 파이프를 만드는 중 실패 (%s)"
|
||||
|
20
po/nl.po
20
po/nl.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib (HEAD)\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2001-11-23 13:07+0100\n"
|
||||
"Last-Translator: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>\n"
|
||||
"Language-Team: Dutch <nl@li.org>\n"
|
||||
@ -159,15 +159,15 @@ msgid "Can't do a raw read in g_io_channel_read_to_end"
|
||||
msgstr ""
|
||||
"Een kale ('raw') leesoperatie is niet mogelijk in g_io_channel_read_to_end"
|
||||
|
||||
#: glib/giowin32.c:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr "Ongeldige berichtlengte"
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr "Socketfout"
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr "Kanaalsetvlaggen worden niet ondersteund"
|
||||
|
||||
@ -415,11 +415,11 @@ msgstr ""
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "De tekst was leeg (of bevatte slechts witte ruimte)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "Lezen van data van kindprocessen mislukt"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
@ -427,22 +427,22 @@ msgstr ""
|
||||
"Onverwachte fout in g_io_channel_win32_poll() bij het lezen van data van een "
|
||||
"kindproces"
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "Lezen van pijp naar kind (%s) mislukt"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "Veranderen naar directory '%s' mislukt (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "Uitvoeren van kindproces mislukt (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, c-format
|
||||
msgid "Failed to create pipe for communicating with child process (%s)"
|
||||
msgstr "Creëren van pijp voor het communiceren met kindproces mislukt (%s)"
|
||||
|
20
po/nn.po
20
po/nn.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib/2.0\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2002-01-31 20:07+0100\n"
|
||||
"Last-Translator: Roy-Magne Mo <rmo@sunnmore.net>\n"
|
||||
"Language-Team: nynorsk <nn@li.org>\n"
|
||||
@ -156,15 +156,15 @@ msgstr "Kanalen avsluttar på eit delvis teikn"
|
||||
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:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr "Feil meldingsstorleik"
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr "Sokkelfeil"
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr "Kanalen set flag ustøtta"
|
||||
|
||||
@ -402,33 +402,33 @@ msgstr ""
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "Teksta var tom (eller innehdlt kun tome teikn)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "Failed to read data from child process"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
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:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "Klarte ikkje å lese frå røyr frå barn (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "Klarte ikkje å skifte til katalog «%s» (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "Klarte ikkje å utføre barnproess (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, c-format
|
||||
msgid "Failed to create pipe for communicating with child process (%s)"
|
||||
msgstr "Klarte ikkje å opprette røyr for å kommuniksere med barneprosess (%s)"
|
||||
|
20
po/no.po
20
po/no.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib 1.3.3\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2002-02-10 10:53+0100\n"
|
||||
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
|
||||
"Language-Team: Norwegian <no@li.org>\n"
|
||||
@ -155,15 +155,15 @@ 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/giowin32.c:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr "Ukorrekt meldingsstørrelse"
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr "Feil i socket"
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr "Ikke-støttede flagg satt i kanal"
|
||||
|
||||
@ -404,11 +404,11 @@ msgstr ""
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "Teksten var tom (eller inneholdt kun blanke tegn)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "Feil under lesing av data fra underprosess"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
@ -416,22 +416,22 @@ msgstr ""
|
||||
"Uventet feil i g_io_channel_win32_poll() under lesing av data fra en "
|
||||
"underprosess"
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "Feil under lesing fra \"child pipe\" (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "Feil ved skifte til katalog «%s» (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "Feil under kjøring av underprosess (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, 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)"
|
||||
|
20
po/pl.po
20
po/pl.po
@ -9,7 +9,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2002-01-29 13:47+0100\n"
|
||||
"Last-Translator: GNOME PL Team <translators@gnome.pl>\n"
|
||||
"Language-Team: Polish <pl@li.org>\n"
|
||||
@ -164,15 +164,15 @@ msgstr "Na końcu kanału występuje sekwencja odpowiadająca części znaku"
|
||||
msgid "Can't do a raw read in g_io_channel_read_to_end"
|
||||
msgstr "Nie można wykonać surowego odczytu w g_io_channel_read_to_end"
|
||||
|
||||
#: glib/giowin32.c:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr "Niepoprawny rozmiar danych"
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr "Błąd przy operacji na gnieździe"
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr "Ustawianie znaczników kanału nie jest obsługiwane"
|
||||
|
||||
@ -428,11 +428,11 @@ msgstr ""
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "Tekst jest pusty (lub zawiera tylko separatory)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "Nie można odczytać danych z procesu potomnego"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
@ -440,22 +440,22 @@ msgstr ""
|
||||
"Przy odczycie danych z procesu potomnego w g_io_channel_win32_poll() "
|
||||
"wystąpił nieznany błąd"
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "Nie można odczytać danych z potoku łączącego z procesem potomnym (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "Nie można zmienić katalogu na \"%s\" (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "Nie można wykonać procesu potomnego (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, c-format
|
||||
msgid "Failed to create pipe for communicating with child process (%s)"
|
||||
msgstr "Nie można stworzyć potoku do komunikacji z procesem potomnym (%s)"
|
||||
|
20
po/pt.po
20
po/pt.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 2.0\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2001-12-25 21:41+0000\n"
|
||||
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
|
||||
"Language-Team: Portuguese <none@none.org>\n"
|
||||
@ -156,15 +156,15 @@ msgstr "Canal termina num caracter parcial"
|
||||
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:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr "Tamanho de mensagem incorrecto"
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr "Erro de socket"
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr "Canal definiu flags não suportadas"
|
||||
|
||||
@ -415,11 +415,11 @@ msgstr ""
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "Texto estava vazio (ou apenas continha espaços)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "Falha ao ler dados de processo filho"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
@ -427,22 +427,22 @@ msgstr ""
|
||||
"Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo "
|
||||
"filho"
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "Falha ao ler de canal filho (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "Falha ao ir para directório '%s' (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "Falha ao executar processo filho (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, 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)"
|
||||
|
20
po/ro.po
20
po/ro.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib 1.3.10\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\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"
|
||||
@ -156,15 +156,15 @@ msgstr "Canalul se termină într-un caracter parţial"
|
||||
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:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr "Marime mesaj incorectă"
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr "Eroare socket"
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr "Setare flaguri canal nesuportată"
|
||||
|
||||
@ -410,11 +410,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:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "Eşuare la citirea datelor de la procesul copil"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
@ -422,22 +422,22 @@ msgstr ""
|
||||
"Eroare neaşteptată în g_io_channel_win32_poll() la citirea datelor din "
|
||||
"procesul copil"
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, 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:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "Eşuare la schimbarea directorului '%s' (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "Eşuare la execuţia procesului copil (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, c-format
|
||||
msgid "Failed to create pipe for communicating with child process (%s)"
|
||||
msgstr ""
|
||||
|
20
po/ru.po
20
po/ru.po
@ -4,7 +4,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2001-12-15 21:17+03:00\n"
|
||||
"Last-Translator: Valek Filippov <frob@df.ru>\n"
|
||||
"Language-Team: Russian <ru@li.org>\n"
|
||||
@ -158,15 +158,15 @@ msgid "Can't do a raw read in g_io_channel_read_to_end"
|
||||
msgstr ""
|
||||
"îÅ×ÏÚÍÏÖÎÏ ×ÙÐÏÌÎÉÔØ ÎÅÐÏÓÒÅÄÓÔ×ÅÎÎÏÅ ÞÔÅÎÉÅ × g_io_channel_read_to_end"
|
||||
|
||||
#: glib/giowin32.c:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr "îÅÐÒÁ×ÉÌØÎÙÊ ÒÁÚÍÅÒ ÓÏÏÂÝÅÎÉÑ"
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr "ïÛÉÂËÁ ÓÏËÅÔÁ"
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr "îÁÂÏÒ ÆÌÁÇÏ× ËÁÎÁÌÁ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ"
|
||||
|
||||
@ -374,32 +374,32 @@ msgstr ""
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "ôÅËÓÔ ÂÙÌ ÐÕÓÔ (ÉÌÉ ÓÏÄÅÒÖÁÌ ÔÏÌØËÏ ÐÒÏÂÅÌÙ)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "óÂÏÊ ÞÔÅÎÉÑ ÄÁÎÎÙÈ ÉÚ ÐÒÏÃÅÓÓÁ-ÐÏÔÏÍËÁ"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
msgstr ""
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "óÂÏÊ ÓÍÅÎÙ ËÁÔÁÌÏÇÁ \"%s\" (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "óÂÏÊ ×ÙÐÏÌÎÅÎÉÑ ÐÒÏÃÅÓÓÁ-ÐÏÔÏÍËÁ (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, c-format
|
||||
msgid "Failed to create pipe for communicating with child process (%s)"
|
||||
msgstr ""
|
||||
|
20
po/sk.po
20
po/sk.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib 1.3.8\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2002-01-04 15:54CET\n"
|
||||
"Last-Translator: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>\n"
|
||||
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
|
||||
@ -157,15 +157,15 @@ msgstr "Kanál končí čiastočným znakom"
|
||||
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:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr "Nesprávna veľkosť správy"
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr "Chyba soketu"
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr "Nepodporované nastavovanie príznakov kanálu"
|
||||
|
||||
@ -400,11 +400,11 @@ msgstr ""
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "Text bol prázdny (alebo obsahoval iba medzery)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "Nepodarilo sa čítať dáta z procesu potomka"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
@ -412,22 +412,22 @@ msgstr ""
|
||||
"Neočakávaná chyba v g_io_channel_win32_poll() pri čítaní dát z procesu "
|
||||
"potomka"
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "Nepodarilo sa čítať z rúry potomka (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "Nepodarilo sa zmeniť priečinok na '%s' (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "Nepodarilo sa spustiť proces potomka (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, 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)"
|
||||
|
20
po/sl.po
20
po/sl.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\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"
|
||||
@ -156,15 +156,15 @@ msgstr "Kanal se je ustavil v delnem znaku"
|
||||
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:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr "Neveljavna velikost sporoèila"
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr "Napaka vtièa"
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr "Nastavitev zastavic kanala ni podprta"
|
||||
|
||||
@ -402,11 +402,11 @@ msgstr ""
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "Besedilo je bilo prazno (ali vsebovalo le presledke)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "Nisem uspel prebrati podatkov iz procesa otroka"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
@ -414,22 +414,22 @@ msgstr ""
|
||||
"Neprièakovana napaka v g_io_channel_win32_poll() med branjem podatkov "
|
||||
"procesa otroka"
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "Nisem uspel brati iz cevi otroka (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "Nisem uspel spremeniti imenika v '%s' (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "Nisem uspel izvesti procesa otroka (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, c-format
|
||||
msgid "Failed to create pipe for communicating with child process (%s)"
|
||||
msgstr "Nisem uspel ustvariti cevi za komunikacijo s procesom otroka (%s)"
|
||||
|
20
po/sv.po
20
po/sv.po
@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2002-01-28 02:20+0100\n"
|
||||
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
@ -161,15 +161,15 @@ msgstr "Kanalen slutar med ett ofullständigt tecken"
|
||||
msgid "Can't do a raw read in g_io_channel_read_to_end"
|
||||
msgstr "Kan inte göra en rå läsning i g_io_channel_read_to_end"
|
||||
|
||||
#: glib/giowin32.c:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr "Ogiltig meddelandestorlek"
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr "Uttagsfel"
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr "Kanalinställningsflaggor stöds inte"
|
||||
|
||||
@ -416,11 +416,11 @@ msgstr ""
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "Texten var tom (eller innehöll bara tomrum)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "Misslyckades med att läsa data från barnprocessen"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
@ -428,22 +428,22 @@ msgstr ""
|
||||
"Oväntat fel i g_io_channel_win32_poll() vid inläsning av data från en "
|
||||
"barnprocess"
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "Misslyckades med att läsa från rör till barnet (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "Misslyckades med att byta katalog till \"%s\" (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "Misslyckades med att köra barnprocess (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, c-format
|
||||
msgid "Failed to create pipe for communicating with child process (%s)"
|
||||
msgstr "Misslyckades med att skapa rör för kommunikation med barnprocess (%s)"
|
||||
|
20
po/ta.po
20
po/ta.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib 1.5\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2001-09-28 18:43-0500\n"
|
||||
"Last-Translator: Dinesh Nadarajah <n_dinesh@yahoo.com>\n"
|
||||
"Language-Team: Tamil <tamilinix@yahoogroups.com>\n"
|
||||
@ -156,15 +156,15 @@ msgstr ""
|
||||
msgid "Can't do a raw read in g_io_channel_read_to_end"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr ""
|
||||
|
||||
@ -400,11 +400,11 @@ msgstr "%c
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "¯¨Ã ¦ÅüÈ¡ Õó¾Ð («øÄÐ ¦Åñ¦ÅÇ¢ ÁðΧÁ)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "§ºö ¦ºÂÄ¢ø ÕóÐ ¾Ã× Å¡º¢ì¸ ÓÊÂÅ¢ø¨Ä"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
@ -412,22 +412,22 @@ msgstr ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "(%s) §ºö ¸Æ¡öò ¦¾¡¼Ã¢ø ÕóÐ Å¡º¢ì¸ ÓÊÂÅ¢ø¨Ä"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "'%s' (%s) «¨¼×ìÌ §À¡¸ ÓÊÂÅ¢ø¨Ä"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "(%s) §ºö-¦ºÂ¨Ä Âì¸ ÓÊÂÅ¢ø¨Ä"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, c-format
|
||||
msgid "Failed to create pipe for communicating with child process (%s)"
|
||||
msgstr "(%s) §ºö-¦ºÂÄ¢¼ý ¦¾¡¼÷Ò ¦¸¡øÄ ¸Æ¡öò-¦¾¡¼¨Ãô À¨¼ì¸ ÓÊÂÅ¢ø¨Ä"
|
||||
|
20
po/tr.po
20
po/tr.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib 1.3.2\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2001-02-05 20:28+0200\n"
|
||||
"Last-Translator: Kemal Yýlmaz <kyilmaz@uekae.tubitak.gov.tr>\n"
|
||||
"Language-Team: GNOME Turk <gnome-turk@gnome.org>\n"
|
||||
@ -158,15 +158,15 @@ msgstr ""
|
||||
msgid "Can't do a raw read in g_io_channel_read_to_end"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr ""
|
||||
|
||||
@ -408,33 +408,33 @@ msgstr "%c i
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "Metin boþtu (veya sadece boþluk içeriyordu)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "Child iþlemden bilgi okuma baþarýsýzlýðý"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
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"
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "Child pipe'dan okuma baþarýsýzlýðý (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, 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:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, 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:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, 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)"
|
||||
|
20
po/uk.po
20
po/uk.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib 1.3.2\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2001-01-22 11:23+0200\n"
|
||||
"Last-Translator: Yuri Syrota <rasta@renome.rovno.ua>\n"
|
||||
"Language-Team: Ukrainian <uk@li.org>\n"
|
||||
@ -156,15 +156,15 @@ msgstr ""
|
||||
msgid "Can't do a raw read in g_io_channel_read_to_end"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr ""
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr ""
|
||||
|
||||
@ -372,32 +372,32 @@ msgstr ""
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr ""
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "úÂ¦Ê ÚÞÉÔÕ×ÁÎÎÑ ÄÁÎÉÈ Ú ÓÐÁÄËϤÍÎÏÇÏ ÐÒÏÃÅÓÕ"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
msgstr ""
|
||||
|
||||
#: glib/gspawn-win32.c:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "úÂ¦Ê ÚÞÉÔÕ×ÁÎÎÑ Ú ÓÐÁÄËϤÍÎÏÇÏ ËÁÎÁÌÕ (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "îÅ ×ÄÁÌÏÓÑ ÐÅÒÅÊÔÉ × ËÁÔÁÌÏÇ \"%s\" (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "úÂ¦Ê ×ÉËÏÎÁÎÎÑ ÓÐÁÄËϤÍÎÏÇÏ ÐÒÏÃÅÓÕ (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, c-format
|
||||
msgid "Failed to create pipe for communicating with child process (%s)"
|
||||
msgstr "úÂ¦Ê ÓÔ×ÏÒÅÎÎÑ ËÁÎÁÌÕ ÄÌÑ ÏÂͦÎÕ Ú ÓÐÁÄËϤÍÎÉÍ ÐÒÏÃÅÓÏÍ (%s)"
|
||||
|
20
po/zh_CN.po
20
po/zh_CN.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2002-02-17 17:56+0800\n"
|
||||
"Last-Translator: He Qiangqiang <carton@263.net>\n"
|
||||
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
|
||||
@ -155,15 +155,15 @@ msgstr "通道终止于未尽字符"
|
||||
msgid "Can't do a raw read in g_io_channel_read_to_end"
|
||||
msgstr "g_io_channel_read_to_end 函数无法进行原始读取"
|
||||
|
||||
#: glib/giowin32.c:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr "不正确的消息大小"
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr "套接字错误"
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr "不支持通道设置标志"
|
||||
|
||||
@ -379,32 +379,32 @@ msgstr "文本在找到与 %c 匹配的引号之前结束。(文本为“%s”)"
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "空文本(或仅含空白字符)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "无法从子进程中读取数据"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
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:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "无法从子管道中读取 (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "无法切换到目录“%s” (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "无法执行子进程 (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, c-format
|
||||
msgid "Failed to create pipe for communicating with child process (%s)"
|
||||
msgstr "无法创建与子进程通讯的管道 (%s)"
|
||||
|
20
po/zh_TW.po
20
po/zh_TW.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib 1.3.13\n"
|
||||
"POT-Creation-Date: 2002-02-17 18:18-0500\n"
|
||||
"POT-Creation-Date: 2002-02-23 22:04-0500\n"
|
||||
"PO-Revision-Date: 2002-02-07 08:25+0800\n"
|
||||
"Last-Translator: Abel Cheung <maddog@linux.org.hk>\n"
|
||||
"Language-Team: Traditional Chinese <zh-l10n@linux.org.tw>\n"
|
||||
@ -156,15 +156,15 @@ msgstr "輸入管道在字元未完成前就終止"
|
||||
msgid "Can't do a raw read in g_io_channel_read_to_end"
|
||||
msgstr "g_io_channel_read_to_end 中無法讀入原始資料"
|
||||
|
||||
#: glib/giowin32.c:702 glib/giowin32.c:731
|
||||
#: glib/giowin32.c:704 glib/giowin32.c:733
|
||||
msgid "Incorrect message size"
|
||||
msgstr "訊息長度不正確"
|
||||
|
||||
#: glib/giowin32.c:1035 glib/giowin32.c:1088
|
||||
#: glib/giowin32.c:1037 glib/giowin32.c:1090
|
||||
msgid "Socket error"
|
||||
msgstr "Socket 發生錯誤"
|
||||
|
||||
#: glib/giowin32.c:1288
|
||||
#: glib/giowin32.c:1290
|
||||
msgid "Channel set flags unsupported"
|
||||
msgstr "不支援設定管道旗標的操作"
|
||||
|
||||
@ -383,32 +383,32 @@ msgstr "字串完結前仍沒有對應於 %c 的引號(字串為 '%s')"
|
||||
msgid "Text was empty (or contained only whitespace)"
|
||||
msgstr "文字是空白的(或只含有空白字元)"
|
||||
|
||||
#: glib/gspawn-win32.c:212
|
||||
#: glib/gspawn-win32.c:214
|
||||
msgid "Failed to read data from child process"
|
||||
msgstr "無法由副程序讀入資料"
|
||||
|
||||
#: glib/gspawn-win32.c:361
|
||||
#: glib/gspawn-win32.c:365
|
||||
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:839 glib/gspawn.c:914
|
||||
#: glib/gspawn-win32.c:843 glib/gspawn.c:914
|
||||
#, c-format
|
||||
msgid "Failed to read from child pipe (%s)"
|
||||
msgstr "無法由副管道讀入資料(%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119
|
||||
#: glib/gspawn-win32.c:931 glib/gspawn.c:1119
|
||||
#, c-format
|
||||
msgid "Failed to change to directory '%s' (%s)"
|
||||
msgstr "無法進入目錄 '%s'(%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:936
|
||||
#: glib/gspawn-win32.c:940
|
||||
#, c-format
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "無法執行副程序(%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228
|
||||
#: glib/gspawn-win32.c:981 glib/gspawn.c:1228
|
||||
#, c-format
|
||||
msgid "Failed to create pipe for communicating with child process (%s)"
|
||||
msgstr "無法建立管道來和副程序溝通(%s)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user