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:
Owen Taylor
2002-02-24 03:19:45 +00:00
committed by Owen Taylor
parent 67ea9743a7
commit cca5009912
38 changed files with 321 additions and 254 deletions

View File

@@ -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> Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com>
* glib/giochannel.h (struct _GIOChannel): Add a little bit * glib/giochannel.h (struct _GIOChannel): Add a little bit

View File

@@ -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> Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com>
* glib/giochannel.h (struct _GIOChannel): Add a little bit * glib/giochannel.h (struct _GIOChannel): Add a little bit

View File

@@ -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> Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com>
* glib/giochannel.h (struct _GIOChannel): Add a little bit * glib/giochannel.h (struct _GIOChannel): Add a little bit

View File

@@ -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> Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com>
* glib/giochannel.h (struct _GIOChannel): Add a little bit * glib/giochannel.h (struct _GIOChannel): Add a little bit

View File

@@ -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> Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com>
* glib/giochannel.h (struct _GIOChannel): Add a little bit * glib/giochannel.h (struct _GIOChannel): Add a little bit

View File

@@ -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> Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com>
* glib/giochannel.h (struct _GIOChannel): Add a little bit * glib/giochannel.h (struct _GIOChannel): Add a little bit

View File

@@ -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> Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com>
* glib/giochannel.h (struct _GIOChannel): Add a little bit * glib/giochannel.h (struct _GIOChannel): Add a little bit

View File

@@ -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> Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com>
* glib/giochannel.h (struct _GIOChannel): Add a little bit * glib/giochannel.h (struct _GIOChannel): Add a little bit

View File

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

14
NEWS
View File

@@ -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: Overview of Changes in GLib 1.3.14:
=================================== ===================================

2
README
View File

@@ -13,7 +13,7 @@ version is meant for developers of GLib only:
General Information 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 routines for C such as lists, trees, hashes, memory allocation, and
many other things. many other things.

View File

@@ -33,7 +33,7 @@ GLIB_AC_DIVERT_BEFORE_HELP([
# #
GLIB_MAJOR_VERSION=1 GLIB_MAJOR_VERSION=1
GLIB_MINOR_VERSION=3 GLIB_MINOR_VERSION=3
GLIB_MICRO_VERSION=14 GLIB_MICRO_VERSION=15
GLIB_INTERFACE_AGE=0 GLIB_INTERFACE_AGE=0
GLIB_BINARY_AGE=0 GLIB_BINARY_AGE=0
GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION

View File

@@ -58,6 +58,7 @@ Closures
</para> </para>
@in_marshal:
@is_invalid: Indicates whether the closure has been invalidated by g_closure_invalidate() @is_invalid: Indicates whether the closure has been invalidated by g_closure_invalidate()
<!-- ##### MACRO G_TYPE_CLOSURE ##### --> <!-- ##### MACRO G_TYPE_CLOSURE ##### -->

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 1.3.9\n" "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" "PO-Revision-Date: 2001-12-24 20:11GMT+0200\n"
"Last-Translator: Vasif İsmayıloğlu MD <azerb_linux@hotmail.com>\n" "Last-Translator: Vasif İsmayıloğlu MD <azerb_linux@hotmail.com>\n"
"Language-Team: Azerbaijani Turkic <linuxaz@azerimail.net>\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" 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" 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" msgid "Incorrect message size"
msgstr "Səhv ismarıc böyüklüyü" 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" msgid "Socket error"
msgstr "Soket xətası" msgstr "Soket xətası"
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "Kanal bayraqları dəstəklənmir" 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)" msgid "Text was empty (or contained only whitespace)"
msgstr "Mətn boş idi (və ya təkcə boşluq daxil edirdi)" 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" msgid "Failed to read data from child process"
msgstr "Törəmə gedişatdan mə'lumat oxuma iflası" msgstr "Törəmə gedişatdan mə'lumat oxuma iflası"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
msgstr "" msgstr ""
"g_io_channel_win32_poll() törəmə gedişatdan mə'lumat oxumada gözlənilməz xəta" "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 #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Törəmə pipe-dan oxuma iflası (%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 #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Qovluq dəyişdirmə iflası '%s' (%s)" msgstr "Qovluq dəyişdirmə iflası '%s' (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Törəmə gedişat icra iflası (%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 #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" 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)" msgstr "Törəmə gedişatların xəbərləşməyi üçün pipe yaratma iflası (%s)"

View File

