diff --git a/ChangeLog b/ChangeLog index 73cf5883e..2644de1ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-01-27 Matthias Clasen + * === Released 2.9.5 === + + * glib/glib.symbols: Add g_mem_gc_friendly as an exported + variable. + * NEWS: Updates 2006-01-26 Matthias Clasen diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 73cf5883e..2644de1ce 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,10 @@ 2006-01-27 Matthias Clasen + * === Released 2.9.5 === + + * glib/glib.symbols: Add g_mem_gc_friendly as an exported + variable. + * NEWS: Updates 2006-01-26 Matthias Clasen diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 73cf5883e..2644de1ce 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,10 @@ 2006-01-27 Matthias Clasen + * === Released 2.9.5 === + + * glib/glib.symbols: Add g_mem_gc_friendly as an exported + variable. + * NEWS: Updates 2006-01-26 Matthias Clasen diff --git a/INSTALL b/INSTALL index ec8136593..724e037c0 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-2.9.4.tar.gz | tar xvf - # unpack the sources - % cd glib-2.9.4 # change to the toplevel directory + % gzip -cd glib-2.9.5.tar.gz | tar xvf - # unpack the sources + % cd glib-2.9.5 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB diff --git a/README b/README index 9f82c856c..b1bd90520 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GLib version 2.9.4. GLib is the low-level core +This is GLib version 2.9.5. GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 4e837d89d..d9185bc42 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,12 @@ +2006-01-27 Matthias Clasen + + * === Released 2.9.5 === + +2006-01-27 Matthias Clasen + + * glib/glib-sections.txt: + * glib/tmpl/memory.sgml: Document g_mem_gc_friendly. + 2006-01-26 Matthias Clasen * gobject/tut_tools.xml: Mention g_trap_object_ref diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index 46aa8d749..09efd20cc 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -789,6 +789,7 @@ g_try_realloc g_free +g_mem_gc_friendly g_alloca diff --git a/docs/reference/glib/tmpl/memory.sgml b/docs/reference/glib/tmpl/memory.sgml index 98053225b..ace15be78 100644 --- a/docs/reference/glib/tmpl/memory.sgml +++ b/docs/reference/glib/tmpl/memory.sgml @@ -189,6 +189,14 @@ If @mem is %NULL it simply returns. @mem: the memory to free. + + +This variable is %TRUE if the G_DEBUG environment variable +includes the key gc-friendly. + + +@Since: 2.10 + Allocates @size bytes on the stack; these bytes will be freed when the current diff --git a/docs/reference/glib/tmpl/memory_slices.sgml b/docs/reference/glib/tmpl/memory_slices.sgml index 4a3c6d1bb..05ed04e69 100644 --- a/docs/reference/glib/tmpl/memory_slices.sgml +++ b/docs/reference/glib/tmpl/memory_slices.sgml @@ -214,3 +214,5 @@ Note that the exact release behaviour can be changed with the @mem_chain: a pointer to the first block of the chain @next: the field name of the next pointer in @type @Since: 2.10 + + diff --git a/docs/reference/glib/tmpl/messages.sgml b/docs/reference/glib/tmpl/messages.sgml index a25c12342..6aad988ca 100644 --- a/docs/reference/glib/tmpl/messages.sgml +++ b/docs/reference/glib/tmpl/messages.sgml @@ -121,6 +121,10 @@ A convenience function/macro to log a normal message. @...: +@...: + +@...: + @...: @@ -136,6 +140,10 @@ A convenience function/macro to log a warning message. @...: +@...: + +@...: + @...: @@ -155,6 +163,10 @@ example. @...: +@...: + +@...: + @...: @@ -175,6 +187,10 @@ assertion failure. @...: +@...: + +@...: + @...: @@ -187,6 +203,10 @@ A convenience function/macro to log a debug message. @...: +@...: + +@...: + @...: @Since: 2.6 @...: diff --git a/glib/glib.symbols b/glib/glib.symbols index 2aa638a5b..624b25cd5 100644 --- a/glib/glib.symbols +++ b/glib/glib.symbols @@ -1322,5 +1322,6 @@ glib_mem_profiler_table glib_micro_version glib_minor_version glib_on_error_halt +g_mem_gc_friendly #endif diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index da6a435a9..10f4de612 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,7 @@ +2006-01-27 Matthias Clasen + + * === Released 2.9.5 === + 2006-01-18 Matthias Clasen * === Released 2.9.4 === diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 1331b59f6..c580f991c 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,7 @@ +2006-01-27 Matthias Clasen + + * === Released 2.9.5 === + 2006-01-18 Matthias Clasen * === Released 2.9.4 === diff --git a/gthread/ChangeLog b/gthread/ChangeLog index 382b5f467..ee04f73e0 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,7 @@ +2006-01-27 Matthias Clasen + + * === Released 2.9.5 === + 2006-01-18 Matthias Clasen * === Released 2.9.4 === diff --git a/po/ChangeLog b/po/ChangeLog index 0271a3650..53b93e26a 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2006-01-27 Matthias Clasen + + * === Released 2.9.5 === + 2006-01-24 Priit Laes * et.po: Translation updated by Ivar Smolin. diff --git a/po/am.po b/po/am.po index 2809f02ab..876cdf7da 100644 --- a/po/am.po +++ b/po/am.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2003-01-16 08:39+EDT\n" "Last-Translator: Ge'ez Frontier Foundation \n" "Language-Team: Amharic \n" diff --git a/po/ar.po b/po/ar.po index f3ca57699..e2c7c1956 100644 --- a/po/ar.po +++ b/po/ar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2003-12-19 01:22+0100\n" "Last-Translator: Arafat Medini \n" "Language-Team: Arabic \n" diff --git a/po/az.po b/po/az.po index c080ec081..c7c9b8942 100644 --- a/po/az.po +++ b/po/az.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.az\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2004-02-02 12:12+0200\n" "Last-Translator: Mətin Əmirov \n" "Language-Team: Azerbaijani Turkish \n" diff --git a/po/be.po b/po/be.po index 81a67a6f6..4f0badea3 100644 --- a/po/be.po +++ b/po/be.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-11-16 11:21+0200\n" "Last-Translator: Vital Khilko \n" "Language-Team: Belarusian \n" diff --git a/po/bg.po b/po/bg.po index ed033d263..78e095c10 100644 --- a/po/bg.po +++ b/po/bg.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2006-01-09 18:39+0200\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" diff --git a/po/bn.po b/po/bn.po index 5c5b22db1..0f48d1bc2 100644 --- a/po/bn.po +++ b/po/bn.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-10-03 00:24+0600\n" "Last-Translator: Mahay Alam Khan \n" "Language-Team: Bengali \n" diff --git a/po/bs.po b/po/bs.po index b93abc1fd..ed9bc48cc 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2004-05-17 01:30+0000\n" "Last-Translator: Kenan Hadžiavdić \n" "Language-Team: Bosnian \n" diff --git a/po/ca.po b/po/ca.po index 88bef8e8e..1edb4a22a 100644 --- a/po/ca.po +++ b/po/ca.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2006-01-07 12:52+0100\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" diff --git a/po/cs.po b/po/cs.po index 101d72014..64c210bf3 100644 --- a/po/cs.po +++ b/po/cs.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-11-02 23:01+0100\n" "Last-Translator: Miloslav Trmac \n" "Language-Team: Czech \n" diff --git a/po/cy.po b/po/cy.po index 735abd3cd..e5cf8f6fa 100644 --- a/po/cy.po +++ b/po/cy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-08-18 13:02-0000\n" "Last-Translator: Rhys Jones \n" "Language-Team: Welsh \n" diff --git a/po/da.po b/po/da.po index 662df84b7..5b65a85b2 100644 --- a/po/da.po +++ b/po/da.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 18:40+0100\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2006-01-18 18:41+0100\n" "Last-Translator: Martin Willemoes Hansen \n" "Language-Team: Danish \n" @@ -22,207 +22,214 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" -#: ../glib/gconvert.c:408 ../glib/gconvert.c:486 ../glib/giochannel.c:1150 +#: glib/gconvert.c:408 glib/gconvert.c:486 glib/giochannel.c:1150 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konvertering fra tegnsæt \"%s\" til \"%s\" er ikke understøttet" -#: ../glib/gconvert.c:412 ../glib/gconvert.c:490 +#: glib/gconvert.c:412 glib/gconvert.c:490 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Kunne ikke konvertere fra \"%s\" til \"%s\"" -#: ../glib/gconvert.c:606 ../glib/gconvert.c:995 ../glib/giochannel.c:1322 -#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:943 -#: ../glib/gutf8.c:1392 +#: glib/gconvert.c:606 glib/gconvert.c:995 glib/giochannel.c:1322 +#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:943 +#: glib/gutf8.c:1392 +#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ugyldig bytesekvens i konverteringsinddata" -#: ../glib/gconvert.c:612 ../glib/gconvert.c:922 ../glib/giochannel.c:1329 -#: ../glib/giochannel.c:2218 +#: glib/gconvert.c:612 glib/gconvert.c:922 glib/giochannel.c:1329 +#: glib/giochannel.c:2218 #, c-format msgid "Error during conversion: %s" msgstr "Fejl under konvertering: %s" -#: ../glib/gconvert.c:647 ../glib/gutf8.c:939 ../glib/gutf8.c:1143 -#: ../glib/gutf8.c:1284 ../glib/gutf8.c:1388 +#: glib/gconvert.c:647 glib/gutf8.c:939 glib/gutf8.c:1143 glib/gutf8.c:1284 +#: glib/gutf8.c:1388 +#, c-format msgid "Partial character sequence at end of input" msgstr "Delvis tegnsekvens ved slutningen af inddata" -#: ../glib/gconvert.c:897 +#: glib/gconvert.c:897 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Kan ikke konvertere tilbagefaldet \"%s\" til tegnsæt \"%s\"" -#: ../glib/gconvert.c:1706 +#: glib/gconvert.c:1706 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI'en \"%s\" er ikke en absolut URI, ved brug af \"fil\"-metoden" -#: ../glib/gconvert.c:1716 +#: glib/gconvert.c:1716 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Den lokale fil-URI \"%s\" må ikke indeholde en '#'" -#: ../glib/gconvert.c:1733 +#: glib/gconvert.c:1733 #, c-format msgid "The URI '%s' is invalid" msgstr "URI'en \"%s\" er ugyldig" -#: ../glib/gconvert.c:1745 +#: glib/gconvert.c:1745 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Værtsnavnet for URI'en \"%s\" er ugyldig" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI'en \"%s\" indeholder ugyldigt beskyttede tegn" -#: ../glib/gconvert.c:1855 +#: glib/gconvert.c:1855 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Stinavnet \"%s\" er ikke en absolut sti" -#: ../glib/gconvert.c:1865 +#: glib/gconvert.c:1865 +#, c-format msgid "Invalid hostname" msgstr "Ugyldigt værtsnavn" -#: ../glib/gdir.c:121 ../glib/gdir.c:141 +#: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" msgstr "Fejl ved åbning af mappen \"%s\": %s" -#: ../glib/gfileutils.c:576 ../glib/gfileutils.c:649 +#: glib/gfileutils.c:576 glib/gfileutils.c:649 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Kunne ikke allokere %lu byte til at læse filen \"%s\"" -#: ../glib/gfileutils.c:591 +#: glib/gfileutils.c:591 #, c-format msgid "Error reading file '%s': %s" msgstr "Fejl ved læsning af filen \"%s\": %s" -#: ../glib/gfileutils.c:673 +#: glib/gfileutils.c:673 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Kunne ikke læse fra filen \"%s\": %s" -#: ../glib/gfileutils.c:724 ../glib/gfileutils.c:811 +#: glib/gfileutils.c:724 glib/gfileutils.c:811 #, c-format msgid "Failed to open file '%s': %s" msgstr "Kunne ikke åbne filen \"%s\": %s" -#: ../glib/gfileutils.c:741 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Kunne ikke læse egenskaber for filen \"%s\": fstat() mislykkedes: %s" -#: ../glib/gfileutils.c:775 +#: glib/gfileutils.c:775 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Kunne ikke åbne filen \"%s\": fdopen() mislykkedes: %s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Kunne ikke omdøbe filen \"%s\" til \"%s\": g_rename() mislykkedes: %s" -#: ../glib/gfileutils.c:950 ../glib/gfileutils.c:1415 +#: glib/gfileutils.c:950 glib/gfileutils.c:1415 #, c-format msgid "Failed to create file '%s': %s" msgstr "Fejl under oprettelse af filen \"%s\": %s" -#: ../glib/gfileutils.c:964 +#: glib/gfileutils.c:964 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Kunne ikke åbne filen \"%s\" til skrivning: fdopen() mislykkedes: %s" -#: ../glib/gfileutils.c:989 +#: glib/gfileutils.c:989 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Kunne ikke skrive filen \"%s\": fwrite() mislykkedes: %s" -#: ../glib/gfileutils.c:1008 +#: glib/gfileutils.c:1008 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Kunne ikke lukke filen \"%s\": fclose() mislykkedes: %s" -#: ../glib/gfileutils.c:1126 +#: glib/gfileutils.c:1126 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Den eksisterende fil \"%s\" kunne ikke fjernes: g_unlink() mislykkedes: %s" -#: ../glib/gfileutils.c:1376 +#: glib/gfileutils.c:1376 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Skabelonen \"%s\" er ugyldig, må ikke indeholde en \"%s\"" -#: ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:1390 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "Skabelonen \"%s\" slutter ikke med XXXXXX" -#: ../glib/gfileutils.c:1865 +#: glib/gfileutils.c:1865 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Kunne ikke læse den symbolske henvisning \"%s\": %s" -#: ../glib/gfileutils.c:1886 +#: glib/gfileutils.c:1886 +#, c-format msgid "Symbolic links not supported" msgstr "Symbolske henvisninger er ikke understøttet" -#: ../glib/giochannel.c:1154 +#: glib/giochannel.c:1154 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Kunne ikke åbne konverterer fra \"%s\" til \"%s\": %s" -#: ../glib/giochannel.c:1499 +#: glib/giochannel.c:1499 +#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Kan ikke foretage en rå læsning i g_io_channel_read_line_string" -#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 -#: ../glib/giochannel.c:1889 +#: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889 +#, c-format msgid "Leftover unconverted data in read buffer" msgstr "Resterende ukonverterede data i læsemellemlager" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 +#: glib/giochannel.c:1626 glib/giochannel.c:1703 +#, c-format msgid "Channel terminates in a partial character" msgstr "Kanal afslutter med et ufuldendt tegn" -#: ../glib/giochannel.c:1689 +#: glib/giochannel.c:1689 +#, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan ikke foretage en rå læsning i g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Kunne ikke åbne filen \"%s\": open() mislykkedes: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Kunne ikke kortlægge filen \"%s\": mmap() mislykkedes: %s" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "Fejl på linje %d tegn %d: %s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "Fejl på linje %d: %s" -#: ../glib/gmarkup.c:434 +#: glib/gmarkup.c:434 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Tom entitet \"&;\" fundet; gyldige entiteter er: & " < > " "'" -#: ../glib/gmarkup.c:444 +#: glib/gmarkup.c:444 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -233,17 +240,17 @@ msgstr "" "starter en entitet; hvis dette og-tegn ikke er beregnet på at være en " "entitet, så undgå dette ved at bruge & i stedet" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Tegnet \"%s\" er ikke gyldigt inde i et entitetsnavn" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "Entitetsnavnet \"%s\" er ikke kendt" -#: ../glib/gmarkup.c:526 +#: glib/gmarkup.c:526 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -252,7 +259,7 @@ msgstr "" "tegn uden at det var beregnet på at starte en entitet - dette undgås ved at " "bruge & i stedet" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -261,16 +268,16 @@ msgstr "" "Fejl ved fortolkning af \"%-.*s\" som skulle have været et ciffer i en " "tegnreference (ê for eksempel) - måske er cifret for stort" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Tegnreferencen \"%-.*s\" koder ikke et tilladt tegn" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "Tom tegnreference; skulle indeholde et tal såsom dž" -#: ../glib/gmarkup.c:629 +#: glib/gmarkup.c:629 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -280,23 +287,23 @@ msgstr "" "og-tegn uden at det var beregnet på at starte en entitet - undgå dette ved " "at bruge & i stedet" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "Ufærdig entitetsreference" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "Ufærdig tegnreference" -#: ../glib/gmarkup.c:964 ../glib/gmarkup.c:992 ../glib/gmarkup.c:1023 +#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" msgstr "Ugyldig UTF-8-kodet tekst" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. )" msgstr "Dokumentet skal begynde med et element (f.eks )" -#: ../glib/gmarkup.c:1099 +#: glib/gmarkup.c:1099 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -305,7 +312,7 @@ msgstr "" "\"%s\" er ikke et gyldigt tegn efter et '<'-tegn; det kan ikke være " "begyndelsen på et elementnavn" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -314,7 +321,7 @@ msgstr "" "Mærkeligt tegn \"%s\", forventede et '>'-tegn for at afslutte " "begyndelsesmærket til elementet \"%s\"" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -322,7 +329,7 @@ msgstr "" "Mærkeligt tegn \"%s\", forventede et '=' efter egenskabsnavn \"%s\" for " "elementet \"%s\"" -#: ../glib/gmarkup.c:1294 +#: glib/gmarkup.c:1294 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -333,7 +340,7 @@ msgstr "" "begyndelsesmærket til elementet \"%s\" eller alternativt en egenskab; måske " "brugte du et ugyldigt tegn i egenskabsnavnet" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -342,7 +349,7 @@ msgstr "" "Mærkeligt tegn \"%s\", forventede et åbningsanførselstegn efter " "lighedstegnet når værdien for egenskaben \"%s\" for elementet \"%s\" angives" -#: ../glib/gmarkup.c:1528 +#: glib/gmarkup.c:1528 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1579 +#: glib/gmarkup.c:1579 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element \"%s\" blev lukket, ingen åbne elementer nu" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element \"%s\" blev lukket, men aktivt åbent element er \"%s\"" -#: ../glib/gmarkup.c:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "Dokumentet var tomt eller indeholdt kun blanke tegn" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumentet sluttede uventet lige efter en åben vinkelparantes '<'" -#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 +#: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -387,7 +394,7 @@ msgstr "" "Dokumentet sluttede uventet med åbne elementer - \"%s\" var sidste åbne " "element" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -396,19 +403,19 @@ msgstr "" "Dokumentet sluttede uventet, forventede at se en vinkelparantes for at " "afslutte det sidste mærke <%s/>" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentet sluttede uventet inden i et elementnavn" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentet sluttede uventet inden i et egenskabsnavn" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumentet sluttede uventet inden i et element-åbnende mærke" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -416,101 +423,103 @@ msgstr "" "Dokumentet sluttede uventet efter lighedstegnet efter et egenskabsnavn; " "ingen egenskabsværdi" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentet sluttede uventet inden i en egenskabsværdi" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Dokumentet sluttede uventet inden i lukningsmærket for elementet \"%s\"" -#: ../glib/gmarkup.c:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokumentet sluttede uventet inden i en kommentar eller behandlingsinstruktion" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 +#, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Anført tekst begynder ikke med anførselstegn" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 +#, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Uafbalanceret anførselstegn i kommandolinje eller anden skal-anført tekst" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Tekst sluttede lige efter et '\\' tegn (teksten var \"%s\")" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Tekst sluttede før tilsvarende anførselstegn blev fundet for %c (teksten var " "\"%s\")" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 +#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Tekst var tom (eller indeholdt kun blanke tegn)" -#: ../glib/gspawn-win32.c:276 +#: glib/gspawn-win32.c:276 +#, c-format msgid "Failed to read data from child process" msgstr "Fejl under læsning af data fra underprocess" -#: ../glib/gspawn-win32.c:291 ../glib/gspawn.c:1364 +#: glib/gspawn-win32.c:291 glib/gspawn.c:1364 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Fejl under oprettelse af kommunikationskanal til underproces (%s)" -#: ../glib/gspawn-win32.c:329 ../glib/gspawn.c:1028 +#: glib/gspawn-win32.c:329 glib/gspawn.c:1028 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Fejl under læsning fra barnedatakanal (%s)" -#: ../glib/gspawn-win32.c:355 ../glib/gspawn.c:1233 +#: glib/gspawn-win32.c:355 glib/gspawn.c:1233 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Fejl ved skift til mappen \"%s\" (%s)" -#: ../glib/gspawn-win32.c:361 ../glib/gspawn-win32.c:581 +#: glib/gspawn-win32.c:361 glib/gspawn-win32.c:581 #, c-format msgid "Failed to execute child process (%s)" msgstr "Fejl under kørsel af underprocess (%s)" -#: ../glib/gspawn-win32.c:471 ../glib/gspawn-win32.c:527 +#: glib/gspawn-win32.c:471 glib/gspawn-win32.c:527 #, c-format msgid "Invalid program name: %s" msgstr "Ugyldigt programnavn: %s" -#: ../glib/gspawn-win32.c:481 ../glib/gspawn-win32.c:537 -#: ../glib/gspawn-win32.c:780 ../glib/gspawn-win32.c:835 -#: ../glib/gspawn-win32.c:1370 +#: glib/gspawn-win32.c:481 glib/gspawn-win32.c:537 glib/gspawn-win32.c:780 +#: glib/gspawn-win32.c:835 glib/gspawn-win32.c:1370 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Ugyldig streng i argumentvektor på %d: %s" -#: ../glib/gspawn-win32.c:492 ../glib/gspawn-win32.c:548 -#: ../glib/gspawn-win32.c:794 ../glib/gspawn-win32.c:848 -#: ../glib/gspawn-win32.c:1403 +#: glib/gspawn-win32.c:492 glib/gspawn-win32.c:548 glib/gspawn-win32.c:794 +#: glib/gspawn-win32.c:848 glib/gspawn-win32.c:1403 #, c-format msgid "Invalid string in environment: %s" msgstr "Ugyldig streng i miljø: %s" -#: ../glib/gspawn-win32.c:776 ../glib/gspawn-win32.c:831 -#: ../glib/gspawn-win32.c:1351 +#: glib/gspawn-win32.c:776 glib/gspawn-win32.c:831 glib/gspawn-win32.c:1351 #, c-format msgid "Invalid working directory: %s" msgstr "Ugyldigt arbejdskatalog: %s" -#: ../glib/gspawn-win32.c:890 +#: glib/gspawn-win32.c:890 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Fejl under kørsel af hjælpeprogram (%s)" -#: ../glib/gspawn-win32.c:1090 +#: glib/gspawn-win32.c:1090 +#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -518,127 +527,133 @@ msgstr "" "Uventet fejl i g_io_channel_win32_poll() under læsning af data fra en " "underprocess" -#: ../glib/gspawn.c:168 +#: glib/gspawn.c:168 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Fejl ved læsning af data fra underprocess (%s)" -#: ../glib/gspawn.c:300 +#: glib/gspawn.c:300 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Uventet fejl i select() ved læsning af data fra underprocess (%s)" -#: ../glib/gspawn.c:383 +#: glib/gspawn.c:383 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Uventet fejl i waitpid() (%s)" -#: ../glib/gspawn.c:1093 +#: glib/gspawn.c:1093 #, c-format msgid "Failed to fork (%s)" msgstr "Fejl under fraspaltning af proces (%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Fejl under kørsel af underprocessen \"%s\" (%s)" -#: ../glib/gspawn.c:1253 +#: glib/gspawn.c:1253 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Fejl under omdirigering af uddata eller inddata for underprocess (%s)" -#: ../glib/gspawn.c:1262 +#: glib/gspawn.c:1262 #, c-format msgid "Failed to fork child process (%s)" msgstr "Fejl ved fraspaltning af underprocess (%s)" -#: ../glib/gspawn.c:1270 +#: glib/gspawn.c:1270 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Ukendt fejl under kørsel af underprocessen \"%s\"" -#: ../glib/gspawn.c:1292 +#: glib/gspawn.c:1292 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Kunne ikke læse tilstrækkelig mængde data fra underprocessens pid-kanal (%s)" -#: ../glib/gutf8.c:1017 +#: glib/gutf8.c:1017 +#, c-format msgid "Character out of range for UTF-8" msgstr "Tegn uden for gyldigt interval for UTF-8" -#: ../glib/gutf8.c:1111 ../glib/gutf8.c:1120 ../glib/gutf8.c:1252 -#: ../glib/gutf8.c:1261 ../glib/gutf8.c:1402 ../glib/gutf8.c:1498 +#: glib/gutf8.c:1111 glib/gutf8.c:1120 glib/gutf8.c:1252 glib/gutf8.c:1261 +#: glib/gutf8.c:1402 glib/gutf8.c:1498 +#, c-format msgid "Invalid sequence in conversion input" msgstr "Ugyldig sekvens i konverteringsinddata" -#: ../glib/gutf8.c:1413 ../glib/gutf8.c:1509 +#: glib/gutf8.c:1413 glib/gutf8.c:1509 +#, c-format msgid "Character out of range for UTF-16" msgstr "Tegn uden for gyldigt interval for UTF-16" -#: ../glib/goption.c:468 +#: glib/goption.c:468 msgid "Usage:" msgstr "Brug:" -#: ../glib/goption.c:468 +#: glib/goption.c:468 msgid "[OPTION...]" msgstr "[FLAG...]" -#: ../glib/goption.c:556 +#: glib/goption.c:556 msgid "Help Options:" msgstr "Flag for hjælp:" -#: ../glib/goption.c:557 +#: glib/goption.c:557 msgid "Show help options" msgstr "Vis flag for hjælp" -#: ../glib/goption.c:562 +#: glib/goption.c:562 msgid "Show all help options" msgstr "Vis alle flag for hjælp" -#: ../glib/goption.c:612 +#: glib/goption.c:612 msgid "Application Options:" msgstr "Flag for programmet:" -#: ../glib/goption.c:653 +#: glib/goption.c:653 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Kan ikke fortolke heltalsværdien \"%s\" for %s" -#: ../glib/goption.c:663 +#: glib/goption.c:663 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Heltalsværdien \"%s\" for %s er ikke i gyldigt interval" -#: ../glib/goption.c:926 +#: glib/goption.c:926 #, c-format msgid "Error parsing option %s" msgstr "Kunne ikke fortolke tilvalg %s" -#: ../glib/goption.c:959 ../glib/goption.c:1070 +#: glib/goption.c:959 glib/goption.c:1070 #, c-format msgid "Missing argument for %s" msgstr "Mangler argument for %s" -#: ../glib/goption.c:1474 +#: glib/goption.c:1474 #, c-format msgid "Unknown option %s" msgstr "Ukendt flag %s" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 +#, c-format msgid "Valid key file could not be found in data dirs" msgstr "Gyldig nøglefil blev ikke fundet i datakatalogerne" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 +#, c-format msgid "Not a regular file" msgstr "Ikke en almindelig fil" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 +#, c-format msgid "File is empty" msgstr "Filen er tom" -#: ../glib/gkeyfile.c:697 +#: glib/gkeyfile.c:697 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -646,40 +661,41 @@ msgstr "" "Nøglefilen indeholder linjen \"%s\" hvilken ikke er et nøgle-værdi-par, en " "gruppe eller en kommentar" -#: ../glib/gkeyfile.c:765 +#: glib/gkeyfile.c:765 +#, c-format msgid "Key file does not start with a group" msgstr "Nøglefilen starter ikke med en gruppe" -#: ../glib/gkeyfile.c:808 +#: glib/gkeyfile.c:808 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Nøglefilen indeholder kodningen \"%s\" der ikke er understøttet" -#: ../glib/gkeyfile.c:1017 ../glib/gkeyfile.c:1176 ../glib/gkeyfile.c:2177 -#: ../glib/gkeyfile.c:2242 ../glib/gkeyfile.c:2361 ../glib/gkeyfile.c:2497 -#: ../glib/gkeyfile.c:2649 ../glib/gkeyfile.c:2823 ../glib/gkeyfile.c:2880 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Nøglefilen indeholder ikke gruppen \"%s\"" -#: ../glib/gkeyfile.c:1188 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Nøglefilen indeholder ikke nøglen \"%s\"" -#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Nøglefilen indeholder nøglen \"%s\" med værdien \"%s\" der ikke er UTF-8" -#: ../glib/gkeyfile.c:1307 ../glib/gkeyfile.c:1416 ../glib/gkeyfile.c:1788 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Nøglefilen indeholder nøglen \"%s\" som har en værdi der ikke kan fortolkes." -#: ../glib/gkeyfile.c:2004 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -688,31 +704,32 @@ msgstr "" "Nøglefilen indeholder nøglen \"%s\" i gruppen \"%s\" som har en værdi der " "ikke kan fortolkes." -#: ../glib/gkeyfile.c:2192 ../glib/gkeyfile.c:2376 ../glib/gkeyfile.c:2891 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Nøglefilen har ikke nøglen \"%s\" i gruppen \"%s\"" -#: ../glib/gkeyfile.c:3067 +#: glib/gkeyfile.c:3067 +#, c-format msgid "Key file contains escape character at end of line" msgstr "Nøglefilen indeholder beskyttede tegn for enden af linjen" -#: ../glib/gkeyfile.c:3089 +#: glib/gkeyfile.c:3089 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Nøglefilen indeholder en ugyldig undvigesekvens \"%s\"" -#: ../glib/gkeyfile.c:3230 +#: glib/gkeyfile.c:3230 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Værdien \"%s\" kan ikke fortolkes som et nummer." -#: ../glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:3240 #, c-format msgid "Integer value '%s' out of range" msgstr "Heltalsværdien \"%s\" er ikke i gyldigt interval" -#: ../glib/gkeyfile.c:3270 +#: glib/gkeyfile.c:3270 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Værdien \"%s\" kan ikke fortolkes som en sandhedsværdi." diff --git a/po/de.po b/po/de.po index 4a6d72bf8..deaf99c31 100644 --- a/po/de.po +++ b/po/de.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2006-01-16 16:45+0100\n" "Last-Translator: Hendrik Richter \n" "Language-Team: German \n" diff --git a/po/el.po b/po/el.po index 1524ee470..d8e2326fe 100644 --- a/po/el.po +++ b/po/el.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-08-12 18:46+0300\n" "Last-Translator: Kostas Papadimas \n" "Language-Team: Greek \n" diff --git a/po/en_CA.po b/po/en_CA.po index f42ffdc7c..8cb13ad8f 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-08-27 16:20-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" diff --git a/po/en_GB.po b/po/en_GB.po index cb7cb0061..9a37e5db1 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-04-19 20:16+0100\n" "Last-Translator: David Lodge \n" "Language-Team: \n" diff --git a/po/eo.po b/po/eo.po index 86d761b4b..7a694c3db 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2003-07-01 15:10-0500\n" "Last-Translator: Charles Voelger \n" "Language-Team: Esperanto \n" diff --git a/po/es.po b/po/es.po index 5bfe61473..444ed5a08 100644 --- a/po/es.po +++ b/po/es.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gnome-control-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2006-01-07 01:34+0100\n" "Last-Translator: Francisco Javier F. Serrador \n" "Language-Team: Spanish \n" diff --git a/po/et.po b/po/et.po index 7eca88a4c..b8320d177 100644 --- a/po/et.po +++ b/po/et.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-20 06:26+0100\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2006-01-20 14:11+0200\n" "Last-Translator: Ivar Smolin \n" "Language-Team: Estonian \n" @@ -21,205 +21,212 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gconvert.c:408 ../glib/gconvert.c:486 ../glib/giochannel.c:1150 +#: glib/gconvert.c:408 glib/gconvert.c:486 glib/giochannel.c:1150 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Teisendamine koodistikust '%s' koodistikku '%s' ei ole toetatud" -#: ../glib/gconvert.c:412 ../glib/gconvert.c:490 +#: glib/gconvert.c:412 glib/gconvert.c:490 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada" -#: ../glib/gconvert.c:606 ../glib/gconvert.c:995 ../glib/giochannel.c:1322 -#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:943 -#: ../glib/gutf8.c:1392 +#: glib/gconvert.c:606 glib/gconvert.c:995 glib/giochannel.c:1322 +#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:943 +#: glib/gutf8.c:1392 +#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Vigane baidijada sisendi teisendamisel" -#: ../glib/gconvert.c:612 ../glib/gconvert.c:922 ../glib/giochannel.c:1329 -#: ../glib/giochannel.c:2218 +#: glib/gconvert.c:612 glib/gconvert.c:922 glib/giochannel.c:1329 +#: glib/giochannel.c:2218 #, c-format msgid "Error during conversion: %s" msgstr "Viga teisendamisel: %s" -#: ../glib/gconvert.c:647 ../glib/gutf8.c:939 ../glib/gutf8.c:1143 -#: ../glib/gutf8.c:1284 ../glib/gutf8.c:1388 +#: glib/gconvert.c:647 glib/gutf8.c:939 glib/gutf8.c:1143 glib/gutf8.c:1284 +#: glib/gutf8.c:1388 +#, c-format msgid "Partial character sequence at end of input" msgstr "Osaline märgijada sisendi lõpus" -#: ../glib/gconvert.c:897 +#: glib/gconvert.c:897 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Taandresiimi '%s' pole võimalik teisendada kooditabelisse '%s'" -#: ../glib/gconvert.c:1706 +#: glib/gconvert.c:1706 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' ei ole failiskeemi (\"file\") jaoks absoluutne URI" -#: ../glib/gconvert.c:1716 +#: glib/gconvert.c:1716 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Kohaliku faili URI '%s' ei või sisaldada märki '#'" -#: ../glib/gconvert.c:1733 +#: glib/gconvert.c:1733 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' on vigane" -#: ../glib/gconvert.c:1745 +#: glib/gconvert.c:1745 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI '%s' hostinimi on vigane" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' sisaldab vigaseid paomärke" -#: ../glib/gconvert.c:1855 +#: glib/gconvert.c:1855 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Rajanimi '%s' ei ole absoluutne rada" -#: ../glib/gconvert.c:1865 +#: glib/gconvert.c:1865 +#, c-format msgid "Invalid hostname" msgstr "Vigane hostinimi" -#: ../glib/gdir.c:121 ../glib/gdir.c:141 +#: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" msgstr "Viga kataloogi '%s' avamisel: %s" -#: ../glib/gfileutils.c:576 ../glib/gfileutils.c:649 +#: glib/gfileutils.c:576 glib/gfileutils.c:649 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Ei saa eraldada %lu faili \"%s\" lugemiseks" -#: ../glib/gfileutils.c:591 +#: glib/gfileutils.c:591 #, c-format msgid "Error reading file '%s': %s" msgstr "Viga failist '%s' lugemisel: %s" -#: ../glib/gfileutils.c:673 +#: glib/gfileutils.c:673 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Tõrge failist '%s' lugemisel: %s" -#: ../glib/gfileutils.c:724 ../glib/gfileutils.c:811 +#: glib/gfileutils.c:724 glib/gfileutils.c:811 #, c-format msgid "Failed to open file '%s': %s" msgstr "Tõrge faili '%s' avamisel: %s" -#: ../glib/gfileutils.c:741 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Tõrge faili '%s' atribuutide saamisel: fstat() nurjus: %s" -#: ../glib/gfileutils.c:775 +#: glib/gfileutils.c:775 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Tõrge faili '%s' avamisel: fdopen() nurjus: %s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Tõrge faili '%s' ümbernimetamisel nimega '%s': g_rename() nurjus: %s" -#: ../glib/gfileutils.c:950 ../glib/gfileutils.c:1415 +#: glib/gfileutils.c:950 glib/gfileutils.c:1415 #, c-format msgid "Failed to create file '%s': %s" msgstr "Tõrge faili '%s' loomisel: %s" -#: ../glib/gfileutils.c:964 +#: glib/gfileutils.c:964 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Tõrge faili '%s' avamisel kirjutamiseks: fdopen() nurjus: %s" -#: ../glib/gfileutils.c:989 +#: glib/gfileutils.c:989 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Tõrge faili '%s' kirjutamisel: fwrite() nurjus: %s" -#: ../glib/gfileutils.c:1008 +#: glib/gfileutils.c:1008 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Tõrge faili '%s' sulgemisel: fclose() nurjus: %s" -#: ../glib/gfileutils.c:1126 +#: glib/gfileutils.c:1126 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Olemasolevat faili '%s' pole võimalik eemaldada: g_unlink() nurjus: %s" -#: ../glib/gfileutils.c:1376 +#: glib/gfileutils.c:1376 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Mall '%s' vigane, ei tohiks sisaldada '%s'" -#: ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:1390 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "Mall '%s' ei lõppe XXXXXX-ga" -#: ../glib/gfileutils.c:1865 +#: glib/gfileutils.c:1865 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Tõrge nimeviite '%s' lugemisel: %s" -#: ../glib/gfileutils.c:1886 +#: glib/gfileutils.c:1886 +#, c-format msgid "Symbolic links not supported" msgstr "Nimeviited ei ole toetatud" -#: ../glib/giochannel.c:1154 +#: glib/giochannel.c:1154 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada: %s" -#: ../glib/giochannel.c:1499 +#: glib/giochannel.c:1499 +#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Ei saa teostada toorest lugemise g_io_channel_read_line_string'i sees" -#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 -#: ../glib/giochannel.c:1889 +#: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889 +#, c-format msgid "Leftover unconverted data in read buffer" msgstr "Lugemispuhvrisse jäi teisendamata andmeid" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 +#: glib/giochannel.c:1626 glib/giochannel.c:1703 +#, c-format msgid "Channel terminates in a partial character" msgstr "Kanali katkestus poole märgi pealt" -#: ../glib/giochannel.c:1689 +#: glib/giochannel.c:1689 +#, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ei saa teostada toorest lugemise g_io_channel_read_to_end'i sees" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Tõrge faili '%s' avamisel: open() nurjus: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Tõrge faili '%s' avamisel: mmap() nurjus: %s" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "Viga real %d märgil %d: %s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "Viga real %d: %s" -#: ../glib/gmarkup.c:434 +#: glib/gmarkup.c:434 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Avastati tühi olem '&'; lubatud olemid on: & " < > '" -#: ../glib/gmarkup.c:444 +#: glib/gmarkup.c:444 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -229,17 +236,17 @@ msgstr "" "Märk '%s' ei ole olemi nime alguses lubatud. Märk & alustab olemit, kui see " "ampersand pole mõeldud olemiks, märgi see kui &" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Märk '%s' ei ole olemi nimes lubatud" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "Olemi nimi '%s' on tuntmatu" -#: ../glib/gmarkup.c:526 +#: glib/gmarkup.c:526 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -247,7 +254,7 @@ msgstr "" "Olem ei lõppenud semikooloniga; kõige tõenäolisemalt ei kavatsenud sa " "ampersandi kasutades olemit alustada - märgi see kui &" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -256,16 +263,16 @@ msgstr "" "Viga '%-.*s' parsimisel. See võiks olla märgiviites olev number (näiteks " "ê) - võibolla on number liiga suur" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Märgiviide '%-.*s' ei teisendu lubatud märgiks" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "Tühi märgiviide, see peaks sisaldama numbrit, näiteks dž" -#: ../glib/gmarkup.c:629 +#: glib/gmarkup.c:629 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -274,23 +281,23 @@ msgstr "" "Märgiviide ei lõpe semikooloniga. Enamasti kasutatakse ampersand märki ilma " "kavatsuseta olemit alustada - märgi see kui &" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "Lõpetamata viide olemile" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "Lõpetamata viide märgile" -#: ../glib/gmarkup.c:964 ../glib/gmarkup.c:992 ../glib/gmarkup.c:1023 +#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" msgstr "Vigaselt kodeeritud UTF-8 tekst" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. )" msgstr "Dokument peab algama elemendiga (nt: )" -#: ../glib/gmarkup.c:1099 +#: glib/gmarkup.c:1099 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -298,7 +305,7 @@ msgid "" msgstr "" "Märk '%s' ei ole märgi '<' järel lubatud, see võib mitte olla elemendi nimi" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -306,7 +313,7 @@ msgid "" msgstr "" "Veider märk '%s', oodatakse '>' märki, et lõpetada elemendi '%s' algussilti" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -314,7 +321,7 @@ msgstr "" "Veider märk '%s', oodatakse '=' märki peale elemendi '%s' tunnust nimega '%" "s' " -#: ../glib/gmarkup.c:1294 +#: glib/gmarkup.c:1294 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -325,7 +332,7 @@ msgstr "" "sildi algust või lõppu, ühe võimalusena ka atribuuti. Võib-olla kasutad sa " "atribuudi nimes vigast märki?" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -334,7 +341,7 @@ msgstr "" "Veider märk '%s', oodatakse võrdusmärgi järel tulevat jutumärki, mis aitaks " "atribuudile '%s' väärtust seada (element '%s')" -#: ../glib/gmarkup.c:1528 +#: glib/gmarkup.c:1528 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1579 +#: glib/gmarkup.c:1579 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element '%s' on suletud, avatud elemente ei ole" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element '%s' on suletud, kuid praegu avatud element on '%s'" -#: ../glib/gmarkup.c:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "Dokument on tühi või sisaldab ainult tühja ruumi" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokument lõppes ootamatult ilma avatud nurksulgu '<' sulgemata" -#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 +#: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -379,7 +386,7 @@ msgstr "" "Dokument lõppes ootamatult ilma, et avatud elemente sulgemata - '%s' oli " "viimane avatud element" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -388,19 +395,19 @@ msgstr "" "Dokument lõppes ootamatult, sildi <%s/> lõpetamiseks loodetakse näha " "nurksulgu" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "Dokument lõppes ootamatult elemendi nime sees" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokument lõppes ootamatult atribuudi nime sees" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokument lõppes ootamatult elemendi avamise sildi sees" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -408,96 +415,98 @@ msgstr "" "Dokument lõppes ootamatult peale atribuudi nime järel olevat võrdusmärki, " "atribuudu väärtus on puudu" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokument lõppes ootamatult keset attribuudi väärtust" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Dokument lõppes ootamatult elementi '%s' sulgemissildi sees" -#: ../glib/gmarkup.c:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Dokument lõppes ootamatult kommentaaride või töötlemis juhiste sees" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 +#, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Tsiteeritav tekst ei alga jutumärgiga" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 +#, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Vastavuseta jutumärk käsureal või kestprogrammi tsiteeritud tekstis" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Tekst lõppes pärast '\\' märki. (Tekst on '%s')" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "Tekst lõppes enne kui leiti vastav jutumärk %c jaoks. (Tekst oli '%s')" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 +#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Tekst puudus (või sisaldas ainult tühja ruumi)" -#: ../glib/gspawn-win32.c:276 +#: glib/gspawn-win32.c:276 +#, c-format msgid "Failed to read data from child process" msgstr "Tõrge andmete lugemisel alamprotsessilt" -#: ../glib/gspawn-win32.c:291 ../glib/gspawn.c:1364 +#: glib/gspawn-win32.c:291 glib/gspawn.c:1364 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Tõrge toru loomisel alamprotsessiga suhtlemiseks (%s)" -#: ../glib/gspawn-win32.c:329 ../glib/gspawn.c:1028 +#: glib/gspawn-win32.c:329 glib/gspawn.c:1028 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Tõrge alamprotsessi torust lugemisel (%s)" -#: ../glib/gspawn-win32.c:355 ../glib/gspawn.c:1233 +#: glib/gspawn-win32.c:355 glib/gspawn.c:1233 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Tõrge kataloogi '%s' muutmisel (%s)" -#: ../glib/gspawn-win32.c:361 ../glib/gspawn-win32.c:581 +#: glib/gspawn-win32.c:361 glib/gspawn-win32.c:581 #, c-format msgid "Failed to execute child process (%s)" msgstr "Tõrge alamprotsessi käivitamisel (%s)" -#: ../glib/gspawn-win32.c:471 ../glib/gspawn-win32.c:527 +#: glib/gspawn-win32.c:471 glib/gspawn-win32.c:527 #, c-format msgid "Invalid program name: %s" msgstr "Vigane programminimi: %s" -#: ../glib/gspawn-win32.c:481 ../glib/gspawn-win32.c:537 -#: ../glib/gspawn-win32.c:780 ../glib/gspawn-win32.c:835 -#: ../glib/gspawn-win32.c:1370 +#: glib/gspawn-win32.c:481 glib/gspawn-win32.c:537 glib/gspawn-win32.c:780 +#: glib/gspawn-win32.c:835 glib/gspawn-win32.c:1370 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Vigane string argumendivektoris %d: %s" -#: ../glib/gspawn-win32.c:492 ../glib/gspawn-win32.c:548 -#: ../glib/gspawn-win32.c:794 ../glib/gspawn-win32.c:848 -#: ../glib/gspawn-win32.c:1403 +#: glib/gspawn-win32.c:492 glib/gspawn-win32.c:548 glib/gspawn-win32.c:794 +#: glib/gspawn-win32.c:848 glib/gspawn-win32.c:1403 #, c-format msgid "Invalid string in environment: %s" msgstr "Vigane string keskkonnamuutujates: %s" -#: ../glib/gspawn-win32.c:776 ../glib/gspawn-win32.c:831 -#: ../glib/gspawn-win32.c:1351 +#: glib/gspawn-win32.c:776 glib/gspawn-win32.c:831 glib/gspawn-win32.c:1351 #, c-format msgid "Invalid working directory: %s" msgstr "Vigane töökataloog: %s" -#: ../glib/gspawn-win32.c:890 +#: glib/gspawn-win32.c:890 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Tõrge abiprogrammi käivitamisel (%s)" -#: ../glib/gspawn-win32.c:1090 +#: glib/gspawn-win32.c:1090 +#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -505,127 +514,133 @@ msgstr "" "Ootamatu viga, kui g_io_channel_win32_poll() funktsioon luges " "lapsprotsessilt andmeid" -#: ../glib/gspawn.c:168 +#: glib/gspawn.c:168 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Tõrge andmete lugemisel alamprotsessilt (%s)" -#: ../glib/gspawn.c:300 +#: glib/gspawn.c:300 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Ootamatu funktsiooni select() viga andmete lugemisel alamprotsessilt (%s)" -#: ../glib/gspawn.c:383 +#: glib/gspawn.c:383 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Ootamatu viga funktsioonis waitpid() (%s)" -#: ../glib/gspawn.c:1093 +#: glib/gspawn.c:1093 #, c-format msgid "Failed to fork (%s)" msgstr "Viga poolitamisel funktsiooniga fork() (%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Tõrge alamprotsessi \"%s\" käivitamisel (%s)" -#: ../glib/gspawn.c:1253 +#: glib/gspawn.c:1253 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Tõrge alamprotsessi sisendi või väljundi ümbersuunamisel (%s)" -#: ../glib/gspawn.c:1262 +#: glib/gspawn.c:1262 #, c-format msgid "Failed to fork child process (%s)" msgstr "Tõrge alamprotsessi poolitamisel funktsiooniga fork() (%s)" -#: ../glib/gspawn.c:1270 +#: glib/gspawn.c:1270 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Tundmatu viga alamprotsessi \"%s\" käivitamisel" -#: ../glib/gspawn.c:1292 +#: glib/gspawn.c:1292 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Tõrge piisavate andmete lugemisel lapsprotsessi torust (%s)" -#: ../glib/gutf8.c:1017 +#: glib/gutf8.c:1017 +#, c-format msgid "Character out of range for UTF-8" msgstr "Märk on väljaspool UTF-8 ulatust" -#: ../glib/gutf8.c:1111 ../glib/gutf8.c:1120 ../glib/gutf8.c:1252 -#: ../glib/gutf8.c:1261 ../glib/gutf8.c:1402 ../glib/gutf8.c:1498 +#: glib/gutf8.c:1111 glib/gutf8.c:1120 glib/gutf8.c:1252 glib/gutf8.c:1261 +#: glib/gutf8.c:1402 glib/gutf8.c:1498 +#, c-format msgid "Invalid sequence in conversion input" msgstr "Vigane jada sisendi teisendamisel" -#: ../glib/gutf8.c:1413 ../glib/gutf8.c:1509 +#: glib/gutf8.c:1413 glib/gutf8.c:1509 +#, c-format msgid "Character out of range for UTF-16" msgstr "Märk on väljaspool UTF-16 ulatust" -#: ../glib/goption.c:468 +#: glib/goption.c:468 msgid "Usage:" msgstr "Kasutamine:" -#: ../glib/goption.c:468 +#: glib/goption.c:468 msgid "[OPTION...]" msgstr "[VÕTI...]" -#: ../glib/goption.c:556 +#: glib/goption.c:556 msgid "Help Options:" msgstr "Abiteabe võtmed:" -#: ../glib/goption.c:557 +#: glib/goption.c:557 msgid "Show help options" msgstr "Abiteabe võtmete näitamine" -#: ../glib/goption.c:562 +#: glib/goption.c:562 msgid "Show all help options" msgstr "Kõikide abiteabe võtmete näitamine" -#: ../glib/goption.c:612 +#: glib/goption.c:612 msgid "Application Options:" msgstr "Rakenduse võtmed:" -#: ../glib/goption.c:653 +#: glib/goption.c:653 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Täisarvulist väärtust '%s' pole võimalik %s jaoks parsida" -#: ../glib/goption.c:663 +#: glib/goption.c:663 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Täisarv '%s' %s jaoks on väljaspool lubatud piire" -#: ../glib/goption.c:926 +#: glib/goption.c:926 #, c-format msgid "Error parsing option %s" msgstr "Viga võtme parsimisel: %s" -#: ../glib/goption.c:959 ../glib/goption.c:1070 +#: glib/goption.c:959 glib/goption.c:1070 #, c-format msgid "Missing argument for %s" msgstr "Puuduv argument %s'i jaoks" -#: ../glib/goption.c:1474 +#: glib/goption.c:1474 #, c-format msgid "Unknown option %s" msgstr "Tundmatu võti %s" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 +#, c-format msgid "Valid key file could not be found in data dirs" msgstr "Sobivat võtmefaili ei leitud andmekataloogidest" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 +#, c-format msgid "Not a regular file" msgstr "Pole tavaline fail" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 +#, c-format msgid "File is empty" msgstr "Fail on tühi" -#: ../glib/gkeyfile.c:697 +#: glib/gkeyfile.c:697 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -633,39 +648,40 @@ msgstr "" "Võtmefail sisaldab rida '%s', mis ei ole võti-väärtus paar, grupp ega ka " "kommentaar" -#: ../glib/gkeyfile.c:765 +#: glib/gkeyfile.c:765 +#, c-format msgid "Key file does not start with a group" msgstr "Võtmefail ei alga grupiga" -#: ../glib/gkeyfile.c:808 +#: glib/gkeyfile.c:808 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Võtmefail sisaldab toetamata kodeeringut '%s'" -#: ../glib/gkeyfile.c:1017 ../glib/gkeyfile.c:1176 ../glib/gkeyfile.c:2177 -#: ../glib/gkeyfile.c:2242 ../glib/gkeyfile.c:2361 ../glib/gkeyfile.c:2497 -#: ../glib/gkeyfile.c:2649 ../glib/gkeyfile.c:2823 ../glib/gkeyfile.c:2880 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Võtmefail ei sisalda gruppi '%s'" -#: ../glib/gkeyfile.c:1188 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Võtmefail ei sisalda võtit '%s'" -#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Võtmefail sisaldab võtit '%s', mille väärtus '%s' pole UTF-8 kodeeringus" -#: ../glib/gkeyfile.c:1307 ../glib/gkeyfile.c:1416 ../glib/gkeyfile.c:1788 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Võtmefail sisaldab võtit '%s', mille väärtus pole võimalik kasutada." -#: ../glib/gkeyfile.c:2004 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -674,31 +690,32 @@ msgstr "" "Võtmefail sisaldab võtit '%s' grupis '%s' aga selle väärtust pole võimalik " "kasutada" -#: ../glib/gkeyfile.c:2192 ../glib/gkeyfile.c:2376 ../glib/gkeyfile.c:2891 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Võtmefail ei sisalda võtit '%s' grupis '%s'" -#: ../glib/gkeyfile.c:3067 +#: glib/gkeyfile.c:3067 +#, c-format msgid "Key file contains escape character at end of line" msgstr "Võtmefail sisaldab rea lõpus paomärki" -#: ../glib/gkeyfile.c:3089 +#: glib/gkeyfile.c:3089 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Võtmefail sisaldab vigast paojada '%s'" -#: ../glib/gkeyfile.c:3230 +#: glib/gkeyfile.c:3230 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Väärtust '%s' pole võimalik numbrilise väärtusena kasutada." -#: ../glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:3240 #, c-format msgid "Integer value '%s' out of range" msgstr "Täisarvu väärtus '%s' on väljaspool lubatud piire" -#: ../glib/gkeyfile.c:3270 +#: glib/gkeyfile.c:3270 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Väärtust '%s' pole võimalik tõeväärtusena kasutada." diff --git a/po/eu.po b/po/eu.po index 214f49fe3..15ff6ebb2 100644 --- a/po/eu.po +++ b/po/eu.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-04-12 19:01+0200\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" diff --git a/po/fa.po b/po/fa.po index f7294cbee..a74b8e7b9 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-03-13 11:36+0330\n" "Last-Translator: Hamed Malek \n" "Language-Team: Persian \n" diff --git a/po/fi.po b/po/fi.po index 78df2b68e..07ea29ffd 100644 --- a/po/fi.po +++ b/po/fi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-12-26 11:04+0200\n" "Last-Translator: Ilkka Tuohela \n" "Language-Team: Finnish \n" diff --git a/po/fr.po b/po/fr.po index 49a82aa33..427915c1c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.8.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-12-19 19:30+0100\n" "Last-Translator: Christophe Merlet (RedFox) \n" "Language-Team: GNOME French Team \n" diff --git a/po/ga.po b/po/ga.po index 1c2c0b124..2d379549a 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2004-03-08 21:28+0000\n" "Last-Translator: Alastair McKinstry \n" "Language-Team: Irish \n" diff --git a/po/gl.po b/po/gl.po index 8c53af022..151a5fcc3 100644 --- a/po/gl.po +++ b/po/gl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-12-18 13:15+0100\n" "Last-Translator: Ignacio Casal Quinteiro \n" "Language-Team: Galego\n" diff --git a/po/gu.po b/po/gu.po index 88e969702..d05758ee6 100644 --- a/po/gu.po +++ b/po/gu.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2006-01-09 10:34+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" diff --git a/po/he.po b/po/he.po index 10651c281..457cc1ada 100644 --- a/po/he.po +++ b/po/he.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2004-03-25 23:13+0000\n" "Last-Translator: Gil Osher \n" "Language-Team: Hebrew \n" diff --git a/po/hi.po b/po/hi.po index eaa80be77..7bece8768 100644 --- a/po/hi.po +++ b/po/hi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-06-14 10:55+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" diff --git a/po/hr.po b/po/hr.po index 067e5b177..25f7a94b0 100644 --- a/po/hr.po +++ b/po/hr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2004-03-13 13:03+CET\n" "Last-Translator: auto\n" "Language-Team: Croatian \n" diff --git a/po/hu.po b/po/hu.po index 5bf6b90c8..3e19a95b9 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-07-12 17:37+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" diff --git a/po/id.po b/po/id.po index c777efbd8..3d9a94860 100644 --- a/po/id.po +++ b/po/id.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-08-30 22:41+0300\n" "Last-Translator: Mohammad DAMT \n" "Language-Team: Indonesia \n" diff --git a/po/is.po b/po/is.po index 04702b468..c927b29e3 100644 --- a/po/is.po +++ b/po/is.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2003-08-18 18:05+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" diff --git a/po/it.po b/po/it.po index 22834ff78..b4018c108 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.6.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-01-30 17:16+0100\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" diff --git a/po/ja.po b/po/ja.po index f0862132e..d691ca50a 100644 --- a/po/ja.po +++ b/po/ja.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2006-01-09 19:58+0900\n" "Last-Translator: Takeshi AIHANA \n" "Language-Team: Japanese \n" diff --git a/po/ko.po b/po/ko.po index b5212dd48..9d094d452 100644 --- a/po/ko.po +++ b/po/ko.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.8.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-08-22 03:16+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: GNOME Korea \n" diff --git a/po/ku.po b/po/ku.po index 28901757b..956df2cde 100644 --- a/po/ku.po +++ b/po/ku.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-09-17 20:30+0200\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: Kurdish \n" diff --git a/po/lt.po b/po/lt.po index d1afccfe9..519a4ae39 100644 --- a/po/lt.po +++ b/po/lt.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-07-17 21:26+0300\n" "Last-Translator: Žygimantas Beručka \n" "Language-Team: Lithuanian \n" diff --git a/po/lv.po b/po/lv.po index cea9390cb..81ee2b0f0 100644 --- a/po/lv.po +++ b/po/lv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2002-12-19 01:04+0200\n" "Last-Translator: Artis Trops \n" "Language-Team: Latvian \n" diff --git a/po/mk.po b/po/mk.po index cf209f6a1..e174e414c 100644 --- a/po/mk.po +++ b/po/mk.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.mk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-08-28 17:08+0200\n" "Last-Translator: Arangel Angov \n" "Language-Team: Macedonian \n" diff --git a/po/ml.po b/po/ml.po index 24cf61884..4d10acec0 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version:glib.glib-2-2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2003-07-05 10:29+0530\n" "Last-Translator: FSF-India \n" "Language-Team: Malayalam \n" diff --git a/po/mn.po b/po/mn.po index df8367845..6d5a06c68 100644 --- a/po/mn.po +++ b/po/mn.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-05-30 01:07-0800\n" "Last-Translator: Бадрал \n" "Language-Team: Mongolian \n" diff --git a/po/ms.po b/po/ms.po index e4ccfb400..1bd91d2eb 100644 --- a/po/ms.po +++ b/po/ms.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2004-02-03 02:11+0730\n" "Last-Translator: Hasbullah Bin Pit \n" "Language-Team: Projek Gabai \n" diff --git a/po/nb.po b/po/nb.po index ae6968ba6..619b54789 100644 --- a/po/nb.po +++ b/po/nb.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.9.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2006-01-02 00:32+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian Bokmal \n" diff --git a/po/ne.po b/po/ne.po index 40fcfc4a3..c36034fa9 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-05-20 11:50+0545\n" "Last-Translator: Jyotshna Shrestha \n" "Language-Team: Nepali \n" diff --git a/po/nl.po b/po/nl.po index 2bd875912..929b23eea 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib (HEAD)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2006-01-07 14:26+0100\n" "Last-Translator: Tino Meinen \n" "Language-Team: Dutch \n" diff --git a/po/nn.po b/po/nn.po index 4c8c8bcbd..5064a06e1 100644 --- a/po/nn.po +++ b/po/nn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2004-09-06 21:31+0000\n" "Last-Translator: Åsmund Skjæveland \n" "Language-Team: Norwegian Nynorsk \n" diff --git a/po/no.po b/po/no.po index ae6968ba6..619b54789 100644 --- a/po/no.po +++ b/po/no.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.9.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2006-01-02 00:32+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian Bokmal \n" diff --git a/po/or.po b/po/or.po index 65e04148b..abb45f54f 100644 --- a/po/or.po +++ b/po/or.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-4.HEAD.or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2004-09-05 21:30+0530\n" "Last-Translator: Subhransu Behera \n" "Language-Team: Oriya \n" diff --git a/po/pa.po b/po/pa.po index 127cd62b7..6c4ebe359 100644 --- a/po/pa.po +++ b/po/pa.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-07-08 09:52+0530\n" "Last-Translator: Amanpreet Singh Alam \n" "Language-Team: Punjabi \n" diff --git a/po/pl.po b/po/pl.po index cec47ce63..a2fde86f9 100644 --- a/po/pl.po +++ b/po/pl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2003-01-02 01:22+0100\n" "Last-Translator: GNOME PL Team \n" "Language-Team: Polish \n" diff --git a/po/pt.po b/po/pt.po index 2781381c3..0639ea68b 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.12\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-07-22 21:40+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 071edb774..ea2b68873 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-08-31 14:02-0300\n" "Last-Translator: Gustavo Noronha Silva \n" "Language-Team: Brazilian Portuguese \n" diff --git a/po/ro.po b/po/ro.po index 01bff5abe..7d04e2de5 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-08-14 20:38+0300\n" "Last-Translator: Mişu Moldovan \n" "Language-Team: Română \n" diff --git a/po/ru.po b/po/ru.po index a969be02a..187630c68 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2004-12-17 15:42+0200\n" "Last-Translator: Leonid Kanter \n" "Language-Team: \n" diff --git a/po/rw.po b/po/rw.po index 23d8d92de..f4bfb609a 100644 --- a/po/rw.po +++ b/po/rw.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-03-28 19:34-0700\n" "Last-Translator: Steve Murphy \n" "Language-Team: Kinyarwanda \n" diff --git a/po/sk.po b/po/sk.po index 992564b7b..9bc642b68 100644 --- a/po/sk.po +++ b/po/sk.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-10-16 19:30+0200\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" diff --git a/po/sl.po b/po/sl.po index 37e92ddc8..539b623e4 100644 --- a/po/sl.po +++ b/po/sl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2001-02-16 12:30+0200\n" "Last-Translator: Andraz Tori \n" "Language-Team: Slovenian \n" diff --git a/po/sq.po b/po/sq.po index ad7028e5f..7e010af71 100644 --- a/po/sq.po +++ b/po/sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.sq\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-08-26 18:45+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" diff --git a/po/sr.po b/po/sr.po index f68ef3be6..8c2a859ea 100644 --- a/po/sr.po +++ b/po/sr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-07-08 10:59+0200\n" "Last-Translator: Данило Шеган \n" "Language-Team: Serbian (sr) \n" diff --git a/po/sr@Latn.po b/po/sr@Latn.po index 373605f4e..3cbbc6cb8 100644 --- a/po/sr@Latn.po +++ b/po/sr@Latn.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-07-08 10:59+0200\n" "Last-Translator: Danilo Šegan \n" "Language-Team: Serbian (sr) \n" diff --git a/po/sr@ije.po b/po/sr@ije.po index c92f3566b..839b605a7 100644 --- a/po/sr@ije.po +++ b/po/sr@ije.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2004-04-29 01:11+0200\n" "Last-Translator: Bojan Suzic \n" "Language-Team: Serbian (sr) \n" diff --git a/po/sv.po b/po/sv.po index e4abf351e..2a4ad085c 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-09-25 12:04+0200\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" diff --git a/po/ta.po b/po/ta.po index 01a4a70ab..66ca821a7 100644 --- a/po/ta.po +++ b/po/ta.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2004-02-16 20:30-0600\n" "Last-Translator: Dinesh Nadarajah \n" "Language-Team: Tamil \n" diff --git a/po/te.po b/po/te.po index 75e26540c..57a090d3b 100644 --- a/po/te.po +++ b/po/te.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2004-12-13 20:16+0100\n" "Last-Translator: రమణ సాయి \n" "Language-Team: Free Software Foundation, Andhra Pradesh \n" diff --git a/po/th.po b/po/th.po index bbf69908e..41f7796cb 100644 --- a/po/th.po +++ b/po/th.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.7.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2006-01-07 15:11+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" diff --git a/po/tl.po b/po/tl.po index c2edbea69..a8457b649 100644 --- a/po/tl.po +++ b/po/tl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-12-01 17:31+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" diff --git a/po/tr.po b/po/tr.po index 85dc227bb..5ca28ac25 100644 --- a/po/tr.po +++ b/po/tr.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-07-24 23:57+0300\n" "Last-Translator: Onur Can CAKMAK \n" "Language-Team: Turkish \n" diff --git a/po/tt.po b/po/tt.po index 28cf27643..70b0e721f 100644 --- a/po/tt.po +++ b/po/tt.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libgnome\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-11-09 13:19+0300\n" "Last-Translator: Albert Fazlí \n" "Language-Team: Tatarish \n" diff --git a/po/uk.po b/po/uk.po index 4b3bcf026..364b02a6e 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-08-15 11:56--500\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" diff --git a/po/vi.po b/po/vi.po index b6754ccd1..1e570b4ed 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.9.2 Gnome HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2006-01-07 22:32+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" diff --git a/po/wa.po b/po/wa.po index e078bd23b..d666a2a0f 100644 --- a/po/wa.po +++ b/po/wa.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2004-05-03 14:40+0200\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" diff --git a/po/xh.po b/po/xh.po index 9bddad69a..24a8c39e0 100644 --- a/po/xh.po +++ b/po/xh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2005-02-08 12:31+0200\n" "Last-Translator: Canonical Ltd \n" "Language-Team: Xhosa \n" diff --git a/po/yi.po b/po/yi.po index 2f802aa15..e25af7c83 100644 --- a/po/yi.po +++ b/po/yi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2003-03-19\n" "Last-Translator: Raphael Finkel \n" "Language-Team: Yiddish \n" diff --git a/po/zh_CN.po b/po/zh_CN.po index bb7988f91..34009c17c 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-21 14:37+0100\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2006-01-21 22:25+0800\n" "Last-Translator: He Qiangqiang \n" "Language-Team: zh_CN \n" @@ -15,204 +15,211 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../glib/gconvert.c:408 ../glib/gconvert.c:486 ../glib/giochannel.c:1150 +#: glib/gconvert.c:408 glib/gconvert.c:486 glib/giochannel.c:1150 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "不支持从字符集“%s”到“%s”的转换" -#: ../glib/gconvert.c:412 ../glib/gconvert.c:490 +#: glib/gconvert.c:412 glib/gconvert.c:490 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "无法打开从“%s”到“%s”的转换器" -#: ../glib/gconvert.c:606 ../glib/gconvert.c:995 ../glib/giochannel.c:1322 -#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:943 -#: ../glib/gutf8.c:1392 +#: glib/gconvert.c:606 glib/gconvert.c:995 glib/giochannel.c:1322 +#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:943 +#: glib/gutf8.c:1392 +#, c-format msgid "Invalid byte sequence in conversion input" msgstr "转换输入中出现无效字符序列" -#: ../glib/gconvert.c:612 ../glib/gconvert.c:922 ../glib/giochannel.c:1329 -#: ../glib/giochannel.c:2218 +#: glib/gconvert.c:612 glib/gconvert.c:922 glib/giochannel.c:1329 +#: glib/giochannel.c:2218 #, c-format msgid "Error during conversion: %s" msgstr "转换过程中出错:%s" -#: ../glib/gconvert.c:647 ../glib/gutf8.c:939 ../glib/gutf8.c:1143 -#: ../glib/gutf8.c:1284 ../glib/gutf8.c:1388 +#: glib/gconvert.c:647 glib/gutf8.c:939 glib/gutf8.c:1143 glib/gutf8.c:1284 +#: glib/gutf8.c:1388 +#, c-format msgid "Partial character sequence at end of input" msgstr "输入末尾出现未尽字符序列" -#: ../glib/gconvert.c:897 +#: glib/gconvert.c:897 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "无法转换后备字符集“%s”到字符集“%s”" -#: ../glib/gconvert.c:1706 +#: glib/gconvert.c:1706 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI“%s”不是“file”格式的绝对 URI" -#: ../glib/gconvert.c:1716 +#: glib/gconvert.c:1716 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "本地文件 URI“%s”不能包含“#”" -#: ../glib/gconvert.c:1733 +#: glib/gconvert.c:1733 #, c-format msgid "The URI '%s' is invalid" msgstr "URI“%s”无效" -#: ../glib/gconvert.c:1745 +#: glib/gconvert.c:1745 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI中的主机名“%s”无效" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI“%s”中包含无效的转义字符" -#: ../glib/gconvert.c:1855 +#: glib/gconvert.c:1855 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "路径名“%s”不是绝对路径" -#: ../glib/gconvert.c:1865 +#: glib/gconvert.c:1865 +#, c-format msgid "Invalid hostname" msgstr "无效的主机名" -#: ../glib/gdir.c:121 ../glib/gdir.c:141 +#: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" msgstr "打开目录“%s”时发生错误:%s" -#: ../glib/gfileutils.c:576 ../glib/gfileutils.c:649 +#: glib/gfileutils.c:576 glib/gfileutils.c:649 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "无法分配 %lu 字节以读取文件“%s”" -#: ../glib/gfileutils.c:591 +#: glib/gfileutils.c:591 #, c-format msgid "Error reading file '%s': %s" msgstr "读取文件“%s”出错:%s" -#: ../glib/gfileutils.c:673 +#: glib/gfileutils.c:673 #, c-format msgid "Failed to read from file '%s': %s" msgstr "读取文件“%s”失败:%s" -#: ../glib/gfileutils.c:724 ../glib/gfileutils.c:811 +#: glib/gfileutils.c:724 glib/gfileutils.c:811 #, c-format msgid "Failed to open file '%s': %s" msgstr "打开文件“%s”失败:%s" -#: ../glib/gfileutils.c:741 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "获得文件“%s”的属性失败:fstat() 失败:%s" -#: ../glib/gfileutils.c:775 +#: glib/gfileutils.c:775 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "打开文件“%s”失败:fdopen() 失败:%s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "将文件“%s”重命名为“%s”失败:g_rename() 失败:%s" -#: ../glib/gfileutils.c:950 ../glib/gfileutils.c:1415 +#: glib/gfileutils.c:950 glib/gfileutils.c:1415 #, c-format msgid "Failed to create file '%s': %s" msgstr "创建文件“%s”失败:%s" -#: ../glib/gfileutils.c:964 +#: glib/gfileutils.c:964 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "打开文件“%s”写入失败:fdopen() 失败:%s" -#: ../glib/gfileutils.c:989 +#: glib/gfileutils.c:989 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "写入文件“%s”失败:fwrite() 失败:%s" -#: ../glib/gfileutils.c:1008 +#: glib/gfileutils.c:1008 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "关闭文件“%s”失败:fclose() 失败:%s" -#: ../glib/gfileutils.c:1126 +#: glib/gfileutils.c:1126 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "无法删除已有文件“%s”:g_unlink() 失败:%s" -#: ../glib/gfileutils.c:1376 +#: glib/gfileutils.c:1376 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "模板“%s”无效,不应该包含“%s”" -#: ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:1390 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "模板“%s”的结尾不是 XXXXXX" -#: ../glib/gfileutils.c:1865 +#: glib/gfileutils.c:1865 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "读取符号连接“%s”失败:%s" -#: ../glib/gfileutils.c:1886 +#: glib/gfileutils.c:1886 +#, c-format msgid "Symbolic links not supported" msgstr "不支持符号连接" -#: ../glib/giochannel.c:1154 +#: glib/giochannel.c:1154 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "无法打开从“%s”到“%s”的转换器:%s" -#: ../glib/giochannel.c:1499 +#: glib/giochannel.c:1499 +#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "g_io_channel_read_line_string 函数无法进行原始读取" -#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 -#: ../glib/giochannel.c:1889 +#: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889 +#, c-format msgid "Leftover unconverted data in read buffer" msgstr "在读缓冲里留有未转换数据" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 +#: glib/giochannel.c:1626 glib/giochannel.c:1703 +#, c-format msgid "Channel terminates in a partial character" msgstr "通道终止于未尽字符" -#: ../glib/giochannel.c:1689 +#: glib/giochannel.c:1689 +#, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end 函数无法进行原始读取" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "打开文件“%s”失败:open() 失败:%s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "映射文件“%s”失败:mmap() 失败:%s" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "第%d行第%d个字符出错:%s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "第%d行出错:%s" -#: ../glib/gmarkup.c:434 +#: glib/gmarkup.c:434 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "发现空的实体“&;”。有效的实体为:& " < > '" -#: ../glib/gmarkup.c:444 +#: glib/gmarkup.c:444 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -222,17 +229,17 @@ msgstr "" "字符“%s”出现在实体名的开头无效。实体都以 & 字符 开头,如果这个 & 不是一个实体" "的开头,把它变为 &" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "字符“%s”在实体名中无效" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "未知的实体名“%s”" -#: ../glib/gmarkup.c:526 +#: glib/gmarkup.c:526 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -240,23 +247,23 @@ msgstr "" "实体没有以分号结束。很可能您使用了 & 字符而又不是一个实体 - 将这个 & 变为 " "&" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " "reference (ê for example) - perhaps the digit is too large" msgstr "分析“%-.*s”失败。它应该是字符引用中的数字(如ê) - 可能该数字太大了" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "字符引用“%-.*s”不是编码一个被允许的字符" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "空的字符引用;应该包括数字,如 dž" -#: ../glib/gmarkup.c:629 +#: glib/gmarkup.c:629 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -265,43 +272,43 @@ msgstr "" "字符引用没有以分号结束。很可能您使用了 & 字符而又不是一个实体 - 将这个 & 变" "为 &" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "未完成的实体引用" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "未完成的字符引用" -#: ../glib/gmarkup.c:964 ../glib/gmarkup.c:992 ../glib/gmarkup.c:1023 +#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" msgstr "无效的 UTF-8 编码文本" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. )" msgstr "文档必须以一个元素开始(例如 )" -#: ../glib/gmarkup.c:1099 +#: glib/gmarkup.c:1099 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "“%s”出现在字符“<”后是无效字符;它不能作为元素名的开头" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "字符“%s”无效,应该以字符“>”来结束元素“%s”的起始标记" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "字符“%s”无效,在属性名“%s”(元素“%s”)的后应该是字符“=”" -#: ../glib/gmarkup.c:1294 +#: glib/gmarkup.c:1294 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -311,360 +318,370 @@ msgstr "" "字符“%s”无效,应该以“>”或“/”结束元素“%s”的起始标记,或紧跟该元素的属性;可能" "您在属性名中使用了无效字符" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " "giving value for attribute '%s' of element '%s'" msgstr "字符“%s”无效,在给属性“%s”(元素“%s”)赋值时,在等号后应该是引号" -#: ../glib/gmarkup.c:1528 +#: glib/gmarkup.c:1528 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "“%s”出现在结束的元素名“%s”后无效;允许的字符是“>”" -#: ../glib/gmarkup.c:1579 +#: glib/gmarkup.c:1579 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "元素“%s”已经结束,没有未结束的元素" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "元素“%s”已经结束,当前未结束的元素是“%s”" -#: ../glib/gmarkup.c:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "文档为空或仅含空白字符" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "文档在一个打开的尖括号“<”后意外结束" -#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 +#: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "文档在还存在未结束元素时意外结束 - 最后的未结束元素是“%s”" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "文档意外结束,应该以右尖括号“>”来结束标记 <%s/>" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "文档在元素名中意外结束" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "文档在属性名中意外结束" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "文档在元素起始标记中意外结束" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "文档在跟在属性名后的等号后意外结束;没有属性值" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "文档在属性值中意外结束" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "文档在元素“%s”结束标记中意外结束" -#: ../glib/gmarkup.c:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "文档在注释或处理指令中意外结束" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 +#, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "引用的文本没有以引号开头" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 +#, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "命令行或其他shell引用文本中出现不匹配的引号" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "文本在一个“\\”字符后结束。(文本为“%s”)" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "文本在找到与 %c 匹配的引号之前结束。(文本为“%s”)" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 +#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "空文本(或仅含空白字符)" -#: ../glib/gspawn-win32.c:276 +#: glib/gspawn-win32.c:276 +#, c-format msgid "Failed to read data from child process" msgstr "从子进程中读取数据失败" -#: ../glib/gspawn-win32.c:291 ../glib/gspawn.c:1364 +#: glib/gspawn-win32.c:291 glib/gspawn.c:1364 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "创建与子进程通讯的管道失败(%s)" -#: ../glib/gspawn-win32.c:329 ../glib/gspawn.c:1028 +#: glib/gspawn-win32.c:329 glib/gspawn.c:1028 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "从子管道中读取失败(%s)" -#: ../glib/gspawn-win32.c:355 ../glib/gspawn.c:1233 +#: glib/gspawn-win32.c:355 glib/gspawn.c:1233 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "更改到目录“%s”失败(%s)" -#: ../glib/gspawn-win32.c:361 ../glib/gspawn-win32.c:581 +#: glib/gspawn-win32.c:361 glib/gspawn-win32.c:581 #, c-format msgid "Failed to execute child process (%s)" msgstr "执行子进程失败(%s)" -#: ../glib/gspawn-win32.c:471 ../glib/gspawn-win32.c:527 +#: glib/gspawn-win32.c:471 glib/gspawn-win32.c:527 #, c-format msgid "Invalid program name: %s" msgstr "无效的程序名:%s" -#: ../glib/gspawn-win32.c:481 ../glib/gspawn-win32.c:537 -#: ../glib/gspawn-win32.c:780 ../glib/gspawn-win32.c:835 -#: ../glib/gspawn-win32.c:1370 +#: glib/gspawn-win32.c:481 glib/gspawn-win32.c:537 glib/gspawn-win32.c:780 +#: glib/gspawn-win32.c:835 glib/gspawn-win32.c:1370 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "%d 处的参数中有无效的字符串:%s" -#: ../glib/gspawn-win32.c:492 ../glib/gspawn-win32.c:548 -#: ../glib/gspawn-win32.c:794 ../glib/gspawn-win32.c:848 -#: ../glib/gspawn-win32.c:1403 +#: glib/gspawn-win32.c:492 glib/gspawn-win32.c:548 glib/gspawn-win32.c:794 +#: glib/gspawn-win32.c:848 glib/gspawn-win32.c:1403 #, c-format msgid "Invalid string in environment: %s" msgstr "环境中有无效的字符串:%s" -#: ../glib/gspawn-win32.c:776 ../glib/gspawn-win32.c:831 -#: ../glib/gspawn-win32.c:1351 +#: glib/gspawn-win32.c:776 glib/gspawn-win32.c:831 glib/gspawn-win32.c:1351 #, c-format msgid "Invalid working directory: %s" msgstr "无效的工作目录:%s" -#: ../glib/gspawn-win32.c:890 +#: glib/gspawn-win32.c:890 #, c-format msgid "Failed to execute helper program (%s)" msgstr "执行助手程序(%s)失败" -#: ../glib/gspawn-win32.c:1090 +#: glib/gspawn-win32.c:1090 +#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" msgstr "g_io_channel_win32_poll() 从子进程中读取数据时出现异常错误" -#: ../glib/gspawn.c:168 +#: glib/gspawn.c:168 #, c-format msgid "Failed to read data from child process (%s)" msgstr "从子进程中读取数据失败(%s)" -#: ../glib/gspawn.c:300 +#: glib/gspawn.c:300 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "select() 在从子进程中读取数据时出现异常错误 (%s)" -#: ../glib/gspawn.c:383 +#: glib/gspawn.c:383 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() 出现异常错误 (%s)" -#: ../glib/gspawn.c:1093 +#: glib/gspawn.c:1093 #, c-format msgid "Failed to fork (%s)" msgstr "fork 失败(%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "执行子进程“%s”失败(%s)" -#: ../glib/gspawn.c:1253 +#: glib/gspawn.c:1253 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "重定向子进程(%s)的输入或输出失败" -#: ../glib/gspawn.c:1262 +#: glib/gspawn.c:1262 #, c-format msgid "Failed to fork child process (%s)" msgstr "fork 子进程失败 (%s)" -#: ../glib/gspawn.c:1270 +#: glib/gspawn.c:1270 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "执行子进程“%s”时出现未知错误" -#: ../glib/gspawn.c:1292 +#: glib/gspawn.c:1292 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "从子进程管道中读取足够的数据失败(%s)" -#: ../glib/gutf8.c:1017 +#: glib/gutf8.c:1017 +#, c-format msgid "Character out of range for UTF-8" msgstr "字符超出 UTF-8 范围" -#: ../glib/gutf8.c:1111 ../glib/gutf8.c:1120 ../glib/gutf8.c:1252 -#: ../glib/gutf8.c:1261 ../glib/gutf8.c:1402 ../glib/gutf8.c:1498 +#: glib/gutf8.c:1111 glib/gutf8.c:1120 glib/gutf8.c:1252 glib/gutf8.c:1261 +#: glib/gutf8.c:1402 glib/gutf8.c:1498 +#, c-format msgid "Invalid sequence in conversion input" msgstr "转换输入中出现无效序列" -#: ../glib/gutf8.c:1413 ../glib/gutf8.c:1509 +#: glib/gutf8.c:1413 glib/gutf8.c:1509 +#, c-format msgid "Character out of range for UTF-16" msgstr "字符超出 UTF-16 范围" -#: ../glib/goption.c:468 +#: glib/goption.c:468 msgid "Usage:" msgstr "用法:" -#: ../glib/goption.c:468 +#: glib/goption.c:468 msgid "[OPTION...]" msgstr "[选项...]" -#: ../glib/goption.c:556 +#: glib/goption.c:556 msgid "Help Options:" msgstr "帮助选项:" -#: ../glib/goption.c:557 +#: glib/goption.c:557 msgid "Show help options" msgstr "显示帮助选项" -#: ../glib/goption.c:562 +#: glib/goption.c:562 msgid "Show all help options" msgstr "显示全部帮助选项" -#: ../glib/goption.c:612 +#: glib/goption.c:612 msgid "Application Options:" msgstr "应用程序选项:" -#: ../glib/goption.c:653 +#: glib/goption.c:653 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "无法处理 %2$s 所用的整数值“%1$s”" -#: ../glib/goption.c:663 +#: glib/goption.c:663 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s 所用的整数值“%1$s”超出范围" -#: ../glib/goption.c:926 +#: glib/goption.c:926 #, c-format msgid "Error parsing option %s" msgstr "分析选项出错:%s" -#: ../glib/goption.c:959 ../glib/goption.c:1070 +#: glib/goption.c:959 glib/goption.c:1070 #, c-format msgid "Missing argument for %s" msgstr "缺少 %s 的参数" -#: ../glib/goption.c:1474 +#: glib/goption.c:1474 #, c-format msgid "Unknown option %s" msgstr "未知选项 %s" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 +#, c-format msgid "Valid key file could not be found in data dirs" msgstr "无法在数据目录中找到有效的键文件" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 +#, c-format msgid "Not a regular file" msgstr "不是普通文件" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 +#, c-format msgid "File is empty" msgstr "文件为空" -#: ../glib/gkeyfile.c:697 +#: glib/gkeyfile.c:697 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "键文件中的行“%s”不是键-值对、组或注释" -#: ../glib/gkeyfile.c:765 +#: glib/gkeyfile.c:765 +#, c-format msgid "Key file does not start with a group" msgstr "键文件不以组开始" -#: ../glib/gkeyfile.c:808 +#: glib/gkeyfile.c:808 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "键文件包含不支持的编码“%s”" -#: ../glib/gkeyfile.c:1017 ../glib/gkeyfile.c:1176 ../glib/gkeyfile.c:2177 -#: ../glib/gkeyfile.c:2242 ../glib/gkeyfile.c:2361 ../glib/gkeyfile.c:2497 -#: ../glib/gkeyfile.c:2649 ../glib/gkeyfile.c:2823 ../glib/gkeyfile.c:2880 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "键文件没有组“%s”" -#: ../glib/gkeyfile.c:1188 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "键文件没有键“%s”" -#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "键文件包含“%s”,其值“%s”不是 UTF-8" -#: ../glib/gkeyfile.c:1307 ../glib/gkeyfile.c:1416 ../glib/gkeyfile.c:1788 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "键文件包含键“%s”,其值无法解释。" -#: ../glib/gkeyfile.c:2004 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "键文件在“%2$s”中包含“%1$s”,其值无法解释。" -#: ../glib/gkeyfile.c:2192 ../glib/gkeyfile.c:2376 ../glib/gkeyfile.c:2891 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "键文件的组“%2$s”中不包含键“%1$s”" -#: ../glib/gkeyfile.c:3067 +#: glib/gkeyfile.c:3067 +#, c-format msgid "Key file contains escape character at end of line" msgstr "键文件在行尾含有转义字符" -#: ../glib/gkeyfile.c:3089 +#: glib/gkeyfile.c:3089 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "键文件中包含无效的转义序列“%s”" -#: ../glib/gkeyfile.c:3230 +#: glib/gkeyfile.c:3230 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "无法将值“%s”解释为数值。" -#: ../glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:3240 #, c-format msgid "Integer value '%s' out of range" msgstr "整数值“%s”超出范围" -#: ../glib/gkeyfile.c:3270 +#: glib/gkeyfile.c:3270 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "无法将值“%s”解释为布尔值。" diff --git a/po/zh_HK.po b/po/zh_HK.po index 4ce43bd89..f1905c488 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.9.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2006-01-04 10:22+0800\n" "Last-Translator: Abel Cheung \n" "Language-Team: Chinese (Hong Kong) \n" diff --git a/po/zh_TW.po b/po/zh_TW.po index 01e6da796..e88e76d2e 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.9.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-18 11:53-0500\n" +"POT-Creation-Date: 2006-01-27 09:19-0500\n" "PO-Revision-Date: 2006-01-04 10:19+0800\n" "Last-Translator: Abel Cheung \n" "Language-Team: Chinese (Taiwan) \n"