From 9bb331cf6cd3ac137eab91a02263a3bbaeb933c2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 6 Jun 2007 04:57:11 +0000 Subject: [PATCH] 2.13.4 svn path=/trunk/; revision=5540 --- ChangeLog | 2 ++ INSTALL | 4 ++-- README | 2 +- docs/reference/ChangeLog | 4 ++++ docs/reference/glib/tmpl/gregex.sgml | 9 +++++++++ docs/reference/glib/tmpl/macros_misc.sgml | 7 +++++++ gmodule/ChangeLog | 4 ++++ gobject/ChangeLog | 4 ++++ gthread/ChangeLog | 4 ++++ po/ChangeLog | 4 ++++ po/am.po | 18 +++++++++--------- po/ar.po | 18 +++++++++--------- po/az.po | 18 +++++++++--------- po/be.po | 18 +++++++++--------- po/be@latin.po | 18 +++++++++--------- po/bg.po | 18 +++++++++--------- po/bn.po | 18 +++++++++--------- po/bn_IN.po | 18 +++++++++--------- po/bs.po | 18 +++++++++--------- po/ca.po | 18 +++++++++--------- po/cs.po | 18 +++++++++--------- po/cy.po | 18 +++++++++--------- po/da.po | 18 +++++++++--------- po/de.po | 18 +++++++++--------- po/dz.po | 18 +++++++++--------- po/el.po | 18 +++++++++--------- po/en_CA.po | 18 +++++++++--------- po/en_GB.po | 18 +++++++++--------- po/eo.po | 18 +++++++++--------- po/es.po | 18 +++++++++--------- po/et.po | 18 +++++++++--------- po/eu.po | 18 +++++++++--------- po/fa.po | 18 +++++++++--------- po/fi.po | 18 +++++++++--------- po/fr.po | 18 +++++++++--------- po/ga.po | 18 +++++++++--------- po/gl.po | 18 +++++++++--------- po/gu.po | 18 +++++++++--------- po/he.po | 18 +++++++++--------- po/hi.po | 18 +++++++++--------- po/hr.po | 18 +++++++++--------- po/hu.po | 18 +++++++++--------- po/hy.po | 18 +++++++++--------- po/id.po | 18 +++++++++--------- po/is.po | 18 +++++++++--------- po/it.po | 18 +++++++++--------- po/ja.po | 18 +++++++++--------- po/ka.po | 18 +++++++++--------- po/ko.po | 18 +++++++++--------- po/ku.po | 18 +++++++++--------- po/lt.po | 18 +++++++++--------- po/lv.po | 18 +++++++++--------- po/mg.po | 18 +++++++++--------- po/mk.po | 18 +++++++++--------- po/ml.po | 18 +++++++++--------- po/mn.po | 18 +++++++++--------- po/ms.po | 18 +++++++++--------- po/nb.po | 18 +++++++++--------- po/ne.po | 18 +++++++++--------- po/nl.po | 18 +++++++++--------- po/nn.po | 18 +++++++++--------- po/or.po | 18 +++++++++--------- po/pa.po | 18 +++++++++--------- po/pl.po | 18 +++++++++--------- po/pt.po | 18 +++++++++--------- po/pt_BR.po | 18 +++++++++--------- po/ro.po | 18 +++++++++--------- po/ru.po | 18 +++++++++--------- po/rw.po | 18 +++++++++--------- po/sk.po | 18 +++++++++--------- po/sl.po | 18 +++++++++--------- po/sq.po | 18 +++++++++--------- po/sr.po | 18 +++++++++--------- po/sr@Latn.po | 18 +++++++++--------- po/sr@ije.po | 18 +++++++++--------- po/sv.po | 18 +++++++++--------- po/ta.po | 18 +++++++++--------- po/te.po | 18 +++++++++--------- po/th.po | 18 +++++++++--------- po/tl.po | 18 +++++++++--------- po/tr.po | 18 +++++++++--------- po/tt.po | 18 +++++++++--------- po/uk.po | 18 +++++++++--------- po/vi.po | 18 +++++++++--------- po/wa.po | 18 +++++++++--------- po/xh.po | 18 +++++++++--------- po/yi.po | 18 +++++++++--------- po/zh_CN.po | 18 +++++++++--------- po/zh_HK.po | 18 +++++++++--------- po/zh_TW.po | 18 +++++++++--------- 90 files changed, 761 insertions(+), 723 deletions(-) diff --git a/ChangeLog b/ChangeLog index c480225..0896da8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-06-05 Matthias Clasen + * === Released 2.13.4 === + * NEWS: Updates 2007-06-05 Matthias Clasen diff --git a/INSTALL b/INSTALL index d9bfe9e..4a411bf 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-2.13.3.tar.gz | tar xvf - # unpack the sources - % cd glib-2.13.3 # change to the toplevel directory + % gzip -cd glib-2.13.4.tar.gz | tar xvf - # unpack the sources + % cd glib-2.13.4 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB diff --git a/README b/README index 5816c4b..abd46de 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GLib version 2.13.3. GLib is the low-level core +This is GLib version 2.13.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 dbae457..3ec5bf0 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2007-06-05 Matthias Clasen + + * === Released 2.13.4 === + 2007-06-04 Matthias Clasen * === Released 2.13.3 === diff --git a/docs/reference/glib/tmpl/gregex.sgml b/docs/reference/glib/tmpl/gregex.sgml index 1eaa538..a862946 100644 --- a/docs/reference/glib/tmpl/gregex.sgml +++ b/docs/reference/glib/tmpl/gregex.sgml @@ -493,6 +493,15 @@ This structure is opaque and its fields cannot be accessed directly. @match_info: + + + + + +@match_info: +@Returns: + + diff --git a/docs/reference/glib/tmpl/macros_misc.sgml b/docs/reference/glib/tmpl/macros_misc.sgml index 670f3f3..1bbfd13 100644 --- a/docs/reference/glib/tmpl/macros_misc.sgml +++ b/docs/reference/glib/tmpl/macros_misc.sgml @@ -337,6 +337,13 @@ Since: 2.6 + + + + + + + Hints the compiler that the expression is likely to evaluate to a true diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index c1fe39a..e4767f6 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,7 @@ +2007-06-05 Matthias Clasen + + * === Released 2.13.4 === + 2007-06-04 Matthias Clasen * === Released 2.13.3 === diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 5c50112..a95eef2 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,7 @@ +2007-06-05 Matthias Clasen + + * === Released 2.13.4 === + 2007-06-04 Matthias Clasen * === Released 2.13.3 === diff --git a/gthread/ChangeLog b/gthread/ChangeLog index f752ffd..bea97bd 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,7 @@ +2007-06-05 Matthias Clasen + + * === Released 2.13.4 === + 2007-06-04 Matthias Clasen * === Released 2.13.3 === diff --git a/po/ChangeLog b/po/ChangeLog index 5f32ea6..7eb9632 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2007-06-05 Matthias Clasen + + * === Released 2.13.4 === + 2007-06-04 Matthias Clasen * === Released 2.13.3 === diff --git a/po/am.po b/po/am.po index 6fd117d..eccfc76 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2003-01-16 08:39+EDT\n" "Last-Translator: Ge'ez Frontier Foundation \n" "Language-Team: Amharic \n" @@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "" @@ -111,8 +111,8 @@ msgstr "" msgid "Error during conversion: %s" msgstr "" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "" @@ -702,18 +702,18 @@ msgstr "" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "" diff --git a/po/ar.po b/po/ar.po index 19ec5e5..b78bea4 100644 --- a/po/ar.po +++ b/po/ar.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-12.ar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-05-02 10:44+0100\n" "Last-Translator: Djihed Afifi \n" "Language-Team: Arabic \n" @@ -104,8 +104,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "تعذّر فتح المُحوِّل من '%s' الى '%s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "سلسلة بايتات غير سليمة في دخْل التحويل" @@ -116,8 +116,8 @@ msgstr "سلسلة بايتات غير سليمة في دخْل التحويل" msgid "Error during conversion: %s" msgstr "خطأ أثناء التحويل: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "تتابع محارف جزئي عند نهاية الدخْل" @@ -725,18 +725,18 @@ msgstr "خطأ غير معروف أثناء تنفيذ العملية الإبن msgid "Failed to read enough data from child pid pipe (%s)" msgstr "فشلت قراءة بيانات كافية من أنبوب child pid (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "محرف خارج حدود UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "تتابع غير سليم في دخْل التحويل" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "محرف خارج حدود UTF-16" diff --git a/po/az.po b/po/az.po index 9026e35..33a1403 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2004-02-02 12:12+0200\n" "Last-Translator: Mətin Əmirov \n" "Language-Team: Azerbaijani Turkish \n" @@ -100,8 +100,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "`%s' dən `%s' ə dönüşdürücü açıla bilmir: %s" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "dönüşdürmə girişində hökmsüz bayt qatarı" @@ -112,8 +112,8 @@ msgstr "dönüşdürmə girişində hökmsüz bayt qatarı" msgid "Error during conversion: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Girişin sonunda parçalı hərf qatarı" @@ -741,18 +741,18 @@ msgstr "\"%s\" törəmə gedişat işində namə'lum xəta" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Törəmə pid pipe dan kifayət qədər mə'lumat oxuma iflası (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 üçün hərf sərhədinin xaricində" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "dönüşdürmə girişi içində hökmsüz qatar" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 üçün hərf sərhədinin xaricindədir" diff --git a/po/be.po b/po/be.po index d2eb73a..62e2a3f 100644 --- a/po/be.po +++ b/po/be.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2005-11-16 11:21+0200\n" "Last-Translator: Vital Khilko \n" "Language-Team: Belarusian \n" @@ -108,8 +108,8 @@ msgstr "Не атрымалася адкрыць пераўтваральнік # glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875 # glib/gutf8.c:1320 #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Недапушчальная пасьлядоўнасьць байтаў на ўваходзе пераўтварэньня" @@ -124,8 +124,8 @@ msgstr "Памылка ў часе пераўтварэньня: %s" # glib/gconvert.c:615 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212 # glib/gutf8.c:1316 -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Няпоўны сымбаль у канцы ўваходнага радку" @@ -843,21 +843,21 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Збой чытаньня патрэбнае колькасьці даньняў з pid канала нашчадку (%s)" # glib/gutf8.c:950 -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Сымбаль па-за дыяпазонам UTF-8" # glib/gutf8.c:1039 glib/gutf8.c:1048 glib/gutf8.c:1180 glib/gutf8.c:1189 # glib/gutf8.c:1330 glib/gutf8.c:1426 -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Недапушчальная пасьлядоўнасьць на ўваходзе пераўтварэньня" # glib/gutf8.c:1341 glib/gutf8.c:1437 -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Сымбаль па-за дыяпазонам UTF-16" diff --git a/po/be@latin.po b/po/be@latin.po index 9e3fd0e..9c6cab0 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-03-01 12:25+0300\n" "Last-Translator: Ihar Hrachyshka \n" "Language-Team: Belarusian Latin \n" @@ -108,8 +108,8 @@ msgstr "Niemahčyma adčynić kanverter z '%s' na '%s'" # glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875 # glib/gutf8.c:1320 #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Niapravilnaja paśladoŭnaść bajtaŭ na ŭvachodzie kanversii" @@ -124,8 +124,8 @@ msgstr "Pamyłka padčas kanversii: %s" # glib/gconvert.c:615 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212 # glib/gutf8.c:1316 -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Niapoŭny znak u kancy ŭvachodnaha radka" @@ -851,21 +851,21 @@ msgstr "" "Niemahčyma adčytać adpaviednuju kolkaść źviestak ź PID kanału naščadka (%s)" # glib/gutf8.c:950 -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Znak pa-za dyjapazonam UTF-8" # glib/gutf8.c:1039 glib/gutf8.c:1048 glib/gutf8.c:1180 glib/gutf8.c:1189 # glib/gutf8.c:1330 glib/gutf8.c:1426 -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Niapravilny paradak na ŭvachodzie kanversii" # glib/gutf8.c:1341 glib/gutf8.c:1437 -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Znak pa-za dyjapazonam UTF-16" diff --git a/po/bg.po b/po/bg.po index 5fad630..08a6e7c 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-03-08 08:20+0200\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" @@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Не може да се отвори конвертор от „%s“ към „%s“" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Грешна байтова последователност на входа за преобразуване" @@ -111,8 +111,8 @@ msgstr "Грешна байтова последователност на вхо msgid "Error during conversion: %s" msgstr "Грешка по време на преобразуване: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Непълна символна последователност в края на входните данни" @@ -759,18 +759,18 @@ msgstr "" "Неуспех при четенето на достатъчно данни от канала на дъщерен процес с pid (%" "s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Символ извън обхвата на UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Неправилна последователност на входа за преобразуване" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Символ извън обхвата на UTF-16" diff --git a/po/bn.po b/po/bn.po index b7e1a87..b16016e 100644 --- a/po/bn.po +++ b/po/bn.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-08-31 21:21+0600\n" "Last-Translator: Khandakar Mujahidul Islam \n" "Language-Team: Bengali \n" @@ -101,8 +101,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' থেকে '%s' তে কনভার্টার খোলা যায়নি" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "পরিবর্তন করার জন্য দেয়া বাইট সমুহ সঠিক নয়" @@ -113,8 +113,8 @@ msgstr "পরিবর্তন করার জন্য দেয়া বা msgid "Error during conversion: %s" msgstr "পরিবর্তন সময়কালীন ভুল: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "প্রদত্ত তথ্যের শেষে আংশিক অক্ষর সমুহ" @@ -731,18 +731,18 @@ msgstr "চাইল্ড প্রসেস \"%s\" কার্যকর ক msgid "Failed to read enough data from child pid pipe (%s)" msgstr "চাইল্ড পিয়াইডি পাইপ (%s) থেকে যথেস্ট তথ্য পড়তে ব্যর্থ" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "অক্ষর ইউটিএফ-৮ আয়তার বাইরে" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "পরিবর্তন করার জন্য দেয়া তথ্য সঠিক নয়" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "অক্ষর ইউটিএফ-১৬ আয়তার বাইরে" diff --git a/po/bn_IN.po b/po/bn_IN.po index 00fdd7f..5dc147d 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: bn_IN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-07-17 15:24+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bangla (INDIA) \n" @@ -103,8 +103,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' থেকে '%s' রূপান্তর ব্যবস্থা খোলা যায়নি" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "রূপান্তর করার জন্য প্রদত্ত ইনপুটের মধ্যে বাইটের অনুক্রম সঠিক নয়" @@ -115,8 +115,8 @@ msgstr "রূপান্তর করার জন্য প্রদত্ত msgid "Error during conversion: %s" msgstr "রূপান্তর কর্ম সঞ্চালনকালের উত্‌পন্ন সমস্যা: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "প্রদত্ত ইনপুটের অন্তে আংশিক অক্ষর অনুক্রম" @@ -741,18 +741,18 @@ msgstr "চাইল্ড প্রসেস \"%s\" কার্যকর ক msgid "Failed to read enough data from child pid pipe (%s)" msgstr "চাইল্ড pid পাইপ থেকে পর্যাপ্ত তথ্য পড়তে ব্যর্থ (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "অক্ষরটি UTF-8'র আয়ত্বের বাইরে" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "রূপান্তর করার উদ্দেশ্যে প্রদত্ত তথ্যের মধ্যে অবৈধ ধারা" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "অক্ষরটি UTF-16'র আয়ত্বের বাইরে" diff --git a/po/bs.po b/po/bs.po index f89708e..0803b8b 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2004-05-17 01:30+0000\n" "Last-Translator: Kenan Hadžiavdić \n" "Language-Team: Bosnian \n" @@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Nisam mogao pokrenuti pretvaranje iz '%s' u '%s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Nevažeći niz bajtova u ulaznim podacima za pretvaranje" @@ -111,8 +111,8 @@ msgstr "Nevažeći niz bajtova u ulaznim podacima za pretvaranje" msgid "Error during conversion: %s" msgstr "Greška tokom pretvaranja: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Djelimičan niz znakova na kraju ulaznih podataka" @@ -740,18 +740,18 @@ msgstr "Nepoznata greška tokom izvršenja podređenog procesa \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Neuspješno čitanje dovoljno podataka iz podređene pid cijevi (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Znak izvan raspona za UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Nevažeći niz u unosu za pretvaranje" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Znak izvan raspona za UTF-16" diff --git a/po/ca.po b/po/ca.po index 0646c11..cb72343 100644 --- a/po/ca.po +++ b/po/ca.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-08-24 13:08+0200\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" @@ -103,8 +103,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "La seqüència de bytes no és vàlida a l'entrada de conversió" @@ -115,8 +115,8 @@ msgstr "La seqüència de bytes no és vàlida a l'entrada de conversió" msgid "Error during conversion: %s" msgstr "S'ha produït un error durant la conversió: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Seqüència de caràcters parcial al final de l'entrada" @@ -765,18 +765,18 @@ msgstr "" "No s'ha pogut llegir prou dades del conducte de l'identificador del procés " "fill (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "El caràcter és fora de rang per a UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Seqüència invàlida a l'entrada de la conversió" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "El caràcter és fora de rang per a UTF-16" diff --git a/po/cs.po b/po/cs.po index 316d572..655b6c5 100644 --- a/po/cs.po +++ b/po/cs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: cs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-01-05 13:34+0100\n" "Last-Translator: Jakub Friedl \n" "Language-Team: Czech \n" @@ -107,8 +107,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Nemohu otevřít převaděč z '%s' do '%s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Neplatná posloupnost bajtů na vstupu převodu" @@ -119,8 +119,8 @@ msgstr "Neplatná posloupnost bajtů na vstupu převodu" msgid "Error during conversion: %s" msgstr "Chyba při převodu: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Částečná sekvence znaků na konci vstupu" @@ -745,18 +745,18 @@ msgstr "Neznámá chyba při běhu procesu potomka \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nemohu přečíst dostatek dat z roury pid potomka (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Znak je mimo rozsah UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Neplatná posloupnost na vstupu převodu" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Znak je mimo rozsah UTF-16" diff --git a/po/cy.po b/po/cy.po index 3d82a80..d34a019 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-06-29 19:38+0100\n" "Last-Translator: Rhys Jones \n" "Language-Team: Welsh \n" @@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Methwyd agor trawsnewidydd rhwng '%s' a '%s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Dilyniant beit annilys ym mewnbwn trawsnewid" @@ -111,8 +111,8 @@ msgstr "Dilyniant beit annilys ym mewnbwn trawsnewid" msgid "Error during conversion: %s" msgstr "Gwall wrth drawsnewid: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Dilyniant nod rhannol ar ddiwedd y mewnbwn" @@ -739,18 +739,18 @@ msgstr "Gwall anhysbys wrth weithredu proses blentyn \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Methwyd darllen digon o ddata o bibell plentyn (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Nod y tu allan i ystod ddilys UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Dilyniant annilys ym mewnbwn trawsnewidiad" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Nod y tu allan i ystod ddilys UTF-16" diff --git a/po/da.po b/po/da.po index dbecd66..044fdf7 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-01-18 18:41+0100\n" "Last-Translator: Martin Willemoes Hansen \n" "Language-Team: Danish \n" @@ -107,8 +107,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Kunne ikke konvertere fra \"%s\" til \"%s\"" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ugyldig bytesekvens i konverteringsinddata" @@ -119,8 +119,8 @@ msgstr "Ugyldig bytesekvens i konverteringsinddata" msgid "Error during conversion: %s" msgstr "Fejl under konvertering: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Delvis tegnsekvens ved slutningen af inddata" @@ -754,18 +754,18 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Kunne ikke læse tilstrækkelig mængde data fra underprocessens pid-kanal (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Tegn uden for gyldigt interval for UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Ugyldig sekvens i konverteringsinddata" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Tegn uden for gyldigt interval for UTF-16" diff --git a/po/de.po b/po/de.po index 47713d1..b13104a 100644 --- a/po/de.po +++ b/po/de.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-01-04 15:33+0100\n" "Last-Translator: Hendrik Richter \n" "Language-Team: German \n" @@ -106,8 +106,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ungültige Bytefolge in Konvertierungseingabe" @@ -118,8 +118,8 @@ msgstr "Ungültige Bytefolge in Konvertierungseingabe" msgid "Error during conversion: %s" msgstr "Fehler bei der Umwandlung: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Bruchstückhafte Zeichenfolge am Eingabeende" @@ -773,18 +773,18 @@ msgstr "" "Es konnten nicht genug Daten von Kind-Programmkennungsweiterleitung (%s) " "gelesen werden" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Zeichen außerhalb des Bereiches für UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Ungültige Folge in Umwandlungseingabe" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Zeichen außerhalb des Bereiches für UTF-16" diff --git a/po/dz.po b/po/dz.po index 50140ff..089b260 100644 --- a/po/dz.po +++ b/po/dz.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.dz\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-08-09 10:23+0530\n" "Last-Translator: Mindu Dorji\n" "Language-Team: DZONGKHA \n" @@ -101,8 +101,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "‘%s’ ལས་ '%s' ལུ་ སྒྱུར་བྱེད་ཁ་ཕྱེ་མ་ཚུགས།" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "གཞི་བསྒྱུར་གྱི་ཨིན་པུཊི་ནང་ བའིཊི་གི་འབྱུང་རིམ་ ནུས་མེད་ཨིན་པས།" @@ -113,8 +113,8 @@ msgstr "གཞི་བསྒྱུར་གྱི་ཨིན་པུཊི་ msgid "Error during conversion: %s" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "ཨིན་པུཊི་མཇུག་ལུ་ ཡི་གུའི་འབྱུང་རིམ་ཆ་ཤས།" @@ -744,18 +744,18 @@ msgstr "མ་ཤེས་པའི་འཛོལ་བ་ཅིག་གིས msgid "Failed to read enough data from child pid pipe (%s)" msgstr "ཆ་ལག་ པིཨའི་ཌི་ རྒྱུད་དུང་ (%s) ནང་ལས་ གནད་སྡུད་ལངམ་ ལྷག་མ་ཚུགས།" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "ཡིག་འབྲུ་ ཡུ་ཊི་ཨེཕ་ - ༨ ཀྱི་ ཁྱབ་ཚད་ཀྱི་ཕྱི་ཁར་ཨིན་མས།" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "བསྒྱུར་བཅོས་ཀྱི་ ཨིན་པུཊི་ནང་ལུ་ ནུས་མེད་འབྱུང་རིམ་འདུག" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "ཡིག་འབྲུ་ ཡུ་ཊི་ཨེཕ་- ༡༦ གི་ ཁྱབ་ཚད་ཀྱི་ཕྱི་ཁར་ཨིན་མས།" diff --git a/po/el.po b/po/el.po index 7535d99..8f88200 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-02-20 12:47+0200\n" "Last-Translator: Kostas Papadimas \n" "Language-Team: Greek \n" @@ -108,8 +108,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από '%s' σε %s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Μή έγκυρη σειρά στην είσοδο μετατροπής" @@ -121,8 +121,8 @@ msgstr "Μή έγκυρη σειρά στην είσοδο μετατροπής" msgid "Error during conversion: %s" msgstr "Σφάλμα κατά τη μετατροπή: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Ημιτελής σειρά χαρακτήρα στο τέλος της εισόδου" @@ -791,18 +791,18 @@ msgstr "Άγνωστο σφάλμα κατά την εκτέλεση της θυ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Αποτυχία ανάγνωσης επαρκών δεδομένων από θυγατρική σωλήνωση pid (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Ο χαρακτήρας είναι έξω από την εμβέλεια για UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Μή έγκυρη σειρά στην είσοδο μεταροπής" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Ο χαρακτήρας είναι έξω από την εμβέλεια για UTF-16" diff --git a/po/en_CA.po b/po/en_CA.po index c7d9726..e727056 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2005-08-27 16:20-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" @@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Could not open converter from '%s' to '%s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Invalid byte sequence in conversion input" @@ -111,8 +111,8 @@ msgstr "Invalid byte sequence in conversion input" msgid "Error during conversion: %s" msgstr "Error during conversion: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Partial character sequence at end of input" @@ -736,18 +736,18 @@ msgstr "Unknown error executing child process \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Failed to read enough data from child pid pipe (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Character out of range for UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Invalid sequence in conversion input" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Character out of range for UTF-16" diff --git a/po/en_GB.po b/po/en_GB.po index 643647b..bce72a3 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-05-15 22:08-0000\n" "Last-Translator: David Lodge \n" "Language-Team: \n" @@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Could not open converter from '%s' to '%s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Invalid byte sequence in conversion input" @@ -110,8 +110,8 @@ msgstr "Invalid byte sequence in conversion input" msgid "Error during conversion: %s" msgstr "Error during conversion: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Partial character sequence at end of input" @@ -735,18 +735,18 @@ msgstr "Unknown error executing child process \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Failed to read enough data from child pid pipe (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Character out of range for UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Invalid sequence in conversion input" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Character out of range for UTF-16" diff --git a/po/eo.po b/po/eo.po index ec13940..9e2f8a5 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2003-07-01 15:10-0500\n" "Last-Translator: Charles Voelger \n" "Language-Team: Esperanto \n" @@ -100,8 +100,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Ne eblas malfermi konvertilon de '%s' to '%s': %s" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Nevalida bitokosekvenco en konverta enigo" @@ -112,8 +112,8 @@ msgstr "Nevalida bitokosekvenco en konverta enigo" msgid "Error during conversion: %s" msgstr "Eraro dum konverto: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Parta signosekvenco je enigofino" @@ -735,18 +735,18 @@ msgstr "Nekonata eraro dum la lanĉando de la procezido \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Malsukcesis legi sufiĉe datumon de ida pid-dukto (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Signo ne estas en la UTF-8 intervalo" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Nevalida sekvenco en konverta enigo" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Signo ne estas en la UTF-16 intervalo" diff --git a/po/es.po b/po/es.po index abca4a2..cb6032d 100644 --- a/po/es.po +++ b/po/es.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.es\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-05-22 19:32+0200\n" "Last-Translator: Jorge González \n" "Language-Team: Spanish \n" @@ -105,8 +105,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "No se pudo abrir el conversor de «%s» a «%s»" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Hay una secuencia de bytes no válida en la entrada de conversión" @@ -117,8 +117,8 @@ msgstr "Hay una secuencia de bytes no válida en la entrada de conversión" msgid "Error during conversion: %s" msgstr "Falló durante la conversión: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Hay una secuencia parcial de caracteres en el final de la entrada" @@ -766,18 +766,18 @@ msgstr "Falló desconocido al ejecutar el proceso hijo «%s»" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Falló al leer suficientes datos desde el conducto del pid hijo (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "El carácter se sale del rango para UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Secuencia inválida en la entrada de conversión" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "El carácter se sale del rango para UTF-16" diff --git a/po/et.po b/po/et.po index 9fb8d8e..6339c54 100644 --- a/po/et.po +++ b/po/et.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-05-24 00:35+0300\n" "Last-Translator: Ivar Smolin \n" "Language-Team: Estonian \n" @@ -105,8 +105,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Vigane baidijada sisendi teisendamisel" @@ -117,8 +117,8 @@ msgstr "Vigane baidijada sisendi teisendamisel" msgid "Error during conversion: %s" msgstr "Viga teisendamisel: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Osaline märgijada sisendi lõpus" @@ -739,18 +739,18 @@ msgstr "Tundmatu viga alamprotsessi \"%s\" käivitamisel" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Tõrge piisavate andmete lugemisel lapsprotsessi torust (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Märk on väljaspool UTF-8 ulatust" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Vigane jada sisendi teisendamisel" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Märk on väljaspool UTF-16 ulatust" diff --git a/po/eu.po b/po/eu.po index 8cf5b2d..481ee30 100644 --- a/po/eu.po +++ b/po/eu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-08-08 09:50+0000\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" @@ -103,8 +103,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Ezin izan da '%s'(e)tik %s(e)rako bihurtzailea ireki" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Byten sekuentzia baliogabea bihurketa-sarreran" @@ -115,8 +115,8 @@ msgstr "Byten sekuentzia baliogabea bihurketa-sarreran" msgid "Error during conversion: %s" msgstr "Errorea bihurtzean: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Karaktere-sekuentzia partziala sarreraren amaieran" @@ -759,18 +759,18 @@ msgstr "Errore ezezaguna \"%s\" prozesu umea exekutatzean" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Ezin izan da nahikoa datu irakurri pid kanalizazio umetik (%s) " -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Karakterea honako barrutitik kanpo UTF-8 formaturako" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Sekuentzia baliogabea bihurketa-sarreran" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Karakterea honako barrutitik kanpo UTF-16 formaturako" diff --git a/po/fa.po b/po/fa.po index 8bc57a8..6801576 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-09-04 18:36+0330\n" "Last-Translator: Roozbeh Pournader \n" "Language-Team: Persian\n" @@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "نمی‌توان مبدل «%s» به «%s» را باز کرد" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "دنبالهٔ بایتی نامعتبر در ورودی تبدیل" @@ -110,8 +110,8 @@ msgstr "دنبالهٔ بایتی نامعتبر در ورودی تبدیل" msgid "Error during conversion: %s" msgstr "خطا در حین تبدیل: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "دنباله نویسهٔ ناتمام در انتهای ورودی" @@ -737,18 +737,18 @@ msgstr "خطای ناشناخته هنگام اجرای فراروند فرزن msgid "Failed to read enough data from child pid pipe (%s)" msgstr "خواندن دادهٔ کافی از لولهٔ pid فرزند شکست خورد (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "نویسهٔ خارج از محدوده برای UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "دنبالهٔ نامعتبر در ورودی تبدیل" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "نویسهٔ خارج از محدوده برای UTF-16" diff --git a/po/fi.po b/po/fi.po index 2887f60..a8a6861 100644 --- a/po/fi.po +++ b/po/fi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-08-09 15:58+0300\n" "Last-Translator: Ilkka Tuohela \n" "Language-Team: Finnish \n" @@ -100,8 +100,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Virheellinen tavusarja muunnettavassa syötteessä" @@ -112,8 +112,8 @@ msgstr "Virheellinen tavusarja muunnettavassa syötteessä" msgid "Error during conversion: %s" msgstr "Virhe muunnoksen aikana: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Osittainen tavusarja syötteen lopussa" @@ -755,18 +755,18 @@ msgstr "Tuntematon virhe käynnistettäessä lapsiprosessia \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Lapsiprosessin pid-putkesta ei voitu lukea riittävästi dataa (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Merkki on sallitun UTF-8-välin ulkopuolella" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Virheellinen sarja muunnettavassa syötteessä" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Merkki on sallitun UTF-16-välin ulkopuolella" diff --git a/po/fr.po b/po/fr.po index 63b406f..47dfdf8 100644 --- a/po/fr.po +++ b/po/fr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-08-26 16:53+0200\n" "Last-Translator: Robert-André Mauchin \n" "Language-Team: GNOME French Team \n" @@ -105,8 +105,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s »" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Séquence d'octets non valide en entrée du convertisseur" @@ -117,8 +117,8 @@ msgstr "Séquence d'octets non valide en entrée du convertisseur" msgid "Error during conversion: %s" msgstr "Erreur lors de la conversion : %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Séquence partielle de caractères à la fin de l'entrée" @@ -782,18 +782,18 @@ msgstr "" "Impossible de lire suffisamment de données depuis le tube du processus fils " "de pid (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Caractère hors des limites UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Séquence non valide dans l'entrée du convertisseur" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Caractère hors des limites UTF-16" diff --git a/po/ga.po b/po/ga.po index 2090373..891a767 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2004-03-08 21:28+0000\n" "Last-Translator: Alastair McKinstry \n" "Language-Team: Irish \n" @@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "" @@ -110,8 +110,8 @@ msgstr "" msgid "Error during conversion: %s" msgstr "Teip ar tiontaithe: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "" @@ -701,18 +701,18 @@ msgstr "" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "" diff --git a/po/gl.po b/po/gl.po index 3cfc8c7..fcec399 100644 --- a/po/gl.po +++ b/po/gl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-05-19 17:21+0200\n" "Last-Translator: Ignacio Casal Quinteiro \n" "Language-Team: Galego \n" @@ -103,8 +103,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Non se puido abrir o conversor desde '%s' a '%s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Secuencia de bytes non válida na entrada da conversión" @@ -115,8 +115,8 @@ msgstr "Secuencia de bytes non válida na entrada da conversión" msgid "Error during conversion: %s" msgstr "Erro durante a conversión: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Secuencia parcial de caracter ao final da entrada" @@ -755,18 +755,18 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Fallo de lectura de suficientes datos desde a tubería filla con PID (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Caracter fóra de rango para UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Secuencia non válida na entrada da conversión" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Caracter fóra de rango para UTF-16" diff --git a/po/gu.po b/po/gu.po index c9ef211..a3073c7 100644 --- a/po/gu.po +++ b/po/gu.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-08-07 10:11+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" @@ -106,8 +106,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' માંથી '%s' માટેનો પરીવર્તક ખોલી શકતો નથી" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "રુપાંતર ઈનપુટની બાઇડ શ્રેણી અપ્રમાણીત છે" @@ -118,8 +118,8 @@ msgstr "રુપાંતર ઈનપુટની બાઇડ શ્રેણ msgid "Error during conversion: %s" msgstr "રુપાંતર વખતે ભૂલ: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "ઈનપુટ ના છેડા પર અપૂર્ણ અક્ષર શ્રેણી છે" @@ -728,18 +728,18 @@ msgstr "\"%s\" બાળપ્રક્રિયા ચલાવતી વખત msgid "Failed to read enough data from child pid pipe (%s)" msgstr "(%s)બાળ pid પાઈપમાંથી જરુરી માહિતી વાંચવામાં નિષ્ફળ" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "અક્ષર UTF-૮ ની સીમાની બહાર" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "પરીવર્તિત ઈનપુટની અંદર અયોગ્ય શ્રેણી" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "UTF-૧૬ ની સીમાની બહાર નો અક્ષર" diff --git a/po/he.po b/po/he.po index 7ba769c..b61ff9b 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-04-27 18:48+0300\n" "Last-Translator: Yair Hershkovitz \n" "Language-Team: Hebrew \n" @@ -106,8 +106,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Could not open converter from '%s' to '%s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Invalid byte sequence in conversion input" @@ -118,8 +118,8 @@ msgstr "Invalid byte sequence in conversion input" msgid "Error during conversion: %s" msgstr "Error during conversion: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Partial character sequence at end of input" @@ -743,18 +743,18 @@ msgstr "Unknown error executing child process \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Failed to read enough data from child pid pipe (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Character out of range for UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Invalid sequence in conversion input" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Character out of range for UTF-16" diff --git a/po/hi.po b/po/hi.po index a957427..03ef926 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-06-20 14:14+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" @@ -107,8 +107,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' से '%s' परिवर्तक नहीं खोला जा सका" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "परिवर्तन इनपुट में अवैध बाइट अनुक्रम" @@ -119,8 +119,8 @@ msgstr "परिवर्तन इनपुट में अवैध बा msgid "Error during conversion: %s" msgstr "परिवर्तन के दौरान त्रुटि: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "इनपुट के अंत में आंशिक अक्षर अनुक्रम" @@ -732,18 +732,18 @@ msgstr "शिशु प्रक्रिया \"%s\" कार्यान् msgid "Failed to read enough data from child pid pipe (%s)" msgstr "शिशु पीआईडी पाइप (%s) से पर्याप्त डेटा पढ़ने में असफल" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "यूटीएफ-8 हेतु अक्षर सीमा से बाहर" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "परिवर्तन इनपुट में अवैध अनुक्रम" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "यूटीएफ-16 हेतु अक्षर सीमा से बाहर" diff --git a/po/hr.po b/po/hr.po index 9d85abe..1189814 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2004-03-13 13:03+CET\n" "Last-Translator: auto\n" "Language-Team: Croatian \n" @@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Ne mogu otvoriti konverter iz '%s' u '%s': %s" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Neispravna sekvenca bajtova u izlazu konverzije" @@ -110,8 +110,8 @@ msgstr "Neispravna sekvenca bajtova u izlazu konverzije" msgid "Error during conversion: %s" msgstr "Greška prilikom konverzije: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Djelomična znakovna sekvenca pri kraju izlaza" @@ -736,18 +736,18 @@ msgstr "Nepoznata greška u izvršavanju procesa djeteta \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Neuspjeh u čitanju dovoljno podataka iz cjevovoda procesa djeteta (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Znak je izvan raspona za UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Neispravna sekvenca u pretvaranju ulaza" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Znak je izvan raspona za UTF-16" diff --git a/po/hu.po b/po/hu.po index 980997c..eeb9d7d 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-08-26 13:25+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -106,8 +106,8 @@ msgstr "" "nyitható meg" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Érvénytelen bájtsorrend az átalakítás bemenetében" @@ -118,8 +118,8 @@ msgstr "Érvénytelen bájtsorrend az átalakítás bemenetében" msgid "Error during conversion: %s" msgstr "Hiba az átalakítás során: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Részleges karaktersorozat a bemenet végén" @@ -767,18 +767,18 @@ msgstr "Ismeretlen hiba a gyermekfolyamat (\"%s\") végrehajtása közben" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nem sikerült elég adatot kiolvasni a gyermek pid csővezetékből (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "A karakter az UTF-8 tartományon kívülre esik" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Érvénytelen szekvencia az átalakítási bemenetben" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "A karakter az UTF-16 tartományon kívülre esik" diff --git a/po/hy.po b/po/hy.po index b0e93e6..73971cf 100644 --- a/po/hy.po +++ b/po/hy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-03-03 16:24+0000\n" "Last-Translator: Norayr Chilingaryan \n" "Language-Team: Armenian \n" @@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "" @@ -110,8 +110,8 @@ msgstr "" msgid "Error during conversion: %s" msgstr "" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "" @@ -701,18 +701,18 @@ msgstr "" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "" diff --git a/po/id.po b/po/id.po index f40c5f1..7837db7 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2005-08-30 22:41+0300\n" "Last-Translator: Mohammad DAMT \n" "Language-Team: Indonesia \n" @@ -101,8 +101,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Tidak dapat membuka pengubah dari '%s' ke '%s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Rangkaian byte dalam input konversi tidak benar" @@ -113,8 +113,8 @@ msgstr "Rangkaian byte dalam input konversi tidak benar" msgid "Error during conversion: %s" msgstr "Error saat melakukan konversi: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Rangkaian karakter sebagian pada akhir input" @@ -757,18 +757,18 @@ msgstr "Ada error yang tidak diketahui saat menjalankan proses child '%s'" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Gagal saat membaca data yang dibutuhkan dai pipe pid child (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Karakter di luar jangkauan UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Rangkaian input konversi salah" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Karakter di luar jangkauan UTF-16" diff --git a/po/is.po b/po/is.po index 5f3aac5..8cdb1d7 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2003-08-18 18:05+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" @@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Gat ekki opnað umbreyti úr '%s' í '%s': %s" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ógild bætaruna í ílagi umbreytingar" @@ -111,8 +111,8 @@ msgstr "Ógild bætaruna í ílagi umbreytingar" msgid "Error during conversion: %s" msgstr "Villa við umbreytingu: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Ókláruð stafaruna í enda ílags" @@ -728,18 +728,18 @@ msgstr "Óþekkt villa við keyrslu undirferlis \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Gat ekki lesið nægjanleg gögn úr pípunni til undirferlisins (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Táknið er utan UTF-8 sviðsins" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Ógild runa í ílagi umbreytingar" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Táknið er utan UTF-16 sviðsins" diff --git a/po/it.po b/po/it.po index 0ec7276..7186961 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-01-08 11:19+0100\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" @@ -108,8 +108,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\"" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Sequenza di byte non valida nell'ingresso per la conversione" @@ -120,8 +120,8 @@ msgstr "Sequenza di byte non valida nell'ingresso per la conversione" msgid "Error during conversion: %s" msgstr "Errore durante la conversione: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Sequenza di caratteri parziale al termine dei dati in ingresso" @@ -782,18 +782,18 @@ msgstr "" "Lettura di una quantità di dati sufficiente dalla pipe del processo figlio (%" "s) fallita" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Carattere fuori dell'intervallo per UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Sequenza non valida in ingresso per la conversione" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Carattere fuori dell'intervallo per UTF-16" diff --git a/po/ja.po b/po/ja.po index 51ad8f3..6aea658 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-08-16 23:05+0900\n" "Last-Translator: Satoru SATOH \n" "Language-Team: Japanese \n" @@ -101,8 +101,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' から '%s' へのコンバータを開けませんでした" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "変換する入力に無効なバイトの並びがあります" @@ -113,8 +113,8 @@ msgstr "変換する入力に無効なバイトの並びがあります" msgid "Error during conversion: %s" msgstr "変換中にエラー: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "入力の最後に不完全な文字シーケンスがあります" @@ -743,18 +743,18 @@ msgstr "子プロセスの実行時に不明なエラー \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "子 pid パイプから十分なデータを読めません (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 の範囲外の文字です" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "変換する入力で無効なシーケンスがあります" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 の範囲外の文字です" diff --git a/po/ka.po b/po/ka.po index e437a40..cb2d61c 100644 --- a/po/ka.po +++ b/po/ka.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.9.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-04-10 04:12+0200\n" "Last-Translator: Gia Shervashidze \n" "Language-Team: Georgian \n" @@ -101,8 +101,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "ვერ ხერხდება \"%s\" - \"%s\" გარდამქმნელის გახსნა" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "შეტანილ ტექსტში ბაიტების მიმდევრობა მცდარია" @@ -113,8 +113,8 @@ msgstr "შეტანილ ტექსტში ბაიტების მ msgid "Error during conversion: %s" msgstr "გარდაქმნის შეცდომა: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "არასრული სიმბოლო შეტანის ტექსტის ბოლოს" @@ -745,18 +745,18 @@ msgstr "ქვეპროცესის უცნობი შეცდომ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "ქვეპროცესის არხიდან საკმარის მონაცემთა წაკითხვა ვერ მოხერხდა (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "სიმბოლო UTF-8 რანგს გარეთაა" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "შეტანის ტექსტის გარდაქმნის მცდარი მიმდევრობა" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "სიმბოლო UTF-16 რანგს გარეთაა" diff --git a/po/ko.po b/po/ko.po index a1a3fe0..a22eb7f 100644 --- a/po/ko.po +++ b/po/ko.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.11.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-08-11 22:41+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: GNOME Korea \n" @@ -97,8 +97,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s'에서 '%s'(으)로 변환하는 변환기를 열 수 없습니다" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "변환 입력에서 잘못된 바이트 순서" @@ -109,8 +109,8 @@ msgstr "변환 입력에서 잘못된 바이트 순서" msgid "Error during conversion: %s" msgstr "변환중 오류: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "입력의 끝에서 부분적인 문자 순서" @@ -744,18 +744,18 @@ msgstr "자식 프로세스 \"%s\"을(를) 실행하는 중 알 수 없는 오 msgid "Failed to read enough data from child pid pipe (%s)" msgstr "자식 pid 파이프에서 필요한 데이타를 읽는 데 실패했습니다 (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 범위 밖의 문자" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "변환 입력에서 잘못된 순서" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 범위 밖의 문자" diff --git a/po/ku.po b/po/ku.po index fcadfe7..93330c4 100644 --- a/po/ku.po +++ b/po/ku.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-04-20 17:33+0000\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: Kurdish \n" @@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "" @@ -111,8 +111,8 @@ msgstr "" msgid "Error during conversion: %s" msgstr "" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "" @@ -702,18 +702,18 @@ msgstr "" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "" diff --git a/po/lt.po b/po/lt.po index ff904e2..be0cac9 100644 --- a/po/lt.po +++ b/po/lt.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: lt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-02-22 01:56+0200\n" "Last-Translator: Gintautas Miliauskas \n" "Language-Team: Lithuanian \n" @@ -104,8 +104,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Nepavyko atverti keitiklio iš „%s“ į „%s“" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Klaidinga baitų seka keitimo įvedime" @@ -116,8 +116,8 @@ msgstr "Klaidinga baitų seka keitimo įvedime" msgid "Error during conversion: %s" msgstr "Klaida keitimo metu: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Nepilna simbolio seka įvedimo pabaigoje" @@ -756,18 +756,18 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Nepavyko perskaityti reikiamo duomenų kiekio iš antrinio pid konvejerio (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Simbolis neatitinka UTF-8 simbolių diapazono" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Klaidinga seka keitimo įvestyje" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Simbolis neatitinka UTF-16 simbolių diapazono" diff --git a/po/lv.po b/po/lv.po index 304394e..7b8a539 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2002-12-19 01:04+0200\n" "Last-Translator: Artis Trops \n" "Language-Team: Latvian \n" @@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Nevarēju atvērt konvertātoru no '%s' uz '%s': %s" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Nepareiza baitu secība konversijas ievadē" @@ -110,8 +110,8 @@ msgstr "Nepareiza baitu secība konversijas ievadē" msgid "Error during conversion: %s" msgstr "Kļūda konversējot: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Daļēja simbolu secība ievades beigās" @@ -738,18 +738,18 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Nevarēju nolasīt pietiekami daudz datus no bērna pid programkanāla (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Rakstzīme nav UTF-8 laukā" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Nepareiza secība konversijas ievadē " -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Rakstzīme nav UTF-16 laukā" diff --git a/po/mg.po b/po/mg.po index 4650218..acc84ca 100644 --- a/po/mg.po +++ b/po/mg.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-03-03 19:00+0300\n" "Last-Translator: Fanomezana Rajaonarisoa \n" "Language-Team: MALAGASY \n" @@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Tsy voasokatra ny mpanova rakitra '%s' ho '%s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Tsy mitombina filaharan'ny byte amin'ny zavatra ovaina" @@ -110,8 +110,8 @@ msgstr "Tsy mitombina filaharan'ny byte amin'ny zavatra ovaina" msgid "Error during conversion: %s" msgstr "Nisy olana teo am-panovana: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Tsy feno ny filaharan'ny marika amin'ny faran'ny zavatra ovaina" @@ -758,18 +758,18 @@ msgstr "" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Tsy nahavaky data ampy tanatin'ny fantsona zanaka pid (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Mihoatra ny fetran'ny UTF-8 ilay marika" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Tsy mitombina ny filaharana amin'ny fidiran'ny fanovana" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Mihoatra ny fetran'ny UTF-16 ilay marika" diff --git a/po/mk.po b/po/mk.po index f51348b..dc7871e 100644 --- a/po/mk.po +++ b/po/mk.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-12\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-03-06 10:41+0100\n" "Last-Translator: Arangel Angov \n" "Language-Team: Macedonian \n" @@ -104,8 +104,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Не можам да го отворам конверторот од '%s' до '%s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Невалидна секвенца на бајти во влезот на конвертирањето" @@ -116,8 +116,8 @@ msgstr "Невалидна секвенца на бајти во влезот н msgid "Error during conversion: %s" msgstr "Грешка при конвертирање: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Парцијална секвенца на карактер на крајот од влезот" @@ -754,18 +754,18 @@ msgstr "Непозната грешка при извршувањето на п msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Не успеав да прочитам доволно податоци од pid подцевката (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Карактерот е надвор од опсегот за UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Невалидна секвенца во излезот од конвертирањето" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Карактерот е надвор од опсег за UTF-16" diff --git a/po/ml.po b/po/ml.po index 7103379..ec7af2e 100644 --- a/po/ml.po +++ b/po/ml.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.ml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-08-20 08:08+0530\n" "Last-Translator: Ani Peter \n" "Language-Team: Malayalam\n" @@ -102,8 +102,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s'-ല്‍ നിന്നും '%s'-ലേക്ക് വേര്‍തിരിക്കുന്ന സംവിധാനം ലഭ്യമായില്ല" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "മാറ്റം വരുത്തുന്ന ഇന്‍പുട്ടില്‍ തെറ്റായ ബൈറ്റ് ക്രമം" @@ -114,8 +114,8 @@ msgstr "മാറ്റം വരുത്തുന്ന ഇന്‍പുട msgid "Error during conversion: %s" msgstr "മാറ്റം വരുത്തുന്നതില്‍ പരാജയം : %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "ഇന്‍പുട്ടിന്‍റെ അവസാനം ഭാഗികമായ അക്ഷര ക്രമം" @@ -732,18 +732,18 @@ msgstr "ചൈള്‍ഡ് പ്രക്രിയ \"%s\" പ്രവര് msgid "Failed to read enough data from child pid pipe (%s)" msgstr "ചൈള്‍ഡ് pid പൈപ്പിന്‍ നിന്നും ആവശ്യത്തിനുളള ഡേറ്റാ വായിക്കുന്നതില്‍ പരാജയപ്പെട്ടു (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 പരിധിയില്‍ നിന്നും പുറത്താണ് അക്ഷരം" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "ഇന്‍പുട്ട് വേര്‍തിരിക്കുന്നതില്‍ അസാധുവായ ക്രമം" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 പരിധിയില്‍ നിന്നും പുറത്താണ് അക്ഷരം" diff --git a/po/mn.po b/po/mn.po index 2075f8f..761f232 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2005-05-30 01:07-0800\n" "Last-Translator: Бадрал \n" "Language-Team: Mongolian \n" @@ -108,8 +108,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "»%s« ээс »%s« рүү хөрвүүлэгч нээгдсэнгүй" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Хөрвүүлэлтийн оролтод хүчингүй байт дараалал байна" @@ -120,8 +120,8 @@ msgstr "Хөрвүүлэлтийн оролтод хүчингүй байт да msgid "Error during conversion: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Оролтын төгсгөлд хагас тэмдэгтийн дараалал" @@ -759,18 +759,18 @@ msgstr "" "Хүү процессын процессын дугаарын шугамаас (%s) хангалттай өгөгдөл уншиж " "чадсангүй" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 хязгаараас гаднах тэмдэгт" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Хөрвүүлэлтийн оролтод хүчингүй дараалал" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 хязгаараас гаднах тэмдэгт" diff --git a/po/ms.po b/po/ms.po index 2599db1..101f320 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2004-02-03 02:11+0730\n" "Last-Translator: Hasbullah Bin Pit \n" "Language-Team: Projek Gabai \n" @@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "tak dapat membuka penukar daripada '%s' kepada '%s': %s" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Turutan byte tidak sah pada penukaran iput" @@ -110,8 +110,8 @@ msgstr "Turutan byte tidak sah pada penukaran iput" msgid "Error during conversion: %s" msgstr "Ralat semasa penukaran: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Sebahagian turutan aksara berada di penghujung input" @@ -735,18 +735,18 @@ msgstr "Ralat misteri ketika melaksanakan proses anak \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Gagal membaca data yang cukup daripada paip pid anaki(%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Aksara di luar julat UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Turutan tidak sah semasa penukaran input" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Aksara di luar julat UTF-16" diff --git a/po/nb.po b/po/nb.po index 5b86a5a..06d68b9 100644 --- a/po/nb.po +++ b/po/nb.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.13.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-06-04 12:53+0200\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian bokmal \n" @@ -101,8 +101,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Kunne ikke åpne program for å konvertere fra «%s» til «%s»" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ugyldig bytesekvens i inndata for konvertering" @@ -113,8 +113,8 @@ msgstr "Ugyldig bytesekvens i inndata for konvertering" msgid "Error during conversion: %s" msgstr "Feil under konvertering: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Ufullstendig tegnsekvens ved slutten på inndata" @@ -744,18 +744,18 @@ msgstr "Ukjent feil under kjøring av underprosess «%s»" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Klarte ikke å lese nok data fra underprosessens pid-rør (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Tegn utenfor gyldig område for UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Ugyldig sekvens i inndata for konvertering" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Tegn utenfor gyldig område for UTF-16" diff --git a/po/ne.po b/po/ne.po index 96348af..d05aa36 100644 --- a/po/ne.po +++ b/po/ne.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-10.ne\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-04-27 00:00+0545\n" "Last-Translator: Shyam Krishna Bal \n" "Language-Team: Nepali \n" @@ -104,8 +104,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' बाट '%s'मा रूपान्तरणकर्ता खोल्न सकेन" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "रूपान्तरण आगतमा अवैध बाइट अनुक्रम" @@ -116,8 +116,8 @@ msgstr "रूपान्तरण आगतमा अवैध बाइट msgid "Error during conversion: %s" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "आगतको अन्त्यमा आंशिक क्यारेक्टर" @@ -735,18 +735,18 @@ msgstr "शाखा प्रक्रिया \"%s\" कार्यान् msgid "Failed to read enough data from child pid pipe (%s)" msgstr "शाखा पिड पाईप (%s) बाट प्रशस्त डेटाहरू पढ्न असफल" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 का लागि क्यारेक्टर दायरा भन्दा बाहिर छ" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "रूपान्तरण आगतमा अवैध अनुक्रम" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 का लागि क्यारेक्टर दायरा भन्दा बाहिर छ" diff --git a/po/nl.po b/po/nl.po index a44f929..0aa7f03 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-08-09 00:29+0200 \n" "Last-Translator: Tino Meinen \n" "Language-Team: Dutch \n" @@ -108,8 +108,8 @@ msgstr "" "Kon het conversieprogramma voor omzetten van '%s' naar '%s' niet openen" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ongeldige bytereeks in conversie-invoer" @@ -120,8 +120,8 @@ msgstr "Ongeldige bytereeks in conversie-invoer" msgid "Error during conversion: %s" msgstr "Fout tijdens omzetten: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Onvolledige tekenreeks aan het eind van de invoer" @@ -771,18 +771,18 @@ msgstr "Onbekende fout bij het uitvoeren van dochterproces \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Lezen van voldoende data van pijplijn dochter-pid is mislukt (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Teken valt buiten van bereik van UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Ongeldige reeks in conversie-invoer" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Teken valt buiten bereik van UTF-16" diff --git a/po/nn.po b/po/nn.po index 265a9e7..09f5a59 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-09-02 14:30+0200\n" "Last-Translator: Åsmund Skjæveland \n" "Language-Team: Norwegian Nynorsk \n" @@ -103,8 +103,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Kunne ikkje opna konverterar frå «%s» til «%s»" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ugyldig bytesekvens i inndata for konvertering" @@ -115,8 +115,8 @@ msgstr "Ugyldig bytesekvens i inndata for konvertering" msgid "Error during conversion: %s" msgstr "Feil under konvertering: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Delvis teiknsekvens på slutten av inndata" @@ -743,18 +743,18 @@ msgstr "Ukjend feil ved køyring av barneprosess «%s»" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Klarte ikkje å lesa nok data frå pid-røyr frå barn (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Teikn ikkje gyldig for UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Ugyldig sekvens i inndata-konvertering" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Teikn ikkje gyldig for UTF-16" diff --git a/po/or.po b/po/or.po index 8e509e0..c4e3804 100644 --- a/po/or.po +++ b/po/or.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-05-15 12:46+0530\n" "Last-Translator: Subhransu Behera \n" "Language-Team: Oriya \n" @@ -105,8 +105,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s'ରୁ '%s'ର ରୁପାନ୍ତରକ ଖୋଲି ହେଲା ନାହିଁ" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "ରୁପାନ୍ତରଣ ନିବେଶେର ଅବୈଧ ବାଇଟ୍ ଅନୁକ୍ରମ" @@ -117,8 +117,8 @@ msgstr "ରୁପାନ୍ତରଣ ନିବେଶେର ଅବୈଧ ବାଇ msgid "Error during conversion: %s" msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "ନିବେଶର ସମାପ୍ତିରେ ଆଶିଂକ ଅକ୍ଷର ଅନୁକ୍ରମ" @@ -736,18 +736,18 @@ msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାକୁ ନିଷ୍ପ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "ନିର୍ଭରକ ପି.ଆଇ.ଡି. ପାଇପ୍ ରୁ ପର୍ଯ୍ଯାପ୍ତ ତଥ୍ଯ ପଢି଼ବାରେ ଅସଫଳ (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "ଇ.ଉ.ଟିଏଫ୍.-୮ ପାଇଁ ଅକ୍ଷରଟି ପରିସର ବାହାରେ" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "ରୁପାନ୍ତରଣ ନିବେଶେର ଅବୈଧ ଅନୁକ୍ରମ" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "ଇ.ଉ.ଟିଏଫ୍.-୧୬ ପାଇଁ ଅକ୍ଷରଟି ପରିସର ବାହାରେ" diff --git a/po/pa.po b/po/pa.po index 9877d69..0b81c2d 100644 --- a/po/pa.po +++ b/po/pa.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-03-11 11:52+0530\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi \n" @@ -104,8 +104,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' ਤੋੱ '%s' ਵਿੱਚ ਬਦਲਣ ਵਾਲਾ ਉਪਲਬਧ ਨਹੀਂ ਹੈ" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "ਬਦਲਣ ਲਈ ਦਿੱਤੀ ਸਤਰ ਵਿੱਚ ਬਾਇਟ ਦਾ ਸਰੂਪ ਠੀਕ ਨਹੀਂ ਹੈ" @@ -116,8 +116,8 @@ msgstr "ਬਦਲਣ ਲਈ ਦਿੱਤੀ ਸਤਰ ਵਿੱਚ ਬਾਇਟ msgid "Error during conversion: %s" msgstr "ਤਬਦੀਲੀ ਦੌਰਾਨ ਗਲਤੀ %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "ਸਤਰ ਦੇ ਅਖੀਰ ਤੇ ਅੱਖਰਾਂ ਦਾ ਸਰੂਪ ਅਧੂਰਾ ਹੈ" @@ -728,18 +728,18 @@ msgstr "ਅਧੀਨ ਕਿਰਿਆ \"%s\" ਨੂੰ ਚਾਲੂ ਕਰਨ ਵ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "ਅਧੀਨ ਕਿਰਿਆ ਪਾਇਪ (%s) ਤੋਂ ਚਾਹੀਦਾ ਡਾਟਾ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ ਹੈ" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 ਲਈ ਅੱਖਰ ਨਿਸ਼ਚਿਤ ਸੀਮਾ ਤੋਂ ਬਾਹਰ" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "ਬਦਲਾਉ ਇੰਪੁੱਟ ਵਿੱਚ ਤਰਤੀਬ ਜਾਇਜ ਨਹੀਂ ਹੈ" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 ਲਈ ਅੱਖਰ ਨਿਸ਼ਚਿਤ ਸੀਮਾ ਤੋਂ ਬਾਹਰ" diff --git a/po/pl.po b/po/pl.po index 33a5a0d..6e2f5d0 100644 --- a/po/pl.po +++ b/po/pl.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.pl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-08-14 15:10+0200\n" "Last-Translator: Artur Flinta \n" "Language-Team: Polish \n" @@ -107,8 +107,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Nie można otworzyć konwertera z \"%s\" na \"%s\"" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Niepoprawna sekwencja bajtów na wejściu konwersji" @@ -119,8 +119,8 @@ msgstr "Niepoprawna sekwencja bajtów na wejściu konwersji" msgid "Error during conversion: %s" msgstr "Błąd podczas konwersji: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Na końcu wejścia występuje sekwencja odpowiadająca części znaku" @@ -774,18 +774,18 @@ msgstr "" "Nie można odczytać odpowiedniej liczby danych z potoku do odczytu PID-u od " "procesu potomnego (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Znak jest poza zakresem dopuszczalnym dla UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Niepoprawna sekwencja na wejściu konwersji" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Znak jest poza zakresem dopuszczalnym dla UTF-8" diff --git a/po/pt.po b/po/pt.po index 92e8054..ece4776 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.16\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-08-18 02:45+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" @@ -100,8 +100,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Incapaz de abrir conversor de '%s' para '%s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Sequência de bytes inválida na origem da conversão" @@ -112,8 +112,8 @@ msgstr "Sequência de bytes inválida na origem da conversão" msgid "Error during conversion: %s" msgstr "Erro durante a conversão: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Sequência de caracteres parcial no final da origem" @@ -750,18 +750,18 @@ msgstr "Erro desconhecido ao executar processo filho \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Incapaz de ler dados suficientes de canal pid do filho (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Caracter fora do limite para UTF-8 " -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Sequência inválida na conversão da entrada" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Caracter fora do limite para UTF-16" diff --git a/po/pt_BR.po b/po/pt_BR.po index d873f35..27f39ba 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-09-04 00:53-0300\n" "Last-Translator: Leonardo Ferreira Fontenelle \n" "Language-Team: Brazilian Portuguese \n" @@ -100,8 +100,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Não foi possível abrir conversor de '%s' para '%s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Sequência de bytes inválida na entrada de conversão" @@ -112,8 +112,8 @@ msgstr "Sequência de bytes inválida na entrada de conversão" msgid "Error during conversion: %s" msgstr "Erro durante a conversão: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Sequência de caracteres parcial no final da entrada" @@ -751,18 +751,18 @@ msgstr "Erro desconhecido ao executar processo filho \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Falha ao ler dados suficientes de canal pid do filho (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Caractere fora do limite para UTF-8 " -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Sequência inválida na conversão da entrada" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Caractere fora do limite para UTF-16" diff --git a/po/ro.po b/po/ro.po index 33d2e28..ad43a66 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-03-10 23:47+0200\n" "Last-Translator: Mişu Moldovan \n" "Language-Team: Română \n" @@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Nu s-a putut iniţia conversia de la „%s” la „%s”" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Secvenţă de octeţi invalidă în intrarea conversiei" @@ -111,8 +111,8 @@ msgstr "Secvenţă de octeţi invalidă în intrarea conversiei" msgid "Error during conversion: %s" msgstr "Eroare în timpul conversiei: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Secvenţă parţială de caractere la sfârşitul intrării" @@ -751,18 +751,18 @@ msgstr "Eroare necunoscută la lansarea în execuţie a procesului copil „%s msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nu s-au putut citi date suficiente de la procesul copil (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Caracter în afara limitelor standardului UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Secvenţă invalidă în intrarea conversiei" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Caracter în afara limitelor standardului UTF-16" diff --git a/po/ru.po b/po/ru.po index 43d67d7..cce4eee 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-02-01 18:37+0200\n" "Last-Translator: Leonid Kanter \n" "Language-Team: Russian \n" @@ -104,8 +104,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Не удалось открыть преобразователь из \"%s\" в \"%s\"" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "" @@ -118,8 +118,8 @@ msgstr "" msgid "Error during conversion: %s" msgstr "Произошла ошибка при преобразовании: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Неполный символ содержится в конце входной строки" @@ -766,20 +766,20 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Сбой при чтении нужного количества данных из канала процесса-потомка (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Символ находится вне диапазона для UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "" "Недопустимая последовательность для преобразования обнаружена во входной " "строке" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Символ находится вне диапазона для UTF-16" diff --git a/po/rw.po b/po/rw.po index 5f08037..3c99dcc 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2005-03-28 19:34-0700\n" "Last-Translator: Steve Murphy \n" "Language-Team: Kinyarwanda \n" @@ -106,8 +106,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "OYA Gufungura Bivuye Kuri" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, fuzzy, c-format msgid "Invalid byte sequence in conversion input" msgstr "Bayite in Ihindurangero Iyinjiza" @@ -118,8 +118,8 @@ msgstr "Bayite in Ihindurangero Iyinjiza" msgid "Error during conversion: %s" msgstr "Ihindurangero" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, fuzzy, c-format msgid "Partial character sequence at end of input" msgstr "Inyuguti ku Impera Bya Iyinjiza" @@ -734,18 +734,18 @@ msgstr "Ikosa Gukora: %s%s" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Kuri Gusoma Ibyatanzwe Bivuye" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, fuzzy, c-format msgid "Character out of range for UTF-8" msgstr "Inyuma Bya Urutonde kugirango 8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, fuzzy, c-format msgid "Invalid sequence in conversion input" msgstr "in Ihindurangero Iyinjiza" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, fuzzy, c-format msgid "Character out of range for UTF-16" msgstr "Inyuma Bya Urutonde kugirango" diff --git a/po/sk.po b/po/sk.po index 6ca74a9..6f370a0 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2005-10-16 19:30+0200\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" @@ -105,8 +105,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Nepodarilo sa otvoriť program na prevod z '%s' do '%s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Neplatná sekvencia bajtov na vstupe prevodu" @@ -117,8 +117,8 @@ msgstr "Neplatná sekvencia bajtov na vstupe prevodu" msgid "Error during conversion: %s" msgstr "Chyba počas prevodu: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Čiastočná sekvencia znakov na konci vstupu" @@ -741,18 +741,18 @@ msgstr "Neznáma chyba počas behu procesu potomka \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nepodarilo sa prečítať dostatok dát z rúry potomka (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Znak mimo rozsah UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Neplatná sekvencia na vstupe prevodu" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Znak mimo rozsah UTF-16" diff --git a/po/sl.po b/po/sl.po index dd05faf..935b2b1 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2001-02-16 12:30+0200\n" "Last-Translator: Andraz Tori \n" "Language-Team: Slovenian \n" @@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Nisem mogel odpreti pretvornika iz '%s' v '%s': %s" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Neveljavna sekvenca bajtov na vhodu pretvorbe" @@ -111,8 +111,8 @@ msgstr "Neveljavna sekvenca bajtov na vhodu pretvorbe" msgid "Error during conversion: %s" msgstr "Napaka med pretvorbo: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Delna (nedokončana) sekvenca znakov na koncu vhoda" @@ -736,18 +736,18 @@ msgstr "Neznana napaka med izvajanjem procesa otroka \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nisem uspel prebrati dovolj podatkov iz cevi otroka (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Znak izven intervala za UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Neveljavna sekvenca na vhodu pretvorbe" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Znak izven intervala za UTF-16" diff --git a/po/sq.po b/po/sq.po index ffeab4c..f312ba4 100644 --- a/po/sq.po +++ b/po/sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-01-30 10:58+0100\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" @@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "E pamundur hapja e konvertuesit nga '%s' në '%s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Sekuencë byte e pavlefshme tek të dhënat për konvertim" @@ -111,8 +111,8 @@ msgstr "Sekuencë byte e pavlefshme tek të dhënat për konvertim" msgid "Error during conversion: %s" msgstr "Gabim gjatë konvertimit: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Sekuencë simbolesh e pjesëshme në fund të të dhënave në hyrje" @@ -753,18 +753,18 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "I pamundur leximi i një sasie të dhënash të mjaftueshme nga pid pipe bir (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Simboli nuk ekziston në UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Sekuencë e pavlefshme në hyrje për konvertimin" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Simboli nuk ekziston në UTF-16" diff --git a/po/sr.po b/po/sr.po index 2b4ca17..9c72717 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-01-31 23:39+0100\n" "Last-Translator: Слободан Д. Средојевић \n" "Language-Team: Serbian (sr) \n" @@ -104,8 +104,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Не могу да покренем претварање из „%s“ у „%s“" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Неисправан низ бајтова у улазу који претварам" @@ -116,8 +116,8 @@ msgstr "Неисправан низ бајтова у улазу који пре msgid "Error during conversion: %s" msgstr "Грешка при претварању: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Непотпун низ знакова на крају улаза" @@ -746,18 +746,18 @@ msgstr "Непозната грешка при извршавању потпро msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Није успео да прочита довољно података из цевке ка потпроцесу (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Знак ван опсега за УТФ-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Неисправан низ у уносу за претварање" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Знак ван опсега за УТФ-16" diff --git a/po/sr@Latn.po b/po/sr@Latn.po index 083cbeb..b9b7564 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-01-31 23:39+0100\n" "Last-Translator: Slobodan D. Sredojević \n" "Language-Team: Serbian (sr) \n" @@ -104,8 +104,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Ne mogu da pokrenem pretvaranje iz „%s“ u „%s“" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Neispravan niz bajtova u ulazu koji pretvaram" @@ -116,8 +116,8 @@ msgstr "Neispravan niz bajtova u ulazu koji pretvaram" msgid "Error during conversion: %s" msgstr "Greška pri pretvaranju: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Nepotpun niz znakova na kraju ulaza" @@ -746,18 +746,18 @@ msgstr "Nepoznata greška pri izvršavanju potprocesa „%s“" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nije uspeo da pročita dovoljno podataka iz cevke ka potprocesu (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Znak van opsega za UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Neispravan niz u unosu za pretvaranje" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Znak van opsega za UTF-16" diff --git a/po/sr@ije.po b/po/sr@ije.po index 5fff4e4..81230a2 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2004-04-29 01:11+0200\n" "Last-Translator: Bojan Suzic \n" "Language-Team: Serbian (sr) \n" @@ -101,8 +101,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Не могу да покренем претварање из „%s“ у „%s“" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Неисправан низ бајтова у улазу који претварам" @@ -113,8 +113,8 @@ msgstr "Неисправан низ бајтова у улазу који пре msgid "Error during conversion: %s" msgstr "Грешка при претварању: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Непотпун низ знакова на крају улаза" @@ -748,18 +748,18 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Није успио да прочита довољно података из цјевке ка подређеном процесу (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Знак ван опсега за УТФ-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Неисправан низ у уносу за претварање" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Знак ван опсега за УТФ-16" diff --git a/po/sv.po b/po/sv.po index 4c52656..04e6ee8 100644 --- a/po/sv.po +++ b/po/sv.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-08-15 21:54+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -100,8 +100,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Kunde inte öppna konverteraren från \"%s\" till \"%s\"" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ogiltig bytesekvens i konverteringsindata" @@ -112,8 +112,8 @@ msgstr "Ogiltig bytesekvens i konverteringsindata" msgid "Error during conversion: %s" msgstr "Fel vid konvertering: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Ofullständig teckensekvens vid slutet av indata" @@ -756,18 +756,18 @@ msgstr "" "Misslyckades med att läsa tillräckligt med data från röret till barnets pid " "(%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Tecknet är utanför intervallet för UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Ogiltig sekvens i konverteringsindata" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Tecknet är utanför intervallet för UTF-16" diff --git a/po/ta.po b/po/ta.po index a6279f4..ad7f3f2 100644 --- a/po/ta.po +++ b/po/ta.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-12.ta\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-08-30 16:06+0530\n" "Last-Translator: Felix \n" "Language-Team: Tamil \n" @@ -104,8 +104,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' லிருந்து '%s'க்கு மாற்றியை திறக்க முடியவில்லை" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "நிலை மாற்றியின் உள்ளீடுக்கு தவறான பைட் வரிசைமுறை" @@ -116,8 +116,8 @@ msgstr "நிலை மாற்றியின் உள்ளீடுக் msgid "Error during conversion: %s" msgstr "மாற்றும் போது பிழை: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "உள்ளீடின் முடிவில் பூர்த்தியாகாத வரியுரு வரிசைமுறை" @@ -742,18 +742,18 @@ msgstr "சேய் செயல் \"%s\" இயக்கும்போது msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Failed to read enough data from child pid pipe (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 க்கு வரியுரு வீச்சு எல்லைக்கு வெளியே" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "உரையாடல் உள்ளீட்டில் தவறான வரிசை" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 க்கு வரியுரு வீச்சு எல்லைக்கு வெளியே" diff --git a/po/te.po b/po/te.po index f975434..adb8cdc 100644 --- a/po/te.po +++ b/po/te.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2004-12-13 20:16+0100\n" "Last-Translator: రమణ సాయి \n" "Language-Team: Free Software Foundation, Andhra Pradesh \n" @@ -101,8 +101,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' నుండి '%s' కు పరివర్తించడం సాధ్యం కాదు " #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "ఎగుబడి బైట్ క్రమంను పరివర్తించుట నిస్సారమగును" @@ -113,8 +113,8 @@ msgstr "ఎగుబడి బైట్ క్రమంను పరివర్ msgid "Error during conversion: %s" msgstr "పరివర్తనం నందు దోషం కలదు: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "చివరి ఎగుబడి నందు పాక్షికముగా అక్షర క్రమము కలదు." @@ -724,19 +724,19 @@ msgstr " \"%s\" శిశుకార్యం నిర్వర్తించ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "శిశు పిడ్ పైప్ (%s) నుండి సరిపడునంత చదువుటలో విఫలమైనావు. " -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "అక్షరము యుటిఫ్-8 శ్రేణియందు లేదు " -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "పరివర్తన ఎగుబడి వరుస నిస్సారము " # ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "అక్షరము UTF-16 శ్రేణియందు లేదు" diff --git a/po/th.po b/po/th.po index 6dded98..2c44cc1 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-05-21 18:31+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "ไม่สามารถเปิดตัวแปลงรหัสอักขระจาก '%s' ไปเป็น '%s' ได้" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "มีลำดับไบต์ที่ไม่ถูกต้องในข้อมูลที่ป้อนให้ตัวแปลงรหัส" @@ -111,8 +111,8 @@ msgstr "มีลำดับไบต์ที่ไม่ถูกต้อง msgid "Error during conversion: %s" msgstr "เกิดข้อผิดพลาดระหว่างแปลงรหัส: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "มีลำดับไบต์ไม่เต็มอักขระอยู่ที่ท้ายข้อมูลเข้า" @@ -716,18 +716,18 @@ msgstr "เกิดข้อผิดพลาดไม่ทราบสาเ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "อ่านข้อมูลจากไปป์จากโพรเซสลูกได้ไม่เพียงพอ (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "อักขระอยู่นอกช่วงของ UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "มีลำดับข้อมูลที่ไม่ถูกต้องในข้อมูลที่ป้อนให้ตัวแปลงรหัส" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "อักขระอยู่นอกช่วงของ UTF-16" diff --git a/po/tl.po b/po/tl.po index 00167f9..5b5cc22 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2005-12-01 17:31+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -102,8 +102,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Hindi mabuksan ang converter mula '%s' tungong '%s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Hindi tanggap na byte sequence sa conversion input" @@ -114,8 +114,8 @@ msgstr "Hindi tanggap na byte sequence sa conversion input" msgid "Error during conversion: %s" msgstr "Error habang nagco-convert: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Hindi kumpletong karakter sequence sa dulo ng input" @@ -770,18 +770,18 @@ msgstr "Hindi kilalang error sa pagpatakbo ng prosesong anak \"%s\"" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Sawi sa pagbasa ng akmang datos mula sa child pid pipe (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Character wala sa sakop ng UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Hindi tanggap na sequence sa conversion input" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Character wala sa sakop ng UTF-16" diff --git a/po/tr.po b/po/tr.po index 58549c7..658b8db 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2006-08-08 17:47+0200\n" "Last-Translator: Onur Can Çakmak \n" "Language-Team: Turkish \n" @@ -102,8 +102,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s'--'%s' dönüştürücüsü açılamıyor" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Dönüşüm girdisinde geçersiz bayt dizisi" @@ -114,8 +114,8 @@ msgstr "Dönüşüm girdisinde geçersiz bayt dizisi" msgid "Error during conversion: %s" msgstr "Dönüşüm sırasında hata oluştu: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Girdinin sonunda parçalı karakter dizisi" @@ -750,18 +750,18 @@ msgstr "Alt süreç \"%s\" çalıştırılırken bilinmeyen hata oluştu" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Alt süreç borusundan yeterli bilgi okunamadı (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 için karakter sınırlarının dışında" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Dönüşüm girdisi içinde geçersiz dizi" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 için karakter sınırlarının dışında" diff --git a/po/tt.po b/po/tt.po index 388eaf3..4c8012b 100644 --- a/po/tt.po +++ b/po/tt.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libgnome\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2005-11-09 13:19+0300\n" "Last-Translator: Albert Fazlí \n" "Language-Team: Tatarish \n" @@ -96,8 +96,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' -› '%s' äyländergeçen açıp bulmadı" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "" @@ -108,8 +108,8 @@ msgstr "" msgid "Error during conversion: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "" @@ -699,18 +699,18 @@ msgstr "" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 çigennän çıqqan bilge" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 çigennän çıqqan bilge" diff --git a/po/uk.po b/po/uk.po index 915e26c..ca9fbda 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-01-19 11:56+0300\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Не вдається відкрити модуль перетворення з \"%s\" у \"%s\"" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Неправильна послідовність байтів у перетворюваних вхідних даних" @@ -110,8 +110,8 @@ msgstr "Неправильна послідовність байтів у пер msgid "Error during conversion: %s" msgstr "Помилка під час перетворення: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Незавершена символьна послідовність на кінці вводу" @@ -747,18 +747,18 @@ msgstr "Невідома помилка виконання дочірнього msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Не вдається зчитати достатню кількість даних з дочірнього каналу (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Символ не входить в набір UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Неправильна послідовність у перетворюваному вводі" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Символ не входить в набір UTF-16" diff --git a/po/vi.po b/po/vi.po index 916d982..e9aacde 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib GNOME TRUNK\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-05-29 22:57+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -100,8 +100,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Không thể mở bộ chuyển đổi từ « %s » sang « %s »" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Gặp dây byte không hợp lệ trong dữ liệu nhập chuyển đổi" @@ -112,8 +112,8 @@ msgstr "Gặp dây byte không hợp lệ trong dữ liệu nhập chuyển đ msgid "Error during conversion: %s" msgstr "Gặp lỗi khi chuyển đổi: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Dây ký tự riêng phần ở cuối dữ liệu nhập" @@ -748,18 +748,18 @@ msgstr "Gặp lỗi không rõ khi thực hiện tiến trình con « %s »" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Lỗi đọc đủ dữ liệu từ ống dẫn PID con (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Ký tự ở ngoại phạm vi UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Dãy không hợp lệ nằm trong dữ liệu nhập việc chuyển đổi" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Ký tự ở ngoại phạm vi UTF-16" diff --git a/po/wa.po b/po/wa.po index f888fec..d18dedf 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2004-05-03 14:40+0200\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" @@ -103,8 +103,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Dji n' a savou drovi l' cvierseu di «%s» viè «%s»" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Secwince d' octets nén valide e l' intrêye do cviersaedje" @@ -115,8 +115,8 @@ msgstr "Secwince d' octets nén valide e l' intrêye do cviersaedje" msgid "Error during conversion: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "" @@ -716,18 +716,18 @@ msgstr "Aroke nén cnoxhowe tot-z enondant l' processus efant «%s»" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Caractere foû fortchete po l' ecôdaedje UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Secwince nén valide e l' intrêye do cviersaedje" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Caractere foû fortchete po l' ecôdaedje UTF-16" diff --git a/po/xh.po b/po/xh.po index 2c65820..3da7a6e 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2005-02-08 12:31+0200\n" "Last-Translator: Canonical Ltd \n" "Language-Team: Xhosa \n" @@ -103,8 +103,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Akukwazekanga ukuvula isiguquli ukusuka ku '%s' ukuya ku '%s'" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ulandelelwano olungasebenziyo lwe-byte kungeniso-lwazi yenguqulo" @@ -115,8 +115,8 @@ msgstr "Ulandelelwano olungasebenziyo lwe-byte kungeniso-lwazi yenguqulo" msgid "Error during conversion: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Inxalenye yophawu lolandelelwano ekupheleni kongeniso-lwazi" @@ -764,18 +764,18 @@ msgstr "" "Akuphumelelekanga ukufunda ngokwaneleyo idata evela kuthungelwano nomntwana " "(%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Uphawu lungaphandle kwesigaba se-UTF-8" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Ulandelelwano olungasebenziyo kwinguqulo yongeniso-lwazi" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Uphawu lungaphandle kwesigaba se-UTF-16" diff --git a/po/yi.po b/po/yi.po index e5b72eb..431c628 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2003-03-19\n" "Last-Translator: Raphael Finkel \n" "Language-Team: Yiddish \n" @@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "ניט געקענט עפֿענען פֿאַרװאַנדלער פֿון %s צו %s: %s" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "אומלעקסיק אַכטעלע־סעײַװענץ אין פֿאַרװאַנדלונג אַרױסשרײַב" @@ -111,8 +111,8 @@ msgstr "אומלעקסיק אַכטעלע־סעײַװענץ אין פֿאַרװ msgid "Error during conversion: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "האַלבע כאַראַקטער־סעקװענץ צום סוף פֿון אַרײַנשרײַב" @@ -742,18 +742,18 @@ msgstr "אומבאַקאַנטער דורכפֿאַל אין באַאַרבעט msgid "Failed to read enough data from child pid pipe (%s)" msgstr "דורכפֿאַל אין לײענען גענוג דאַטן פֿון קינד pid-רער (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "שריפֿטצײכן ניט אין דער UTF־8 גאַמע" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "אומלעקסיקער סעקװענץ אין פֿאַרװאַנדל־אַרײַנשרײַב" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "שריפֿטצײכן ניט אין דער UTF־16 גאַמע" diff --git a/po/zh_CN.po b/po/zh_CN.po index aa6d905..d063933 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: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-04-15 10:46+0700\n" "Last-Translator: Yang Zhang \n" "Language-Team: zh_CN \n" @@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "无法打开从“%s”到“%s”的转换器" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "转换输入中出现无效字符序列" @@ -110,8 +110,8 @@ msgstr "转换输入中出现无效字符序列" msgid "Error during conversion: %s" msgstr "转换过程中出错:%s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "输入末尾出现未尽字符序列" @@ -710,18 +710,18 @@ msgstr "执行子进程“%s”时出现未知错误" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "从子进程管道中读取足够的数据失败(%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "字符超出 UTF-8 范围" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "转换输入中出现无效序列" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "字符超出 UTF-16 范围" diff --git a/po/zh_HK.po b/po/zh_HK.po index da3f935..277a9fb 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-02-28 02:10+0800\n" "Last-Translator: Woodman Tuen \n" "Language-Team: Chinese (Hong Kong) \n" @@ -101,8 +101,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "無法將‘%s’轉換至‘%s’" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "轉換輸入資料時遇到不正確的位元組組合" @@ -113,8 +113,8 @@ msgstr "轉換輸入資料時遇到不正確的位元組組合" msgid "Error during conversion: %s" msgstr "轉換時發生錯誤:%s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "輸入資料結束時字符仍未完整" @@ -715,18 +715,18 @@ msgstr "執行副進程“%s”時發生不明的錯誤" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "無法從 child pid pipe 讀取足夠的資料 (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "字符不在 UTF-8 範圍之內" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "轉換輸入資料時出現無效的字符次序" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "字符不在 UTF-16 範圍之內" diff --git a/po/zh_TW.po b/po/zh_TW.po index 48a1da8..621ce83 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-04 11:24-0400\n" +"POT-Creation-Date: 2007-06-06 00:23-0400\n" "PO-Revision-Date: 2007-02-27 09:08+0800\n" "Last-Translator: Woodman Tuen \n" "Language-Team: Chinese (Taiwan) \n" @@ -101,8 +101,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "無法將‘%s’轉換至‘%s’" #: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320 -#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:949 -#: glib/gutf8.c:1398 +#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "轉換輸入資料時遇到不正確的位元組組合" @@ -113,8 +113,8 @@ msgstr "轉換輸入資料時遇到不正確的位元組組合" msgid "Error during conversion: %s" msgstr "轉換時發生錯誤:%s" -#: glib/gconvert.c:663 glib/gutf8.c:945 glib/gutf8.c:1149 glib/gutf8.c:1290 -#: glib/gutf8.c:1394 +#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "輸入資料結束時字元仍未完整" @@ -715,18 +715,18 @@ msgstr "執行副進程“%s”時發生不明的錯誤" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "無法從 child pid pipe 讀取足夠的資料 (%s)" -#: glib/gutf8.c:1023 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "字元不在 UTF-8 範圍之內" -#: glib/gutf8.c:1117 glib/gutf8.c:1126 glib/gutf8.c:1258 glib/gutf8.c:1267 -#: glib/gutf8.c:1408 glib/gutf8.c:1504 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "轉換輸入資料時出現無效的字元次序" -#: glib/gutf8.c:1419 glib/gutf8.c:1515 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "字元不在 UTF-16 範圍之內" -- 2.7.4