@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 1.3.9\n" "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" "PO-Revision-Date: 2001-10-05 19:45+0200\n"
"Last-Translator: Softcatal<61> <tradgnome@softcatala.org>\n" "Last-Translator: Softcatal<61> <tradgnome@softcatala.org>\n"
"Language-Team: Catalan <info@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" 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" 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" msgid "Incorrect message size"
msgstr "Mida incorrecta del missatge" msgstr "Mida incorrecta del missatge"
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "Error de s<>col" msgstr "Error de s<>col"
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "No es permet l'<27>s dels indicadors de definici<63> del canal" msgstr "No es permet l'<27>s dels indicadors de definici<63> del canal"
@@ -424,11 +424,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "El texte era buit (o nom<6F>s contenia espais en blanc)" msgstr "El texte era buit (o nom<6F>s contenia espais en blanc)"
#: glib/gspawn-win32.c:212 #: glib/gspawn-win32.c:214
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "<22>s impossible llegir dades del proc<6F>s fill" msgstr "<22>s impossible llegir dades del proc<6F>s fill"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@@ -436,22 +436,22 @@ msgstr ""
"S'ha produ<64>t un error inesperat a g_io_chanel_win32_poll() en llegir dades " "S'ha produ<64>t un error inesperat a g_io_chanel_win32_poll() en llegir dades "
"d'un proc<6F>s fill" "d'un proc<6F>s fill"
#: glib/gspawn-win32.c:839 glib/gspawn.c:914 #: glib/gspawn-win32.c:843 glib/gspawn.c:914
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "<22>s impossible llegir des del conducte fill (%s)" msgstr "<22>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 #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "<22>s impossible canviar al directori '%s' (%s)" msgstr "<22>s impossible canviar al directori '%s' (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "<22>s impossible executar el proc<6F>s fill (%s)" msgstr "<22>s impossible executar el proc<6F>s fill (%s)"
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228 #: glib/gspawn-win32.c:981 glib/gspawn.c:1228
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "<22>s impossible crear el conducte per comunicar amb el proc<6F>s fill (%s)" msgstr "<22>s impossible crear el conducte per comunicar amb el proc<6F>s fill (%s)"

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib (HEAD)\n" "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" "PO-Revision-Date: 2001-07-29 07:42+0200\n"
"Last-Translator: Christian Meyer <chrisime@gnome.org>\n" "Last-Translator: Christian Meyer <chrisime@gnome.org>\n"
"Language-Team: German <gnome-de@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" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "" msgstr ""
#: glib/giowin32.c:702 glib/giowin32.c:731 #: glib/giowin32.c:704 glib/giowin32.c:733
msgid "Incorrect message size" msgid "Incorrect message size"
msgstr "" msgstr ""
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "" msgstr ""
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "" msgstr ""
@@ -417,11 +417,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Text war leer (oder enthielt nur Leerraum)" 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" msgid "Failed to read data from child process"
msgstr "Daten konnten nicht vom Kindprozess gelesen werden" msgstr "Daten konnten nicht vom Kindprozess gelesen werden"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@@ -429,22 +429,22 @@ msgstr ""
"Unerwarteter Fehler in g_io_channel_win32_poll() beim Lesen aus dem " "Unerwarteter Fehler in g_io_channel_win32_poll() beim Lesen aus dem "
"Kindprozess" "Kindprozess"
#: glib/gspawn-win32.c:839 glib/gspawn.c:914 #: glib/gspawn-win32.c:843 glib/gspawn.c:914
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Lesen aus Pipe zum Kind (%s) fehlgeschlagen" 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 #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "In Verzeichnis `%s' (%s) konnte nicht gewechselt werden" msgstr "In Verzeichnis `%s' (%s) konnte nicht gewechselt werden"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Kindprozess konnte nicht ausgef<65>hrt werden (%s)" msgstr "Kindprozess konnte nicht ausgef<65>hrt werden (%s)"
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228 #: glib/gspawn-win32.c:981 glib/gspawn.c:1228
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 1.0\n" "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" "PO-Revision-Date: 2002-02-20 14:33+0000\n"
"Last-Translator: Simos Xenitellis <simos@hellug.gr>\n" "Last-Translator: Simos Xenitellis <simos@hellug.gr>\n"
"Language-Team: Greek <nls@tux.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" msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Δεν ήταν δυνατή η μετονομασία του φακέλου %s στο %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" msgid "Invalid byte sequence in conversion input"
msgstr "" msgstr ""
# gconf/gconftool.c:1181 # 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 #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Σφάλμα κατά τη μετατροπή: %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" msgid "Partial character sequence at end of input"
msgstr "" msgstr ""
@@ -194,8 +198,8 @@ msgstr ""
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "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 " "begins an entity; if this ampersand isn't supposed to be an entity, escape "
"as &amp;" "it as &amp;"
msgstr "" msgstr ""
#: glib/gmarkup.c:428 #: glib/gmarkup.c:428
@@ -322,8 +326,8 @@ msgstr ""
#: glib/gmarkup.c:1604 #: glib/gmarkup.c:1604
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending the " "Document ended unexpectedly, expected to see a close angle bracket ending "
"tag <%s/>" "the tag <%s/>"
msgstr "" msgstr ""
#: glib/gmarkup.c:1610 #: glib/gmarkup.c:1610
@@ -466,11 +470,11 @@ msgstr ""
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "Αριθμός χαρακτήρων (χωρίς κενά)" 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" msgid "Invalid sequence in conversion input"
msgstr "" msgstr ""
#: glib/gutf8.c:1341 glib/gutf8.c:1437 #: glib/gutf8.c:1341 glib/gutf8.c:1437
msgid "Character out of range for UTF-16" msgid "Character out of range for UTF-16"
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib VERSION\n" "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" "PO-Revision-Date: 2001-09-02 09:00+0200\n"
"Last-Translator: Jos<6F> Antonio Salgueiro <joseantsa@eresmas.net>\n" "Last-Translator: Jos<6F> Antonio Salgueiro <joseantsa@eresmas.net>\n"
"Language-Team: Spanish/Spain <es@li.org>\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" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "" msgstr ""
#: glib/giowin32.c:702 glib/giowin32.c:731 #: glib/giowin32.c:704 glib/giowin32.c:733
msgid "Incorrect message size" msgid "Incorrect message size"
msgstr "" msgstr ""
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "" msgstr ""
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "" msgstr ""
@@ -417,11 +417,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Texto vac<61>o (o s<>lo contiene espacios en blanco)" msgstr "Texto vac<61>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" msgid "Failed to read data from child process"
msgstr "Fall<6C> al leer datos desde el proceso hijo" msgstr "Fall<6C> al leer datos desde el proceso hijo"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@@ -429,22 +429,22 @@ msgstr ""
"Error inesperado en g_io_channel_win32_poll() al leer datos desde el proceso " "Error inesperado en g_io_channel_win32_poll() al leer datos desde el proceso "
"hijo" "hijo"
#: glib/gspawn-win32.c:839 glib/gspawn.c:914 #: glib/gspawn-win32.c:843 glib/gspawn.c:914
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Fall<6C> al leer desde el pipe hijo (%s)" msgstr "Fall<6C> 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 #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Fall<6C> al cambiar al directorio '%s'<27>(%s)" msgstr "Fall<6C> al cambiar al directorio '%s'<27>(%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Fall<6C> al ejecutar el proceso hijo (%s)" msgstr "Fall<6C> 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 #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Fall<6C> la creaci<63>n de un pipe para comunicar con el proceso hijo (%s)" msgstr "Fall<6C> la creaci<63>n de un pipe para comunicar con el proceso hijo (%s)"

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 1.3.9\n" "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" "PO-Revision-Date: 2001-07-06 14:23+0200\n"
"Last-Translator: Joseba Bidaurrazaga van Dierdonck <jbv@euskalnet.net>\n" "Last-Translator: Joseba Bidaurrazaga van Dierdonck <jbv@euskalnet.net>\n"
"Language-Team: euskare <linux-eu@chanae.alphanet.ch>\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" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "" msgstr ""
#: glib/giowin32.c:702 glib/giowin32.c:731 #: glib/giowin32.c:704 glib/giowin32.c:733
msgid "Incorrect message size" msgid "Incorrect message size"
msgstr "" msgstr ""
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "" msgstr ""
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "" msgstr ""
@@ -403,11 +403,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Textua hutzik (edo zuriz)" msgstr "Textua hutzik (edo zuriz)"
#: glib/gspawn-win32.c:212 #: glib/gspawn-win32.c:214
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "Ezin irakurri daturik child prozeduran" msgstr "Ezin irakurri daturik child prozeduran"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@@ -415,22 +415,22 @@ msgstr ""
"Ezusteko errora g_io_channel_win32_poll()-n child prozedurako datuak " "Ezusteko errora g_io_channel_win32_poll()-n child prozedurako datuak "
"irakurtzekoan" "irakurtzekoan"
#: glib/gspawn-win32.c:839 glib/gspawn.c:914 #: glib/gspawn-win32.c:843 glib/gspawn.c:914
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Ezin irakurri child hodian (%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 #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Ezin aldatu '%s' direktoriora (%s)" msgstr "Ezin aldatu '%s' direktoriora (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Ezin abiarazi chil prozedura (%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 #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Ezin eratu hodirik child prozedurarekin bat egiteko (%s)" msgstr "Ezin eratu hodirik child prozedurarekin bat egiteko (%s)"

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 1.3.2\n" "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" "PO-Revision-Date: 2001-03-02 12:34+0100\n"
"Last-Translator: Christophe Merlet (RedFox) <redfox@eikonex.org>\n" "Last-Translator: Christophe Merlet (RedFox) <redfox@eikonex.org>\n"
"Language-Team: GNOME French Team <gnomefr@gnomefr.traduc.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" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "" msgstr ""
#: glib/giowin32.c:702 glib/giowin32.c:731 #: glib/giowin32.c:704 glib/giowin32.c:733
msgid "Incorrect message size" msgid "Incorrect message size"
msgstr "" msgstr ""
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "" msgstr ""
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "" msgstr ""
@@ -391,32 +391,32 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "" msgstr ""
#: glib/gspawn-win32.c:212 #: glib/gspawn-win32.c:214
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "" msgstr ""
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
msgstr "" msgstr ""
#: glib/gspawn-win32.c:839 glib/gspawn.c:914 #: glib/gspawn-win32.c:843 glib/gspawn.c:914
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "" msgstr ""
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119 #: glib/gspawn-win32.c:931 glib/gspawn.c:1119
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "" msgstr ""
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "" msgstr ""
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228 #: glib/gspawn-win32.c:981 glib/gspawn.c:1228
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "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" "PO-Revision-Date: 2001-12-19 21:39+0100\n"
"Last-Translator: Manuel A. Fern<72>ndez Montecelo <manuel@sindominio.net>\n" "Last-Translator: Manuel A. Fern<72>ndez Montecelo <manuel@sindominio.net>\n"
"Language-Team: Galician <proxecto@trasno.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" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Non se pode facer unha lectura cr<63>a (raw) en g_io_channel_read_to_end" msgstr "Non se pode facer unha lectura cr<63>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" msgid "Incorrect message size"
msgstr "Tama<6D>o de mensaxe incorrecto" msgstr "Tama<6D>o de mensaxe incorrecto"
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "Erro de socket" msgstr "Erro de socket"
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "Non est<73> soportado o establecemento de sinaladores na canle" msgstr "Non est<73> soportado o establecemento de sinaladores na canle"
@@ -418,11 +418,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "O texto estaba baleiro (ou conti<74>a espacios en branco namais)" msgstr "O texto estaba baleiro (ou conti<74>a espacios en branco namais)"
#: glib/gspawn-win32.c:212 #: glib/gspawn-win32.c:214
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "Fallo ao ler datos de proceso fillo" msgstr "Fallo ao ler datos de proceso fillo"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@@ -430,22 +430,22 @@ msgstr ""
"Erro non agardado en g_io_channel_win32_poll() lendo datos desde un proceso " "Erro non agardado en g_io_channel_win32_poll() lendo datos desde un proceso "
"fillo" "fillo"
#: glib/gspawn-win32.c:839 glib/gspawn.c:914 #: glib/gspawn-win32.c:843 glib/gspawn.c:914
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Fallo ao ler desde tuber<65>a filla (%s)" msgstr "Fallo ao ler desde tuber<65>a filla (%s)"
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119 #: glib/gspawn-win32.c:931 glib/gspawn.c:1119
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Fallo ao cambiar ao directorio '%s' (%s)" msgstr "Fallo ao cambiar ao directorio '%s' (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Fallo ao executar proceso fillo (%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 #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Fallo ao crear unha tuber<65>a para comunicarse con proceso fillo (%s)" msgstr "Fallo ao crear unha tuber<65>a para comunicarse con proceso fillo (%s)"

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 1.3.x\n" "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" "PO-Revision-Date: 2002-02-19 13:21+0900\n"
"Last-Translator: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>\n" "Last-Translator: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>\n"
"Language-Team: Japanese <translation@gnome.gr.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" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end では raw モードで読めません" 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" msgid "Incorrect message size"
msgstr "メッセージの大きさが変です" msgstr "メッセージの大きさが変です"
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "Socket のエラー" msgstr "Socket のエラー"
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "フラグの設定がサポートされていません" msgstr "フラグの設定がサポートされていません"
@@ -407,11 +407,11 @@ msgstr "テキストが %c に対応する引用記号の前に終わってい
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "テキストが空です (あるいは空白のみ)" msgstr "テキストが空です (あるいは空白のみ)"
#: glib/gspawn-win32.c:212 #: glib/gspawn-win32.c:214
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "子プロセスからデータを読み出せません" msgstr "子プロセスからデータを読み出せません"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@@ -419,22 +419,22 @@ msgstr ""
"g_io_channel_win32_poll() が子プロセスからデータを読み出す途中で予期しないエ" "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 #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "子パイプから読み出せません (%s) " msgstr "子パイプから読み出せません (%s) "
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119 #: glib/gspawn-win32.c:931 glib/gspawn.c:1119
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "ディレクトリ '%s' へ移動できません (%s)" msgstr "ディレクトリ '%s' へ移動できません (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "子プロセスを起動できません (%s)" msgstr "子プロセスを起動できません (%s)"
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228 #: glib/gspawn-win32.c:981 glib/gspawn.c:1228
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "子プロセスとの通信用のパイプを作成できません (%s)" msgstr "子プロセスとの通信用のパイプを作成できません (%s)"

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: $PACKAGE $VERSION, no-define\n" "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" "PO-Revision-Date: 2002-01-07 02:44+0900\n"
"Last-Translator: Young-Ho Cha <ganadist@chollian.net>\n" "Last-Translator: Young-Ho Cha <ganadist@chollian.net>\n"
"Language-Team: korean <ko@li.org>\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" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_endi로 raw 읽기를 할수 없습니다" 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" msgid "Incorrect message size"
msgstr "잘못된 메세지 크기" msgstr "잘못된 메세지 크기"
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "소켓 오류" msgstr "소켓 오류"
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "채널 프래그 지정을 지원하지 않습니다" msgstr "채널 프래그 지정을 지원하지 않습니다"
@@ -374,11 +374,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "텍스트가 비어있음 (또는 공백만 포함됨)" msgstr "텍스트가 비어있음 (또는 공백만 포함됨)"
#: glib/gspawn-win32.c:212 #: glib/gspawn-win32.c:214
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "자식 프로세스에서 데이터 읽기 실패" msgstr "자식 프로세스에서 데이터 읽기 실패"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@@ -386,22 +386,22 @@ msgstr ""
"자식 프로세스에서 데이터를 읽는중 g_io_channel_win32_poll() 에서 기대되지않" "자식 프로세스에서 데이터를 읽는중 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 #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "자식 파이프로 부터 읽기 실패 (%s)" msgstr "자식 파이프로 부터 읽기 실패 (%s)"
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119 #: glib/gspawn-win32.c:931 glib/gspawn.c:1119
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "디렉토리 '%s'로 바꾸기 실패 (%s)" msgstr "디렉토리 '%s'로 바꾸기 실패 (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "자식 프로세스 실행 실패 (%s)" msgstr "자식 프로세스 실행 실패 (%s)"
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228 #: glib/gspawn-win32.c:981 glib/gspawn.c:1228
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "자식 프로세스와 통신을 위한 파이프를 만드는 중 실패 (%s)" msgstr "자식 프로세스와 통신을 위한 파이프를 만드는 중 실패 (%s)"

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib (HEAD)\n" "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" "PO-Revision-Date: 2001-11-23 13:07+0100\n"
"Last-Translator: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>\n" "Last-Translator: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>\n"
"Language-Team: Dutch <nl@li.org>\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 "" msgstr ""
"Een kale ('raw') leesoperatie is niet mogelijk in g_io_channel_read_to_end" "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" msgid "Incorrect message size"
msgstr "Ongeldige berichtlengte" msgstr "Ongeldige berichtlengte"
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "Socketfout" msgstr "Socketfout"
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "Kanaalsetvlaggen worden niet ondersteund" msgstr "Kanaalsetvlaggen worden niet ondersteund"
@@ -415,11 +415,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "De tekst was leeg (of bevatte slechts witte ruimte)" 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" msgid "Failed to read data from child process"
msgstr "Lezen van data van kindprocessen mislukt" msgstr "Lezen van data van kindprocessen mislukt"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@@ -427,22 +427,22 @@ msgstr ""
"Onverwachte fout in g_io_channel_win32_poll() bij het lezen van data van een " "Onverwachte fout in g_io_channel_win32_poll() bij het lezen van data van een "
"kindproces" "kindproces"
#: glib/gspawn-win32.c:839 glib/gspawn.c:914 #: glib/gspawn-win32.c:843 glib/gspawn.c:914
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Lezen van pijp naar kind (%s) mislukt" 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 #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Veranderen naar directory '%s' mislukt (%s)" msgstr "Veranderen naar directory '%s' mislukt (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Uitvoeren van kindproces mislukt (%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 #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Cre<72>ren van pijp voor het communiceren met kindproces mislukt (%s)" msgstr "Cre<72>ren van pijp voor het communiceren met kindproces mislukt (%s)"

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib/2.0\n" "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" "PO-Revision-Date: 2002-01-31 20:07+0100\n"
"Last-Translator: Roy-Magne Mo <rmo@sunnmore.net>\n" "Last-Translator: Roy-Magne Mo <rmo@sunnmore.net>\n"
"Language-Team: nynorsk <nn@li.org>\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" 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" 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" msgid "Incorrect message size"
msgstr "Feil meldingsstorleik" msgstr "Feil meldingsstorleik"
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "Sokkelfeil" msgstr "Sokkelfeil"
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "Kanalen set flag ustøtta" msgstr "Kanalen set flag ustøtta"
@@ -402,33 +402,33 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Teksta var tom (eller innehdlt kun tome teikn)" 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" msgid "Failed to read data from child process"
msgstr "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 "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
msgstr "" msgstr ""
"Uventa feil i g_io_channel_win32_poll() ved lesing av data frå barneprosess" "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 #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Klarte ikkje å lese frå røyr frå barn (%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 #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Klarte ikkje å skifte til katalog «%s» (%s)" msgstr "Klarte ikkje å skifte til katalog «%s» (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Klarte ikkje å utføre barnproess (%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 #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Klarte ikkje å opprette røyr for å kommuniksere med barneprosess (%s)" msgstr "Klarte ikkje å opprette røyr for å kommuniksere med barneprosess (%s)"

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 1.3.3\n" "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" "PO-Revision-Date: 2002-02-10 10:53+0100\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n" "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian <no@li.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" 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" 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" msgid "Incorrect message size"
msgstr "Ukorrekt meldingsstørrelse" msgstr "Ukorrekt meldingsstørrelse"
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "Feil i socket" msgstr "Feil i socket"
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "Ikke-støttede flagg satt i kanal" msgstr "Ikke-støttede flagg satt i kanal"
@@ -404,11 +404,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Teksten var tom (eller inneholdt kun blanke tegn)" 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" msgid "Failed to read data from child process"
msgstr "Feil under lesing av data fra underprosess" msgstr "Feil under lesing av data fra underprosess"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@@ -416,22 +416,22 @@ msgstr ""
"Uventet feil i g_io_channel_win32_poll() under lesing av data fra en " "Uventet feil i g_io_channel_win32_poll() under lesing av data fra en "
"underprosess" "underprosess"
#: glib/gspawn-win32.c:839 glib/gspawn.c:914 #: glib/gspawn-win32.c:843 glib/gspawn.c:914
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Feil under lesing fra \"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 #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Feil ved skifte til katalog «%s» (%s)" msgstr "Feil ved skifte til katalog «%s» (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Feil under kjøring av underprosess (%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 #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Feil under oppretting av rør for kommunikasjon med underprosess (%s)" msgstr "Feil under oppretting av rør for kommunikasjon med underprosess (%s)"

View File

@@ -9,7 +9,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "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" "PO-Revision-Date: 2002-01-29 13:47+0100\n"
"Last-Translator: GNOME PL Team <translators@gnome.pl>\n" "Last-Translator: GNOME PL Team <translators@gnome.pl>\n"
"Language-Team: Polish <pl@li.org>\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" 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" 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" msgid "Incorrect message size"
msgstr "Niepoprawny rozmiar danych" msgstr "Niepoprawny rozmiar danych"
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "Błąd przy operacji na gnieździe" msgstr "Błąd przy operacji na gnieździe"
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "Ustawianie znaczników kanału nie jest obsługiwane" msgstr "Ustawianie znaczników kanału nie jest obsługiwane"
@@ -428,11 +428,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Tekst jest pusty (lub zawiera tylko separatory)" 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" msgid "Failed to read data from child process"
msgstr "Nie można odczytać danych z procesu potomnego" msgstr "Nie można odczytać danych z procesu potomnego"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@@ -440,22 +440,22 @@ msgstr ""
"Przy odczycie danych z procesu potomnego w g_io_channel_win32_poll() " "Przy odczycie danych z procesu potomnego w g_io_channel_win32_poll() "
"wystąpił nieznany błąd" "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 #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Nie można odczytać danych z potoku łączącego z procesem potomnym (%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 #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Nie można zmienić katalogu na \"%s\" (%s)" msgstr "Nie można zmienić katalogu na \"%s\" (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Nie można wykonać procesu potomnego (%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 #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Nie można stworzyć potoku do komunikacji z procesem potomnym (%s)" msgstr "Nie można stworzyć potoku do komunikacji z procesem potomnym (%s)"

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 2.0\n" "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" "PO-Revision-Date: 2001-12-25 21:41+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n" "Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Language-Team: Portuguese <none@none.org>\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" 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" 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" msgid "Incorrect message size"
msgstr "Tamanho de mensagem incorrecto" msgstr "Tamanho de mensagem incorrecto"
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "Erro de socket" msgstr "Erro de socket"
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "Canal definiu flags n<>o suportadas" msgstr "Canal definiu flags n<>o suportadas"
@@ -415,11 +415,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Texto estava vazio (ou apenas continha espa<70>os)" msgstr "Texto estava vazio (ou apenas continha espa<70>os)"
#: glib/gspawn-win32.c:212 #: glib/gspawn-win32.c:214
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "Falha ao ler dados de processo filho" msgstr "Falha ao ler dados de processo filho"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@@ -427,22 +427,22 @@ msgstr ""
"Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo " "Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo "
"filho" "filho"
#: glib/gspawn-win32.c:839 glib/gspawn.c:914 #: glib/gspawn-win32.c:843 glib/gspawn.c:914
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Falha ao ler de canal filho (%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 #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Falha ao ir para direct<63>rio '%s' (%s)" msgstr "Falha ao ir para direct<63>rio '%s' (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Falha ao executar processo filho (%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 #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Falha ao criar canal para comunicar com com processo filho (%s)" msgstr "Falha ao criar canal para comunicar com com processo filho (%s)"

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 1.3.10\n" "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" "PO-Revision-Date: 2001-10-22 09:35-0400\n"
"Last-Translator: Marius Andreiana <mandreiana@yahoo.com>\n" "Last-Translator: Marius Andreiana <mandreiana@yahoo.com>\n"
"Language-Team: Română <ro@li.org>\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" 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" 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" msgid "Incorrect message size"
msgstr "Marime mesaj incorectă" msgstr "Marime mesaj incorectă"
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "Eroare socket" msgstr "Eroare socket"
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "Setare flaguri canal nesuportată" msgstr "Setare flaguri canal nesuportată"
@@ -410,11 +410,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Textul era gol (sau conţinea doar spaţiu alb)" 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" msgid "Failed to read data from child process"
msgstr "Eşuare la citirea datelor de la procesul copil" msgstr "Eşuare la citirea datelor de la procesul copil"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@@ -422,22 +422,22 @@ msgstr ""
"Eroare neaşteptată în g_io_channel_win32_poll() la citirea datelor din " "Eroare neaşteptată în g_io_channel_win32_poll() la citirea datelor din "
"procesul copil" "procesul copil"
#: glib/gspawn-win32.c:839 glib/gspawn.c:914 #: glib/gspawn-win32.c:843 glib/gspawn.c:914
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Eşuare la citirea datelor din conectorul pipe copil (%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 #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Eşuare la schimbarea directorului '%s' (%s)" msgstr "Eşuare la schimbarea directorului '%s' (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Eşuare la execuţia procesului copil (%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 #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "" msgstr ""

View File

@@ -4,7 +4,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "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" "PO-Revision-Date: 2001-12-15 21:17+03:00\n"
"Last-Translator: Valek Filippov <frob@df.ru>\n" "Last-Translator: Valek Filippov <frob@df.ru>\n"
"Language-Team: Russian <ru@li.org>\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 "" msgstr ""
"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> g_io_channel_read_to_end" "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> 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" msgid "Incorrect message size"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" msgstr "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
@@ -374,32 +374,32 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)" msgstr "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)"
#: glib/gspawn-win32.c:212 #: glib/gspawn-win32.c:214
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" msgstr "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
msgstr "" msgstr ""
#: glib/gspawn-win32.c:839 glib/gspawn.c:914 #: glib/gspawn-win32.c:843 glib/gspawn.c:914
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "" msgstr ""
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119 #: glib/gspawn-win32.c:931 glib/gspawn.c:1119
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\" (%s)" msgstr "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\" (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (%s)" msgstr "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (%s)"
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228 #: glib/gspawn-win32.c:981 glib/gspawn.c:1228
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 1.3.8\n" "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" "PO-Revision-Date: 2002-01-04 15:54CET\n"
"Last-Translator: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>\n" "Last-Translator: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\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" 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" 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" msgid "Incorrect message size"
msgstr "Nesprávna veľkosť správy" 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" msgid "Socket error"
msgstr "Chyba soketu" msgstr "Chyba soketu"
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "Nepodporované nastavovanie príznakov kanálu" msgstr "Nepodporované nastavovanie príznakov kanálu"
@@ -400,11 +400,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Text bol prázdny (alebo obsahoval iba medzery)" 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" msgid "Failed to read data from child process"
msgstr "Nepodarilo sa čítať dáta z procesu potomka" msgstr "Nepodarilo sa čítať dáta z procesu potomka"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@@ -412,22 +412,22 @@ msgstr ""
"Neočakávaná chyba v g_io_channel_win32_poll() pri čítaní dát z procesu " "Neočakávaná chyba v g_io_channel_win32_poll() pri čítaní dát z procesu "
"potomka" "potomka"
#: glib/gspawn-win32.c:839 glib/gspawn.c:914 #: glib/gspawn-win32.c:843 glib/gspawn.c:914
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Nepodarilo sa čítať z rúry potomka (%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 #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Nepodarilo sa zmeniť priečinok na '%s' (%s)" msgstr "Nepodarilo sa zmeniť priečinok na '%s' (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Nepodarilo sa spustiť proces potomka (%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 #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Nepodarilo sa vytvoriť rúru pre komunikáciu s procesom potomka (%s)" msgstr "Nepodarilo sa vytvoriť rúru pre komunikáciu s procesom potomka (%s)"

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "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" "PO-Revision-Date: 2001-02-16 12:30+0200\n"
"Last-Translator: Andraz Tori <andraz.tori1@guest.arnes.si>\n" "Last-Translator: Andraz Tori <andraz.tori1@guest.arnes.si>\n"
"Language-Team: Slovenian <sl@li.org>\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" 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" 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" msgid "Incorrect message size"
msgstr "Neveljavna velikost sporo<72>ila" msgstr "Neveljavna velikost sporo<72>ila"
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "Napaka vti<74>a" msgstr "Napaka vti<74>a"
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "Nastavitev zastavic kanala ni podprta" msgstr "Nastavitev zastavic kanala ni podprta"
@@ -402,11 +402,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Besedilo je bilo prazno (ali vsebovalo le presledke)" 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" msgid "Failed to read data from child process"
msgstr "Nisem uspel prebrati podatkov iz procesa otroka" msgstr "Nisem uspel prebrati podatkov iz procesa otroka"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@@ -414,22 +414,22 @@ msgstr ""
"Nepri<72>akovana napaka v g_io_channel_win32_poll() med branjem podatkov " "Nepri<72>akovana napaka v g_io_channel_win32_poll() med branjem podatkov "
"procesa otroka" "procesa otroka"
#: glib/gspawn-win32.c:839 glib/gspawn.c:914 #: glib/gspawn-win32.c:843 glib/gspawn.c:914
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Nisem uspel brati iz cevi otroka (%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 #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Nisem uspel spremeniti imenika v '%s' (%s)" msgstr "Nisem uspel spremeniti imenika v '%s' (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Nisem uspel izvesti procesa otroka (%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 #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Nisem uspel ustvariti cevi za komunikacijo s procesom otroka (%s)" msgstr "Nisem uspel ustvariti cevi za komunikacijo s procesom otroka (%s)"

View File

@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "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" "PO-Revision-Date: 2002-01-28 02:20+0100\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n" "Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\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" 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" 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" msgid "Incorrect message size"
msgstr "Ogiltig meddelandestorlek" msgstr "Ogiltig meddelandestorlek"
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "Uttagsfel" msgstr "Uttagsfel"
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "Kanalinställningsflaggor stöds inte" msgstr "Kanalinställningsflaggor stöds inte"
@@ -416,11 +416,11 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Texten var tom (eller innehöll bara tomrum)" 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" msgid "Failed to read data from child process"
msgstr "Misslyckades med att läsa data från barnprocessen" msgstr "Misslyckades med att läsa data från barnprocessen"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@@ -428,22 +428,22 @@ msgstr ""
"Oväntat fel i g_io_channel_win32_poll() vid inläsning av data från en " "Oväntat fel i g_io_channel_win32_poll() vid inläsning av data från en "
"barnprocess" "barnprocess"
#: glib/gspawn-win32.c:839 glib/gspawn.c:914 #: glib/gspawn-win32.c:843 glib/gspawn.c:914
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Misslyckades med att läsa från rör till barnet (%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 #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Misslyckades med att byta katalog till \"%s\" (%s)" msgstr "Misslyckades med att byta katalog till \"%s\" (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Misslyckades med att köra barnprocess (%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 #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Misslyckades med att skapa rör för kommunikation med barnprocess (%s)" msgstr "Misslyckades med att skapa rör för kommunikation med barnprocess (%s)"

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 1.5\n" "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" "PO-Revision-Date: 2001-09-28 18:43-0500\n"
"Last-Translator: Dinesh Nadarajah <n_dinesh@yahoo.com>\n" "Last-Translator: Dinesh Nadarajah <n_dinesh@yahoo.com>\n"
"Language-Team: Tamil <tamilinix@yahoogroups.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" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "" msgstr ""
#: glib/giowin32.c:702 glib/giowin32.c:731 #: glib/giowin32.c:704 glib/giowin32.c:733
msgid "Incorrect message size" msgid "Incorrect message size"
msgstr "" msgstr ""
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "" msgstr ""
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "" msgstr ""
@@ -400,11 +400,11 @@ msgstr "%c
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "<22><><EFBFBD> <20><><EFBFBD>ȡ <20><><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ǣ <20><>Χ<EFBFBD>)" msgstr "<22><><EFBFBD> <20><><EFBFBD>ȡ <20><><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ǣ <20><>Χ<EFBFBD>)"
#: glib/gspawn-win32.c:212 #: glib/gspawn-win32.c:214
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "<22><><EFBFBD> <20><><EFBFBD>Ģ<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> š<><C5A1><EFBFBD><EFBFBD> <20><><EFBFBD>Ţ<EFBFBD><C5A2><EFBFBD>" msgstr "<22><><EFBFBD> <20><><EFBFBD>Ģ<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> š<><C5A1><EFBFBD><EFBFBD> <20><><EFBFBD>Ţ<EFBFBD><C5A2><EFBFBD>"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@@ -412,22 +412,22 @@ msgstr ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
#: glib/gspawn-win32.c:839 glib/gspawn.c:914 #: glib/gspawn-win32.c:843 glib/gspawn.c:914
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "(%s) <20><><EFBFBD> <20>ơ<EFBFBD><C6A1> <20><><EFBFBD><EFBFBD>â<EFBFBD> <20><><EFBFBD><EFBFBD> š<><C5A1><EFBFBD><EFBFBD> <20><><EFBFBD>Ţ<EFBFBD><C5A2><EFBFBD>" msgstr "(%s) <20><><EFBFBD> <20>ơ<EFBFBD><C6A1> <20><><EFBFBD><EFBFBD>â<EFBFBD> <20><><EFBFBD><EFBFBD> š<><C5A1><EFBFBD><EFBFBD> <20><><EFBFBD>Ţ<EFBFBD><C5A2><EFBFBD>"
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119 #: glib/gspawn-win32.c:931 glib/gspawn.c:1119
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "'%s' (%s) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>Ţ<EFBFBD><C5A2><EFBFBD>" msgstr "'%s' (%s) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>Ţ<EFBFBD><C5A2><EFBFBD>"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "(%s) <20><><EFBFBD>-<2D><>¨<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>Ţ<EFBFBD><C5A2><EFBFBD>" msgstr "(%s) <20><><EFBFBD>-<2D><>¨<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>Ţ<EFBFBD><C5A2><EFBFBD>"
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228 #: glib/gspawn-win32.c:981 glib/gspawn.c:1228
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "(%s) <20><><EFBFBD>-<2D><><EFBFBD>Ģ<EFBFBD><C4A2> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20>ơ<EFBFBD><C6A1>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>Ţ<EFBFBD><C5A2><EFBFBD>" msgstr "(%s) <20><><EFBFBD>-<2D><><EFBFBD>Ģ<EFBFBD><C4A2> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20>ơ<EFBFBD><C6A1>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>Ţ<EFBFBD><C5A2><EFBFBD>"

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 1.3.2\n" "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" "PO-Revision-Date: 2001-02-05 20:28+0200\n"
"Last-Translator: Kemal Y<>lmaz <kyilmaz@uekae.tubitak.gov.tr>\n" "Last-Translator: Kemal Y<>lmaz <kyilmaz@uekae.tubitak.gov.tr>\n"
"Language-Team: GNOME Turk <gnome-turk@gnome.org>\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" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "" msgstr ""
#: glib/giowin32.c:702 glib/giowin32.c:731 #: glib/giowin32.c:704 glib/giowin32.c:733
msgid "Incorrect message size" msgid "Incorrect message size"
msgstr "" msgstr ""
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "" msgstr ""
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "" msgstr ""
@@ -408,33 +408,33 @@ msgstr "%c i
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Metin bo<62>tu (veya sadece bo<62>luk i<>eriyordu)" msgstr "Metin bo<62>tu (veya sadece bo<62>luk i<>eriyordu)"
#: glib/gspawn-win32.c:212 #: glib/gspawn-win32.c:214
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "Child i<>lemden bilgi okuma ba<62>ar<61>s<EFBFBD>zl<7A><6C><EFBFBD>" msgstr "Child i<>lemden bilgi okuma ba<62>ar<61>s<EFBFBD>zl<7A><6C><EFBFBD>"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
msgstr "" msgstr ""
"g_io_channel_win32_poll() child i<>lemden bilgi okumada beklenmeyen hata" "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 #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Child pipe'dan okuma ba<62>ar<61>s<EFBFBD>zl<7A><6C><EFBFBD> (%s)" msgstr "Child pipe'dan okuma ba<62>ar<61>s<EFBFBD>zl<7A><6C><EFBFBD> (%s)"
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119 #: glib/gspawn-win32.c:931 glib/gspawn.c:1119
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Klas<61>r de<64>istirme ba<62>ar<61>s<EFBFBD>zl<7A><6C><EFBFBD> '%s' (%s)" msgstr "Klas<61>r de<64>istirme ba<62>ar<61>s<EFBFBD>zl<7A><6C><EFBFBD> '%s' (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Child i<>lem y<>r<EFBFBD>tme ba<62>ar<61>s<EFBFBD>zl<7A><6C><EFBFBD> (%s)" msgstr "Child i<>lem y<>r<EFBFBD>tme ba<62>ar<61>s<EFBFBD>zl<7A><6C><EFBFBD> (%s)"
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228 #: glib/gspawn-win32.c:981 glib/gspawn.c:1228
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Child i<>lemlerin haberle<6C>mesi i<>in pipe yaratma ba<62>ar<61>s<EFBFBD>zl<7A><6C><EFBFBD> (%s)" msgstr "Child i<>lemlerin haberle<6C>mesi i<>in pipe yaratma ba<62>ar<61>s<EFBFBD>zl<7A><6C><EFBFBD> (%s)"

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 1.3.2\n" "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" "PO-Revision-Date: 2001-01-22 11:23+0200\n"
"Last-Translator: Yuri Syrota <rasta@renome.rovno.ua>\n" "Last-Translator: Yuri Syrota <rasta@renome.rovno.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\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" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "" msgstr ""
#: glib/giowin32.c:702 glib/giowin32.c:731 #: glib/giowin32.c:704 glib/giowin32.c:733
msgid "Incorrect message size" msgid "Incorrect message size"
msgstr "" msgstr ""
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "" msgstr ""
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "" msgstr ""
@@ -372,32 +372,32 @@ msgstr ""
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "" msgstr ""
#: glib/gspawn-win32.c:212 #: glib/gspawn-win32.c:214
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "<22>¦<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>Ϥ<EFBFBD><CFA4><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" msgstr "<22>¦<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>Ϥ<EFBFBD><CFA4><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
msgstr "" msgstr ""
#: glib/gspawn-win32.c:839 glib/gspawn.c:914 #: glib/gspawn-win32.c:843 glib/gspawn.c:914
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "<22>¦<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>Ϥ<EFBFBD><CFA4><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (%s)" msgstr "<22>¦<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>Ϥ<EFBFBD><CFA4><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (%s)"
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119 #: glib/gspawn-win32.c:931 glib/gspawn.c:1119
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\" (%s)" msgstr "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\" (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "<22>¦<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ϥ<EFBFBD><CFA4><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (%s)" msgstr "<22>¦<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ϥ<EFBFBD><CFA4><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (%s)"
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228 #: glib/gspawn-win32.c:981 glib/gspawn.c:1228
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "<22>¦<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><>ͦ<EFBFBD><CDA6> <20> <20><><EFBFBD><EFBFBD><EFBFBD>Ϥ<EFBFBD><CFA4><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (%s)" msgstr "<22>¦<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><>ͦ<EFBFBD><CDA6> <20> <20><><EFBFBD><EFBFBD><EFBFBD>Ϥ<EFBFBD><CFA4><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (%s)"

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "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" "PO-Revision-Date: 2002-02-17 17:56+0800\n"
"Last-Translator: He Qiangqiang <carton@263.net>\n" "Last-Translator: He Qiangqiang <carton@263.net>\n"
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\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" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "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" msgid "Incorrect message size"
msgstr "不正确的消息大小" msgstr "不正确的消息大小"
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "套接字错误" msgstr "套接字错误"
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "不支持通道设置标志" msgstr "不支持通道设置标志"
@@ -379,32 +379,32 @@ msgstr "文本在找到与 %c 匹配的引号之前结束。(文本为“%s”)"
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "空文本(或仅含空白字符)" msgstr "空文本(或仅含空白字符)"
#: glib/gspawn-win32.c:212 #: glib/gspawn-win32.c:214
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "无法从子进程中读取数据" msgstr "无法从子进程中读取数据"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
msgstr "g_io_channel_win32_poll() 从子进程中读取数据时出现异常错误" 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 #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "无法从子管道中读取 (%s)" msgstr "无法从子管道中读取 (%s)"
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119 #: glib/gspawn-win32.c:931 glib/gspawn.c:1119
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "无法切换到目录“%s” (%s)" msgstr "无法切换到目录“%s” (%s)"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "无法执行子进程 (%s)" msgstr "无法执行子进程 (%s)"
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228 #: glib/gspawn-win32.c:981 glib/gspawn.c:1228
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "无法创建与子进程通讯的管道 (%s)" msgstr "无法创建与子进程通讯的管道 (%s)"

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 1.3.13\n" "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" "PO-Revision-Date: 2002-02-07 08:25+0800\n"
"Last-Translator: Abel Cheung <maddog@linux.org.hk>\n" "Last-Translator: Abel Cheung <maddog@linux.org.hk>\n"
"Language-Team: Traditional Chinese <zh-l10n@linux.org.tw>\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" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "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" msgid "Incorrect message size"
msgstr "訊息長度不正確" msgstr "訊息長度不正確"
#: glib/giowin32.c:1035 glib/giowin32.c:1088 #: glib/giowin32.c:1037 glib/giowin32.c:1090
msgid "Socket error" msgid "Socket error"
msgstr "Socket 發生錯誤" msgstr "Socket 發生錯誤"
#: glib/giowin32.c:1288 #: glib/giowin32.c:1290
msgid "Channel set flags unsupported" msgid "Channel set flags unsupported"
msgstr "不支援設定管道旗標的操作" msgstr "不支援設定管道旗標的操作"
@@ -383,32 +383,32 @@ msgstr "字串完結前仍沒有對應於 %c 的引號(字串為 '%s'"
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "文字是空白的(或只含有空白字元)" msgstr "文字是空白的(或只含有空白字元)"
#: glib/gspawn-win32.c:212 #: glib/gspawn-win32.c:214
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "無法由副程序讀入資料" msgstr "無法由副程序讀入資料"
#: glib/gspawn-win32.c:361 #: glib/gspawn-win32.c:365
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
msgstr "當 g_io_channel_win32_poll() 由副程序讀入資料時發生非預期的錯誤" 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 #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "無法由副管道讀入資料(%s" msgstr "無法由副管道讀入資料(%s"
#: glib/gspawn-win32.c:927 glib/gspawn.c:1119 #: glib/gspawn-win32.c:931 glib/gspawn.c:1119
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "無法進入目錄 '%s'%s" msgstr "無法進入目錄 '%s'%s"
#: glib/gspawn-win32.c:936 #: glib/gspawn-win32.c:940
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "無法執行副程序(%s" msgstr "無法執行副程序(%s"
#: glib/gspawn-win32.c:977 glib/gspawn.c:1228 #: glib/gspawn-win32.c:981 glib/gspawn.c:1228
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "無法建立管道來和副程序溝通(%s" msgstr "無法建立管道來和副程序溝通(%s"