From 3c6e2da565e93adea44d741d9848201b15ad1c4d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 22 Jul 2005 17:02:04 +0000 Subject: [PATCH] 2.7.4 --- ChangeLog | 2 + ChangeLog.pre-2-10 | 2 + ChangeLog.pre-2-12 | 2 + ChangeLog.pre-2-8 | 2 + INSTALL | 4 +- README | 2 +- docs/reference/ChangeLog | 4 + docs/reference/glib/tmpl/macros_misc.sgml | 1 + gmodule/ChangeLog | 4 + gobject/ChangeLog | 4 + gthread/ChangeLog | 4 + po/ChangeLog | 4 + po/am.po | 2 +- po/ar.po | 2 +- po/az.po | 2 +- po/be.po | 2 +- po/bg.po | 2 +- po/bn.po | 2 +- po/bs.po | 2 +- po/ca.po | 2 +- po/cs.po | 2 +- po/cy.po | 2 +- po/da.po | 2 +- po/de.po | 6 +- po/el.po | 2 +- po/en_CA.po | 2 +- po/en_GB.po | 2 +- po/eo.po | 2 +- po/es.po | 2 +- po/et.po | 2 +- po/eu.po | 2 +- po/fa.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/ga.po | 2 +- po/gl.po | 2 +- po/gu.po | 2 +- po/he.po | 2 +- po/hi.po | 2 +- po/hr.po | 2 +- po/hu.po | 2 +- po/id.po | 2 +- po/is.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/ko.po | 2 +- po/lt.po | 278 +++++++++++++------------- po/lv.po | 2 +- po/mk.po | 2 +- po/mn.po | 2 +- po/ms.po | 2 +- po/nb.po | 2 +- po/ne.po | 2 +- po/nl.po | 2 +- po/nn.po | 2 +- po/no.po | 2 +- po/or.po | 2 +- po/pa.po | 2 +- po/pl.po | 2 +- po/pt.po | 2 +- po/pt_BR.po | 2 +- po/ro.po | 2 +- po/ru.po | 2 +- po/rw.po | 2 +- po/sk.po | 2 +- po/sl.po | 2 +- po/sq.po | 317 ++++++++++++++++-------------- po/sr.po | 2 +- po/sr@Latn.po | 2 +- po/sr@ije.po | 2 +- po/sv.po | 2 +- po/ta.po | 2 +- po/th.po | 2 +- po/tl.po | 2 +- po/tr.po | 2 +- po/uk.po | 2 +- po/vi.po | 287 ++++++++++++++------------- po/wa.po | 2 +- po/xh.po | 2 +- po/yi.po | 2 +- po/zh_CN.po | 275 +++++++++++++------------- po/zh_TW.po | 2 +- 82 files changed, 684 insertions(+), 644 deletions(-) diff --git a/ChangeLog b/ChangeLog index 40afed4..a05eab0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-07-21 Matthias Clasen + * === Released 2.7.4 === + * NEWS: Updates 2005-07-20 Manish Singh diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 40afed4..a05eab0 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2005-07-21 Matthias Clasen + * === Released 2.7.4 === + * NEWS: Updates 2005-07-20 Manish Singh diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 40afed4..a05eab0 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,7 @@ 2005-07-21 Matthias Clasen + * === Released 2.7.4 === + * NEWS: Updates 2005-07-20 Manish Singh diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 40afed4..a05eab0 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2005-07-21 Matthias Clasen + * === Released 2.7.4 === + * NEWS: Updates 2005-07-20 Manish Singh diff --git a/INSTALL b/INSTALL index ba9d24d..e4c6993 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-2.7.3.tar.gz | tar xvf - # unpack the sources - % cd glib-2.7.3 # change to the toplevel directory + % gzip -cd glib-2.7.4.tar.gz | tar xvf - # unpack the sources + % cd glib-2.7.4 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB diff --git a/README b/README index ec95d86..497d5ed 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GLib version 2.7.3. GLib is the low-level core +This is GLib version 2.7.4. 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 3705502..751177a 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2005-07-21 Matthias Clasen + + * === Released 2.7.4 === + 2005-07-20 Matthias Clasen * glib/tmpl/macros_misc.sgml: Add some discouraging diff --git a/docs/reference/glib/tmpl/macros_misc.sgml b/docs/reference/glib/tmpl/macros_misc.sgml index 9a51aab..82d3914 100644 --- a/docs/reference/glib/tmpl/macros_misc.sgml +++ b/docs/reference/glib/tmpl/macros_misc.sgml @@ -34,6 +34,7 @@ and can be used normally. + Used within multi-statement macros so that they can be used in places where diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index d5e004b..5ca48d8 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,7 @@ +2005-07-21 Matthias Clasen + + * === Released 2.7.4 === + 2005-07-15 Matthias Clasen * === Released 2.7.3 === diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 6ace80a..4ccef9c 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,7 @@ +2005-07-21 Matthias Clasen + + * === Released 2.7.4 === + 2005-07-15 Matthias Clasen * === Released 2.7.3 === diff --git a/gthread/ChangeLog b/gthread/ChangeLog index 0a0723e..cfb9090 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,7 @@ +2005-07-21 Matthias Clasen + + * === Released 2.7.4 === + 2005-07-15 Matthias Clasen * === Released 2.7.3 === diff --git a/po/ChangeLog b/po/ChangeLog index 48104ef..c234416 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2005-07-21 Matthias Clasen + + * === Released 2.7.4 === + 2005-07-18 Matthias Clasen * de.po: Fix some printf formatting in the German diff --git a/po/am.po b/po/am.po index fda1157..d1dc151 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 062ab2f..2bf798e 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 40368a7..79b8431 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 0c6dd06..0554c03 100644 --- a/po/be.po +++ b/po/be.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2004-03-08 15:46+0200\n" "Last-Translator: Ales Nyakhaychyk \n" "Language-Team: Belarusian \n" diff --git a/po/bg.po b/po/bg.po index 6dd7503..956cf1d 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-07-09 15:54+0300\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" diff --git a/po/bn.po b/po/bn.po index 3e8ec7e..d2faf36 100644 --- a/po/bn.po +++ b/po/bn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2002-12-15 09:35-0800\n" "Last-Translator: Taneem Ahmed \n" "Language-Team: Bengali \n" diff --git a/po/bs.po b/po/bs.po index 0c97093..d3d54d1 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 3204fbe..ae46eb2 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-01-14 10:51+0100\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" diff --git a/po/cs.po b/po/cs.po index 9690141..4f88648 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-07-05 20:51+0200\n" "Last-Translator: Miloslav Trmac \n" "Language-Team: Czech \n" diff --git a/po/cy.po b/po/cy.po index 0753c50..df59104 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-01-05 23:45+0100\n" "Last-Translator: Rhys Jones \n" "Language-Team: Welsh \n" diff --git a/po/da.po b/po/da.po index c2eaa4b..c0b634c 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-06-11 10:24+0200\n" "Last-Translator: Martin Willemoes Hansen \n" "Language-Team: Danish \n" diff --git a/po/de.po b/po/de.po index a44f006..13c1484 100644 --- a/po/de.po +++ b/po/de.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-08 11:40-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-07-18 09:25-0400\n" "Last-Translator: Hendrik Brandt \n" "Language-Team: German \n" @@ -285,7 +285,9 @@ msgstr "" 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«, was eine Zahl in einer Zeichenreferenz (wie ê) sein sollte, konnte nicht analysiert werden - vielleicht ist die Zahl zu groß" +msgstr "" +"»%-.*s«, was eine Zahl in einer Zeichenreferenz (wie ê) sein sollte, " +"konnte nicht analysiert werden - vielleicht ist die Zahl zu groß" #: glib/gmarkup.c:604 #, c-format diff --git a/po/el.po b/po/el.po index 489d4fc..9b01707 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-02-06 11:07+0200\n" "Last-Translator: Kostas Papadimas \n" "Language-Team: Greek \n" diff --git a/po/en_CA.po b/po/en_CA.po index 23f7e86..2192636 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-07-03 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 3959fa4..1a1d380 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 b079a68..e922543 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 f562385..5865c94 100644 --- a/po/es.po +++ b/po/es.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-07-06 17:14+0200\n" "Last-Translator: Francisco Javier F. Serrador \n" "Language-Team: Spanish \n" diff --git a/po/et.po b/po/et.po index 6e3d832..e86748d 100644 --- a/po/et.po +++ b/po/et.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-07-02 11:42+0300\n" "Last-Translator: Priit Laes \n" "Language-Team: Estonian \n" diff --git a/po/eu.po b/po/eu.po index e632869..67c3416 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 d27b57e..e196af1 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 b73f368..3bf5861 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2004-04-25 01:44+0300\n" "Last-Translator: Sami Pesonen \n" "Language-Team: Finnish \n" diff --git a/po/fr.po b/po/fr.po index 4f41828..6bc6a47 100644 --- a/po/fr.po +++ b/po/fr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-02-20 11:53+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 ca88fc1..9809002 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 b7431cb..dcacc06 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-06-05 20:02+0200\n" "Last-Translator: Ignacio Casal Quinteiro \n" "Language-Team: Galego\n" diff --git a/po/gu.po b/po/gu.po index ef41a62..6492a19 100644 --- a/po/gu.po +++ b/po/gu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2004-08-05 10:49+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati\n" diff --git a/po/he.po b/po/he.po index 3159ead..b7ed6cb 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 448b79d..7303e89 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 dbc37a4..dc78543 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 da1af9c..b6066ee 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 3649d30..d985a26 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-03-09 21:43+0700\n" "Last-Translator: Mohammad DAMT \n" "Language-Team: Indonesia \n" diff --git a/po/is.po b/po/is.po index 71848d4..21ba486 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 80dcda5..e2752ce 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 246db0a..078c25c 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-07-02 18:33+0900\n" "Last-Translator: Takeshi AIHANA \n" "Language-Team: Japanese \n" diff --git a/po/ko.po b/po/ko.po index e02b028..f4968de 100644 --- a/po/ko.po +++ b/po/ko.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2004-01-30 03:56+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: GNOME Korea \n" diff --git a/po/lt.po b/po/lt.po index 30e44a6..6cb2caa 100644 --- a/po/lt.po +++ b/po/lt.po @@ -8,244 +8,243 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-17 20:49+0300\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-07-17 21:26+0300\n" "Last-Translator: Žygimantas Beručka \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit" +"Content-Transfer-Encoding: 8bit\n" -#: ../glib/gconvert.c:406 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Keitimas iÅ¡ koduotės „%s“ į koduotę „%s“ nepalaikomas" -#: ../glib/gconvert.c:410 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Nepavyko atverti keitiklio iÅ¡ „%s“ į „%s“" -#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1322 -#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 +#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Klaidinga baitų seka keitimo įvedime" -#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1329 -#: ../glib/giochannel.c:2218 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 +#: glib/giochannel.c:2218 #, c-format msgid "Error during conversion: %s" msgstr "Klaida keitimo metu: %s" -#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Nepilna simbolio seka įvedimo pabaigoje" -#: ../glib/gconvert.c:817 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Negalima keisti atgalinio varianto „%s“ į koduotę „%s“" -#: ../glib/gconvert.c:1619 +#: glib/gconvert.c:1619 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Adresas „%s“ nėra absoliutus adresas naudojantis „file“ schemą" -#: ../glib/gconvert.c:1629 +#: glib/gconvert.c:1629 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Vietinės bylos adresas „%s“ negali turėti simbolio „#“" -#: ../glib/gconvert.c:1646 +#: glib/gconvert.c:1646 #, c-format msgid "The URI '%s' is invalid" msgstr "Adresas „%s“ yra klaidingas" -#: ../glib/gconvert.c:1658 +#: glib/gconvert.c:1658 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Kompiuterio vardas „%s“ adrese yra klaidingas" -#: ../glib/gconvert.c:1674 +#: glib/gconvert.c:1674 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Adrese „%s“ yra klaidingai perkoduoti symboliai" -#: ../glib/gconvert.c:1768 +#: glib/gconvert.c:1768 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Kelias „%s“ nėra absoliutus" -#: ../glib/gconvert.c:1778 +#: glib/gconvert.c:1778 msgid "Invalid hostname" msgstr "Klaidingas kompiuterio vardas" -#: ../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 "Klaida atidarant aplanką „%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 "Nepavyko paskirti %lu baitų reikalingų perskaityti bylą „%s“" -#: ../glib/gfileutils.c:591 +#: glib/gfileutils.c:591 #, c-format msgid "Error reading file '%s': %s" msgstr "Klaida skaitant bylą „%s“: %s" -#: ../glib/gfileutils.c:673 +#: glib/gfileutils.c:673 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Nepavyko perskaityti bylos „%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 "Nepavyko atverti bylos „%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 "Nepavyko gauti bylos „%s“ požymių: fstat() klaida: %s" -#: ../glib/gfileutils.c:775 +#: glib/gfileutils.c:775 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Nepavyko atverti bylos „%s“: fdopen() klaida: %s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Nepavyko pervadinti bylos „%s“ į „%s“: g_rename() klaida: %s" -#: ../glib/gfileutils.c:952 +#: glib/gfileutils.c:952 #, c-format msgid "Could not change file mode: fork() failed: %s" msgstr "Nepavyko pakeisti bylos režimo: fork() klaida: %s" -#: ../glib/gfileutils.c:983 +#: glib/gfileutils.c:983 #, c-format msgid "Could not change file mode: waitpid() failed: %s" msgstr "Nepavyko pakeisti bylos režimo: waitpid() klaida: %s" -#: ../glib/gfileutils.c:1002 +#: glib/gfileutils.c:1002 #, c-format msgid "Could not change file mode: chmod() failed: %s" msgstr "Nepavyko bylos režimo: chmod() klaida: %s" -#: ../glib/gfileutils.c:1013 +#: glib/gfileutils.c:1013 #, c-format msgid "Could not change file mode: Child terminated by signal: %s" msgstr "" "Nepavyko pakeisti bylos režimo: antrinis procesas nutrauktas signalo: %s" -#: ../glib/gfileutils.c:1024 +#: glib/gfileutils.c:1024 msgid "Could not change file mode: Child terminated abnormally" msgstr "Nepavyko pakeisti bylos režimo: antrinis procesas netikėtai nutrÅ«ko" -#: ../glib/gfileutils.c:1058 ../glib/gfileutils.c:1524 +#: glib/gfileutils.c:1058 glib/gfileutils.c:1524 #, c-format msgid "Failed to create file '%s': %s" msgstr "Nepavyko sukurti bylos „%s“: %s" -#: ../glib/gfileutils.c:1080 +#: glib/gfileutils.c:1080 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Nepavyko atverti bylos „%s“ raÅ¡ymui: fdopen() klaida: %s" -#: ../glib/gfileutils.c:1105 +#: glib/gfileutils.c:1105 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Nepavyko įraÅ¡yti bylos „%s“: fwrite() klaida: %s" -#: ../glib/gfileutils.c:1124 +#: glib/gfileutils.c:1124 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Nepavyko užverti bylos „%s“: fclose() klaida: %s" -#: ../glib/gfileutils.c:1242 +#: glib/gfileutils.c:1242 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Nepavyko paÅ¡alinti egzistuojančios bylos „%s“: g_unlink() failed: %s" -#: ../glib/gfileutils.c:1485 +#: glib/gfileutils.c:1485 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Å ablonas „%s“ klaidingas, jame negali bÅ«ti „%s“" -#: ../glib/gfileutils.c:1499 +#: glib/gfileutils.c:1499 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "Å ablono „%s“ gale nėra XXXXXX" -#: ../glib/gfileutils.c:1977 +#: glib/gfileutils.c:1977 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Nepavyko perskaityti simbolinės nuorodos „%s“: %s" -#: ../glib/gfileutils.c:1998 +#: glib/gfileutils.c:1998 msgid "Symbolic links not supported" msgstr "Simbolinės nuorodos nepalaikomos" -#: ../glib/giochannel.c:1150 +#: glib/giochannel.c:1150 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "Keitimas iÅ¡ koduotės „%s“ į koduotę „%s“ nepalaikomas" -#: ../glib/giochannel.c:1154 +#: glib/giochannel.c:1154 #, c-format msgid "Could not open converter from `%s' to `%s': %s" msgstr "Nepavyko atverti keitiklio iÅ¡ „%s“ į „%s“: %s" -#: ../glib/giochannel.c:1499 +#: glib/giochannel.c:1499 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Negalima vykdyti tiesioginio skaitymo 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 msgid "Leftover unconverted data in read buffer" msgstr "Nepakeistų duomenų likučiai skaitymo buferyje" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 +#: glib/giochannel.c:1626 glib/giochannel.c:1703 msgid "Channel terminates in a partial character" msgstr "Kanalas pasibaigia nepilnu simboliu" -#: ../glib/giochannel.c:1689 +#: glib/giochannel.c:1689 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Negalima vykdyti tiesioginio skaitymo 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 "Nepavyko atverti bylos „%s“: open() klaida: %s" -#: ../glib/gmappedfile.c:178 +#: glib/gmappedfile.c:178 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Nepavyko rasti bylos „%s“: mmap() klaida: %s" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "Eilutės %d simbolio %d klaida: %s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "Klaida eilutėje %d: %s" -#: ../glib/gmarkup.c:434 +#: glib/gmarkup.c:434 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Aptiktas tuščias elementas '&;'; galimi elementai yra: & " < " "> '" -#: ../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 " @@ -256,17 +255,17 @@ msgstr "" "elemento įvedimą; jei Å¡is ampersendas nėra elemento pradžia, apeikite jį su " "&" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Simbolis „%s“ nepriimtinas elemento varde" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "Nežinomas elemento vardas „%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 &" @@ -274,7 +273,7 @@ msgstr "" "Elementas nepasibaigė kabliataÅ¡kiu; greičiausiai JÅ«s panaudojote ampersendo " "simbolį nepradėdami elemento įvedimo - apeikite ampersendą įvesdami &" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -283,16 +282,16 @@ msgstr "" "Nepavyko apdoroti „%-.*s“, kuris galėjo turėti skaičius simbolio apraÅ¡yme " "(pvz. ê) - gal skaičius per didelis" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Simbolio apraÅ¡ymas „%-.*s“ neatitinka leistinus simbolius" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "Tuščias simbolio apraÅ¡ymas; ten turėtų bÅ«ti skaičiai, pvz. 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 " @@ -302,23 +301,23 @@ msgstr "" "ampersendo simbolį nepradėdami elemento įvedimo - apeikite ampersendą " "įvesdami &" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "Nebaigtas elemento apraÅ¡ymas" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "Nebaigtas simbolio apraÅ¡ymas" -#: ../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 "Klaidingai koduotas UTF-8 tekstas" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. )" msgstr "Dokumentas turėtų prasidėti elementu (pvz. )" -#: ../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 " @@ -326,7 +325,7 @@ msgid "" msgstr "" "„%s“ negali bÅ«ti raÅ¡omas po „<“ simbolio; jis nepradeda jokio elemento vardo" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -335,7 +334,7 @@ msgstr "" "Neįprastas simbolis „%s“, tikėtasi sulaukti „>“ simbolio, užbaigiančio " "pradinį elementą „%s“" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -343,7 +342,7 @@ msgstr "" "Neįprastas simbolis „%1$s“, tikėtasi sulaukti „=“ po elemento „%3$s“ požymio " "vardo „%2$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 " @@ -354,7 +353,7 @@ msgstr "" "užbaigiančių elementą „%s“, arba papildomo požymio; gal JÅ«s panaudojote " "netinkama simbolį požymio varde" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -363,7 +362,7 @@ msgstr "" "Neįprastas simbolis „%1$s“, po lygybės tikėtasi sulaukti atidarančio " "citavimo simbolio pradedant „%3$s“ elemento „%2$s“ požymio reikÅ¡mę" -#: ../glib/gmarkup.c: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 "" "Elemento „%s“ uždarymo simbolis sutiktas anksčiau už elemento atidarymo " "simbolį" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" "Sutiktas elemento „%s“ uždarymo simbolis, tačiau Å¡iuo metu atidarytas kitas " "elementas „%s“" -#: ../glib/gmarkup.c:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "Dokumentas tuščias arba susideda tik iÅ¡ tarpų" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumentas netikėtai pasibaigė tuoj po atidarančių skliaustų '<'" -#: ../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 " @@ -412,7 +411,7 @@ msgstr "" "Dokumentas netikėtai pasibaigė neuždarius dalies elementų - „%s“ yra " "paskutinis atviras elementas" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -421,19 +420,19 @@ msgstr "" "Dokumentas netikėtai pasibaigė, nesulaukta uždarančių skliaustų simbolio <%s/" ">" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentas netikėtai pasibaidė elemento varde" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentas netikėtai pasibaigė požymio varde" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumentas netikėtai pasibaigė elemento atidarymo ženklu" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -441,76 +440,76 @@ msgstr "" "Dokumentas netikėtai pasibaigė lygybės simboliu einančio po požymio vardo; " "nerasta požymio reikÅ¡mė" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentas netikėtai pasibaigė požymio verte" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Dokumentas netikėtai pasibaigė elemento „%s“ uždarančiame simbolyje" -#: ../glib/gmarkup.c:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokumentas netikėtai pasibaigė komentaruose arba apdorojimo instrukcijose" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Cituojamas tekstas neprasideda citavimo ženklu" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Nesutampantis citavimo simbolis komandinėje eilutėje arba kitame terpės " "cituotame tekste" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Tekstas pasibaigė tuoj po „\\“ simbolio. (Tekste buvo įraÅ¡yta „%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 "" "Tekstas pasibaigė nesulaukus %c atitinkančio citatos ženklo. (Tekste buvo " "įraÅ¡yta „%s“)" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "Tekstas buvo tuščias arba turėjo vien tik tarpo simbolius)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "Nepavyko gauti duomenų iÅ¡ antrinio proceso" -#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Nepavyko sukurti daviklio skirto keistis duomenis su antriniu procesu (%s)" -#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Nepavyko perskaityti duomenų iÅ¡ antrinio daviklio (%s)" -#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nepavyko pereiti į katalogą „%s“ (%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "Nepavyko paleisti antrinio proceso (%s)" -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "Nepavyko paleisti pagalbinės programos" -#: ../glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -518,125 +517,125 @@ msgstr "" "Netikėta klaida tarp g_io_channel_win32_poll() funkcijos duomenų skaitymo iÅ¡ " "antrinio proceso metu" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Nepavyko gauti duomenis iÅ¡ antrinio proceso (%s)" -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Netikėta klaida tarp select() funkcijos duomenų gavimo iÅ¡ antrinio proceso (%" "s) metu" -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Netikėta klaida iÅ¡ waitpid() (%s)" -#: ../glib/gspawn.c:1083 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Nepavyko atskirti (%s)" -#: ../glib/gspawn.c:1233 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Nepavyko paleisti antrinio proceso „%s“ (%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Nepavyko perimti antrinio proceso (%s) iÅ¡vedimo arba įvedimo" -#: ../glib/gspawn.c:1252 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Nepavyko atskirti antrinio proceso (%s)" -#: ../glib/gspawn.c:1260 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Nežinoma klaida vykdant antrinį procesą „%s“" -#: ../glib/gspawn.c:1282 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Nepavyko perskaityti reikiamo duomenų kiekio iÅ¡ antrinio proceso daviklio (%" "s)" -#: ../glib/gutf8.c:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "Simbolis neatitinka UTF-8 simbolių diapazono" -#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "Klaidinga seka keitimo įvedime" -#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "Simbolis neatitinka UTF-16 simbolių diapazono" -#: ../glib/goption.c:468 +#: glib/goption.c:468 msgid "Usage:" msgstr "Naudojimas:" -#: ../glib/goption.c:468 +#: glib/goption.c:468 msgid "[OPTION...]" msgstr "[PARINKTIS...]" -#: ../glib/goption.c:556 +#: glib/goption.c:556 msgid "Help Options:" msgstr "Pagalbos parinktys:" -#: ../glib/goption.c:557 +#: glib/goption.c:557 msgid "Show help options" msgstr "Rodyti pagalbos parinktis" -#: ../glib/goption.c:562 +#: glib/goption.c:562 msgid "Show all help options" msgstr "Rodyti visas pagalbos parinktis" -#: ../glib/goption.c:612 +#: glib/goption.c:612 msgid "Application Options:" msgstr "Programos parinktys:" -#: ../glib/goption.c:653 +#: glib/goption.c:653 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Nepavyko apdoroti sveikosios reikÅ¡mės „%s“ reikalingos %s" -#: ../glib/goption.c:663 +#: glib/goption.c:663 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Sveikoji reikÅ¡mė „%s“, reikalinga %s, virÅ¡ija ribas" -#: ../glib/goption.c:957 ../glib/goption.c:1068 +#: glib/goption.c:957 glib/goption.c:1068 #, c-format msgid "Missing argument for %s" msgstr "%s trÅ«ksta argumento" -#: ../glib/goption.c:1472 +#: glib/goption.c:1472 #, c-format msgid "Unknown option %s" msgstr "Nežinoma parinktis %s" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "Duomenų aplankuose nepavyko rasti tinkamos raktų bylos" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "Nėra paprasta byla" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "Byla yra tuščia" -#: ../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" @@ -644,39 +643,39 @@ msgstr "" "Raktų byloje yra eilutė „%s“, kuri nėra raktas-reikÅ¡mė pora, grupė ar " "komentaras" -#: ../glib/gkeyfile.c:765 +#: glib/gkeyfile.c:765 msgid "Key file does not start with a group" msgstr "Raktų byla neprasideda grupe" -#: ../glib/gkeyfile.c:808 +#: glib/gkeyfile.c:808 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Raktų byloje yra nepalaikoma koduotė „%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 "Raktų byla neturi grupės „%s“" -#: ../glib/gkeyfile.c:1188 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Raktų byla neturi rakto „%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 "Raktų byloje yra raktas „%s“ su reikÅ¡me „%s“, kuri nėra 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 "" "Raktų byloje yra raktas „%s“, kuriame yra reikÅ¡mė, kurios negalima suprasti." -#: ../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 " @@ -685,32 +684,31 @@ msgstr "" "Raktų byloje yra raktas „%s“ grupėje „%s“, kuriame yra reikÅ¡mė, kurios " "negalima suprasti." -#: ../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 "Raktų byloje nėra rakto „%s“ grupėje „%s“" -#: ../glib/gkeyfile.c:3072 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Raktų byloje, eilutės pabaigoje yra pabėgimo simbolis" -#: ../glib/gkeyfile.c:3094 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Raktų byloje yra klaidinga pabėgimo tvarka „%s“" -#: ../glib/gkeyfile.c:3235 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "ReikÅ¡mės „%s“ negalima interpretuoti kaip skaičiaus." -#: ../glib/gkeyfile.c:3245 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "Sveikoji reikÅ¡mė „%s“ virÅ¡ija ribas" -#: ../glib/gkeyfile.c:3275 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ReikÅ¡mės „%s“ negalima interpretuoti kaip loginės." - diff --git a/po/lv.po b/po/lv.po index b0204ac..2e84561 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 e55f678..f62b245 100644 --- a/po/mk.po +++ b/po/mk.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-4.mk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-07-12 23:14+0200\n" "Last-Translator: Arangel Angov \n" "Language-Team: Macedonian \n" diff --git a/po/mn.po b/po/mn.po index 4e27865..925c1dd 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 fb8f033..fb7de55 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 3a51ab0..a61bb80 100644 --- a/po/nb.po +++ b/po/nb.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: nb\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-07-13 10:30+0200\n" "Last-Translator: Terance Edward Sola \n" "Language-Team: Norwegian Bokmal \n" diff --git a/po/ne.po b/po/ne.po index 320e616..244e412 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 c575dd1..807bfdc 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-07-09 03:33+0200\n" "Last-Translator: Tino Meinen \n" "Language-Team: Dutch \n" diff --git a/po/nn.po b/po/nn.po index 684aa34..c4bd1c2 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 3a51ab0..a61bb80 100644 --- a/po/no.po +++ b/po/no.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: nb\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-07-13 10:30+0200\n" "Last-Translator: Terance Edward Sola \n" "Language-Team: Norwegian Bokmal \n" diff --git a/po/or.po b/po/or.po index 52953d1..c64f674 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 f4822fa..8c3decc 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 cfb9371..f1c96db 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 5cddf7b..54f1c9a 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.10\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-01-10 22:05+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 5852462..0905332 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-03-30 19:39-0300\n" "Last-Translator: Gustavo Noronha Silva \n" "Language-Team: Brazilian Portuguese \n" diff --git a/po/ro.po b/po/ro.po index 9feb5ed..61dc7d7 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib-2-6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-03-02 22:46+0200\n" "Last-Translator: Mişu Moldovan \n" "Language-Team: Română \n" diff --git a/po/ru.po b/po/ru.po index 2f4e28d..77dd587 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 98a280b..a7f3f8a 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 0ad2724..528416f 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-06-25 22:32+0200\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" diff --git a/po/sl.po b/po/sl.po index a68516e..ebc4416 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 35300cb..8edc2bb 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: 2005-07-16 14:01+0000\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-07-16 18:15+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" @@ -14,236 +14,242 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../glib/gconvert.c:406 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konvertimi nga familja e simboleve '%s' në '%s' nuk suportohet" -#: ../glib/gconvert.c:410 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "E pamundur hapja e konvertuesit nga '%s' në '%s'" -#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1322 -#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 +#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Sekuencë byte e pavlefshme tek të dhënat për konvertim" -#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1329 -#: ../glib/giochannel.c:2218 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 +#: glib/giochannel.c:2218 #, c-format msgid "Error during conversion: %s" msgstr "Gabim gjatë konvertimit: %s" -#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Sekuencë simbolesh e pjesëshme në fund të të dhënave në hyrje" -#: ../glib/gconvert.c:817 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "I pamundur konvertimi i '%s' në familjen e simboleve '%s'" -#: ../glib/gconvert.c:1619 +#: glib/gconvert.c:1619 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' nuk është një URI absolute duke përdorur skemën e \"file\"" -#: ../glib/gconvert.c:1629 +#: glib/gconvert.c:1629 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI për file lokal '%s' mund të mos përdorë një '#'" -#: ../glib/gconvert.c:1646 +#: glib/gconvert.c:1646 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' është e pasaktë" -#: ../glib/gconvert.c:1658 +#: glib/gconvert.c:1658 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Emri i host të URI '%s' është i pasaktë" -#: ../glib/gconvert.c:1674 +#: glib/gconvert.c:1674 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' përmban simbole escape të pavlefshëm" -#: ../glib/gconvert.c:1768 +#: glib/gconvert.c:1768 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Pozicioni me emër '%s' nuk është një pozicion absolut" -#: ../glib/gconvert.c:1778 +#: glib/gconvert.c:1778 msgid "Invalid hostname" msgstr "Emër host i pasaktë" -#: ../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 "Gabim gjatë hapjes së directory '%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 "I pamundur grumbullimi i %lu bytes për të lexuar file \"%s\"" -#: ../glib/gfileutils.c:591 +#: glib/gfileutils.c:591 #, c-format msgid "Error reading file '%s': %s" msgstr "Gabim gjatë leximit të file '%s': %s" -#: ../glib/gfileutils.c:673 +#: glib/gfileutils.c:673 #, c-format msgid "Failed to read from file '%s': %s" msgstr "I pamundur leximi nga file '%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 "E pamundur hapja e file '%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 "E pamundur marrja e pronësive të file '%s': fstat() dështoi: %s" -#: ../glib/gfileutils.c:775 +#: glib/gfileutils.c:775 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Dështoi hapja e file '%s': fdopen() dështoi: %s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" -msgstr "Ndryshimi i emrit të file nga '%s' në '%s' dështoi: g_rename() dështoi: %s" +msgstr "" +"Ndryshimi i emrit të file nga '%s' në '%s' dështoi: g_rename() dështoi: %s" -#: ../glib/gfileutils.c:952 +#: glib/gfileutils.c:952 #, c-format msgid "Could not change file mode: fork() failed: %s" msgstr "I pamundur ndryshimi i modalitetit të file: fork() dështoi: %s" -#: ../glib/gfileutils.c:983 +#: glib/gfileutils.c:983 #, c-format msgid "Could not change file mode: waitpid() failed: %s" msgstr "I pamundur ndryshimi i modalitetit të file: waitpid() dështoi: %s" -#: ../glib/gfileutils.c:1002 +#: glib/gfileutils.c:1002 #, c-format msgid "Could not change file mode: chmod() failed: %s" msgstr "I pamundur ndryshimi i modalitetit të file: chmod() dështoi: %s" -#: ../glib/gfileutils.c:1013 +#: glib/gfileutils.c:1013 #, c-format msgid "Could not change file mode: Child terminated by signal: %s" -msgstr "I pamundur ndryshimi i modalitetit të file: Proçesi bir u përfundua nga sinjali: %s" +msgstr "" +"I pamundur ndryshimi i modalitetit të file: Proçesi bir u përfundua nga " +"sinjali: %s" -#: ../glib/gfileutils.c:1024 +#: glib/gfileutils.c:1024 msgid "Could not change file mode: Child terminated abnormally" -msgstr "I pamundur ndryshimi i modalitetit të file: Proçesi bir përfundoi në menyrë të papritur" +msgstr "" +"I pamundur ndryshimi i modalitetit të file: Proçesi bir përfundoi në menyrë " +"të papritur" -#: ../glib/gfileutils.c:1058 ../glib/gfileutils.c:1524 +#: glib/gfileutils.c:1058 glib/gfileutils.c:1524 #, c-format msgid "Failed to create file '%s': %s" msgstr "Dështoi krijimi i file '%s': %s" -#: ../glib/gfileutils.c:1080 +#: glib/gfileutils.c:1080 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Hapja e file '%s' për shkrim dështoi: fdopen() dështoi: %s" -#: ../glib/gfileutils.c:1105 +#: glib/gfileutils.c:1105 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Shkrimi i file '%s' dështoi: fwrite() dështoi: %s" -#: ../glib/gfileutils.c:1124 +#: glib/gfileutils.c:1124 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Mbyllja e file '%s' dështoi: fclose() dështoi: %s" -#: ../glib/gfileutils.c:1242 +#: glib/gfileutils.c:1242 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "E pamundur heqja e file ekzistues '%s': g_unlink() dështoi: %s" -#: ../glib/gfileutils.c:1485 +#: glib/gfileutils.c:1485 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Shabllon '%s' i pavlefshëm, nuk mund të përmbajë një '%s'" -#: ../glib/gfileutils.c:1499 +#: glib/gfileutils.c:1499 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "Shablloni '%s' nuk mbaron me XXXXXX" -#: ../glib/gfileutils.c:1977 +#: glib/gfileutils.c:1977 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "I pamundur leximi i lidhjes simbolike '%s': %s" -#: ../glib/gfileutils.c:1998 +#: glib/gfileutils.c:1998 msgid "Symbolic links not supported" msgstr "Lidhjet simbolike nuk suportohen" -#: ../glib/giochannel.c:1150 +#: glib/giochannel.c:1150 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "Konvertimi nga familja e simboleve `%s' në `%s' nuk suportohet" -#: ../glib/giochannel.c:1154 +#: glib/giochannel.c:1154 #, c-format msgid "Could not open converter from `%s' to `%s': %s" msgstr "Nuk arrij të hap konvertuesin nga `%s' në `%s': %s" -#: ../glib/giochannel.c:1499 +#: glib/giochannel.c:1499 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "I pamundur leximi i të dhënave të papërpunuara tek " "g_io_channel_read_line_string" -#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 -#: ../glib/giochannel.c:1889 +#: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889 msgid "Leftover unconverted data in read buffer" msgstr "Kanë tepruar të dhëna të pakonvertuara tek buffer i leximit" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 +#: glib/giochannel.c:1626 glib/giochannel.c:1703 msgid "Channel terminates in a partial character" msgstr "Kanali përfundon me një simbol të pjesëshëm" -#: ../glib/giochannel.c:1689 +#: glib/giochannel.c:1689 msgid "Can't do a raw read in g_io_channel_read_to_end" -msgstr "I pamundur leximi i të dhënave të papërpunuara tek g_io_channel_read_to_end" +msgstr "" +"I pamundur leximi i të dhënave të papërpunuara tek 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 "E pamundur hapja e file '%s': open() dështoi: %s" -#: ../glib/gmappedfile.c:178 +#: glib/gmappedfile.c:178 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "I pamundur mapimi i file '%s': mmap() dështoi: %s" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "Gabim tek rreshti %d simboli %d: %s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "Gabim tek rreshti %d: %s" -#: ../glib/gmarkup.c:434 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" +#: glib/gmarkup.c:434 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "U gjet një entitet bosh '&;'; entitetet e vlefshme janë: & " < " "> '" -#: ../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 " @@ -254,17 +260,17 @@ msgstr "" "një entitet; nëse ky simbol nuk do të jetë fillimi i një entiteti, përdore " "si &" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Simboli '%s' nuk është i vlefshëm brenda emrit të një entiteti" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "Emri entitetit '%s' nuk njihet" -#: ../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 &" @@ -272,7 +278,7 @@ msgstr "" "Entiteti nuk përfundon me pikëpresje; ndoshta keni përdorur një 'e' " "komerciale pa dashur të nisni një entity - zëvendësojeni me &" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -281,16 +287,16 @@ msgstr "" "I pamundur analizimi i '%-.*s', duhet të ishte një numër brenda riferimeve " "të një simboli (p.sh. ê) - ndoshta numri është tepër i madh" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Riferimi '%-.*s' i simbolit nuk kodifikon një simbol të lejuar" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "Simbol bosh, duhet të përmbajë një vlerë numerike, si 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 " @@ -299,23 +305,23 @@ msgstr "" "Simboli nuk mbaron me pikëpresje; ndoshta keni përdorur një simbol ampersand " "& pa pasur ndërmend fillimin e një entiteti të ri - përdorni & " -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "Riferim entiteti i papërfunduar" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "Referim i papërfunduar i simbolit" -#: ../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 "Tekst i kodifikuar UTF-8 i pavlefshëm" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. )" msgstr "Dokumenti duhet të fillojë me një element (p.sh. )" -#: ../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 " @@ -324,7 +330,7 @@ msgstr "" "'%s' nuk është një simbol i vlefshëm mbas simbolit '<', nuk mund të fillojë " "me emrin e një elementi" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -333,14 +339,15 @@ msgstr "" "U gjet simboli '%s', në pritje të një simboli '>' për të përfunduar tag-un e " "fillimit të elementit '%s'" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "U gjet simboli '%s', përkundrazi pritej një '=' mbas emrit të atributit '%s' " "të elementit '%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 " @@ -352,7 +359,7 @@ msgstr "" "shumë mundësi të keni përdorur një simbol të pavlefshëm tek emri i një " "atributi" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -361,7 +368,7 @@ msgstr "" "U gjet simboli '%s', pritet simboli i kuotës së hapur mbas shenjës së " "barazimit për t'i caktuar një vlerë atributit '%s' të elementit '%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 "Elementi '%s' është mbyllur, asnjë element aktualisht është i hapur" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" -msgstr "Elementi '%s' është mbyllur, por elementi aktualisht i hapur është '%s'" +msgstr "" +"Elementi '%s' është mbyllur, por elementi aktualisht i hapur është '%s'" -#: ../glib/gmarkup.c:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "Dokumenti ishte bosh apo përmbante vetëm hapësira të bardha" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" -msgstr "Dokumenti u mbyll papritur, menjëherë pas hapjes së kllapës këndore '<'" +msgstr "" +"Dokumenti u mbyll papritur, menjëherë pas hapjes së kllapës këndore '<'" -#: ../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 " @@ -406,26 +415,26 @@ msgstr "" "Dokumenti u mbyll papritur me elementë akoma të hapur - '%s' ishte elementi " "i fundit i hapur" -#: ../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 "Dokumenti u mbyll papritur, pritet simboli i mbylljes për tag-un <%s/>" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumenti përfundoi papritur në brendësi të emrit të një elementi" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumenti u mbyll papritur në brendësi të emrit të një atributi" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumenti u mbyll papritur brënda një tag-u hapës të elementit" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -433,76 +442,77 @@ msgstr "" "Dokumenti u mbyll papritur mbas shenjës së barazimit që vjen mbas emrit të " "një atributi; atributi nuk ka vlerë" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumenti u mbyll papritur në brendësi të vlerës së një atributi" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" -msgstr "Dokumenti u mbyll papritur në brendësi të tag-ut mbyllës të elementit '%s'" +msgstr "" +"Dokumenti u mbyll papritur në brendësi të tag-ut mbyllës të elementit '%s'" -#: ../glib/gmarkup.c:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokumenti u mbyll papritur në brendësi të një komenti apo instruksioni " "proçesi" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Teksti i kuotuar nuk fillon me shenjën e kuotimit" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Nuk u gjet simboli i kuotimit tek rreshti i komandës apo tek teksti i " "kuotuar nga shell" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Teksti përfundoi menjëherë pas një simboli '\\'. (Teksti ishte '%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 "" "Teksti përfundoi përpara se të gjente tekstin e kërkuar për %c. (Teksti " "ishte '%s')" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "Teksti është bosh (ose përmban vetëm hapsira të bardha)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "I pamundur leximi i të dhënave nga proçesi bir" -#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "I pamundur krijimi i pipe për të komunikuar me proçesin bir (%s)" -#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "I pamundur leximi nga pipe bijë (%s)" -#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "I pamundur ndryshimi i directory në '%s' (%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "I pamundur ekzekutimi i proçesit bir (%s)" -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "I pamundur ekzekutimi i programit ndihmues" -#: ../glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -510,159 +520,163 @@ msgstr "" "Gabim i papritur në g_io_channel_win32_poll() gjatë leximit të të dhënave " "nga një proçes bir" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "I pamundur leximi i të dhënave nga proçesi bir (%s)" -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Difekt i papritur në select() gjatë leximit të të dhënave nga një proçes bir " "(%s)" -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Gabim i papritur në waitpid() (%s)" -#: ../glib/gspawn.c:1083 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "E pamundur kryerja e fork (%s)" -#: ../glib/gspawn.c:1233 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "I pamundur zbatimi i proçesit bir \"%s\" (%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" -msgstr "I pamundur ridrejtimi i të dhënave në hyrje apo dalje të proçesit bir (%s)" +msgstr "" +"I pamundur ridrejtimi i të dhënave në hyrje apo dalje të proçesit bir (%s)" -#: ../glib/gspawn.c:1252 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "E pamundur kryerja e fork për proçesin bir (%s)" -#: ../glib/gspawn.c:1260 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Gabim i panjohur gjatë ekzekutimit të proçesit bir \"%s\"" -#: ../glib/gspawn.c:1282 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" -msgstr "I pamundur leximi i një sasie të dhënash të mjaftueshme nga pid pipe bir (%s)" +msgstr "" +"I pamundur leximi i një sasie të dhënash të mjaftueshme nga pid pipe bir (%s)" -#: ../glib/gutf8.c:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "Simboli nuk ekziston në UTF-8" -#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "Sekuencë e pavlefshme në hyrje për konvertimin" -#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "Simboli nuk ekziston në UTF-16" -#: ../glib/goption.c:468 +#: glib/goption.c:468 msgid "Usage:" msgstr "Përdorimi:" -#: ../glib/goption.c:468 +#: glib/goption.c:468 msgid "[OPTION...]" msgstr "[OPCIONI...]" -#: ../glib/goption.c:556 +#: glib/goption.c:556 msgid "Help Options:" msgstr "Opcionet e ndihmës:" -#: ../glib/goption.c:557 +#: glib/goption.c:557 msgid "Show help options" msgstr "Shfaq opcionet e ndihmës" -#: ../glib/goption.c:562 +#: glib/goption.c:562 msgid "Show all help options" msgstr "Shfaq të gjithë opcionet e ndihmës" -#: ../glib/goption.c:612 +#: glib/goption.c:612 msgid "Application Options:" msgstr "Opcionet e programit:" -#: ../glib/goption.c:653 +#: glib/goption.c:653 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "I pamundur analizimi i vlerës së plotë '%s' për %s" -#: ../glib/goption.c:663 +#: glib/goption.c:663 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Vlera integruese '%s' për %s është jashtë kufirit" -#: ../glib/goption.c:957 ../glib/goption.c:1068 +#: glib/goption.c:957 glib/goption.c:1068 #, c-format msgid "Missing argument for %s" msgstr "Mungojnë argumentë për %s" -#: ../glib/goption.c:1472 +#: glib/goption.c:1472 #, c-format msgid "Unknown option %s" msgstr "Opcion i panjohur %s" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "Nuk u gjet asnjë file i vlefshëm kyçi tek directory e të dhënave" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "Nuk është një file i rregullt" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "File është bosh" -#: ../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 "Kyçi përmban rreshtin '%s' që nuk është një vlerë çift, grup apo koment kyçi" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" +msgstr "" +"Kyçi përmban rreshtin '%s' që nuk është një vlerë çift, grup apo koment kyçi" -#: ../glib/gkeyfile.c:765 +#: glib/gkeyfile.c:765 msgid "Key file does not start with a group" msgstr "File i kyçit nuk fillon me një grup" -#: ../glib/gkeyfile.c:808 +#: glib/gkeyfile.c:808 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "File i kyçit përmban kodifikimin e pasuportuar '%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 "File i kyçit nuk ka grupin '%s'" -#: ../glib/gkeyfile.c:1188 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "File i kyçit nuk përmban kyçin '%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 "File i kyçit përmban kyçin '%s' me vlerë '%s' që nuk është në 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 "File i kyçit përmban kyçin '%s' që ka një vlerë të painterpretueshme." -#: ../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 " @@ -671,32 +685,31 @@ msgstr "" "File i kyçit përmban kyçin '%s' në grupin '%s' që ka një vlerë të " "painterpretueshme." -#: ../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 "File i kyçit nuk ka kyçin '%s' në grupin '%s'" -#: ../glib/gkeyfile.c:3072 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "File i kyçit përmban simbolin escape në fund të rreshtit" -#: ../glib/gkeyfile.c:3094 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "File i kyçit përmban sekuencën e pavlefshme escape '%s'" -#: ../glib/gkeyfile.c:3235 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vlera '%s' nuk mund të interpretohet si një numër." -#: ../glib/gkeyfile.c:3245 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "Vlera integruese '%s' është jashtë kufirit" -#: ../glib/gkeyfile.c:3275 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vlera '%s' nuk mund të interpretohet si një boolean." - diff --git a/po/sr.po b/po/sr.po index 5b2df0d..d559f05 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 29e8305..67c95b5 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 ed5cf9b..c61b14b 100644 --- a/po/sr@ije.po +++ b/po/sr@ije.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 e8735e6..b943a0f 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2004-12-18 15:59+0100\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" diff --git a/po/ta.po b/po/ta.po index c02792b..8bc831d 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2004-02-16 20:30-0600\n" "Last-Translator: Dinesh Nadarajah \n" "Language-Team: Tamil \n" diff --git a/po/th.po b/po/th.po index 37e0871..d9dd01d 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-06-28 16:54+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" diff --git a/po/tl.po b/po/tl.po index aee2c4d..e300c93 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-01-28 23:47+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" diff --git a/po/tr.po b/po/tr.po index ff3138a..da8c338 100644 --- a/po/tr.po +++ b/po/tr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-02-14 23:38+0200\n" "Last-Translator: Onur Can CAKMAK \n" "Language-Team: Turkish \n" diff --git a/po/uk.po b/po/uk.po index 4157bf8..a398f19 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-02-09 11:56--500\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" diff --git a/po/vi.po b/po/vi.po index 14ee2fa..08abf2f 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-21 06:02+0000\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2004-06-25 05:12+0700\n" "Last-Translator: T.M.Thanh \n" "Language-Team: Gnome-Vi Team \n" @@ -16,235 +16,234 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Yudit 2.6-1\n" -#: ../glib/gconvert.c:406 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Không hỗ trợ việc chuyển từ đặt ký tá»± '%s' thành '%s'" -#: ../glib/gconvert.c:410 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Không thể mở trình chuyển đổi từ '%s' sang '%s'" -#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1322 -#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 +#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Byte sequence không hợp lệ trong phần nhập chuyển đổi" -#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1329 -#: ../glib/giochannel.c:2218 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 +#: glib/giochannel.c:2218 #, c-format msgid "Error during conversion: %s" msgstr "Lỗi khi chuyển đổi: %s" -#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Character sequence riêng phần ở cuối đầu vào" -#: ../glib/gconvert.c:817 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Không thể chuyển đổi fallback '%s' thành codeset '%s'" -#: ../glib/gconvert.c:1619 +#: glib/gconvert.c:1619 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' không phải URI tuyệt đối sá»­ dụng lược đồ tập tin" -#: ../glib/gconvert.c:1629 +#: glib/gconvert.c:1629 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI tập tin cục bộ '%s' có thể không bao gồm '#'" -#: ../glib/gconvert.c:1646 +#: glib/gconvert.c:1646 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' không hợp lệ" -#: ../glib/gconvert.c:1658 +#: glib/gconvert.c:1658 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Tên chủ của URI '%s' không hợp lệ" -#: ../glib/gconvert.c:1674 +#: glib/gconvert.c:1674 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' chứa không hợp lệ các ký tá»± thoát" -#: ../glib/gconvert.c:1768 +#: glib/gconvert.c:1768 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Tên đường dẫn '%s' không phải một đường dẫn tuyệt đối" -#: ../glib/gconvert.c:1778 +#: glib/gconvert.c:1778 msgid "Invalid hostname" msgstr "Tên chủ không hợp lệ" -#: ../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 "Lỗi khi mở thÆ° mục '%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 "Không thẻ cấp phát %lu bytes để đọc tập tin \"%s\"" -#: ../glib/gfileutils.c:591 +#: glib/gfileutils.c:591 #, c-format msgid "Error reading file '%s': %s" msgstr "Lỗi khi đọc tập tin '%s': %s" -#: ../glib/gfileutils.c:673 +#: glib/gfileutils.c:673 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Không đọc được từ tập tin '%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 "Lỗi khi mở tập tin '%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 "Không lấy được các thuộc tính của tập tin '%s': fstat() không được: %s" -#: ../glib/gfileutils.c:775 +#: glib/gfileutils.c:775 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Không mở được tập tin '%s': fdopen() không được: %s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, fuzzy, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Không mở được tập tin '%s': fdopen() không được: %s" -#: ../glib/gfileutils.c:952 +#: glib/gfileutils.c:952 #, fuzzy, c-format msgid "Could not change file mode: fork() failed: %s" msgstr "Không mở được tập tin '%s': fdopen() không được: %s" -#: ../glib/gfileutils.c:983 +#: glib/gfileutils.c:983 #, fuzzy, c-format msgid "Could not change file mode: waitpid() failed: %s" msgstr "Không thẻ cấp phát %lu bytes để đọc tập tin \"%s\"" -#: ../glib/gfileutils.c:1002 +#: glib/gfileutils.c:1002 #, fuzzy, c-format msgid "Could not change file mode: chmod() failed: %s" msgstr "Không mở được tập tin '%s': fdopen() không được: %s" -#: ../glib/gfileutils.c:1013 +#: glib/gfileutils.c:1013 #, c-format msgid "Could not change file mode: Child terminated by signal: %s" msgstr "" -#: ../glib/gfileutils.c:1024 +#: glib/gfileutils.c:1024 msgid "Could not change file mode: Child terminated abnormally" msgstr "" -#: ../glib/gfileutils.c:1058 ../glib/gfileutils.c:1524 +#: glib/gfileutils.c:1058 glib/gfileutils.c:1524 #, c-format msgid "Failed to create file '%s': %s" msgstr "Không tạo được tập tin '%s': %s" -#: ../glib/gfileutils.c:1080 +#: glib/gfileutils.c:1080 #, fuzzy, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Không mở được tập tin '%s': fdopen() không được: %s" -#: ../glib/gfileutils.c:1105 +#: glib/gfileutils.c:1105 #, fuzzy, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Không mở được tập tin '%s': fdopen() không được: %s" -#: ../glib/gfileutils.c:1124 +#: glib/gfileutils.c:1124 #, fuzzy, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Không mở được tập tin '%s': fdopen() không được: %s" -#: ../glib/gfileutils.c:1242 +#: glib/gfileutils.c:1242 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: ../glib/gfileutils.c:1485 +#: glib/gfileutils.c:1485 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Template '%s' không hợp lệ, không nên chứa '%s'" -#: ../glib/gfileutils.c:1499 +#: glib/gfileutils.c:1499 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "Template '%s' không kết thúc bằng XXXXXX" -#: ../glib/gfileutils.c:1977 +#: glib/gfileutils.c:1977 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Lỗi đọc liên kết tượng trÆ°ng '%s': %s" -#: ../glib/gfileutils.c:1998 +#: glib/gfileutils.c:1998 msgid "Symbolic links not supported" msgstr "Không hỗ trợ liên kết tượng trÆ°ng" -#: ../glib/giochannel.c:1150 +#: glib/giochannel.c:1150 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "Không hỗ trợ việc chuyển đổi từ bộ ký tá»± `%s' thành `%s'" -#: ../glib/giochannel.c:1154 +#: glib/giochannel.c:1154 #, c-format msgid "Could not open converter from `%s' to `%s': %s" msgstr "Không thể mở trình chuyển đổi từ `%s' thành `%s': %s" -#: ../glib/giochannel.c:1499 +#: glib/giochannel.c:1499 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Không thể thá»±c hiện đọc thô trong g_io_channel_read_line_string" -#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 -#: ../glib/giochannel.c:1889 +#: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889 msgid "Leftover unconverted data in read buffer" msgstr "Để lại dữ liệu chÆ°a được chuyển đổi trong buffer đọc" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 +#: glib/giochannel.c:1626 glib/giochannel.c:1703 msgid "Channel terminates in a partial character" msgstr "Kênh tận hết trong ký tá»± riêng phần" -#: ../glib/giochannel.c:1689 +#: glib/giochannel.c:1689 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Không thể thá»±c hiện đọc thô trong g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Không mở được tập tin '%s': fdopen() không được: %s" -#: ../glib/gmappedfile.c:178 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Không mở được tập tin '%s': fdopen() không được: %s" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "Lỗi trên dòng %d char %d: %s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "Lỗi trên dòng %d: %s" -#: ../glib/gmarkup.c:434 +#: glib/gmarkup.c:434 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Thá»±c thể trống '&;' được thấy; những mục nhập hợp lệ là: & " < " "> '" -#: ../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 " @@ -254,17 +253,17 @@ msgstr "" "Ký tá»± '%s' không hợp lệ ở đầu tên thá»±c thể; ký tá»± & khởi đầu một thá»±c thể; " "nếu dấu (và) không được coi là một thá»±c thể, thoát khỏi nó nhÆ° là &" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Ký tá»± '%s' không hợp lệ bên trong tên mục nhập" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "Tên thá»±c thể '%s' không được xác định" -#: ../glib/gmarkup.c: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 &" @@ -272,7 +271,7 @@ msgstr "" "Thá»±c thể đã không kết thúc bằng dấu chấm phẩy; dường nhÆ° bạn đã dùng ký tá»± " "(và) mà không phải để bắt đầu một thá»± thể - thoát khỏi dấu (và) nhÆ° là &" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, fuzzy, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -281,16 +280,16 @@ msgstr "" "Không phân tích được '%s', nó nên là một con số bên trong một tham chiếu ký " "tá»± (vd: ê) - có lẽ con số quá lớn" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, fuzzy, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Tham chiếu ký tá»± '%s' không mã một ký tá»± cho phép" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "Tham chiếu ký tá»± trống; nên chứa digit nhÆ° là 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 " @@ -300,23 +299,23 @@ msgstr "" "một ký tá»± (và) mà không phải để bắt đầu một thá»± thể - thoát dấu (và) nhÆ° là " "&" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "Tham chiếu thá»±c thể chÆ°a hoàn chỉnh" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "Tham chiếu ký tá»± chÆ°a hoàn chỉnh" -#: ../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 "Văn bản mã UTF-8 bất hợp lệ" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. )" msgstr "Tài liệu phải bắt đầu bằng một phần tá»­ (vd: )" -#: ../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 " @@ -325,7 +324,7 @@ msgstr "" "'%s' không phải một ký tá»± hợp lệ đi theo ký tá»± '<' ; nó có thể không bắt đầu " "tên phần tá»­" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -334,13 +333,13 @@ msgstr "" "Ký tá»± lẻ '%s', mong muốn một ký tá»± '>' để kết thúc tag khởi đầu của phần tá»­ " "'%s'" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "Ký tá»± lẻ '%s', mong muốn '=' sau tên thuộc tính '%s' của phần tá»­ '%s'" -#: ../glib/gmarkup.c:1294 +#: glib/gmarkup.c:1294 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -351,7 +350,7 @@ msgstr "" "phần á»·Æ° '%s', hay tùy ý một thuộc tính; có lẽ bạn đã dùng một ký tá»± bát hợp " "lệ trong một tên thuộc tính" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -360,7 +359,7 @@ msgstr "" "Ký tá»± lẻ '%s' , mong muốn một dấu ngoặc kép sau dấu bằng khi nhận giá trị " "cho thuộc tính '%s' của phần tá»­ '%s'" -#: ../glib/gmarkup.c: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 "Phần tá»­ '%s' đã được đóng, không có phần tá»­ mở hiện thời " -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Phần tá»­ '%s' đã được đóng, nhÆ°ng phần tá»­ mở hiện thời là '%s'" -#: ../glib/gmarkup.c:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "Tài liệu trống hay chỉ chứa không gian trống" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Tài liệu đã kết thúc không mong muốn ngay sau một dấu ngoặc nhọn mở '<'" -#: ../glib/gmarkup.c: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 " @@ -406,7 +405,7 @@ msgstr "" "Tài liệu đã kết thúc không mong muốn với các phần tá»­ vẫn còn mở - '%s' là " "phần tá»­ đã mở cuối cùng" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -415,19 +414,19 @@ msgstr "" "Tài liệu kết thúc không mong muốn, được cho là thấy dấu ngoặc nhọn kết thúc " "tag <%s/>" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "Tài liệu được kết thúc không mong muốn bên trong tên phần tá»­" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "Tài liệu được kết thúc không mong muốn bên trong tên thuộc tính" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Tài liệu được kết thúc không mong muốn bên trong tag của phần tá»­ mở." -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -435,77 +434,77 @@ msgstr "" "Tài liệu kết thúc không mong muốn sau dấu bằng đi theo một tên thuộc tính; " "không có giá trị thuộc tính" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" "Tài liệu được kết thúc không mong muốn trong khi nằm trong một giá trị thuộc " "tính" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Tài liệu được kết thúc không mong muốn bên trong tag đóng cho phần tá»­ '%s'" -#: ../glib/gmarkup.c:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Tài liệu được kết thúc không mong muốn bên trong một ghi chú hay hướng dẫn " "tiến trình" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Văn bản trích dẫn không bắt đầu bằng một dấu trích dẫn" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Dấu ngoặc kép không ăn khớp trong dòng lệnh hay một shell-quoted text khác" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Văn bản được kết thúc ngay sau ký tá»± '\\'. (văn bản đã là '%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 "" "Text đã kết thúc trước khi làm khớp dấu ngoặc kép cho %c. (text là '%s')" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "Văn bản trống (hay chỉ gồm các ký tá»± trắng)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "Không đọc được dữ liệu từ tiến trình con" -#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Không tạo được pipe để liên lạc với tiến trình con (%s)" -#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Không đọc được từ pipe con (%s)" -#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Không thay đổi được thÆ° mục '%s' (%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "Không thá»±c thi được tiến trình con (%s)" -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "Lỗi thá»±c thi chÆ°Æ¡ng trình bổ trợ" -#: ../glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -513,198 +512,198 @@ msgstr "" "Lỗi không mong muốn trong g_io_channel_win32_poll() đọc dữ liệu từ tiến " "trình con" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Không đọc được dữ liệu từ tiến trình con (%s)" -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Lỗi không mong muốn trong select() đọc dữ liệu từ tiến trình con (%s)" -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Lỗi không mong muốn trong waitpid() (%s)" -#: ../glib/gspawn.c:1083 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Không rẽ nhánh được (%s)" -#: ../glib/gspawn.c:1233 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Không thá»± thi được tiến trình con \"%s\" (%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Không gá»­i được lần nữa đầu ra hay đầu vào của tiến trình con (%s)" -#: ../glib/gspawn.c:1252 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Không rẽ nhánh được tiến trình con (%s)" -#: ../glib/gspawn.c:1260 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Lỗi không xác định khi thá»±c thi tiến trình con \"%s\"" -#: ../glib/gspawn.c:1282 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Không đọc được đủ dữ liệu từ pid pipe con(%s)" -#: ../glib/gutf8.c:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "Ký tá»± nằm ngoài vùng UTF-8" -#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "Sequence bất hợp lệ trong đầu vào chuyển đổi" -#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "Ký tá»± nằm ngoài vùng 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 "" -#: ../glib/goption.c:663 +#: glib/goption.c:663 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: ../glib/goption.c:957 ../glib/goption.c:1068 +#: glib/goption.c:957 glib/goption.c:1068 #, c-format msgid "Missing argument for %s" msgstr "" -#: ../glib/goption.c:1472 +#: glib/goption.c:1472 #, c-format msgid "Unknown option %s" msgstr "" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "" -#: ../glib/gkeyfile.c:697 +#: glib/gkeyfile.c:697 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" -#: ../glib/gkeyfile.c:765 +#: glib/gkeyfile.c:765 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 "" -#: ../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 "" -#: ../glib/gkeyfile.c:1188 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: ../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 "" -#: ../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 "" -#: ../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 "" -#: ../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 "" -#: ../glib/gkeyfile.c:3072 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: ../glib/gkeyfile.c:3094 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' chứa không hợp lệ các ký tá»± thoát" -#: ../glib/gkeyfile.c:3235 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: ../glib/gkeyfile.c:3245 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: ../glib/gkeyfile.c:3275 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -msgid "Incorrect message size" -msgstr "Kích thước thông điệp sai" +#~ msgid "Incorrect message size" +#~ msgstr "Kích thước thông điệp sai" -msgid "Socket error" -msgstr "Lỗi Socket" +#~ msgid "Socket error" +#~ msgstr "Lỗi Socket" -msgid "Channel set flags unsupported" -msgstr "Kênh đặt các flag không được hỗ trợ" +#~ msgid "Channel set flags unsupported" +#~ msgstr "Kênh đặt các flag không được hỗ trợ" diff --git a/po/wa.po b/po/wa.po index 3e8da29..cd536b3 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 ccae690..f4bfeb1 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 155cf51..efd4a9b 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: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\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 71a9c1e..0ab02ab 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-17 21:59+0000\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-07-18 13:14+0800\n" "Last-Translator: He Qiangqiang \n" "Language-Team: zh_CN \n" @@ -15,233 +15,232 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../glib/gconvert.c:406 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "不支持从字符集“%s”到“%s”的转换" -#: ../glib/gconvert.c:410 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "无法打开从“%s”到“%s”的转换器" -#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1322 -#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 +#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "转换输入中出现无效字符序列" -#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1329 -#: ../glib/giochannel.c:2218 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 +#: glib/giochannel.c:2218 #, c-format msgid "Error during conversion: %s" msgstr "转换过程中出错:%s" -#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "输入末尾出现未尽字符序列" -#: ../glib/gconvert.c:817 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "无法转换后备字符集“%s”到字符集“%s”" -#: ../glib/gconvert.c:1619 +#: glib/gconvert.c:1619 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI“%s”不是“file”格式的绝对 URI" -#: ../glib/gconvert.c:1629 +#: glib/gconvert.c:1629 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "本地文件 URI“%s”不能包含“#”" -#: ../glib/gconvert.c:1646 +#: glib/gconvert.c:1646 #, c-format msgid "The URI '%s' is invalid" msgstr "URI“%s”无效" -#: ../glib/gconvert.c:1658 +#: glib/gconvert.c:1658 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI中的主机名“%s”无效" -#: ../glib/gconvert.c:1674 +#: glib/gconvert.c:1674 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI“%s”中包含无效的转义字符" -#: ../glib/gconvert.c:1768 +#: glib/gconvert.c:1768 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "路径名“%s”不是绝对路径" -#: ../glib/gconvert.c:1778 +#: glib/gconvert.c:1778 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:952 +#: glib/gfileutils.c:952 #, c-format msgid "Could not change file mode: fork() failed: %s" msgstr "无法更改文件模式:fork() 失败:%s" -#: ../glib/gfileutils.c:983 +#: glib/gfileutils.c:983 #, c-format msgid "Could not change file mode: waitpid() failed: %s" msgstr "无法更改文件模式:waitpid() 失败:%s" -#: ../glib/gfileutils.c:1002 +#: glib/gfileutils.c:1002 #, c-format msgid "Could not change file mode: chmod() failed: %s" msgstr "无法更改文件模式:chmod() 失败:%s" -#: ../glib/gfileutils.c:1013 +#: glib/gfileutils.c:1013 #, c-format msgid "Could not change file mode: Child terminated by signal: %s" msgstr "无法更改文件模式:子进程被信号中止:%s" -#: ../glib/gfileutils.c:1024 +#: glib/gfileutils.c:1024 msgid "Could not change file mode: Child terminated abnormally" msgstr "无法更改文件模式:子进程异常中止" -#: ../glib/gfileutils.c:1058 ../glib/gfileutils.c:1524 +#: glib/gfileutils.c:1058 glib/gfileutils.c:1524 #, c-format msgid "Failed to create file '%s': %s" msgstr "创建文件“%s”失败:%s" -#: ../glib/gfileutils.c:1080 +#: glib/gfileutils.c:1080 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "打开文件“%s”写入失败:fdopen() 失败:%s" -#: ../glib/gfileutils.c:1105 +#: glib/gfileutils.c:1105 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "写入文件“%s”失败:fwrite() 失败:%s" -#: ../glib/gfileutils.c:1124 +#: glib/gfileutils.c:1124 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "关闭文件“%s”失败:fclose() 失败:%s" -#: ../glib/gfileutils.c:1242 +#: glib/gfileutils.c:1242 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "无法删除已有文件“%s”:g_unlink() 失败:%s" -#: ../glib/gfileutils.c:1485 +#: glib/gfileutils.c:1485 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "模板“%s”无效,不应该包含“%s”" -#: ../glib/gfileutils.c:1499 +#: glib/gfileutils.c:1499 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "模板“%s”的结尾不是 XXXXXX" -#: ../glib/gfileutils.c:1977 +#: glib/gfileutils.c:1977 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "读取符号连接“%s”失败:%s" -#: ../glib/gfileutils.c:1998 +#: glib/gfileutils.c:1998 msgid "Symbolic links not supported" msgstr "不支持符号连接" -#: ../glib/giochannel.c:1150 +#: glib/giochannel.c:1150 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "不支持从字符集“%s”到“%s”的转换" -#: ../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 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 msgid "Leftover unconverted data in read buffer" msgstr "在读缓冲里留有未转换数据" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 +#: glib/giochannel.c:1626 glib/giochannel.c:1703 msgid "Channel terminates in a partial character" msgstr "通道终止于未尽字符" -#: ../glib/giochannel.c:1689 +#: glib/giochannel.c:1689 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:178 +#: glib/gmappedfile.c:178 #, 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 " @@ -251,17 +250,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 &" @@ -269,23 +268,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 " @@ -294,43 +293,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 " @@ -340,329 +339,329 @@ 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 msgid "Quoted text doesn't begin with a quotation mark" msgstr "引用的文本没有以引号开头" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "命令行或其他shell引用文本中出现不匹配的引号" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "文本在一个“\\”字符后结束。(文本为“%s”)" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "文本在找到与 %c 匹配的引号之前结束。(文本为“%s”)" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "空文本(或仅含空白字符)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "从子进程中读取数据失败" -#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "创建与子进程通讯的管道失败(%s)" -#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "从子管道中读取失败(%s)" -#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "更改到目录“%s”失败(%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "执行子进程失败(%s)" -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "执行助手程序失败" -#: ../glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" msgstr "g_io_channel_win32_poll() 从子进程中读取数据时出现异常错误" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "从子进程中读取数据失败(%s)" -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "select() 在从子进程中读取数据时出现异常错误 (%s)" -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() 出现异常错误 (%s)" -#: ../glib/gspawn.c:1083 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "fork 失败(%s)" -#: ../glib/gspawn.c:1233 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "执行子进程“%s”失败(%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "重定向子进程(%s)的输入或输出失败" -#: ../glib/gspawn.c:1252 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "fork 子进程失败 (%s)" -#: ../glib/gspawn.c:1260 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "执行子进程“%s”时出现未知错误" -#: ../glib/gspawn.c:1282 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "从子进程管道中读取足够的数据失败(%s)" -#: ../glib/gutf8.c:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "字符超出 UTF-8 范围" -#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "转换输入中出现无效序列" -#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "字符超出 UTF-16 范围" -#: ../glib/goption.c: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:957 ../glib/goption.c:1068 +#: glib/goption.c:957 glib/goption.c:1068 #, c-format msgid "Missing argument for %s" msgstr "缺少 %s 的参数" -#: ../glib/goption.c:1472 +#: glib/goption.c:1472 #, c-format msgid "Unknown option %s" msgstr "未知选项 %s" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "无法在数据目录中找到有效的键文件" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "不是普通文件" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "文件为空" -#: ../glib/gkeyfile.c: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 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:3072 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "键文件在行尾含有转义字符" -#: ../glib/gkeyfile.c:3094 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "键文件中包含无效的转义序列“%s”" -#: ../glib/gkeyfile.c:3235 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "无法将值“%s”解释为数值。" -#: ../glib/gkeyfile.c:3245 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "整数值“%s”超出范围" -#: ../glib/gkeyfile.c:3275 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "无法将值“%s”解释为布尔值。" diff --git a/po/zh_TW.po b/po/zh_TW.po index e63062d..d99a7e4 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-15 13:18-0400\n" +"POT-Creation-Date: 2005-07-22 12:48-0400\n" "PO-Revision-Date: 2005-06-19 16:21+0800\n" "Last-Translator: Chao-Hsiung Liao \n" "Language-Team: Chinese (traditional) \n" -- 2.7.4