From 138f260fbcb92373f4aa556919836818676f502a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 8 Jul 2005 15:48:32 +0000 Subject: [PATCH] 2.7.2 --- ChangeLog | 6 + ChangeLog.pre-2-10 | 6 + ChangeLog.pre-2-12 | 6 + ChangeLog.pre-2-8 | 6 + INSTALL | 4 +- NEWS | 7 + README | 2 +- docs/reference/ChangeLog | 4 + docs/reference/gobject/tmpl/objects.sgml | 3 + gmodule/ChangeLog | 4 + gobject/ChangeLog | 4 + gthread/ChangeLog | 4 + po/ChangeLog | 4 + po/am.po | 34 ++-- po/ar.po | 34 ++-- po/az.po | 34 ++-- po/be.po | 34 ++-- po/bg.po | 34 ++-- po/bn.po | 34 ++-- po/bs.po | 34 ++-- po/ca.po | 34 ++-- po/cs.po | 34 ++-- po/cy.po | 34 ++-- po/da.po | 34 ++-- po/de.po | 34 ++-- po/el.po | 34 ++-- po/en_CA.po | 2 +- po/en_GB.po | 34 ++-- po/eo.po | 34 ++-- po/es.po | 275 +++++++++++++-------------- po/{en_CA.po => et.po} | 317 ++++++++++++++++--------------- po/eu.po | 34 ++-- po/fa.po | 34 ++-- po/fi.po | 34 ++-- po/fr.po | 34 ++-- po/ga.po | 34 ++-- po/gl.po | 34 ++-- po/gu.po | 34 ++-- po/he.po | 34 ++-- po/hi.po | 34 ++-- po/hr.po | 34 ++-- po/hu.po | 34 ++-- po/id.po | 34 ++-- po/is.po | 34 ++-- po/it.po | 34 ++-- po/ja.po | 275 +++++++++++++-------------- po/ko.po | 34 ++-- po/lt.po | 34 ++-- po/lv.po | 34 ++-- po/mk.po | 34 ++-- po/mn.po | 34 ++-- po/ms.po | 34 ++-- po/nb.po | 34 ++-- po/ne.po | 34 ++-- po/nl.po | 34 ++-- po/nn.po | 34 ++-- po/no.po | 34 ++-- po/or.po | 34 ++-- po/pa.po | 297 +++++++++++++++-------------- po/pl.po | 34 ++-- po/pt.po | 34 ++-- po/pt_BR.po | 34 ++-- po/ro.po | 34 ++-- po/ru.po | 34 ++-- po/rw.po | 34 ++-- po/sk.po | 34 ++-- po/sl.po | 34 ++-- po/sq.po | 34 ++-- po/sr.po | 304 +++++++++++++++-------------- po/sr@Latn.po | 315 +++++++++++++++--------------- po/sr@ije.po | 34 ++-- po/sv.po | 34 ++-- po/ta.po | 34 ++-- po/th.po | 34 ++-- po/tl.po | 34 ++-- po/tr.po | 34 ++-- po/uk.po | 34 ++-- po/vi.po | 34 ++-- po/wa.po | 34 ++-- po/xh.po | 34 ++-- po/yi.po | 34 ++-- po/zh_CN.po | 34 ++-- po/zh_TW.po | 275 +++++++++++++-------------- 83 files changed, 2159 insertions(+), 2069 deletions(-) copy po/{en_CA.po => et.po} (61%) diff --git a/ChangeLog b/ChangeLog index ce645c01f..3d1b7674f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-08 Matthias Clasen + + * === Released 2.7.2 === + + * NEWS: Updates + 2005-07-07 Matthias Clasen * configure.in: Make the size_t size detection work on AIX. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ce645c01f..3d1b7674f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2005-07-08 Matthias Clasen + + * === Released 2.7.2 === + + * NEWS: Updates + 2005-07-07 Matthias Clasen * configure.in: Make the size_t size detection work on AIX. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index ce645c01f..3d1b7674f 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +2005-07-08 Matthias Clasen + + * === Released 2.7.2 === + + * NEWS: Updates + 2005-07-07 Matthias Clasen * configure.in: Make the size_t size detection work on AIX. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ce645c01f..3d1b7674f 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2005-07-08 Matthias Clasen + + * === Released 2.7.2 === + + * NEWS: Updates + 2005-07-07 Matthias Clasen * configure.in: Make the size_t size detection work on AIX. diff --git a/INSTALL b/INSTALL index baec0b276..9e4d6dae9 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-2.7.1.tar.gz | tar xvf - # unpack the sources - % cd glib-2.7.1 # change to the toplevel directory + % gzip -cd glib-2.7.2.tar.gz | tar xvf - # unpack the sources + % cd glib-2.7.2 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB diff --git a/NEWS b/NEWS index c4fc86e5b..aca3d1ac9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Overview of Changes from GLib 2.7.1 to GLib 2.7.2 +================================================= +* Win32 build fixes [Hans Breuer] +* Bug fixes [Mikael Magnusson] +* Documentation improvements [Matthias Clasen] +* New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW) + Overview of Changes from GLib 2.7.0 to GLib 2.7.1 ================================================= * GOption diff --git a/README b/README index 8742b6f19..fb1753282 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GLib version 2.7.1. GLib is the low-level core +This is GLib version 2.7.2. 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 6bbc8fd4d..f89f4dc3d 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,4 +1,8 @@ 2005-07-08 Matthias Clasen + + * === Released 2.7.2 === + +2005-07-08 Matthias Clasen * gobject/gobject-docs.sgml: * glib/glib-docs.sgml: Add the "new in 2.8" index. diff --git a/docs/reference/gobject/tmpl/objects.sgml b/docs/reference/gobject/tmpl/objects.sgml index b634e7a4a..81da0dea2 100644 --- a/docs/reference/gobject/tmpl/objects.sgml +++ b/docs/reference/gobject/tmpl/objects.sgml @@ -17,6 +17,9 @@ Signals are described in detail in . #GParamSpecObject, g_param_spec_object() + + + All the fields in the GObject structure are private diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index 2c816fb2a..a9cc6476c 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,7 @@ +2005-07-08 Matthias Clasen + + * === Released 2.7.2 === + 2005-06-30 Matthias Clasen * === Released 2.7.1 === diff --git a/gobject/ChangeLog b/gobject/ChangeLog index cfa121183..c9c64877c 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,7 @@ +2005-07-08 Matthias Clasen + + * === Released 2.7.2 === + 2005-06-30 Matthias Clasen * === Released 2.7.1 === diff --git a/gthread/ChangeLog b/gthread/ChangeLog index 76d1a0579..d47b1f119 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,7 @@ +2005-07-08 Matthias Clasen + + * === Released 2.7.2 === + 2005-06-30 Matthias Clasen * === Released 2.7.1 === diff --git a/po/ChangeLog b/po/ChangeLog index 8c5681e75..1ed3f6a58 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2005-07-08 Matthias Clasen + + * === Released 2.7.2 === + 2005-07-08 Danilo Šegan * sr.po, sr@Latn.po: Updated Serbian translation. diff --git a/po/am.po b/po/am.po index f5533c6b6..91b809d3e 100644 --- a/po/am.po +++ b/po/am.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2003-01-16 08:39+EDT\n" "Last-Translator: Ge'ez Frontier Foundation \n" "Language-Team: Amharic \n" @@ -107,7 +107,7 @@ msgstr "" msgid "Failed to open file '%s': %s" msgstr "" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -216,12 +216,12 @@ msgstr "" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "" @@ -601,60 +601,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/ar.po b/po/ar.po index 48fd762ec..216b2f167 100644 --- a/po/ar.po +++ b/po/ar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2003-12-19 01:22+0100\n" "Last-Translator: Arafat Medini \n" "Language-Team: Arabic \n" @@ -107,7 +107,7 @@ msgstr "فشلت القراءة من الملف '%s': %s" msgid "Failed to open file '%s': %s" msgstr "فشل فتح الملف '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "فشلت في أخذ صفات الملف '%s': فشل fstat(): %s" @@ -216,12 +216,12 @@ msgstr "القناة تنتهي عند حرف جزئي" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "لا يمكن عمل قراءة خام في g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "فشل فتح الملف '%s': فشل fdopen(): %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "فشل فتح الملف '%s': فشل fdopen(): %s" @@ -620,60 +620,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "الـURI '%s' يحتوي على حروف هربت بطريقة غير سليمة " -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/az.po b/po/az.po index 1a48cbaa6..5898713e9 100644 --- a/po/az.po +++ b/po/az.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.az\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-02-02 12:12+0200\n" "Last-Translator: Mətin Əmirov \n" "Language-Team: Azerbaijani Turkish \n" @@ -107,7 +107,7 @@ msgstr "Fayldan oxuma iflası '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Fayl açma iflası '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Faylın xüsusiyyətlərini əldə etmə iflası '%s': fstat() iflası: %s" @@ -216,12 +216,12 @@ msgstr "Kanal qismi xarakterlə bitir" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Can't do a raw read in g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Fayl açma iflası '%s': fdopen() iflası: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Fayl açma iflası '%s': fdopen() iflası: %s" @@ -638,60 +638,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "`%s'in URİ-si səhv qaçırılmış xarakterlər daxil edir" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/be.po b/po/be.po index c44e76de9..13a344a8e 100644 --- a/po/be.po +++ b/po/be.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-03-08 15:46+0200\n" "Last-Translator: Ales Nyakhaychyk \n" "Language-Team: Belarusian \n" @@ -132,7 +132,7 @@ msgid "Failed to open file '%s': %s" msgstr "Збой пад час адкрыцьця файлу \"%s\": %s" # glib/gfileutils.c:479 -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Збой пад час атрыманьня атрыбутаў файлу \"%s\": збой fstat(): %s" @@ -263,13 +263,13 @@ msgstr "" "Немагчыма выканаць непасрэднае чытаньне ў функцыі g_io_channel_read_to_end" # glib/gfileutils.c:505 -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Збой пад час адкрыцьця файлу \"%s\": збой fdopen(): %s" # glib/gfileutils.c:505 -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Збой пад час адкрыцьця файлу \"%s\": збой fdopen(): %s" @@ -743,61 +743,61 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" # glib/gconvert.c:1648 -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI \"%s\" утрымлівае недапушчальны сымбаль" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/bg.po b/po/bg.po index dcce091db..8abdd4c5f 100644 --- a/po/bg.po +++ b/po/bg.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-06-13 09:17+0300\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" @@ -110,7 +110,7 @@ msgstr "Неуспех при четене от файл „%s“: %s" msgid "Failed to open file '%s': %s" msgstr "Неуспех при отваряне на файл „%s“: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -238,12 +238,12 @@ msgstr "Каналът прекъсна на непълен символ" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Не може да се чете от g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Неуспех за отваряне на файл „%s“: неуспешно изпълнение на fdopen(): %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Неуспех за отваряне на файл „%s“: неуспешно изпълнение на fdopen(): %s" @@ -668,31 +668,31 @@ msgstr "Ключовият файл не започва с група" msgid "Key file contains unsupported encoding '%s'" msgstr "Ключовият файл съдържа неподдържаното кодиране „%s“" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Ключовият файл не съдържа групата „%s“" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Ключовият файл не съдържа ключа „%s“" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Ключовият файл съдържа ключ „%s“ със стойност „%s“, която не е в UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Ключовият файл съдържа ключа „%s“, чиято стойност не може да бъде " "анализирана." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -701,31 +701,31 @@ msgstr "" "Ключовият файл съдържа ключа „%s“ в групата „%s“, чиято стойност не може да " "бъде анализирана." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Ключовият файл не съдържа ключа „%s“ в групата „%s“" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Ключовият файл съдържа екранираща последователност в край на ред" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Ключовият файл съдържа грешна екранираща последователност - „%s“" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Стойността „%s“ не може да се интерпретира като число." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "Целочислената стойност „%s“ е извън интервала на допустими стойности" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Стойността „%s“ не може да се интерпретира като булева." diff --git a/po/bn.po b/po/bn.po index 4015ac866..0ae036742 100644 --- a/po/bn.po +++ b/po/bn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2002-12-15 09:35-0800\n" "Last-Translator: Taneem Ahmed \n" "Language-Team: Bengali \n" @@ -106,7 +106,7 @@ msgstr "ফাইল \"%s\" থেকে পড়াতে ব্যর্থ: %s" msgid "Failed to open file '%s': %s" msgstr "ফাইল \"%s\" খুলতে ব্যর্থ: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "ফাইল \"%s\" এর বৈশিষ্ট্য পেতে ব্যর্থ: fstat() ব্যর্থ: %s" @@ -215,12 +215,12 @@ msgstr "চ্যানেল আংশিক অ" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end এ সরাসরি পড়া যায়নি" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "ফাইল \"%s\" খুলতে ব্যর্থ: fdopen() ব্যর্থ: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "ফাইল \"%s\" খুলতে ব্যর্থ: fdopen() ব্যর্থ: %s" @@ -609,60 +609,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "ইউআরআই '%s' এর মধ্যে অগ্রহণীয় escape অক্ষর আছে" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/bs.po b/po/bs.po index f47d10b24..a36f69e69 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-05-17 01:30+0000\n" "Last-Translator: Kenan Hadžiavdić \n" "Language-Team: Bosnian \n" @@ -107,7 +107,7 @@ msgstr "Neuspješno čitanje datoteke '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Neuspješno otvaranje datoteke '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Neuspješno preuzimanje osobina datoteke '%s': fstat() neuspješan: %s" @@ -216,12 +216,12 @@ msgstr "Kanal završava djelimičnim znakom" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ne mogu čitati sirovo u g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Neuspješno otvaranje datoteke '%s': fdopen() neuspješan: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Neuspješno otvaranje datoteke '%s': fdopen() neuspješan: %s" @@ -638,60 +638,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' sadrži nevažeće escape znakove" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/ca.po b/po/ca.po index 452a7fea0..326ed93d5 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-01-14 10:51+0100\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" @@ -106,7 +106,7 @@ msgstr "No s'ha pogut llegir des del fitxer «%s»: %s" msgid "Failed to open file '%s': %s" msgstr "No s'ha pogut obrir el fitxer «%s»: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -216,12 +216,12 @@ msgstr "El canal acaba en un caràcter parcial" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "No es pot fer una lectura bàsica a g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "No s'ha pogut obrir el fitxer «%s»: fdopen() ha fallat: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "No s'ha pogut obrir el fitxer «%s»: fdopen() ha fallat: %s" @@ -657,31 +657,31 @@ msgstr "El fitxer de claus no comença amb un grup" msgid "Key file contains unsupported encoding '%s'" msgstr "El fitxer de claus conté la codificació no implementada «%s»" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "El fitxer de claus no té el grup «%s»" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "El fitxer de claus no té la clau «%s»" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "El fitxer de claus conté la clau «%s» amb valor «%s» que no és UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "El fitxer de claus conté la clau «%s» que té un valor que no es pot " "interpretar." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -690,31 +690,31 @@ msgstr "" "El fitxer de claus conté la clau «%s» al grup «%s», que té un valor que no " "es pot interpretar." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "El fitxer de claus no conté una clau «%s» al grup «%s»" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "El fitxer de claus conté un caràcter d'escapada al final de línia" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "El fitxer de claus conté el caràcter d'escapada invàlid «%s»" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "El valor «%s» no es pot interpretar com a un nombre." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "El valor enter «%s» per a %s és fora de l'abast" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "El valor «%s» no es pot interpretar com un booleà." diff --git a/po/cs.po b/po/cs.po index 6adce29e0..959296282 100644 --- a/po/cs.po +++ b/po/cs.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-06-12 14:23+0200\n" "Last-Translator: Miloslav Trmac \n" "Language-Team: Czech \n" @@ -108,7 +108,7 @@ msgstr "Chyba při čtení ze souboru '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Nemohu otevřít soubor '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Nemohu získat atributy souboru '%s': fstat() selhalo: %s" @@ -217,12 +217,12 @@ msgstr "Kanál ukončen částí znaku" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Nemohu přímo číst v g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Nemohu otevřít soubor '%s': fdopen() selhalo: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Nemohu otevřít soubor '%s': fdopen() selhalo: %s" @@ -638,31 +638,31 @@ msgstr "Soubor klíče nezačíná skupinou" msgid "Key file contains unsupported encoding '%s'" msgstr "Soubor klíče obsahuje nepodporované kódování '%s'" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Soubor klíče nemá skupinu '%s'" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Soubor klíče nemá klíč '%s'" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Soubor klíče obsahuje klíč '%s' s hodnotou '%s', která není v UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Soubor klíče obsahuje klíč '%s', který má hodnotu, kterou nelze " "interpretovat." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -671,31 +671,31 @@ msgstr "" "Soubor klíče obsahuje klíč '%s' ve skupině '%s', který má hodnotu, kterou " "nelze interpretovat." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Soubor klíče nemá klíč '%s' ve skupině '%s'" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Soubor klíče obsahuje znak escape na konci řádku" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Soubor klíče obsahuje neplatnou escape sekvenci '%s'" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Hodnotu '%s' nelze interpretovat jako číslo." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "Celočíselná hodnota '%s' mimo rozsah" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Hodnotu '%s' nelze interpretovat jako booleovskou hodnotu." diff --git a/po/cy.po b/po/cy.po index 2068ad92a..79ab5dded 100644 --- a/po/cy.po +++ b/po/cy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-01-05 23:45+0100\n" "Last-Translator: Rhys Jones \n" "Language-Team: Welsh \n" @@ -107,7 +107,7 @@ msgstr "Methwyd darllen o'r ffeil '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Methwyd agor y ffeil '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Methwyd darllen agweddau ffeil '%s': methiant fstat(): %s" @@ -216,12 +216,12 @@ msgstr "Mae'r sianel yn gorffen a nod rhannol" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Methu gwneud darlleniad crai yn g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Methwyd agor y ffeil '%s': methiant yn fdopen(): %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Methwyd agor y ffeil '%s': methiant yn fdopen(): %s" @@ -639,31 +639,31 @@ msgstr "Nid yw'r ffeil allwedd yn dechrau gyda grŵp" msgid "Key file contains unsupported encoding '%s'" msgstr "Ffeil allwedd yn cynnwys yr amgodiad '%s', na gynhelir" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Nid oes gan y ffeil allwedd y grŵp '%s'" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Ffeil allwedd heb fod yn cynnwys yr allwedd '%s'" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Ffeil allwedd yn cynnwys yr allwedd '%s' gyda'r gwerth '%s' nad yw'n UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Ffeil allwedd yn cynnwys yr allwedd '%s' sydd â gwerth na ellir ei ddirnad." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -672,31 +672,31 @@ msgstr "" "Ffeil allwedd yn cynnwys yr allwedd '%s' yng ngrŵp '%s' sydd â gwerth na " "ellir ei ddirnad." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Ffeil allwedd heb fod ganddi'r allwedd '%s' yn y grŵp '%s'" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Ffeil allwedd yn cynnwys nod dianc ar ddiwedd llinell" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Ffeil allwedd yn cynnwys '%s', sy'n ddilyniant dianc annilys" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Ni ellir darllen y gwerth '%s' fel rhif." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Mae'r gwerth cyfanrif '%s' ar gyfer %s y tu allan i'r cwmpas" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ni ellir darllen '%s' fel gwerth Boole." diff --git a/po/da.po b/po/da.po index eb504c872..911a77cdf 100644 --- a/po/da.po +++ b/po/da.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-06-11 10:24+0200\n" "Last-Translator: Martin Willemoes Hansen \n" "Language-Team: Danish \n" @@ -113,7 +113,7 @@ msgstr "Kunne ikke læse fra filen \"%s\": %s" msgid "Failed to open file '%s': %s" msgstr "Kunne ikke åbne filen \"%s\": %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Kunne ikke læse egenskaber for filen \"%s\": fstat() mislykkedes: %s" @@ -223,12 +223,12 @@ msgstr "Kanal afslutter med et ufuldendt tegn" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan ikke foretage en rå læsning i g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Kunne ikke åbne filen \"%s\": fdopen() mislykkedes: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Kunne ikke åbne filen \"%s\": fdopen() mislykkedes: %s" @@ -652,31 +652,31 @@ msgstr "Nøglefilen starter ikke med en gruppe" msgid "Key file contains unsupported encoding '%s'" msgstr "Nøglefilen indeholder kodningen \"%s\" der ikke er understøttet" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Nøglefilen indeholder ikke gruppen \"%s\"" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Nøglefilen indeholder ikke nøglen \"%s\"" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Nøglefilen indeholder nøglen \"%s\" med værdien \"%s\" der ikke er UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Nøglefilen indeholder nøglen \"%s\" som har en værdi der ikke kan fortolkes." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -685,31 +685,31 @@ msgstr "" "Nøglefilen indeholder nøglen \"%s\" i gruppen \"%s\" som har en værdi der " "ikke kan fortolkes." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Nøglefilen har ikke nøglen \"%s\" i gruppen \"%s\"" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Nøglefilen indeholder beskyttede tegn for enden af linjen" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Nøglefilen indeholder en ugyldig undvigesekvens \"%s\"" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Værdien \"%s\" kan ikke fortolkes som et nummer." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "Heltalsværdien \"%s\" er ikke i gyldigt interval" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Værdien \"%s\" kan ikke fortolkes som en sandhedsværdi." diff --git a/po/de.po b/po/de.po index 5ef7258b0..4f58a7c83 100644 --- a/po/de.po +++ b/po/de.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-12-18 14:51+0100\n" "Last-Translator: Hendrik Brandt \n" "Language-Team: German \n" @@ -111,7 +111,7 @@ msgstr "Es konnte nicht aus der Datei »%s« gelesen werden: %s" msgid "Failed to open file '%s': %s" msgstr "Datei »%s« konnte nicht geöffnet werden: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -222,12 +222,12 @@ msgstr "Kanal endet mit einem Teilzeichen" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Raw-read in g_io_channel_read_to_end nicht möglich" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Datei »%s« konnte nicht geöffnet werden: fdopen() fehlgeschlagen: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Datei »%s« konnte nicht geöffnet werden: fdopen() fehlgeschlagen: %s" @@ -662,33 +662,33 @@ msgstr "Die Schlüsselwertedatei beginnt nicht mit einer Gruppe" msgid "Key file contains unsupported encoding '%s'" msgstr "Die Schlüsselwertedatei enthält die nicht unterstützte Kodierung »%s«" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Die Schlüsselwertedatei enthält nicht die Gruppe »%s«" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Die Schlüsselwertedatei enthält nicht den Schlüssel »%s«" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Die Schlüsselwertedatei enthält den Schlüssel »%s« mit dem Wert »%s«, der " "nicht in UTF-8 kodiert ist" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Die Schlüsselwertedatei enthält den Schlüssel »%s« mit einem Wert der nicht " "interüretoert werden konnte." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -697,32 +697,32 @@ msgstr "" "Die Schlüsselwertedatei enthält den Schlüssel »%s« in der Gruppe »%s« mit " "einem Wert der nicht interüretoert werden konnte." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Die Schlüsselwertedatei hat keinen Schlüssel »%s« in der Gruppe »%s«" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Die Schlüsselwertedatei enthält ein Escape-Zeichen am Zeilenende" # CHECK -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Die Schlüsselwertedatei enthält das ungültige Escape-Zeichen »%s«" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Der Wert »%s« konnte nicht als Zahl interpretiert werden." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Ganzzahliger Wert »%s« für %s ist außerhalb des Bereiches." -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/el.po b/po/el.po index 17ccd60be..276cb2bcb 100644 --- a/po/el.po +++ b/po/el.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-02-06 11:07+0200\n" "Last-Translator: Kostas Papadimas \n" "Language-Team: Greek \n" @@ -120,7 +120,7 @@ msgid "Failed to open file '%s': %s" msgstr "Αποτυχία ανοίγματος αρχείου `%s': %s" # gconf/gconfd.c:1701 -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Αποτυχία λήψης ιδιοτήτων του αρχείου '%s': fstat() απέτυχε: %s" @@ -240,13 +240,13 @@ msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Δεν είναι δυνατή η raw ανάγνωση σε g_io_channel_read_to_end" # gconf/gconf-internals.c:2416 -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Αδυναμία ανοίγματος αρχείου '%s': fdopen() απέτυχε: %s" # gconf/gconf-internals.c:2416 -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Αδυναμία ανοίγματος αρχείου '%s': fdopen() απέτυχε: %s" @@ -686,29 +686,29 @@ msgstr "Το Key file δεν ξεκινάει με μια ομάδα" msgid "Key file contains unsupported encoding '%s'" msgstr "Το Key file περιέχει μη υποστηριζόμενη κωδικοποίηση '%s'" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Το Key file δεν έχει ομάδα '%s'" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Το Key file δεν έχει κλειδί'%s'" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Το Key file περιέχει ένα κλειδί '%s' με τιμή '%s' που δεν είναι UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Το Key file περιέχει key '%s' που η τιμή του δεν μπορεί να ερμηνευθεί." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -717,31 +717,31 @@ msgstr "" "Το Key file περιέχει key '%s' στην ομάδα '%s' που η τιμή του δεν μπορεί να " "ερμηνευθεί." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Το Key file δεν έχει key '%s' στην ομάδα '%s'" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Το Key file περιέχει escape character στο τέλος της γραμμής" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "To Key file περιέχει χαρακτήρες μή έγκυρα escaped '%s'" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως ένας αριθμός." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Integer value '%s' για %s είναι εκτός εύρους" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως boolean." diff --git a/po/en_CA.po b/po/en_CA.po index 4b47b961f..f4cac2822 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-03 18:25-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-07-03 16:20-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" diff --git a/po/en_GB.po b/po/en_GB.po index 20ab229fe..18225da92 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-04-19 20:16+0100\n" "Last-Translator: David Lodge \n" "Language-Team: \n" @@ -106,7 +106,7 @@ msgstr "Failed to read from file '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Failed to open file '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Failed to get attributes of file '%s': fstat() failed: %s" @@ -215,12 +215,12 @@ msgstr "Channel terminates in a partial character" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Can't do a raw read in g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Failed to open file '%s': fdopen() failed: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Failed to open file '%s': fdopen() failed: %s" @@ -634,29 +634,29 @@ msgstr "Key file does not start with a group" msgid "Key file contains unsupported encoding '%s'" msgstr "Key file contains unsupported encoding '%s'" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Key file does not have group '%s'" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Key file does not have key '%s'" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Key file contains key '%s' with value '%s' which is not UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Key file contains key '%s' which has value that cannot be interpreted." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -665,31 +665,31 @@ msgstr "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Key file does not have key '%s' in group '%s'" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Key file contains escape character at end of line" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Key file contains invalid escape sequence '%s'" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Value '%s' cannot be interpreted as a number." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Integer value '%s' for %s out of range" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." diff --git a/po/eo.po b/po/eo.po index 3c762a545..d4715804b 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2003-07-01 15:10-0500\n" "Last-Translator: Charles Voelger \n" "Language-Team: Esperanto \n" @@ -106,7 +106,7 @@ msgstr "Malsukcesis legi de dosieron '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Malsukcesis malfermi dosieron '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Malsukcesis ricevi atributojn de dosiero '%s': fstat() malsukcesis: %s" @@ -215,12 +215,12 @@ msgstr "Kanalo finas kun parta signo" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ne povas fari krudan legon en g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s" @@ -631,60 +631,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "La URI '%s' enhavas nevalidajn eskapajn signojn" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/es.po b/po/es.po index 0a5122f88..c9807cdda 100644 --- a/po/es.po +++ b/po/es.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-06 17:13+0200\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-07-06 17:14+0200\n" "Last-Translator: Francisco Javier F. Serrador \n" "Language-Team: Spanish \n" @@ -21,242 +21,241 @@ msgstr "" "X-Generator: KBabel 1.9.1\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gconvert.c:406 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" "La conversión desde el conjunto de caracteres «%s»·a·«%s»·no está soportada" -#: ../glib/gconvert.c:410 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "No se pudo abrir el conversor de «%s»·a·«%s»" -#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1319 -#: ../glib/giochannel.c:1361 ../glib/giochannel.c:2203 ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 +#: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Hay una secuencia de bytes no válida en la entrada de conversión" -#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1326 -#: ../glib/giochannel.c:2215 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 +#: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Ha ocurrido un error·durante la·conversión:·%s" -#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Hay una secuencia parcial de caracteres en el final de la entrada" -#: ../glib/gconvert.c:817 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "No se puede convertir el fallback «%s»·al conjunto de códigos·«%s»" -#: ../glib/gconvert.c:1619 +#: glib/gconvert.c:1619 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "La URI·«%s»·no es una URI·absoluta utilizando el esquema «file»" -#: ../glib/gconvert.c:1629 +#: glib/gconvert.c:1629 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "El archivo local·en la URI «%s»·no debe incluir un·«#»" -#: ../glib/gconvert.c:1646 +#: glib/gconvert.c:1646 #, c-format msgid "The URI '%s' is invalid" msgstr "La URI·«%s»·es inválida" -#: ../glib/gconvert.c:1658 +#: glib/gconvert.c:1658 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "El nombre del anfitrión de la·URI·«%s»·es inválido" -#: ../glib/gconvert.c:1674 +#: glib/gconvert.c:1674 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "La·URI·«%s»·contiene caracteres de escape inválidos" -#: ../glib/gconvert.c:1768 +#: glib/gconvert.c:1768 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "El nombre de la ruta «%s» no es una ruta absoluta" -#: ../glib/gconvert.c:1778 +#: glib/gconvert.c:1778 msgid "Invalid hostname" msgstr "El nombre del anfitrión es inválido" -#: ../glib/gdir.c:121 ../glib/gdir.c:141 +#: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" msgstr "Ha ocurrido un error al abrir el directorio «%s»:·%s" -#: ../glib/gfileutils.c:576 ../glib/gfileutils.c:649 +#: glib/gfileutils.c:576 glib/gfileutils.c:649 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "No se pueden asignar %lu bytes para leer el archivo «%s»" -#: ../glib/gfileutils.c:591 +#: glib/gfileutils.c:591 #, c-format msgid "Error reading file '%s': %s" msgstr "Ha ocurrido un error al leer el archivo «%s»:·%s" -#: ../glib/gfileutils.c:673 +#: glib/gfileutils.c:673 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Ha ocurrido un error en la lectura desde el archivo «%s»:·%s" -#: ../glib/gfileutils.c:724 ../glib/gfileutils.c:811 +#: glib/gfileutils.c:724 glib/gfileutils.c:811 #, c-format msgid "Failed to open file '%s': %s" msgstr "Ha ocurrido un error al abrir el archivo «%s»:·%s" -#: ../glib/gfileutils.c:741 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Ha ocurrido un error al obtener los atributos del archivo «%s»:·fstat()" "·falló:·%s" -#: ../glib/gfileutils.c:775 +#: glib/gfileutils.c:775 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Ha ocurrido un error al abrir el archivo «%s»:·fdopen()·falló:·%s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Falló al renombrar el archivo «%s» a «%s»:·g_rename()·falló:·%s" -#: ../glib/gfileutils.c:952 +#: glib/gfileutils.c:952 #, c-format msgid "Could not change file mode: fork() failed: %s" msgstr "No se pudo cambiar el modo del archivo: fork()·falló:·%s" -#: ../glib/gfileutils.c:983 +#: glib/gfileutils.c:983 #, c-format msgid "Could not change file mode: waitpid() failed: %s" msgstr "No se pudo cambiar el modo del archivo: waitpid() falló: %s" -#: ../glib/gfileutils.c:1002 +#: glib/gfileutils.c:1002 #, c-format msgid "Could not change file mode: chmod() failed: %s" msgstr "No se pudo cambiar el modo del archivo: chmod() falló: %s" -#: ../glib/gfileutils.c:1013 +#: glib/gfileutils.c:1013 #, c-format msgid "Could not change file mode: Child terminated by signal: %s" msgstr "" "No sepudo cambiar el modo del archivo: El hijo fue terminado por la señal: %s" -#: ../glib/gfileutils.c:1024 +#: glib/gfileutils.c:1024 msgid "Could not change file mode: Child terminated abnormally" msgstr "No se pudo cambiar el modo del archivo: el hijo terminó anormalmente" -#: ../glib/gfileutils.c:1058 ../glib/gfileutils.c:1524 +#: glib/gfileutils.c:1058 glib/gfileutils.c:1524 #, c-format msgid "Failed to create file '%s': %s" msgstr "Ha ocurrido un error al crear el archivo «%s»:·%s" -#: ../glib/gfileutils.c:1080 +#: glib/gfileutils.c:1080 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Falló al abrir el archivo «%s» para escritura: fdopen() falló: %s" -#: ../glib/gfileutils.c:1105 +#: glib/gfileutils.c:1105 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Ha ocurrido un error al escribir el archivo «%s»:·fwrite()·falló:·%s" -#: ../glib/gfileutils.c:1124 +#: glib/gfileutils.c:1124 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Ha ocurrido un error al cerrar el archivo «%s»:·fclose()·falló:·%s" -#: ../glib/gfileutils.c:1242 +#: glib/gfileutils.c:1242 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "El archivo existente «%s» no se pudo eliminar: g_unlink() falló: %s" -#: ../glib/gfileutils.c:1485 +#: glib/gfileutils.c:1485 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "La plantilla «%s» es inválida, no debería contener un «%s»" -#: ../glib/gfileutils.c:1499 +#: glib/gfileutils.c:1499 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "La plantilla ·«%s»· no termina con XXXXXX" -#: ../glib/gfileutils.c:1977 +#: glib/gfileutils.c:1977 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Ha ocurrido un error al leer el enlace simbólico «%s»:·%s" -#: ../glib/gfileutils.c:1998 +#: glib/gfileutils.c:1998 msgid "Symbolic links not supported" msgstr "Enlaces simbólicos no soportados" -#: ../glib/giochannel.c:1147 +#: glib/giochannel.c:1147 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "" "La conversión desde el conjunto de caracteres «%s»·a·«%s»·no está soportada" -#: ../glib/giochannel.c:1151 +#: glib/giochannel.c:1151 #, c-format msgid "Could not open converter from `%s' to `%s': %s" msgstr "No se pudo abrir el conversor de «%s»·a·«%s»:·%s" -#: ../glib/giochannel.c:1496 +#: glib/giochannel.c:1496 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "No se puede hacer una lectura en bruto (raw) en g_io_channel_read_line_string" -#: ../glib/giochannel.c:1543 ../glib/giochannel.c:1800 -#: ../glib/giochannel.c:1886 +#: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886 msgid "Leftover unconverted data in read buffer" msgstr "Se han dejado datos no convertidos en el búfer de lectura" -#: ../glib/giochannel.c:1623 ../glib/giochannel.c:1700 +#: glib/giochannel.c:1623 glib/giochannel.c:1700 msgid "Channel terminates in a partial character" msgstr "El canal termina en un carácter parcial" -#: ../glib/giochannel.c:1686 +#: glib/giochannel.c:1686 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "No se puede hacer una lectura en bruto (raw) en g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Ha ocurrido un error al abrir el archivo «%s»:·open()·falló:·%s" -#: ../glib/gmappedfile.c:178 +#: glib/gmappedfile.c:178 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Ha ocurrido un error al mapear el archivo «%s»:·mmap()·falló:·%s" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "Error en la línea %d,·carácter·%d:·%s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "Error·en la línea·%d:·%s" -#: ../glib/gmarkup.c:434 +#: glib/gmarkup.c:434 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "La entidad '&;' está vacía; las entidades válidas son:·&·"·<·>" "·'" -#: ../glib/gmarkup.c:444 +#: glib/gmarkup.c:444 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -267,17 +266,17 @@ msgstr "" "carácter «&» inicia una entidad; si el signo '&' no debiera ser una entidad, " "escápela como &" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "El carácter «%s»·no es válido dentro del nombre de una entidad" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "El nombre de la entidad «%s»·es desconocido" -#: ../glib/gmarkup.c:526 +#: glib/gmarkup.c:526 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -286,7 +285,7 @@ msgstr "" "\"&\" sin la intención de indicar una entidad - escape el signo \"&\" como " "&" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -296,18 +295,18 @@ msgstr "" "dentro de un carácter de referencia·( por ejemplo ê·)·-·tal vez el " "dígito es demasiado grande" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "El carácter de referencia «%-.*s» no codifica un carácter permitido" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "" "El carácter de referencia está vacío; debería incluir un dígito tal como " "dž" -#: ../glib/gmarkup.c:629 +#: glib/gmarkup.c:629 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -317,23 +316,23 @@ msgstr "" "un carácter «&» sin pretender iniciar una entidad - escape·el·carácter·\"&" "\"·como·&" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "Referencia a entidad sin terminar" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "Referencia a carácter sin terminar" -#: ../glib/gmarkup.c:964 ../glib/gmarkup.c:992 ../glib/gmarkup.c:1023 +#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" msgstr "El texto codificado como UTF-8 no es válido" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. )" msgstr "El documento debe comenzar con un elemento (por ejemplo: )" -#: ../glib/gmarkup.c:1099 +#: glib/gmarkup.c:1099 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -342,7 +341,7 @@ msgstr "" "«%s» no es un carácter válido a continuación del carácter '<': no debe " "iniciar el nombre de un elemento" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -351,7 +350,7 @@ msgstr "" "Carácter impropio «%s», se esperaba un carácter '>' para terminar la " "etiqueta del elemento «%s»" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -359,7 +358,7 @@ msgstr "" "Carácter impropio «%s»,·se esperaba el carácter '='·después del nombre de " "atributo·«%s»·del elemento·«%s»" -#: ../glib/gmarkup.c:1294 +#: glib/gmarkup.c:1294 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -370,7 +369,7 @@ msgstr "" "inicio de la etiqueta del elemento «%s» u opcionalmente un atributo;·tal vez " "utilizó un carácter que no es válido en un nombre de atributo" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -379,7 +378,7 @@ msgstr "" "Carácter impropio «%s», se esperaba una marca de apertura de comillas " "después del signo igual al darle valor al atributo «%s» del elemento «%s»" -#: ../glib/gmarkup.c:1528 +#: glib/gmarkup.c:1528 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: ../glib/gmarkup.c:1579 +#: glib/gmarkup.c:1579 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "El elemento «%s» fue cerrado, no existe ningún elemento abierto" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" "El·elemento·«%s» fue cerrado,·pero el elemento que está abierto actualmente " "es «%s»" -#: ../glib/gmarkup.c:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "El documento estaba vacío o sólo contenía espacios en blanco" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "El documento termina inesperadamente justo después de un '<'" -#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 +#: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -426,7 +425,7 @@ msgstr "" "El documento termina inesperadamente con elementos todavía abiertos - «%s» " "fue el último elemento abierto" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -435,21 +434,21 @@ msgstr "" "El documento termina inesperadamente, se esperada un carácter '>' " "finalizando la etiqueta <%s/>" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "El documento termina inesperadamente dentro de un nombre de elemento" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "El documento termina inesperadamente dentro de un nombre de atributo" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "El documento termina inesperadamente dentro de una etiqueta de apertura de " "elemento." -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -457,81 +456,81 @@ msgstr "" "El documento termina inesperadamente después de los signos igual que siguen " "al nombre de atributo; sin valor de atributo" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "El documento termina inesperadamente dentro del valor de un atributo" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "El documento termina inesperadamente dentro de la etiqueta cierre del " "elemento «%s»" -#: ../glib/gmarkup.c:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "El documento termina inesperadamente dentro de un comentario o procesando " "una instrucción" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" msgstr "El texto entrecomillado no empieza con un signo de comilla" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Falta una comilla en la línea de comandos o en otro texto con comillas tipo " "shell" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "" "El texto termina justo después de un carácter '\\'. (El texto era «%s»)" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "El texto terminó antes de que se encontrase la comilla correspondiente con %" "c (El texto era «%s»)" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "El texto está vacío (o sólo contiene espacios en blanco)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "Ha ocurrido un error al leer los datos desde un proceso hijo" -#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Ha ocurrido un error en la creación de un conducto (pipe) para comunicarse " "con el proceso hijo (%s)" -#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Ha ocurrido un error al leer desde el conducto (pipe) hijo (%s)" -#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Ha ocurrido un error al cambiar al directorio «%s»·(%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "Ha ocurrido un error al ejecutar el proceso hijo (%s)" -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "Ha ocurrido un error al ejecutar el programa auxiliar" -#: ../glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -539,128 +538,128 @@ msgstr "" "Ha ocurrido un error inesperado en g_io_channel_win32_poll() al leer datos " "desde un proceso hijo" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Ha ocurrido un error en la lectura de datos desde el proceso hijo (%s)" -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Ha ocurrido un error inesperado en select()·leyendo datos desde el proceso " "hijo (%s)" -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Ha ocurrido un error inesperado en waitpid()·(%s)" -#: ../glib/gspawn.c:1083 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Falló al bifurcar (fork) (%s)" -#: ../glib/gspawn.c:1233 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Ha ocurrido un error al ejecutar el proceso hijo «%s» (%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" "Ha ocurrido un error al redirigir la salida o la entrada del proceso hijo (%" "s)" -#: ../glib/gspawn.c:1252 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Ha ocurrido un error al lanzar el proceso hijo·(%s)" -#: ../glib/gspawn.c:1260 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Ha ocurrido un error desconocido al ejecutar el proceso hijo «%s»" -#: ../glib/gspawn.c:1282 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Ha ocurrido un error al intentar leer suficientes datos desde el conducto " "hijo (%s)" -#: ../glib/gutf8.c:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "El carácter se encuentra fuera del rango para UTF-8" -#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "La secuencia en la conversión de entrada no es válida" -#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "El carácter se encuentra fuera del rango para UTF-16" -#: ../glib/goption.c:465 +#: glib/goption.c:465 msgid "Usage:" msgstr "Uso:" -#: ../glib/goption.c:465 +#: glib/goption.c:465 msgid "[OPTION...]" msgstr "[OPCIÓN...]" -#: ../glib/goption.c:551 +#: glib/goption.c:551 msgid "Help Options:" msgstr "Opciones de ayuda:" -#: ../glib/goption.c:552 +#: glib/goption.c:552 msgid "Show help options" msgstr "Mostrar opciones de ayuda" -#: ../glib/goption.c:557 +#: glib/goption.c:557 msgid "Show all help options" msgstr "Mostrar todas las opciones de ayuda" -#: ../glib/goption.c:607 +#: glib/goption.c:607 msgid "Application Options:" msgstr "Opciones de la aplicación:" -#: ../glib/goption.c:648 +#: glib/goption.c:648 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "No se puede analizar gramaticalmente el valor entero «%s» para %s" -#: ../glib/goption.c:658 +#: glib/goption.c:658 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "El valor entero «%s» para %s está fuera de rango" -#: ../glib/goption.c:940 ../glib/goption.c:1015 +#: glib/goption.c:940 glib/goption.c:1015 #, c-format msgid "Missing argument for %s" msgstr "Falta un argumento para %s" -#: ../glib/goption.c:1418 +#: glib/goption.c:1418 #, c-format msgid "Unknown option %s" msgstr "Opción desconocida %s" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "" "No se pudo encontrar la clave de archivo válida en los directorios de datos" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "No es un archivo regular" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "El archivo está vacío" -#: ../glib/gkeyfile.c:697 +#: glib/gkeyfile.c:697 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -668,42 +667,42 @@ msgstr "" "El archivo clave contiene la línea «%s» que no es un par valor-clave, grupo " "o comentario" -#: ../glib/gkeyfile.c:765 +#: glib/gkeyfile.c:765 msgid "Key file does not start with a group" msgstr "El archivo clave no empieza con un grupo" -#: ../glib/gkeyfile.c:808 +#: glib/gkeyfile.c:808 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "El archivo clave contiene una codificación no soportada «%s»" -#: ../glib/gkeyfile.c:1017 ../glib/gkeyfile.c:1176 ../glib/gkeyfile.c:2177 -#: ../glib/gkeyfile.c:2242 ../glib/gkeyfile.c:2361 ../glib/gkeyfile.c:2497 -#: ../glib/gkeyfile.c:2649 ../glib/gkeyfile.c:2823 ../glib/gkeyfile.c:2880 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "El archivo clave no tiene el grupo «%s»" -#: ../glib/gkeyfile.c:1188 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "El archivo clave no tiene la clave «%s»" -#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "El archivo clave contiene la clave «%s» con el valor «%s» el cual no está " "en UTF-8" -#: ../glib/gkeyfile.c:1307 ../glib/gkeyfile.c:1416 ../glib/gkeyfile.c:1788 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "El archivo clave contiene la clave «%s» que tiene un valor que no puede ser " "interpretado." -#: ../glib/gkeyfile.c:2004 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -712,31 +711,31 @@ msgstr "" "El archivo clave contiene la clave «%s» en el grupo «%s» que tiene un valor " "que no puede ser interpretado." -#: ../glib/gkeyfile.c:2192 ../glib/gkeyfile.c:2376 ../glib/gkeyfile.c:2891 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "El archivo clave no tiene la clave «%s» en el grupo «%s»" -#: ../glib/gkeyfile.c:3072 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "El archivo clave contiene un carácter de escape al final de la línea" -#: ../glib/gkeyfile.c:3094 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "El archivo clave contiene la secuencia de escape inválida «%s»" -#: ../glib/gkeyfile.c:3235 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "El valor «%s» no puede interpretarse como un número." -#: ../glib/gkeyfile.c:3245 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "El valor entero «%s» está fuera de rango" -#: ../glib/gkeyfile.c:3275 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "El valor «%s» no puede interpretarse como un booleano." diff --git a/po/en_CA.po b/po/et.po similarity index 61% copy from po/en_CA.po copy to po/et.po index 4b47b961f..3d7a950d5 100644 --- a/po/en_CA.po +++ b/po/et.po @@ -1,246 +1,251 @@ -# English/Canada translation of glib. -# Copyright (C) 2004-2005 Adam Weinberger -# This file is distributed under the same licence as the glib package. -# Adam Weinberger , 2004, 2005. +# Glib eesti tõlge. +# Estonian translation of Glib. # +# Copyright (C) 2002, 2005 Free Software Foundation, Inc. +# This file is distributed under the same license as the Glib package. +# +# Allan Sims , 2002. +# Ivar Smolin , 2005. +# Priit Laes , 2005. # msgid "" msgstr "" -"Project-Id-Version: glib\n" +"Project-Id-Version: Glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-03 18:25-0400\n" -"PO-Revision-Date: 2005-07-03 16:20-0400\n" -"Last-Translator: Adam Weinberger \n" -"Language-Team: Canadian English \n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" +"PO-Revision-Date: 2005-07-02 11:42+0300\n" +"Last-Translator: Priit Laes \n" +"Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" -msgstr "Conversion from character set '%s' to '%s' is not supported" +msgstr "Teisendamine koodistikust '%s' koodistikku '%s' ei ole toetatud" #: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" -msgstr "Could not open converter from '%s' to '%s'" +msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada" #: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" -msgstr "Invalid byte sequence in conversion input" +msgstr "Vigane baidijada sisendi teisendamisel" #: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" -msgstr "Error during conversion: %s" +msgstr "Viga teisendamisel: %s" #: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" -msgstr "Partial character sequence at end of input" +msgstr "Osaline märgijada sisendi lõpus" #: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" -msgstr "Cannot convert fallback '%s' to codeset '%s'" +msgstr "Taandresiimi '%s' pole võimalik teisendada kooditabelisse '%s'" #: glib/gconvert.c:1619 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" -msgstr "The URI '%s' is not an absolute URI using the \"file\" scheme" +msgstr "URI '%s' ei ole failiskeemi (\"file\") jaoks absoluutne URI" #: glib/gconvert.c:1629 #, c-format msgid "The local file URI '%s' may not include a '#'" -msgstr "The local file URI '%s' may not include a '#'" +msgstr "Kohaliku faili URI '%s' ei või sisaldada märki '#'" #: glib/gconvert.c:1646 #, c-format msgid "The URI '%s' is invalid" -msgstr "The URI '%s' is invalid" +msgstr "URI '%s' on vigane" #: glib/gconvert.c:1658 #, c-format msgid "The hostname of the URI '%s' is invalid" -msgstr "The hostname of the URI '%s' is invalid" +msgstr "URI '%s' hostinimi on vigane" #: glib/gconvert.c:1674 #, c-format msgid "The URI '%s' contains invalidly escaped characters" -msgstr "The URI '%s' contains invalidly escaped characters" +msgstr "URI '%s' sisaldab vigaseid paomärke" #: glib/gconvert.c:1768 #, c-format msgid "The pathname '%s' is not an absolute path" -msgstr "The pathname '%s' is not an absolute path" +msgstr "Rajanimi '%s' ei ole absoluutne rada" #: glib/gconvert.c:1778 msgid "Invalid hostname" -msgstr "Invalid hostname" +msgstr "Vigane hostinimi" #: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" -msgstr "Error opening directory '%s': %s" +msgstr "Viga kataloogi '%s' avamisel: %s" #: glib/gfileutils.c:576 glib/gfileutils.c:649 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" -msgstr "Could not allocate %lu bytes to read file \"%s\"" +msgstr "Ei saa eraldada %lu faili \"%s\" lugemiseks" #: glib/gfileutils.c:591 #, c-format msgid "Error reading file '%s': %s" -msgstr "Error reading file '%s': %s" +msgstr "Viga failist '%s' lugemisel: %s" #: glib/gfileutils.c:673 #, c-format msgid "Failed to read from file '%s': %s" -msgstr "Failed to read from file '%s': %s" +msgstr "Tõrge failist '%s' lugemisel: %s" #: glib/gfileutils.c:724 glib/gfileutils.c:811 #, c-format msgid "Failed to open file '%s': %s" -msgstr "Failed to open file '%s': %s" +msgstr "Tõrge faili '%s' avamisel: %s" #: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" -msgstr "Failed to get attributes of file '%s': fstat() failed: %s" +msgstr "Tõrge faili '%s' atribuutide saamisel: fstat() nurjus: %s" #: glib/gfileutils.c:775 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" -msgstr "Failed to open file '%s': fdopen() failed: %s" +msgstr "Tõrge faili '%s' avamisel: fdopen() nurjus: %s" #: glib/gfileutils.c:909 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" -msgstr "Failed to rename file '%s' to '%s': g_rename() failed: %s" +msgstr "Tõrge faili '%s' ümbernimetamisel nimega '%s': g_rename() nurjus: %s" #: glib/gfileutils.c:952 #, c-format msgid "Could not change file mode: fork() failed: %s" -msgstr "Could not change file mode: fork() failed: %s" +msgstr "Failirežiimi pole võimalik muuta: fork() nurjus: %s" #: glib/gfileutils.c:983 #, c-format msgid "Could not change file mode: waitpid() failed: %s" -msgstr "Could not change file mode: waitpid() failed: %s" +msgstr "Failirežiimi pole võimalik muuta: waitpid() nurjus: %s" #: glib/gfileutils.c:1002 #, c-format msgid "Could not change file mode: chmod() failed: %s" -msgstr "Could not change file mode: chmod() failed: %s" +msgstr "Failirežiimi pole võimalik muuta: chmod() nurjus: %s" #: glib/gfileutils.c:1013 #, c-format msgid "Could not change file mode: Child terminated by signal: %s" -msgstr "Could not change file mode: Child terminated by signal: %s" +msgstr "Failirežiimi pole võimalik muuta: Lapsprotsess lõpetati signaaliga: %s" #: glib/gfileutils.c:1024 msgid "Could not change file mode: Child terminated abnormally" -msgstr "Could not change file mode: Child terminated abnormally" +msgstr "Failirežiimi pole võimalik muuta: Lapsprotsess lõpetas ebanormaalselt" #: glib/gfileutils.c:1058 glib/gfileutils.c:1524 #, c-format msgid "Failed to create file '%s': %s" -msgstr "Failed to create file '%s': %s" +msgstr "Tõrge faili '%s' loomisel: %s" #: glib/gfileutils.c:1080 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" -msgstr "Failed to open file '%s' for writing: fdopen() failed: %s" +msgstr "Tõrge faili '%s' avamisel kirjutamiseks: fdopen() nurjus: %s" #: glib/gfileutils.c:1105 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" -msgstr "Failed to write file '%s': fwrite() failed: %s" +msgstr "Tõrge faili '%s' kirjutamisel: fwrite() nurjus: %s" #: glib/gfileutils.c:1124 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" -msgstr "Failed to close file '%s': fclose() failed: %s" +msgstr "Tõrge faili '%s' sulgemisel: fclose() nurjus: %s" #: glib/gfileutils.c:1242 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" -msgstr "Existing file '%s' could not be removed: g_unlink() failed: %s" +msgstr "Olemasolevat faili '%s' pole võimalik eemaldada: g_unlink() nurjus: %s" #: glib/gfileutils.c:1485 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" -msgstr "Template '%s' invalid, should not contain a '%s'" +msgstr "Mall '%s' vigane, ei tohiks sisaldada '%s'" #: glib/gfileutils.c:1499 #, c-format msgid "Template '%s' doesn't end with XXXXXX" -msgstr "Template '%s' does not end with XXXXXX" +msgstr "Mall '%s' ei lõppe XXXXXX-ga" #: glib/gfileutils.c:1977 #, c-format msgid "Failed to read the symbolic link '%s': %s" -msgstr "Failed to read the symbolic link '%s': %s" +msgstr "Tõrge nimeviite '%s' lugemisel: %s" #: glib/gfileutils.c:1998 msgid "Symbolic links not supported" -msgstr "Symbolic links not supported" +msgstr "Nimeviited ei ole toetatud" #: glib/giochannel.c:1147 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" -msgstr "Conversion from character set `%s' to `%s' is not supported" +msgstr "Teisendamine koodistikust `%s' koodistikuks `%s ei ole toetatud" #: glib/giochannel.c:1151 #, c-format msgid "Could not open converter from `%s' to `%s': %s" -msgstr "Could not open converter from `%s' to `%s': %s" +msgstr "Konverterit `%s'-st `%s'-ks pole võimalik avada: %s" #: glib/giochannel.c:1496 msgid "Can't do a raw read in g_io_channel_read_line_string" -msgstr "Cannot do a raw read in g_io_channel_read_line_string" +msgstr "Ei saa teostada toorest lugemise g_io_channel_read_line_string'i sees" #: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886 msgid "Leftover unconverted data in read buffer" -msgstr "Leftover unconverted data in read buffer" +msgstr "Lugemispuhvrisse jäi teisendamata andmeid" #: glib/giochannel.c:1623 glib/giochannel.c:1700 msgid "Channel terminates in a partial character" -msgstr "Channel terminates in a partial character" +msgstr "Kanali katkestus poole märgi pealt" #: glib/giochannel.c:1686 msgid "Can't do a raw read in g_io_channel_read_to_end" -msgstr "Cannot do a raw read in g_io_channel_read_to_end" +msgstr "Ei saa teostada toorest lugemise g_io_channel_read_to_end'i sees" #: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" -msgstr "Failed to open file '%s': open() failed: %s" +msgstr "Tõrge faili '%s' avamisel: open() nurjus: %s" #: glib/gmappedfile.c:178 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" -msgstr "Failed to map file '%s': mmap() failed: %s" +msgstr "Tõrge faili '%s' avamisel: mmap() nurjus: %s" #: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" -msgstr "Error on line %d char %d: %s" +msgstr "Viga real %d märgil %d: %s" #: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" -msgstr "Error on line %d: %s" +msgstr "Viga real %d: %s" #: glib/gmarkup.c:434 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" -"Empty entity '&;' seen; valid entities are: & " < > '" +"Avastati tühi olem '&'; lubatud olemid on: & " < > '" #: glib/gmarkup.c:444 #, c-format @@ -249,27 +254,26 @@ msgid "" "begins an entity; if this ampersand isn't supposed to be an entity, escape " "it as &" msgstr "" -"Character '%s' is not valid at the start of an entity name; the & character " -"begins an entity; if this ampersand is not supposed to be an entity, escape " -"it as &" +"Märk '%s' ei ole olemi nime alguses lubatud. Märk & alustab olemit, kui see " +"ampersand pole mõeldud olemiks, märgi see kui &" #: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" -msgstr "Character '%s' is not valid inside an entity name" +msgstr "Märk '%s' ei ole olemi nimes lubatud" #: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" -msgstr "Entity name '%s' is not known" +msgstr "Olemi nimi '%s' on tuntmatu" #: glib/gmarkup.c:526 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" msgstr "" -"Entity did not end with a semicolon; most likely you used an ampersand " -"character without intending to start an entity - escape ampersand as &" +"Olem ei lõppenud semikooloniga; kõige tõenäolisemalt ei kavatsenud sa " +"ampersandi kasutades olemit alustada - märgi see kui &" #: glib/gmarkup.c:579 #, c-format @@ -277,17 +281,17 @@ msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " "reference (ê for example) - perhaps the digit is too large" msgstr "" -"Failed to parse '%-.*s', which should have been a digit inside a character " -"reference (ê for example) - perhaps the digit is too large" +"Viga '%-.*s' parsimisel. See võiks olla märgiviites olev number (näiteks " +"ê) - võibolla on number liiga suur" #: glib/gmarkup.c:604 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" -msgstr "Character reference '%-.*s' does not encode a permitted character" +msgstr "Märgiviide '%-.*s' ei teisendu lubatud märgiks" #: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" -msgstr "Empty character reference; should include a digit such as dž" +msgstr "Tühi märgiviide, see peaks sisaldama numbrit, näiteks dž" #: glib/gmarkup.c:629 msgid "" @@ -295,25 +299,24 @@ msgid "" "ampersand character without intending to start an entity - escape ampersand " "as &" msgstr "" -"Character reference did not end with a semicolon; most likely you used an " -"ampersand character without intending to start an entity - escape ampersand " -"as &" +"Märgiviide ei lõpe semikooloniga. Enamasti kasutatakse ampersand märki ilma " +"kavatsuseta olemit alustada - märgi see kui &" #: glib/gmarkup.c:715 msgid "Unfinished entity reference" -msgstr "Unfinished entity reference" +msgstr "Lõpetamata viide olemile" #: glib/gmarkup.c:721 msgid "Unfinished character reference" -msgstr "Unfinished character reference" +msgstr "Lõpetamata viide märgile" #: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" -msgstr "Invalid UTF-8 encoded text" +msgstr "Vigaselt kodeeritud UTF-8 tekst" #: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. )" -msgstr "Document must begin with an element (e.g. )" +msgstr "Dokument peab algama elemendiga (nt: )" #: glib/gmarkup.c:1099 #, c-format @@ -321,8 +324,7 @@ msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "" -"'%s' is not a valid character following a '<' character; it may not begin an " -"element name" +"Märk '%s' ei ole märgi '<' järel lubatud, see võib mitte olla elemendi nimi" #: glib/gmarkup.c:1163 #, c-format @@ -330,15 +332,15 @@ msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "" -"Odd character '%s', expected a '>' character to end the start tag of element " -"'%s'" +"Veider märk '%s', oodatakse '>' märki, et lõpetada elemendi '%s' algussilti" #: glib/gmarkup.c:1252 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" -"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +"Veider märk '%s', oodatakse '=' märki peale elemendi '%s' tunnust nimega '%" +"s' " #: glib/gmarkup.c:1294 #, c-format @@ -347,9 +349,9 @@ msgid "" "element '%s', or optionally an attribute; perhaps you used an invalid " "character in an attribute name" msgstr "" -"Odd character '%s', expected a '>' or '/' character to end the start tag of " -"element '%s', or optionally an attribute; perhaps you used an invalid " -"character in an attribute name" +"Veider märk '%s', oodatakse märke '>' või '/', mis tähitaksid elemendi '%s' " +"sildi algust või lõppu, ühe võimalusena ka atribuuti. Võib-olla kasutad sa " +"atribuudi nimes vigast märki?" #: glib/gmarkup.c:1383 #, c-format @@ -357,8 +359,8 @@ msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " "giving value for attribute '%s' of element '%s'" msgstr "" -"Odd character '%s', expected an open quote mark after the equals sign when " -"giving value for attribute '%s' of element '%s'" +"Veider märk '%s', oodatakse võrdusmärgi järel tulevat jutumärki, mis aitaks " +"atribuudile '%s' väärtust seada (element '%s')" #: glib/gmarkup.c:1528 #, c-format @@ -366,8 +368,8 @@ msgid "" "'%s' is not a valid character following the characters ''" msgstr "" -"'%s' is not a valid character following the close element name '%s'; the " -"allowed character is '>'" +"Märk '%s' ei ole lubatud märk elemendi '%s' nime sulgemise järel, lubatud " +"märk on '>'" #: glib/gmarkup.c:1579 #, c-format msgid "Element '%s' was closed, no element is currently open" -msgstr "Element '%s' was closed, no element is currently open" +msgstr "Element '%s' on suletud, avatud elemente ei ole" #: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" -msgstr "Element '%s' was closed, but the currently open element is '%s'" +msgstr "Element '%s' on suletud, kuid praegu avatud element on '%s'" #: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" -msgstr "Document was empty or contained only whitespace" +msgstr "Dokument on tühi või sisaldab ainult tühja ruumi" #: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" -msgstr "Document ended unexpectedly just after an open angle bracket '<'" +msgstr "Dokument lõppes ootamatult ilma avatud nurksulgu '<' sulgemata" #: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format @@ -402,8 +404,8 @@ msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "" -"Document ended unexpectedly with elements still open - '%s' was the last " -"element opened" +"Dokument lõppes ootamatult ilma, et avatud elemente sulgemata - '%s' oli " +"viimane avatud element" #: glib/gmarkup.c:1765 #, c-format @@ -411,251 +413,254 @@ msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "" -"Document ended unexpectedly, expected to see a close angle bracket ending " -"the tag <%s/>" +"Dokument lõppes ootamatult, sildi <%s/> lõpetamiseks loodetakse näha " +"nurksulgu" #: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" -msgstr "Document ended unexpectedly inside an element name" +msgstr "Dokument lõppes ootamatult elemendi nime sees" #: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" -msgstr "Document ended unexpectedly inside an attribute name" +msgstr "Dokument lõppes ootamatult atribuudi nime sees" #: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." -msgstr "Document ended unexpectedly inside an element-opening tag." +msgstr "Dokument lõppes ootamatult elemendi avamise sildi sees" #: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "" -"Document ended unexpectedly after the equals sign following an attribute " -"name; no attribute value" +"Dokument lõppes ootamatult peale atribuudi nime järel olevat võrdusmärki, " +"atribuudu väärtus on puudu" #: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" -msgstr "Document ended unexpectedly while inside an attribute value" +msgstr "Dokument lõppes ootamatult keset attribuudi väärtust" #: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" -msgstr "Document ended unexpectedly inside the close tag for element '%s'" +msgstr "Dokument lõppes ootamatult elementi '%s' sulgemissildi sees" #: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" -msgstr "Document ended unexpectedly inside a comment or processing instruction" +msgstr "Dokument lõppes ootamatult kommentaaride või töötlemis juhiste sees" #: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" -msgstr "Quoted text does not begin with a quotation mark" +msgstr "Tsiteeritav tekst ei alga jutumärgiga" #: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" -msgstr "Unmatched quotation mark in command line or other shell-quoted text" +msgstr "Vastavuseta jutumärk käsureal või kestprogrammi tsiteeritud tekstis" #: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" -msgstr "Text ended just after a '\\' character. (The text was '%s')" +msgstr "Tekst lõppes pärast '\\' märki. (Tekst on '%s')" #: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" -msgstr "Text ended before matching quote was found for %c. (The text was '%s')" +msgstr "Tekst lõppes enne kui leiti vastav jutumärk %c jaoks. (Tekst oli '%s')" #: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" -msgstr "Text was empty (or contained only whitespace)" +msgstr "Tekst puudus (või sisaldas ainult tühja ruumi)" #: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" -msgstr "Failed to read data from child process" +msgstr "Tõrge andmete lugemisel alamprotsessilt" #: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" -msgstr "Failed to create pipe for communicating with child process (%s)" +msgstr "Tõrge toru loomisel alamprotsessiga suhtlemiseks (%s)" #: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" -msgstr "Failed to read from child pipe (%s)" +msgstr "Tõrge alamprotsessi torust lugemisel (%s)" #: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" -msgstr "Failed to change to directory '%s' (%s)" +msgstr "Tõrge kataloogi '%s' muutmisel (%s)" #: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" -msgstr "Failed to execute child process (%s)" +msgstr "Tõrge alamprotsessi käivitamisel (%s)" #: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" -msgstr "Failed to execute helper program" +msgstr "Tõrge abiprogrammi käivitamisel" #: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" msgstr "" -"Unexpected error in g_io_channel_win32_poll() reading data from a child " -"process" +"Ootamatu viga, kui g_io_channel_win32_poll() funktsioon luges " +"lapsprotsessilt andmeid" #: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" -msgstr "Failed to read data from child process (%s)" +msgstr "Tõrge andmete lugemisel alamprotsessilt (%s)" #: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" -msgstr "Unexpected error in select() reading data from a child process (%s)" +msgstr "" +"Ootamatu funktsiooni select() viga andmete lugemisel alamprotsessilt (%s)" #: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" -msgstr "Unexpected error in waitpid() (%s)" +msgstr "Ootamatu viga funktsioonis waitpid() (%s)" #: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" -msgstr "Failed to fork (%s)" +msgstr "Viga poolitamisel funktsiooniga fork() (%s)" #: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" -msgstr "Failed to execute child process \"%s\" (%s)" +msgstr "Tõrge alamprotsessi \"%s\" käivitamisel (%s)" #: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" -msgstr "Failed to redirect output or input of child process (%s)" +msgstr "Tõrge alamprotsessi sisendi või väljundi ümbersuunamisel (%s)" #: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" -msgstr "Failed to fork child process (%s)" +msgstr "Tõrge alamprotsessi poolitamisel funktsiooniga fork() (%s)" #: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" -msgstr "Unknown error executing child process \"%s\"" +msgstr "Tundmatu viga alamprotsessi \"%s\" käivitamisel" #: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" -msgstr "Failed to read enough data from child pid pipe (%s)" +msgstr "Tõrge piisavate andmete lugemisel lapsprotsessi torust (%s)" #: glib/gutf8.c:986 msgid "Character out of range for UTF-8" -msgstr "Character out of range for UTF-8" +msgstr "Märk on väljaspool UTF-8 ulatust" #: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 #: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" -msgstr "Invalid sequence in conversion input" +msgstr "Vigane jada sisendi teisendamisel" #: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" -msgstr "Character out of range for UTF-16" +msgstr "Märk on väljaspool UTF-16 ulatust" #: glib/goption.c:465 msgid "Usage:" -msgstr "Usage:" +msgstr "Kasutamine:" #: glib/goption.c:465 msgid "[OPTION...]" -msgstr "[OPTION...]" +msgstr "[VÕTI...]" #: glib/goption.c:551 msgid "Help Options:" -msgstr "Help Options:" +msgstr "Abiteabe võtmed:" #: glib/goption.c:552 msgid "Show help options" -msgstr "Show help options" +msgstr "Abiteabe võtmete näitamine" #: glib/goption.c:557 msgid "Show all help options" -msgstr "Show all help options" +msgstr "Kõikide abiteabe võtmete näitamine" #: glib/goption.c:607 msgid "Application Options:" -msgstr "Application Options:" +msgstr "Rakenduse võtmed:" #: glib/goption.c:648 #, c-format msgid "Cannot parse integer value '%s' for %s" -msgstr "Cannot parse integer value '%s' for %s" +msgstr "Täisarvulist väärtust '%s' pole võimalik %s jaoks parsida" #: glib/goption.c:658 #, c-format msgid "Integer value '%s' for %s out of range" -msgstr "Integer value '%s' for %s out of range" +msgstr "Täisarv '%s' %s jaoks on väljaspool lubatud piire" #: glib/goption.c:940 glib/goption.c:1015 #, c-format msgid "Missing argument for %s" -msgstr "Missing argument for %s" +msgstr "Puuduv argument %s'i jaoks" #: glib/goption.c:1418 #, c-format msgid "Unknown option %s" -msgstr "Unknown option %s" +msgstr "Tundmatu võti %s" #: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" -msgstr "Valid key file could not be found in data dirs" +msgstr "Sobivat võtmefaili ei leitud andmekataloogidest" #: glib/gkeyfile.c:374 msgid "Not a regular file" -msgstr "Not a regular file" +msgstr "Pole tavaline fail" #: glib/gkeyfile.c:382 msgid "File is empty" -msgstr "File is empty" +msgstr "Fail on tühi" #: glib/gkeyfile.c:697 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" -"Key file contains line '%s' which is not a key-value pair, group, or comment" +"Võtmefail sisaldab rida '%s', mis ei ole võti-väärtus paar, grupp ega ka " +"kommentaar" #: glib/gkeyfile.c:765 msgid "Key file does not start with a group" -msgstr "Key file does not start with a group" +msgstr "Võtmefail ei alga grupiga" #: glib/gkeyfile.c:808 #, c-format msgid "Key file contains unsupported encoding '%s'" -msgstr "Key file contains unsupported encoding '%s'" +msgstr "Võtmefail sisaldab toetamata kodeeringut '%s'" #: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 #: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 #: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" -msgstr "Key file does not have group '%s'" +msgstr "Võtmefail ei sisalda gruppi '%s'" #: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" -msgstr "Key file does not have key '%s'" +msgstr "Võtmefail ei sisalda võtit '%s'" #: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" -msgstr "Key file contains key '%s' with value '%s' which is not UTF-8" +msgstr "" +"Võtmefail sisaldab võtit '%s', mille väärtus '%s' pole UTF-8 kodeeringus" #: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." -msgstr "Key file contains key '%s' which has value that cannot be interpreted." +msgstr "Võtmefail sisaldab võtit '%s', mille väärtus pole võimalik kasutada." #: glib/gkeyfile.c:2004 #, c-format @@ -663,34 +668,34 @@ msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -"Key file contains key '%s' in group '%s' which has value that cannot be " -"interpreted." +"Võtmefail sisaldab võtit '%s' grupis '%s' aga selle väärtust pole võimalik " +"kasutada" #: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" -msgstr "Key file does not have key '%s' in group '%s'" +msgstr "Võtmefail ei sisalda võtit '%s' grupis '%s'" #: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" -msgstr "Key file contains escape character at end of line" +msgstr "Võtmefail sisaldab rea lõpus paomärki" #: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" -msgstr "Key file contains invalid escape sequence '%s'" +msgstr "Võtmefail sisaldab vigast paojada '%s'" #: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." -msgstr "Value '%s' cannot be interpreted as a number." +msgstr "Väärtust '%s' pole võimalik numbrilise väärtusena kasutada." #: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" -msgstr "Integer value '%s' out of range" +msgstr "Täisarvu väärtus '%s' on väljaspool lubatud piire" #: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." -msgstr "Value '%s' cannot be interpreted as a boolean." +msgstr "Väärtust '%s' pole võimalik tõeväärtusena kasutada." diff --git a/po/eu.po b/po/eu.po index 3f081c911..00789ce70 100644 --- a/po/eu.po +++ b/po/eu.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-04-12 19:01+0200\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" @@ -113,7 +113,7 @@ msgstr "Ezin izan da '%s' fitxategitik irakurri: %s " msgid "Failed to open file '%s': %s" msgstr "Ezin izan da '%s' fitxategia ireki: %s " -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -227,12 +227,12 @@ msgstr "Kanala karaktere partzial batean bukatzen da" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ezin dira datu gordinak irakurri g_io_channel_read_to_end-etik" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Ezin izan da '%s' fitxategia ireki: fdopen()-(e)k huts egin du: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Ezin izan da '%s' fitxategia ireki: fdopen()-(e)k huts egin du: %s" @@ -659,31 +659,31 @@ msgstr "Gako-fitxategiak ez da talde batekin hasten" msgid "Key file contains unsupported encoding '%s'" msgstr "Gako-fitxategiak onartzen ez den '%s' kodeketa du" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Gako-fitxategiak ez dauka '%s' taldea" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Gako-fitxategiak ez dauka '%s' gakoa" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Gako-fitxategiak '%s' gakoa dauka (%s balioduna) baina ez da UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Gako-fitxategiak '%s' gakoa dauka, baina dagokion balioa ezin da " "interpretatu." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -692,31 +692,31 @@ msgstr "" "Gako-fitxategiak '%s' gakoa dauka ('%s taldean), baina dagokion balioa ezin " "da interpretatu." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Gako-fitxategiak ez dauka '%s' gakoa ('%s' taldean)" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Gako-fitxategiak ihes-karakterea dauka lerro amaieran" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Gako-fitxategiak '%s' ihes-sekuentzia baliogabea dauka" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "'%s' balioa ezin da zenbaki gisa interpretatu" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "%2$s(r)en '%1$s' osoko balioa barrutitik kanpo" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' balioa ezin da bolear gisa interpretatu" diff --git a/po/fa.po b/po/fa.po index 8850144e7..3f540982c 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-03-13 11:36+0330\n" "Last-Translator: Hamed Malek \n" "Language-Team: Persian \n" @@ -107,7 +107,7 @@ msgstr "خواندن از پرونده‌ی «%s» شکست خورد: %s" msgid "Failed to open file '%s': %s" msgstr "باز کردن پرونده‌ی «%s» شکست خورد: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "گرفتن مشخصه‌های پرونده‌ی «%s» شکست خورد: fstat()‎ شکست خورد: %s" @@ -216,12 +216,12 @@ msgstr "کانال با یک نویسه‌ی ناتمام پایان می‌یا msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "نمی‌توان در g_io_channel_read_to_end خواندن خام انجام داد" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "باز کردن پرونده‌ی «%s» شکست خورد: fdopen()‎ شکست خورد: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "باز کردن پرونده‌ی «%s» شکست خورد: fdopen()‎ شکست خورد: %s" @@ -636,29 +636,29 @@ msgstr "پرونده‌ی کلید با یک گروه آغاز نمی‌شود" msgid "Key file contains unsupported encoding '%s'" msgstr "پرونده‌ی کلید شامل کدگذاری پشتیبانی نشده‌ی «%s» است" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "پرونده‌ی کلید گروه «%s» را ندارد" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "پرونده‌ی کلید، کلید «%s» را ندارد" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "پرونده‌ی کلید حاوی کلید «%s» با مقدار «%s» است که UTF-8 نیست" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "پرونده‌ی کلید حاوی کلید «%s» است که مقداری دارد که قابل تفسیر نیست." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -667,31 +667,31 @@ msgstr "" "پرونده‌ی کلید حاوی کلید «%s» در گروه «%s» است که مقداری دارد که قابل تفسیر " "نیست" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "پرونده‌ی کلید، کلید «%s» در گروه «%s» را ندارد" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "پرونده کلید شامل نویسه‌ی گریز در انتهای خط است" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "پرونده‌ی کلید حاوی دنباله‌ی گریز نامعتبر «%s» است" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "مقدار «%s» را نمی‌توان به عدد تفسیر کرد" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "مقدار صحیح «%s» برای %s خارج از محدوده است" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "مقدار «%s» را نمی‌توان به بولی تفسیر کرد" diff --git a/po/fi.po b/po/fi.po index c67bd49c2..5fc9d9386 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-04-25 01:44+0300\n" "Last-Translator: Sami Pesonen \n" "Language-Team: Finnish \n" @@ -106,7 +106,7 @@ msgstr "Lukeminen tiedostosta \"%s\" epäonnistui: %s" msgid "Failed to open file '%s': %s" msgstr "Tiedoston \"%s\" avaaminen epäonnistui: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -218,12 +218,12 @@ msgstr "Kanava päättyy osittaiseen merkkiin" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Funktiossa g_io_channel_read_to_end ei voi suorittaa raakalukemista" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Tiedoston \"%s\" avaaminen epäonnistui: fdopen() epäonnistui: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Tiedoston \"%s\" avaaminen epäonnistui: fdopen() epäonnistui: %s" @@ -646,60 +646,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI \"%s\" sisältää virheellisesti suojattuja merkkejä" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/fr.po b/po/fr.po index 4d0ddcd5d..cd4ff2626 100644 --- a/po/fr.po +++ b/po/fr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-02-20 11:53+0100\n" "Last-Translator: Christophe Merlet (RedFox) \n" "Language-Team: GNOME French Team \n" @@ -110,7 +110,7 @@ msgstr "La lecture depuis le fichier « %s » a échoué : %s" msgid "Failed to open file '%s': %s" msgstr "L'ouverture du fichier « %s » a échoué : %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -223,12 +223,12 @@ msgstr "La canal se termine avec un caractère partiel" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Impossible de faire une lecture brut dans g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "L'ouverture du fichier « %s » a échoué : fdopen() a échoué : %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "L'ouverture du fichier « %s » a échoué : fdopen() a échoué : %s" @@ -666,33 +666,33 @@ msgstr "Le fichier clef ne débute pas par un groupe" msgid "Key file contains unsupported encoding '%s'" msgstr "Le fichier clef contient un codage de caractères non-supportés « %s »" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Le fichier clef n'a pas de groupe « %s »" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Le fichier clef n'a pas de clef « %s »" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Le fichier clef contient la clef « %s » avec la valeur « %s » qui n'est pas " "de l'UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Le fichier clef contient la clef « %s » avec une valeur impossible à " "interpréter." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -701,31 +701,31 @@ msgstr "" "Le fichier clef contient la clef « %s » dans le groupe « %s » qui a une " "valeur impossible à interpréter." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Le fichier clef ne contient pas de clef « %s » dans le groupe « %s »" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Le fichier clef contient un caractère d'échappement en fin de ligne" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Le fichier clef contient une séquence d'échappement non valide « %s »" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "La valeur « %s » ne peut être interprétée comme un nombre." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "La valeur entière « %s » pour %s est hors de limites" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "La valeur « %s » ne peut être interprétée comme un booléen." diff --git a/po/ga.po b/po/ga.po index c24492c87..50d000861 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-03-08 21:28+0000\n" "Last-Translator: Alastair McKinstry \n" "Language-Team: Irish \n" @@ -106,7 +106,7 @@ msgstr "Teip ag leámh as comhad '%s: : %s" msgid "Failed to open file '%s': %s" msgstr "Teip ag oscailt comhad '%s;: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -215,12 +215,12 @@ msgstr "" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Teip af oscailt comhad '%s': teipadh fdopen(): %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Teip af oscailt comhad '%s': teipadh fdopen(): %s" @@ -600,60 +600,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/gl.po b/po/gl.po index 32daca80b..252849ba1 100644 --- a/po/gl.po +++ b/po/gl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-06-05 20:02+0200\n" "Last-Translator: Ignacio Casal Quinteiro \n" "Language-Team: Galego\n" @@ -109,7 +109,7 @@ msgstr "Fallo ao ler desde o ficheiro '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Fallo ao abrir o ficheiro '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Fallo ao obter os atributos do ficheiro '%s': fstat() fallou: %s" @@ -221,12 +221,12 @@ msgstr "A canle remata nun caracter parcial" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Non se pode facer unha lectura crúa (raw) en g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Fallo ao abrir o ficheiro '%s': fdopen() fallou: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Fallo ao abrir o ficheiro '%s': fdopen() fallou: %s" @@ -656,32 +656,32 @@ msgstr "O ficheiro chave non empeza cun grupo" msgid "Key file contains unsupported encoding '%s'" msgstr "O ficheiro chave contén unha codificación non soportada '%s'" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "O arquivo chave non ten un grupo '%s'" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "O arquivo chave non ten a chave '%s'" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "O arquivo chave contén a chave '%s' co valor '%s' o cal non está en UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "O arquivo chave contén a chave '%s' que ten un valor que non pode ser " "interpretado." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -690,31 +690,31 @@ msgstr "" "O arquivo chave contén a chave '%s' no grupo '%s' que ten un valor que non " "pode ser interpretado." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "O arquivo chave non ten a chave '%s' no grupo '%s'" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "O arquivo chave contén un carácter de escape ao final da liña" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "O arquivo chave contén a secuencia de escape inválida '%s'" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "O valor '%s' non pode interpretarse como un número." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "O valor enteiro '%s' para %s está fora de rango" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "O valor '%s' non pode interpretarse como un booleano." diff --git a/po/gu.po b/po/gu.po index fccb017eb..a545a3a5e 100644 --- a/po/gu.po +++ b/po/gu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-08-05 10:49+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati\n" @@ -109,7 +109,7 @@ msgstr "'%s' ફાઈલમાંથી વાંચવામા નિષ્ msgid "Failed to open file '%s': %s" msgstr "'%s' ફાઈલ ખોલવામાં નિષ્ફળતા : %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "'%s' ફાઈલની લાક્ષણિકતા મેળવતી વખતે નિષ્ફળતા: fstate() નિષ્ફળ: %s" @@ -219,12 +219,12 @@ msgstr "માધ્યમ અપુર્ણ અક્ષરથી અંત msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end માં આડી હરોળ વાંચી શકાતી નથી" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "'%s' ફાઈલ ખોલવામાં નિષ્ફળતા: fdopen() નિષ્ફળ: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "'%s' ફાઈલ ખોલવામાં નિષ્ફળતા: fdopen() નિષ્ફળ: %s" @@ -621,60 +621,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "'%s' URI અયોગ્ય બહાર નીકળવાના અક્ષરો ધરાવે છે " -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/he.po b/po/he.po index c378cc160..c46a87120 100644 --- a/po/he.po +++ b/po/he.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-03-25 23:13+0000\n" "Last-Translator: Gil Osher \n" "Language-Team: Hebrew \n" @@ -113,7 +113,7 @@ msgstr "כשלון בקריאה מקובץ %s': %s" msgid "Failed to open file '%s': %s" msgstr "כשלון בפתיחת קובץ %s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "כשלון בקבלת מאפייני קובץ '%s': fstat() נכשל: %s" @@ -222,12 +222,12 @@ msgstr "ערוץ מסתיים בתו חלקי" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "לא ניתן לבצע קריאה ב-g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "כשלון בפתיחת קובץ '%s': fdopen() נכשל: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "כשלון בפתיחת קובץ '%s': fdopen() נכשל: %s" @@ -620,60 +620,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "הכתובת '%s' מכילה תווים ללא תוי חילוף תקפים" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/hi.po b/po/hi.po index 9e4a91a87..424697171 100644 --- a/po/hi.po +++ b/po/hi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-06-14 10:55+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" @@ -111,7 +111,7 @@ msgstr "फ़ाइल '%s' से पढ़ने में असफल: %s" msgid "Failed to open file '%s': %s" msgstr "'%s' फाइल खोलने में असफल :%s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "फ़ाइल '%s' की विशेषता ज्ञात करने में असफल: fstat() असफल: %s" @@ -220,12 +220,12 @@ msgstr "आंशिक अक्षर में चैनल समाप् msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "यहाँ एक रॉ रीड नहीं कर सकता - g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "फ़ाइल '%s': fdopen() खोलने में असफल: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "फ़ाइल '%s': fdopen() खोलने में असफल: %s" @@ -627,60 +627,60 @@ msgstr "कुंजी फाइल एक समूह के साथ शु msgid "Key file contains unsupported encoding '%s'" msgstr "कुंजी फाइल में असमर्थित एनकोडिंग '%s' समाहित है" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "कुंजी फाइल में '%s' समूह नहीं है" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "कुंजी फाइल में '%s' कुंजी नहीं है" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "कुंजी फाइल में '%s' कुंजी समाहित है '%s' मान के साथ जो UTF-8 नहीं है" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "कुंजी फाइल में '%s' कुंजी है जिसके मान का विश्लेषण नहीं किया जा सकता." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "कुंजी फाइल में '%s' कुंजी है '%s' समूह में जिसके मान का विश्लेषण नहीं किया जा सकता." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "कुंजी फाइल में '%s' कुंजी नहीं है '%s' समूह में" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "कुंजी फाइल में पंक्ति के अंत में एस्केप संप्रतीक रहता है" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "कुंजी फाइल में '%s' अमान्य श्रृंखला समाहित है" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "मान्य '%s' को एक संख्या की तरह नहीं विश्लेषित किया जा सकता." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "पूर्णांक मान '%s' रेंज के बाहर है" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "मान '%s' को बुलियन के तौर पर विश्लेषित नहीं किया जा सकता." diff --git a/po/hr.po b/po/hr.po index 4d055a97b..c499a8f32 100644 --- a/po/hr.po +++ b/po/hr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-03-13 13:03+CET\n" "Last-Translator: auto\n" "Language-Team: Croatian \n" @@ -105,7 +105,7 @@ msgstr "Greška pri čitanju iz datoteke '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Greška pri otvaranju datoteke '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Greška pri dohvatu atributa datoteke '%s': fstat() nije uspio: %s" @@ -214,12 +214,12 @@ msgstr "Kanal završava sa djelomičnim znakom" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ne mogu izvršiti raw čitanje u g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Greška pri otvaranju datoteke '%s': fdopen() nije uspio: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Greška pri otvaranju datoteke '%s': fdopen() nije uspio: %s" @@ -633,60 +633,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' sadrži neispravne escape znakove" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/hu.po b/po/hu.po index e6a4a400e..fd4fe2ca2 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-04-27 02:21+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -114,7 +114,7 @@ msgstr "Nem sikerült olvasni a(z) \"%s\" fájlból: %s" msgid "Failed to open file '%s': %s" msgstr "Nem sikerült megnyitni a(z) \"%s\" fájlt: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -236,12 +236,12 @@ msgstr "A csatorna töredék karakterrel ér véget" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Nem lehet nyers (raw) olvasást végezni a g_io_channel_read_to_end-ben" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Nem sikerült megnyitni a(z) \"%s\" fájlt. Az fopen() sikertelen: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Nem sikerült megnyitni a(z) \"%s\" fájlt. Az fopen() sikertelen: %s" @@ -672,33 +672,33 @@ msgstr "A kulcsfájl nem csoporttal kezdődik" msgid "Key file contains unsupported encoding '%s'" msgstr "A kulcsfájl a nem támogatott \"%s\" kódolást tartalmazza" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "A kulcsfájlból hiányzik a(z) \"%s\" csoport" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "A kulcsfájlban nincs \"%s\" kulcs" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "A kulcsfájl tartalmazza a(z) \"%s\" kulcsot \"%s\" értékkel, amelyik azonban " "nem UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "A kulcsfájl tartalmazza a(z) \"%s\" kulcsot, amelynek az értéke nem " "értelmezhető." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -707,33 +707,33 @@ msgstr "" "A kulcsfájl tartalmazza a(z) \"%s\" kulcsot a(z) \"%s\" csoportban, amelynek " "értéke nem értelmezhető." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" "A kulcsfájl nem tartalmazza a(z) \"%s\" kulcsot a(z) \"%s\" csoportban." -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" "A kulcsfájl escape-szekvenciával megadott karaktert tartalmaz a sor végén" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "A kulcsfájl érvénytelen escape-szekvenciát tartalmaz (\"%s\")" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "A(z) \"%s\" érték nem értelmezhető számként." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "A(z) \"%s\" egész érték a tartományon kívülre esik a következőhöz: %s" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "A(z) \"%s\" érték nem értelmezhető logikai értékként." diff --git a/po/id.po b/po/id.po index e785b314c..30cc882ae 100644 --- a/po/id.po +++ b/po/id.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-03-09 21:43+0700\n" "Last-Translator: Mohammad DAMT \n" "Language-Team: Indonesia \n" @@ -107,7 +107,7 @@ msgstr "Gagal saat membaca file '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Gagal saat membuka file '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -221,12 +221,12 @@ msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Tidak dapat melakukan proses baca raw pada fungsi g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Gagal saat membuka file '%s': fungsi fdopen() mengalami kegagalan: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Gagal saat membuka file '%s': fungsi fdopen() mengalami kegagalan: %s" @@ -654,31 +654,31 @@ msgstr "File kunci tidak mulai dengan sebuah kelompok" msgid "Key file contains unsupported encoding '%s'" msgstr "File kunci mengadung encoding yang tidak didukung '%s'" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "File kunci tidak memiliki kelompok '%s'" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "File kunci tidak memiliki kunci '%s'" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "File kunci mengandung kunci '%s' dengan nilai '%s' yang bukan UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "File kunci mengandung kunci '%s' yang memiliki nilai yang tidak dapat " "diterjemahkan." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -687,31 +687,31 @@ msgstr "" "File kunci mengandung kunci '%s' dalam kelompok '%s' yang memiliki nilai " "yang tidak dapat diterjemahkan." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "File kunci tidak memiliki kunci '%s' pada kelompok '%s'" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "File kunci mengandung karakter escape pada akhir baris" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "File kunci berisi '%s'" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai sebuah nomor." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Nilai integer '%s' untuk %s di luar jangkauan" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai suatu nilai boolean." diff --git a/po/is.po b/po/is.po index 2c9ead73c..b02752a54 100644 --- a/po/is.po +++ b/po/is.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2003-08-18 18:05+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" @@ -106,7 +106,7 @@ msgstr "Gat ekki lesið úr skránni '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Gat ekki opnað skrána '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "gat ekki lesið eiginleika skráarinnar '%s': fstat() brást: %s" @@ -215,12 +215,12 @@ msgstr "Rásin endar á hluta úr tákni" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Gat ekki lesið í g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s" @@ -625,60 +625,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' inniheldur ógild sértákn" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/it.po b/po/it.po index 37bb391e2..1c65aaabd 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.6.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-01-30 17:16+0100\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" @@ -108,7 +108,7 @@ msgstr "Lettura dal file \"%s\" fallita: %s" msgid "Failed to open file '%s': %s" msgstr "Apertura del file \"%s\" fallita: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Lettura degli attributi del file \"%s\" fallito: fstat() fallita: %s" @@ -226,12 +226,12 @@ msgstr "Il canale termina in un carattere parziale" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Impossibile leggere i dati grezzi in g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Apertura del file \"%s\" fallita: fdopen() fallita: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Apertura del file \"%s\" fallita: fdopen() fallita: %s" @@ -677,33 +677,33 @@ msgstr "Il file chiavi non inizia con un gruppo" msgid "Key file contains unsupported encoding '%s'" msgstr "Il file chiavi contiene la codifica non supportata \"%s\"" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Il file chiavi non presenta il gruppo \"%s\"" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Il file chiavi non presenta la chiave \"%s\"" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Il file chiavi contiene la chiave \"%s\" con il valore \"%s\" che non è in " "UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Il file chiavi contiene la chiave \"%s\" il cui valore non può essere " "interpretato." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -712,31 +712,31 @@ msgstr "" "Il file chiavi contiene la chiave \"%s\" nel gruppo \"%s\" il cui valore non " "può essere interpretato." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Il file chiavi non presenta alcuna chiave \"%s\" nel gruppo \"%s\"" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Il file chiavi contiene un carattere di escape alla fine della riga" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Il file chiavi contiene la sequenza di escape non valida \"%s\"" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Impossibile interpretare il valore \"%s\" come un numero." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Il valore intero \"%s\" per %s è fuori dell'intervallo" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Impossibile interpretare il valore \"%s\" come un booleano." diff --git a/po/ja.po b/po/ja.po index 82d2bf4e8..d29b9f640 100644 --- a/po/ja.po +++ b/po/ja.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-02 18:34+0900\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-07-02 18:33+0900\n" "Last-Translator: Takeshi AIHANA \n" "Language-Team: Japanese \n" @@ -17,238 +17,237 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../glib/gconvert.c:406 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "文字セット '%s' から '%s' への変換はサポートしていません" -#: ../glib/gconvert.c:410 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' から '%s' へのコンバータを開けませんでした" -#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1319 -#: ../glib/giochannel.c:1361 ../glib/giochannel.c:2203 ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 +#: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "変換する入力に無効なバイトの並びがあります" -#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1326 -#: ../glib/giochannel.c:2215 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 +#: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "変換中にエラー: %s" -#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "入力の最後に不完全な文字シーケンスがあります" -#: ../glib/gconvert.c:817 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "フォールバック '%s' を文字セット '%s' に変換できません" -#: ../glib/gconvert.c:1619 +#: glib/gconvert.c:1619 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' は \"file\" スキームの絶対 URI ではありません" -#: ../glib/gconvert.c:1629 +#: glib/gconvert.c:1629 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "ローカルファイル URI '%s' は '#' は含みません" -#: ../glib/gconvert.c:1646 +#: glib/gconvert.c:1646 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' は正しくありません" -#: ../glib/gconvert.c:1658 +#: glib/gconvert.c:1658 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI 中のホスト名 '%s' がおかしいです" -#: ../glib/gconvert.c:1674 +#: glib/gconvert.c:1674 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI %s' に無効なエスケープ文字が含まれています" -#: ../glib/gconvert.c:1768 +#: glib/gconvert.c:1768 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "パス名 '%s' が絶対パスではありません" -#: ../glib/gconvert.c:1778 +#: glib/gconvert.c:1778 msgid "Invalid hostname" msgstr "無効なホスト名です" -#: ../glib/gdir.c:121 ../glib/gdir.c:141 +#: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" msgstr "ディレクトリ '%s' を開く時にエラー: %s" -#: ../glib/gfileutils.c:576 ../glib/gfileutils.c:649 +#: glib/gfileutils.c:576 glib/gfileutils.c:649 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "%lu バイトを確保できませんでした (ファイル \"%s\" の読みこみに必要)" -#: ../glib/gfileutils.c:591 +#: glib/gfileutils.c:591 #, c-format msgid "Error reading file '%s': %s" msgstr "ファイル '%s' の読み出し中にエラー: %s" -#: ../glib/gfileutils.c:673 +#: glib/gfileutils.c:673 #, c-format msgid "Failed to read from file '%s': %s" msgstr "ファイル '%s' を読めません: %s" -#: ../glib/gfileutils.c:724 ../glib/gfileutils.c:811 +#: glib/gfileutils.c:724 glib/gfileutils.c:811 #, c-format msgid "Failed to open file '%s': %s" msgstr "ファイル '%s' を開けません: %s" -#: ../glib/gfileutils.c:741 ../glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "ファイル '%s' の属性の取得できません: fstat() に失敗: %s" -#: ../glib/gfileutils.c:775 +#: glib/gfileutils.c:775 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "ファイル '%s' を開けません: fdopen() に失敗: %s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "'%s' から '%s' へのファイル名の変更に失敗しました: g_rename() に失敗: %s" -#: ../glib/gfileutils.c:952 +#: glib/gfileutils.c:952 #, c-format msgid "Could not change file mode: fork() failed: %s" msgstr "ファイル・モードを変更できませんでした: fork() に失敗: %s" -#: ../glib/gfileutils.c:983 +#: glib/gfileutils.c:983 #, c-format msgid "Could not change file mode: waitpid() failed: %s" msgstr "ファイル・モードを変更できませんでした: waitpid() に失敗: %s" -#: ../glib/gfileutils.c:1002 +#: glib/gfileutils.c:1002 #, c-format msgid "Could not change file mode: chmod() failed: %s" msgstr "ファイル・モードを変更できませんでした: chmod() に失敗: %s" -#: ../glib/gfileutils.c:1013 +#: glib/gfileutils.c:1013 #, c-format msgid "Could not change file mode: Child terminated by signal: %s" msgstr "" "ファイル・モードを変更できませんでした: 子プロセスがシグナル %s で強制終了し" "ました" -#: ../glib/gfileutils.c:1024 +#: glib/gfileutils.c:1024 msgid "Could not change file mode: Child terminated abnormally" msgstr "ファイル・モードを変更できませんでした: 子プロセスが異常終了しました" -#: ../glib/gfileutils.c:1058 ../glib/gfileutils.c:1524 +#: glib/gfileutils.c:1058 glib/gfileutils.c:1524 #, c-format msgid "Failed to create file '%s': %s" msgstr "ファイル '%s' の生成に失敗しました: %s" -#: ../glib/gfileutils.c:1080 +#: glib/gfileutils.c:1080 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "ファイル '%s' を書き込みモードで開けませんでした: fdopen() に失敗: %s" -#: ../glib/gfileutils.c:1105 +#: glib/gfileutils.c:1105 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "ファイル '%s' への書き込みに失敗しました: fwrite() に失敗: %s" -#: ../glib/gfileutils.c:1124 +#: glib/gfileutils.c:1124 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "ファイル '%s' を閉じれません: fclose() に失敗: %s" -#: ../glib/gfileutils.c:1242 +#: glib/gfileutils.c:1242 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "既存のファイル '%s' を削除できませんでした: g_unlink() に失敗: %s" -#: ../glib/gfileutils.c:1485 +#: glib/gfileutils.c:1485 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "テンプレート '%s' が正しくありません。'%s' を含んではいけません" -#: ../glib/gfileutils.c:1499 +#: glib/gfileutils.c:1499 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "テンプレート '%s' が XXXXXX で終わっていません" -#: ../glib/gfileutils.c:1977 +#: glib/gfileutils.c:1977 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "シンボリック・リンク '%s' の読み込みに失敗: %s" -#: ../glib/gfileutils.c:1998 +#: glib/gfileutils.c:1998 msgid "Symbolic links not supported" msgstr "シンボリック・リンクはサポートしていません" -#: ../glib/giochannel.c:1147 +#: glib/giochannel.c:1147 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "文字セット '%s' から '%s' への変換はサポートされていません" -#: ../glib/giochannel.c:1151 +#: glib/giochannel.c:1151 #, c-format msgid "Could not open converter from `%s' to `%s': %s" msgstr "'%s' から '%s' へのコンバータを開けません: %s" -#: ../glib/giochannel.c:1496 +#: glib/giochannel.c:1496 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "g_io_channel_read_line_string では raw モードで読めません" -#: ../glib/giochannel.c:1543 ../glib/giochannel.c:1800 -#: ../glib/giochannel.c:1886 +#: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886 msgid "Leftover unconverted data in read buffer" msgstr "変換されていないデータが読みこみバッファに残っています" -#: ../glib/giochannel.c:1623 ../glib/giochannel.c:1700 +#: glib/giochannel.c:1623 glib/giochannel.c:1700 msgid "Channel terminates in a partial character" msgstr "チャンネルが不完全な文字で終わっています" -#: ../glib/giochannel.c:1686 +#: glib/giochannel.c:1686 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end では raw モードで読めません" -#: ../glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "ファイル '%s' を開けません: open() に失敗: %s" -#: ../glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "ファイル '%s' のマップに失敗しました: mmap() に失敗: %s" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "行 %d の %d 文字目でエラー: %s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "%d 行目でエラー: %s" -#: ../glib/gmarkup.c:434 +#: glib/gmarkup.c:434 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "空のエンティティ '&;' があります; 正しいエンティティは: & " < " "> '" -#: ../glib/gmarkup.c:444 +#: glib/gmarkup.c:444 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -259,17 +258,17 @@ msgstr "" "表わします。もしアンパサンドがエンティティでなければ、& のようにエスケー" "プしてください" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "文字 '%s' はエンティティ名として使えません" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "エンティティ名 '%s' というのは不明です" -#: ../glib/gmarkup.c:526 +#: glib/gmarkup.c:526 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -278,7 +277,7 @@ msgstr "" "ドを使ったのではないでしょうか。アンパサンドは & のようにエスケープしてく" "ださい" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -287,16 +286,16 @@ msgstr "" "'%-.*s' をパースできません。文字参照には数字が含まれなくてはなりません (例: " "ê) おそらく数字が大きすぎます" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "文字参照 '%-.*s' が使用可能な文字をエンコードしていません" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "空の文字参照です。dž のように数字がなくてはなりません" -#: ../glib/gmarkup.c:629 +#: glib/gmarkup.c:629 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -306,23 +305,23 @@ msgstr "" "サンド文字を使っているのかもしれません。アンパサンドは & とエスケープして" "ください" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "中途半端な実体参照です" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "中途半端な文字参照です" -#: ../glib/gmarkup.c:964 ../glib/gmarkup.c:992 ../glib/gmarkup.c:1023 +#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" msgstr "UTF-8 として正しくないテキストです" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. )" msgstr "ドキュメントはエレメントで始まってなくてはなりません (例 )" -#: ../glib/gmarkup.c:1099 +#: glib/gmarkup.c:1099 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -331,7 +330,7 @@ msgstr "" "'%s' は文字 '<' に続く文字としては正しくありません。おそらくエレメント名の開" "始になっていません" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -340,14 +339,14 @@ msgstr "" "おかしな文字 '%s' があります。エレメント '%s' の開始タグの最後は文字 '>' でな" "くてはなりません" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "おかしな文字 '%s' です。属性名'%s' (エレメント '%s') の後には '=' が必要です" -#: ../glib/gmarkup.c:1294 +#: glib/gmarkup.c:1294 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -358,7 +357,7 @@ msgstr "" "なくてはなりません。あるいは属性になります。おかしな文字を属性名に使ったのか" "もしれません" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -367,7 +366,7 @@ msgstr "" "おかしな文字 '%s' です。属性 '%s' (エレメント '%s') の値を設定するには等号記" "号の後は引用記号で始まってなくてはなりません" -#: ../glib/gmarkup.c:1528 +#: glib/gmarkup.c:1528 #, c-format msgid "" "'%s' is not a valid character following the characters '' のみが" "使用できます" -#: ../glib/gmarkup.c:1579 +#: glib/gmarkup.c:1579 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "エレメント '%s' は閉じています。エレメントは何も開かれてません" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "エレメント '%s' が閉ました。しかし現在開いているエレメントは '%s' です" -#: ../glib/gmarkup.c:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "ドキュメントが空か、空白だけが含まれています" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "ドキュメントが開きカギカッコ '<' の直後で突然終わっています" -#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 +#: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -412,7 +411,7 @@ msgstr "" "ドキュメントが突然終わっています。エレメントが開きっぱなしです。最後に開いた" "エレメントは '%s' です。" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -421,19 +420,19 @@ msgstr "" "ドキュメントが突然終わっています。閉じカギカッコでタグ <%s/> が終わっていませ" "ん" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "エレメント名の途中でドキュメントが突然終わっています" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "属性名の途中でドキュメントが突然終わっています" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "エレメントの開始タグの途中でドキュメントが突然終わっています" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -441,73 +440,73 @@ msgstr "" "属性名の後の等号記号の後でドキュメントが突然終わっています: 属性値がありませ" "ん" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "ドキュメントが属性値の途中で突然終わっています" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "ドキュメントがエレメント '%s' の閉じタグの途中で突然終わっています" -#: ../glib/gmarkup.c:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "ドキュメントがコメントあるいはプロセシング指示子の途中で突然終わっています" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" msgstr "引用テキストが引用記号で始まっていません" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "コマンドライン、あるいはシェルの引用テキストにおいて引用記号の対応が取れてい" "ません" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "テキストが文字 '\\' の直後に終わっています (テキストは '%s')" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "テキストが %c に対応する引用記号の前に終わっています (テキストは '%s')" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "テキストが空です (あるいは空白のみ)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "子プロセスからデータを読み出せません" -#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "子プロセスとの通信用のパイプを作成できません (%s)" -#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "子パイプから読み出せません (%s) " -#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "ディレクトリ '%s' へ移動できません (%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "子プロセスを起動できません (%s)" -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "ヘルパープログラムの起動に失敗しました" -#: ../glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -515,122 +514,122 @@ msgstr "" "g_io_channel_win32_poll() が子プロセスからデータを読み出す途中で予期しないエ" "ラー" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "子プロセスからデータを読めません (%s)" -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "子プロセスからのデータ読む出し中に select() で予期しないエラー (%s)" -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() で予期せぬエラー (%s)" -#: ../glib/gspawn.c:1083 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "fork 失敗 (%s)" -#: ../glib/gspawn.c:1233 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "子プロセスを起動できません \"%s\" (%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "子プロセスの出力、または入力をリダイレクトできません (%s)" -#: ../glib/gspawn.c:1252 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "子プロセスを fork できません (%s)" -#: ../glib/gspawn.c:1260 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "子プロセスの実行時に不明なエラー \"%s\"" -#: ../glib/gspawn.c:1282 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "子 pid パイプから十分なデータを読めません (%s)" -#: ../glib/gutf8.c:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "UTF-8 の範囲外の文字です" -#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "変換する入力で無効なシーケンスがあります" -#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "UTF-16 の範囲外の文字です" -#: ../glib/goption.c:465 +#: glib/goption.c:465 msgid "Usage:" msgstr "用法:" -#: ../glib/goption.c:465 +#: glib/goption.c:465 msgid "[OPTION...]" msgstr "[オプション...]" -#: ../glib/goption.c:551 +#: glib/goption.c:551 msgid "Help Options:" msgstr "ヘルプのオプション:" -#: ../glib/goption.c:552 +#: glib/goption.c:552 msgid "Show help options" msgstr "ヘルプのオプションを表示する" -#: ../glib/goption.c:557 +#: glib/goption.c:557 msgid "Show all help options" msgstr "ヘルプのオプションを全て表示する" -#: ../glib/goption.c:607 +#: glib/goption.c:607 msgid "Application Options:" msgstr "アプリケーションのオプション:" -#: ../glib/goption.c:648 +#: glib/goption.c:648 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "%2$s の整数値 '%1$s' を解析できません" -#: ../glib/goption.c:658 +#: glib/goption.c:658 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s の整数値 '%1$s' は範囲外の値です" -#: ../glib/goption.c:940 ../glib/goption.c:1015 +#: glib/goption.c:940 glib/goption.c:1015 #, c-format msgid "Missing argument for %s" msgstr "%s の引数がありません" -#: ../glib/goption.c:1418 +#: glib/goption.c:1418 #, c-format msgid "Unknown option %s" msgstr "不明なオプション %s です" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "" "データのディレクトリで妥当なキー・ファイルを見つけることができませんでした" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "通常のファイルではありません" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "ファイルが空です" -#: ../glib/gkeyfile.c:697 +#: glib/gkeyfile.c:697 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -638,38 +637,38 @@ msgstr "" "キー・ファイルの行 '%s' がキー/値のペア、グループ、またはコメントではありませ" "ん" -#: ../glib/gkeyfile.c:765 +#: glib/gkeyfile.c:765 msgid "Key file does not start with a group" msgstr "キー・ファイルがグループで始まっていません" -#: ../glib/gkeyfile.c:808 +#: glib/gkeyfile.c:808 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "キー・ファイルにサポートしてないエンコーディング '%s' があります" -#: ../glib/gkeyfile.c:1017 ../glib/gkeyfile.c:1176 ../glib/gkeyfile.c:2177 -#: ../glib/gkeyfile.c:2242 ../glib/gkeyfile.c:2361 ../glib/gkeyfile.c:2497 -#: ../glib/gkeyfile.c:2649 ../glib/gkeyfile.c:2823 ../glib/gkeyfile.c:2880 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "キー・ファイルにグループ '%s' がありません" -#: ../glib/gkeyfile.c:1188 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "キー・ファイルにキー '%s' がありません" -#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "キー・ファイルのキー '%s' の値 '%s' が UTF-8 ではありません" -#: ../glib/gkeyfile.c:1307 ../glib/gkeyfile.c:1416 ../glib/gkeyfile.c:1788 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "キー・ファイルのキー '%s' の値を解釈できませんでした" -#: ../glib/gkeyfile.c:2004 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -677,31 +676,31 @@ msgid "" msgstr "" "キー・ファイルのグループ '%2$s' にあるキー '%1$s' の値を解釈できませんでした" -#: ../glib/gkeyfile.c:2192 ../glib/gkeyfile.c:2376 ../glib/gkeyfile.c:2891 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "キー・ファイルにはグループ '%2$s' のキー '%1$s' がありません" -#: ../glib/gkeyfile.c:3072 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "キー・ファイルの行末にエスケープ文字が含まれています" -#: ../glib/gkeyfile.c:3094 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "キー・ファイルに無効なエスケープ・シーケンス '%s' が含まれています" -#: ../glib/gkeyfile.c:3235 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "値 '%s' を数値として解釈できません" -#: ../glib/gkeyfile.c:3245 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "整数値 '%s' は範囲外の値です" -#: ../glib/gkeyfile.c:3275 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "値 '%s' を論理値として解釈できません" diff --git a/po/ko.po b/po/ko.po index 54417e211..2e8e7c3f8 100644 --- a/po/ko.po +++ b/po/ko.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-01-30 03:56+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: GNOME Korea \n" @@ -105,7 +105,7 @@ msgstr "파일 '%s'에서 읽기 실패 : %s" msgid "Failed to open file '%s': %s" msgstr "파일 '%s' 열기 실패 : %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "파일 '%s'의 속성을 가져오기 실패 : fstat() 실패: %s" @@ -214,12 +214,12 @@ msgstr "일부 문자에서 채널 끝냄" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_endi로 raw 읽기를 할 수 없습니다" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "파일 '%s' 열기 실패: fdopen() 실패: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "파일 '%s' 열기 실패: fdopen() 실패: %s" @@ -642,60 +642,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s'은(는) 잘못된 이스케이프 문자를 포함합니다" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/lt.po b/po/lt.po index 99753b64f..9a9f9010c 100644 --- a/po/lt.po +++ b/po/lt.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-01-31 11:33+0200\n" "Last-Translator: Žygimantas Beručka \n" "Language-Team: Lithuanian \n" @@ -107,7 +107,7 @@ msgstr "Nepavyko perskaityti bylos „%s“: %s" msgid "Failed to open file '%s': %s" msgstr "Nepavyko atidaryti bylos „%s“: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Nepavyko gauti bylos „%s“ požymių: fstat() klaida: %s" @@ -216,12 +216,12 @@ msgstr "Kanalas pasibaigia nepilnu simboliu" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Negalima vykdyti tiesioginio skaitymo iš g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Nepavyko atidaryti bylos „%s“: fdopen() klaida: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Nepavyko atidaryti bylos „%s“: fdopen() klaida: %s" @@ -651,30 +651,30 @@ msgstr "Raktų byla neprasideda grupe" msgid "Key file contains unsupported encoding '%s'" msgstr "Raktų byloje yra nepalaikoma koduotė „%s“" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Raktų byla neturi grupės „%s“" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Raktų byla neturi rakto „%s“" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Raktų byloje yra raktas „%s“ su reikšme „%s“, kuri nėra UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Raktų byloje yra raktas „%s“, kuriame yra reikšmė, kurios negalima suprasti." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -683,31 +683,31 @@ msgstr "" "Raktų byloje yra raktas „%s“ grupėje „%s“, kuriame yra reikšmė, kurios " "negalima suprasti." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Raktų byloje nėra rakto „%s“ grupėje „%s“" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Raktų byloje, eilutės pabaigoje yra pabėgimo simbolis" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Raktų byloje yra klaidinga pabėgimo tvarka „%s“" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Reikšmės „%s“ negalima interpretuoti kaip skaičiaus." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Sveikoji reikšmė „%s“, reikalinga %s, viršija ribas" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Reikšmės „%s“ negalima interpretuoti kaip loginės." diff --git a/po/lv.po b/po/lv.po index a29b9499c..155c53a19 100644 --- a/po/lv.po +++ b/po/lv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2002-12-19 01:04+0200\n" "Last-Translator: Artis Trops \n" "Language-Team: Latvian \n" @@ -105,7 +105,7 @@ msgstr "Nespēju nolasīt no faila '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Nevarēju atvērt failu '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Nevarēju dabūt faila '%s' atribūtus: fstat() neizdevās: %s" @@ -214,12 +214,12 @@ msgstr "Kanāls pārtrūkst daļējā rakstzīmē" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Nevaru izpildīt jēllasīšanu iekš g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s" @@ -635,60 +635,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' satur nepareizi izvairīgas rakstzīmes" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/mk.po b/po/mk.po index 5420b7659..5106102f6 100644 --- a/po/mk.po +++ b/po/mk.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-4.mk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-02-26 14:59+0100\n" "Last-Translator: Arangel Angov \n" "Language-Team: Macedonian \n" @@ -108,7 +108,7 @@ msgstr "Не успеав да прочитам од датотеката '%s': msgid "Failed to open file '%s': %s" msgstr "Не успеав да ја отворам датотеката '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -218,12 +218,12 @@ msgstr "Каналот се терминира во парцијален кар msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Неможам да читам во g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Не успеав да ја отворам датотеката '%s': fdopen() failed: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Не успеав да ја отворам датотеката '%s': fdopen() failed: %s" @@ -648,32 +648,32 @@ msgstr "Клучната датотека не започнува со груп msgid "Key file contains unsupported encoding '%s'" msgstr "Клучната датотека содржи неподдржан енкодинг '%s'·" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Клучната датотека не ја содржи групата '%s'" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Клучната датотека не го содржи клучот '%s'" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Клучната датотека го содржи клучот '%s' со вредноста '%s' која што не е UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Клучната датотека го содржи клучот '%s' чија што вредност неможе да биде " "препознаена." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -682,31 +682,31 @@ msgstr "" "Клучната датотека го содржи клучот '%s' во групата '%s' која што има " "вредност која што неможе да биде препознаена." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Клучната датотека не содржи клуч во '%s' во групата '%s'" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Клучната датотека содржи специјални карактери на крајот на линијата" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Клучната датотека содржи невалидни посебни карактери '%s'" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Вредноста '%s' неможе да биде препознаена како број." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Вредноста на целиот број '%s' за %s е надвор од опсегот" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Вредноста '%s' не може да биде препознаена како boolean." diff --git a/po/mn.po b/po/mn.po index ac6088f74..e285db666 100644 --- a/po/mn.po +++ b/po/mn.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-05-30 01:07-0800\n" "Last-Translator: Бадрал \n" "Language-Team: Mongolian \n" @@ -116,7 +116,7 @@ msgstr "»%s« файлаас уншиж болохгүй байна: %s" msgid "Failed to open file '%s': %s" msgstr "»%s« файл нээгдэхгүй байна: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "»%s« файлын аттрибут тодорхойлогдсонгүй: fstat() нурлаа: %s" @@ -225,12 +225,12 @@ msgstr "Суваг тал тэмдэгтээр төгслөө" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Raw-read in g_io_channel_read_to_end боломжгүй" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: %s" @@ -656,29 +656,29 @@ msgstr "Түлхүүр файл бүлэг утгаар эхлэх боломж msgid "Key file contains unsupported encoding '%s'" msgstr "Түлхүүр файлд дэмжигдээгүй кодчилол '%s' байна" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Түлхүүр файлд '%s' бүлэг алга" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Түлхүүр файлд '%s' түлхүүр алга" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Түлхүүр файлд '%s' мөр '%s' гэсэн UTF-8 бус утгатай байна" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Түлхүүр файлд илэрхийлэх боломжгүй '%s' утга байна." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -686,32 +686,32 @@ msgid "" msgstr "" "Түлхүүр файлын '%2$s' бүлэгт '%1$s' гэсэн илэрхийлэх боломжгүй утга байна." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Түлхүүр файлын '%2$s' бүлэгт '%1$s' түлхүүр алга" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Түлхүүр файлын мөрийн төгсгөлд ESC тэмдэгт байна" # CHECK -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Түлхүүр файлд »%s« хүчингүй escape-тэмдэгт байна" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "'%s' утга бүхэл тоогоор илэрхийлэгдэх боломжгүй." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "'%s' бүхэл %s -н хувьд хязгаараас хальжээ" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' утга бүүл утгаар дүрслэгдэх боломжгүй ." diff --git a/po/ms.po b/po/ms.po index 89b4e7a89..6cbafcf66 100644 --- a/po/ms.po +++ b/po/ms.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-02-03 02:11+0730\n" "Last-Translator: Hasbullah Bin Pit \n" "Language-Team: Projek Gabai \n" @@ -105,7 +105,7 @@ msgstr "Gagal membaca fail '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Gagal membuka fail '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Gagal mendapatkan atribut fail '%s': fstat() gagal: %s" @@ -214,12 +214,12 @@ msgstr "Saluran terhenti pada sebahagian aksara" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Tak dapat membuat bacaan rawak pada g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Gagal membuka fail '%s': fdopen() gagal: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Gagal membuka fail '%s': fdopen() gagal: %s" @@ -632,60 +632,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' mengandungi aksara escaped yang tidak sah" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/nb.po b/po/nb.po index b9d8e4962..6b13999b4 100644 --- a/po/nb.po +++ b/po/nb.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: nb\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-06-13 00:32+0200\n" "Last-Translator: Terance Edward Sola \n" "Language-Team: Norwegian Bokmal \n" @@ -108,7 +108,7 @@ msgstr "Feil under lesing fra fil «%s»: %s" msgid "Failed to open file '%s': %s" msgstr "Feil under åpning av fil «%s»: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Feil ved uthenting av attributter for fil «%s»: fstat() feilet: %s" @@ -218,12 +218,12 @@ msgstr "Kanalen terminerer i et oppdelt tegn" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan ikke utføre rå avlesing i g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Feil under åpning av fil «%s»: fdopen() feilet: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Feil under åpning av fil «%s»: fdopen() feilet: %s" @@ -640,30 +640,30 @@ msgstr "Nøkkelfil starter ikke med en gruppe" msgid "Key file contains unsupported encoding '%s'" msgstr "Nøkkelfil inneholder ustøttet tegnkoding «%s»" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Nøkkelfil har ikke gruppe «%s»" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Nøkkelfil har ikke nøkkelen «%s»" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Nøkkelfilen inneholder nøkkelen «%s» med verdi «%s» som ikke er UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Nøkkelfilen inneholder nøkkelen «%s» som har en verdi som ikke kan bli tolket" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -672,31 +672,31 @@ msgstr "" "Nøkkelfilen inneholder nøkkelen «%s» i gruppen «%s» som har en verdi som " "ikke kan bli tolket." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Nøkkelfilen har ikke nøkkelen i «%s» i gruppen «%s»" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Nøkkelfilen inneholder skiftetegn ved linjeslutt" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Nøkkelfil inneholder ugyldig skiftesekvens «%s»" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vedien «%s» kan ikke bli tolket som et tall." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "Heltallsverdi «%s» er utenfor gyldig område" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Verdien «%s» kan ikke bli tolket som en bolsk." diff --git a/po/ne.po b/po/ne.po index f30f39d6a..a930f4f51 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-05-20 11:50+0545\n" "Last-Translator: Jyotshna Shrestha \n" "Language-Team: Nepali \n" @@ -108,7 +108,7 @@ msgstr "'%s'फाइलबाट पढ्न असफल : %s" msgid "Failed to open file '%s': %s" msgstr "'%s'फाइल खोल्न असफल : %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "'%s'फाइलको विशेषता पाउँन असफल: एफस्टाट() असफल: %s" @@ -217,12 +217,12 @@ msgstr "अर्ध-वर्णमा मार्ग टुङ्गिन् msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end मा पढ्न सकिएन" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "'%s'फाइल खोल्न असफल : एफडीखोल्न() असफल: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "'%s'फाइल खोल्न असफल : एफडीखोल्न() असफल: %s" @@ -622,60 +622,60 @@ msgstr "समूहसंगै कुण्ज फाईल शुरू भ msgid "Key file contains unsupported encoding '%s'" msgstr "कुन्ज फाइलमा असहयोगिक संकेतन '%s' समावेश छ।" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "कुण्ज फाईलसंग समूह '%s' छैन" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "कुण्ज फाईलसंग कुण्ज '%s' छैन" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "कुन्ज फाइलमा मान '%s' संगै कुन्ज '%s' समावेश छ जुन युटिएफ-८ होइन" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "कुन्ज फाइलमा कुन्ज '%s' समावेश छ जसको मानलाई व्याख्या गर्न सकिंदैन।" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "कुन्ज फाइलमा समूह '%s' मा कुन्ज '%s' समावेश छ जसको मानलाई व्याख्या गर्न सकिंदैन।" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "समूह '%s' मा कुण्ज फाईल संग कुण्ज '%s' छैन" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "कुन्ज फाइलमा पंक्तिको अन्त्यमा निस्कनुस् वर्ण समावेश छ।" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "कुन्ज फाइलमा अमान्य निस्कनुस् अनुक्रम '%s' समावेस छ।" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "मान '%s' लाई संख्याको रूपमा व्याख्या गर्न सकिंदैन" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "पूर्ण संख्या मान '%s' %s को लागि क्षेत्र भन्दा बाहिर छ" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "मान '%s' बुलेनको रुपमा व्याख्या गर्न सकिंदैन।" diff --git a/po/nl.po b/po/nl.po index 8beac1b28..37ae88746 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib (HEAD)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-06-16 00:09+0200\n" "Last-Translator: Tino Meinen \n" "Language-Team: Dutch \n" @@ -111,7 +111,7 @@ msgstr "Lezen van bestand '%s' mislukt: %s" msgid "Failed to open file '%s': %s" msgstr "Openen van bestand '%s' mislukt: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Opvragen gegevens van bestand '%s' mislukt: fstat() mislukte: %s" @@ -228,12 +228,12 @@ msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Een kale ('raw') leesoperatie is niet mogelijk in g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Openen van bestand '%s' mislukt: fdopen() mislukte: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Openen van bestand '%s' mislukt: fdopen() mislukte: %s" @@ -662,31 +662,31 @@ msgstr "Sleutelbestand start niet met een groep" msgid "Key file contains unsupported encoding '%s'" msgstr "Sleutelbestand bevat niet-ondersteunde tekenset '%s'" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Sleutelbestand bevat geen groep '%s'" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Sleutelbestand bevat geen sleutel '%s'" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Sleutelbestand bevat sleutel '%s' met waarde '%s' wat geen UTF-8 is" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Sleutelbestand bevat sleutel '%s' die een waarde heeft die niet kan worden " "geïnterpreteerd." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -695,31 +695,31 @@ msgstr "" "Sleutelbestand bevat sleutel '%s' in groep '%s' die een waarde heeft die " "niet kan worden geïnterpreteerd." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Sleutelbestand bevat geen sleutel '%s' in groep '%s'" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Sleutelbestand bevat een ontsnappingsteken aan het einde van een regel" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Sleutelbestand bevat ongeldige ontsnappingstekens '%s'" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Waarde '%s' kan niet geïnterpreteerd worden als een getal." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "Gehele getalswaarde '%s' valt buiten bereik" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Waarde '%s' kan niet geïnterpreteerd worden als een booleese." diff --git a/po/nn.po b/po/nn.po index 32c2ff704..2be351fc2 100644 --- a/po/nn.po +++ b/po/nn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-09-06 21:31+0000\n" "Last-Translator: Åsmund Skjæveland \n" "Language-Team: Norwegian Nynorsk \n" @@ -109,7 +109,7 @@ msgstr "Klarte ikkje å lesa frå fila «%s»: %s" msgid "Failed to open file '%s': %s" msgstr "Klarte ikkje å opna fila «%s»: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Klarte ikkje å få tak i eigenskapar for fila «%s»: fstat() feila: %s" @@ -218,12 +218,12 @@ msgstr "Kanalen avsluttar på eit delvis teikn" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan ikkje lesa rått i g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Kunne ikkje opna fila «%s»: fdopen() feila: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Kunne ikkje opna fila «%s»: fdopen() feila: %s" @@ -638,60 +638,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URIen «%s» inneheld feil koda teikn" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Heiltalsverdien «%s» til «%s» utanfor gyldig område" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/no.po b/po/no.po index b9d8e4962..6b13999b4 100644 --- a/po/no.po +++ b/po/no.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: nb\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-06-13 00:32+0200\n" "Last-Translator: Terance Edward Sola \n" "Language-Team: Norwegian Bokmal \n" @@ -108,7 +108,7 @@ msgstr "Feil under lesing fra fil «%s»: %s" msgid "Failed to open file '%s': %s" msgstr "Feil under åpning av fil «%s»: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Feil ved uthenting av attributter for fil «%s»: fstat() feilet: %s" @@ -218,12 +218,12 @@ msgstr "Kanalen terminerer i et oppdelt tegn" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan ikke utføre rå avlesing i g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Feil under åpning av fil «%s»: fdopen() feilet: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Feil under åpning av fil «%s»: fdopen() feilet: %s" @@ -640,30 +640,30 @@ msgstr "Nøkkelfil starter ikke med en gruppe" msgid "Key file contains unsupported encoding '%s'" msgstr "Nøkkelfil inneholder ustøttet tegnkoding «%s»" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Nøkkelfil har ikke gruppe «%s»" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Nøkkelfil har ikke nøkkelen «%s»" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Nøkkelfilen inneholder nøkkelen «%s» med verdi «%s» som ikke er UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Nøkkelfilen inneholder nøkkelen «%s» som har en verdi som ikke kan bli tolket" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -672,31 +672,31 @@ msgstr "" "Nøkkelfilen inneholder nøkkelen «%s» i gruppen «%s» som har en verdi som " "ikke kan bli tolket." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Nøkkelfilen har ikke nøkkelen i «%s» i gruppen «%s»" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Nøkkelfilen inneholder skiftetegn ved linjeslutt" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Nøkkelfil inneholder ugyldig skiftesekvens «%s»" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vedien «%s» kan ikke bli tolket som et tall." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "Heltallsverdi «%s» er utenfor gyldig område" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Verdien «%s» kan ikke bli tolket som en bolsk." diff --git a/po/or.po b/po/or.po index 6f43a6192..cfc34f33c 100644 --- a/po/or.po +++ b/po/or.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-4.HEAD.or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-09-05 21:30+0530\n" "Last-Translator: Subhransu Behera \n" "Language-Team: Oriya \n" @@ -107,7 +107,7 @@ msgstr "'%s' ଫାଇଲ ପଢିବାରେ ଅସଫଳ: %s" msgid "Failed to open file '%s': %s" msgstr "'%s' ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "'%s' ଫାଇଲର ଗୁଣ ପାଇବାରେ ଅସଫଳ: fstat() ଅସଫଳ: %s" @@ -216,12 +216,12 @@ msgstr "ଆଂଶିକ ଅକ୍ଷର ରେ ଚାନେଲର ସମାପ msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_endେର ଅଂସସାଧିତ ପଠନ କରିହେଲା ନାହିଁ" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "'%s' ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ: fdopen() ଅସଫଳ: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "'%s' ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ: fdopen() ଅସଫଳ: %s" @@ -628,60 +628,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "'%s' ୟୁ.ଆର୍.ଆଇ.ରେ ଅବୈଧ ଏସ୍କେପ୍ ଅକ୍ଷର ରହିଛି" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "%2$s ପାଇଁ ପୂର୍ଣ ସଂଖ୍ଯା ମୂଲ୍ଯ '%1$s' ପରିସର ବାହାରେ" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/pa.po b/po/pa.po index 3339da020..10fd59de2 100644 --- a/po/pa.po +++ b/po/pa.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-07 21:48+0000\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-07-08 09:52+0530\n" "Last-Translator: Amanpreet Singh Alam \n" "Language-Team: Punjabi \n" @@ -23,232 +23,232 @@ msgstr "" "X-Generator: KBabel 1.9.1\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gconvert.c:406 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "ਕਰੈਕਟਰ ਸਮੂਹ %s ਤੋਂ %s ਵਿੱਚ ਬਦਲਣ ਇਸ ਵੇਲੇ ਸੰਭਵ ਨਹੀ" -#: ../glib/gconvert.c:410 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "ਇਸ '%s' ਤੋ '%s' ਵਿੱਚ ਬਦਲਣ ਵਾਲਾ ਉਪਲਬਧ ਨਹੀ ਹੈ" -#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1319 -#: ../glib/giochannel.c:1361 ../glib/giochannel.c:2203 ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 +#: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "ਬਦਲਣ ਲਈ ਦਿਤੀ ਸਤਰ ਵਿੱਚ ਬਾਇਟ ਦਾ ਸਰੂਪ ਠੀਕ ਨਹੀ ਹੈ" -#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1326 -#: ../glib/giochannel.c:2215 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 +#: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "ਤਬਦੀਲੀ ਦਰਮਿਆਨ ਗਲਤੀ %s" -#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "ਸਤਰ ਦੇ ਅਖੀਰ ਤੇ ਅੱਖਰਾਂ ਦਾ ਸਰੂਪ ਅਧੂਰਾ ਹੈ" -#: ../glib/gconvert.c:817 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "ਕੋਡ ਸਮੂਹ %s ਤੋ %s ਵਿੱਚ ਤਬਦੀਲੀ ਸੰਭਵ ਨਹੀ" -#: ../glib/gconvert.c:1619 +#: glib/gconvert.c:1619 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI %s ਫਾਇਲ ਸਕੀਮ ਨਾਲ URI ਨਹੀ ਹੈ" -#: ../glib/gconvert.c:1629 +#: glib/gconvert.c:1629 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "ਸਥਾਨਿਕ ਫਾਇਲ URI %s ਵਿੱਚ ਇਹ ਨਿਸ਼ਾਨ # ਨਹੀ ਹੈ" -#: ../glib/gconvert.c:1646 +#: glib/gconvert.c:1646 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' ਜਾਇਜ ਨਹੀ ਹੈ" -#: ../glib/gconvert.c:1658 +#: glib/gconvert.c:1658 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI '%s' ਦੇ ਮੇਜਬਾਨ ਦਾ ਨਾਂ ਜਾਇਜ ਨਹੀ ਹੈ" -#: ../glib/gconvert.c:1674 +#: glib/gconvert.c:1674 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' ਕੋਲ ਗਲਤ ਅੱਖਰ ਹਨ" -#: ../glib/gconvert.c:1768 +#: glib/gconvert.c:1768 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "ਮਾਰਗ %s ਇਕ ਅਸਲੀ (absolute) ਮਾਰਗ ਨਹੀ ਹੈ" -#: ../glib/gconvert.c:1778 +#: glib/gconvert.c:1778 msgid "Invalid hostname" msgstr "ਗਲਤ ਮੇਜਬਾਨ ਨਾਂ" -#: ../glib/gdir.c:121 ../glib/gdir.c:141 +#: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" msgstr "ਗਲਤੀ '%s' ਡਾਇਕਰੈਕਟਰੀ ਖੋਲਣ ਲਈ: %s" -#: ../glib/gfileutils.c:576 ../glib/gfileutils.c:649 +#: glib/gfileutils.c:576 glib/gfileutils.c:649 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr " %lu ਬਾਇਟ \"%s\"ਫਾਇਲ ਖੋਲਣ ਲਈ ਦਿਤੇ ਨਹੀ ਜਾ ਸਕਦੇ" -#: ../glib/gfileutils.c:591 +#: glib/gfileutils.c:591 #, c-format msgid "Error reading file '%s': %s" msgstr "ਗਲਤੀ '%s' ਫਾਇਲ ਪਡ਼੍ਹਨ ਵਿੱਚ: %s" -#: ../glib/gfileutils.c:673 +#: glib/gfileutils.c:673 #, c-format msgid "Failed to read from file '%s': %s" msgstr "ਫਾਇਲ ਖੋਲਣ ਵਿੱਚ ਗਲਤੀ '%s': %s" -#: ../glib/gfileutils.c:724 ../glib/gfileutils.c:811 +#: glib/gfileutils.c:724 glib/gfileutils.c:811 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s':ਫਾਇਲ ਖੋਲਣ ਵਿੱਚ ਗਲਤੀ %s" -#: ../glib/gfileutils.c:741 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "ਫਾਇਲ '%s' ਦੀਆਂ ਵਿਸ਼ੇਸਤਾਵਾਂ: fstat() failed: %s ਖੋਲ਼੍ਹਣ ਤੋ ਅਸਫਲ" -#: ../glib/gfileutils.c:775 +#: glib/gfileutils.c:775 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "ਫਾਇਲ '%s': ਖੋਲ੍ਹਣ ਵਿੱਚ ਅਸਫਲਤਾ fdopen() ਅਸਫਲ: %s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "ਫਾਇਲ '%s' ਨੂੰ '%s' ਦੇ ਤੌਰ 'ਤੇ ਨਾਂ-ਬਦਲਣ ਲਈ ਫੇਲ: g_rename() ਫੇਲ ਹੋਇਆ: %s" -#: ../glib/gfileutils.c:952 +#: glib/gfileutils.c:952 #, c-format msgid "Could not change file mode: fork() failed: %s" msgstr "ਫਾਇਲ ਢੰਗ ਬਦਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: fork() ਫੇਲ ਹੋਇਆ: %s" -#: ../glib/gfileutils.c:983 +#: glib/gfileutils.c:983 #, c-format msgid "Could not change file mode: waitpid() failed: %s" msgstr "ਫਾਇਲ ਢੰਗ ਬਦਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: waitpid() ਫੇਲ ਹੋਇਆ: %s" -#: ../glib/gfileutils.c:1002 +#: glib/gfileutils.c:1002 #, c-format msgid "Could not change file mode: chmod() failed: %s" msgstr "ਫਾਇਲ ਢੰਗ ਬਦਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: chmod() ਫੇਲ ਹੋਇਆ: %s" -#: ../glib/gfileutils.c:1013 +#: glib/gfileutils.c:1013 #, c-format msgid "Could not change file mode: Child terminated by signal: %s" msgstr "ਫਾਇਲ ਢੰਗ ਬਦਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: ਚਾਈਲਡ (Child) ਸੰਕੇਤ ਨਾਲ ਖਤਮ: %s" -#: ../glib/gfileutils.c:1024 +#: glib/gfileutils.c:1024 msgid "Could not change file mode: Child terminated abnormally" msgstr "ਫਾਇਲ ਢੰਗ ਬਦਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: ਚਾਈਲਡ ਗਲਤ ਢੰਗ ਨਾਲ ਬੰਦ ਹੋ ਗਿਆ" -#: ../glib/gfileutils.c:1058 ../glib/gfileutils.c:1524 +#: glib/gfileutils.c:1058 glib/gfileutils.c:1524 #, c-format msgid "Failed to create file '%s': %s" msgstr "ਫਾਇਲ %s' ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s" -#: ../glib/gfileutils.c:1080 +#: glib/gfileutils.c:1080 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "ਫਾਇਲ '%s' ਨੂੰ ਲਿਖਣ ਲਈ ਖੋਲਣ 'ਚ ਅਸਫ਼ਲ: fdopen() ਫੇਲ ਹੋਇਆ: %s" -#: ../glib/gfileutils.c:1105 +#: glib/gfileutils.c:1105 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "ਫਾਇਲ '%s' ਨੂੰ ਲਿਖਣ ਲਈ ਫੇਲ: fwrite() ਫੇਲ ਹੋਇਆ: %s" -#: ../glib/gfileutils.c:1124 +#: glib/gfileutils.c:1124 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "ਫਾਇਲ '%s' ਨੂੰ ਬੰਦ ਕਰਨ 'ਚ ਅਸਫ਼ਲ: fdopen() ਫੇਲ ਹੋਇਆ: %s" -#: ../glib/gfileutils.c:1242 +#: glib/gfileutils.c:1242 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "ਮੌਜੂਦਾ ਫਾਇਲ '%s' ਨੂੰ ਹਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: g_unlink() ਫੇਲ ਹੋਇਆ: %s" -#: ../glib/gfileutils.c:1485 +#: glib/gfileutils.c:1485 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "ਨਮੂਨਾ %s ਸਹੀ ਨਹੀ ਹੈ, ਇਸ ਕੋਲ %s ਨਹੀ ਹੈ" -#: ../glib/gfileutils.c:1499 +#: glib/gfileutils.c:1499 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "ਨਮੂਨਾ '%s' XXXXXX ਨਾਲ ਖਤਮ ਨਹੀ ਹੋ ਰਿਹਾ ਹੈ" -#: ../glib/gfileutils.c:1977 +#: glib/gfileutils.c:1977 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "ਚਿੰਨ੍ਹ ਸਬੰਧ %s' ਖੋਲਣ ਵਿੱਚ ਗਲਤੀ: %s" -#: ../glib/gfileutils.c:1998 +#: glib/gfileutils.c:1998 msgid "Symbolic links not supported" msgstr "ਚਿੰਨ੍ਹ ਸਬੰਧ ਸਹਾਇਤਾ ਪ੍ਰਾਪਤ ਨਹੀ ਹਨ" -#: ../glib/giochannel.c:1147 +#: glib/giochannel.c:1147 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "ਇਸ ਅੱਖਰ ਸੂਚੀ %s' ਤੋ `%s' ਬਦਲਾਉ ਸੰਭਵ ਨਹੀ ਹੈ" -#: ../glib/giochannel.c:1151 +#: glib/giochannel.c:1151 #, c-format msgid "Could not open converter from `%s' to `%s': %s" msgstr "`%s' ਤੋਂ `%s' ਬਦਲਣ ਵਾਲਾ ਖੋਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s" -#: ../glib/giochannel.c:1496 +#: glib/giochannel.c:1496 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "g_io_channel_read_line_string ਖੁੱਲ ਨਹੀ ਰਿਹਾ ਹੈ" -#: ../glib/giochannel.c:1543 ../glib/giochannel.c:1800 -#: ../glib/giochannel.c:1886 +#: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886 msgid "Leftover unconverted data in read buffer" msgstr "ਕੁਝ ਅਣਬਦਲਿਆ ਡਾਟਾ ਬਫਰ ਵਿੱਚ ਪਿਆ ਹੈ" -#: ../glib/giochannel.c:1623 ../glib/giochannel.c:1700 +#: glib/giochannel.c:1623 glib/giochannel.c:1700 msgid "Channel terminates in a partial character" msgstr "ਇਕ ਅੱਧ ਪਚਦੇ ਅੱਖਰ ਤੇ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: ../glib/giochannel.c:1686 +#: glib/giochannel.c:1686 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end ਵਿੱਚ ਪਡ਼ਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "ਫਾਇਲ '%s': ਖੋਲ੍ਹਣ ਵਿੱਚ ਫੇਲ ਹੋਇਆ: fdopen() ਫੇਲ: %s" -#: ../glib/gmappedfile.c:178 +#: glib/gmappedfile.c:178 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "ਫਾਇਲ '%s' ਮਿਲਾਉਣ ਵਿੱਚ ਫੇਲ: mmap() ਫੇਲ ਹੋਇਆ: %s" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "ਸਤਰ %d ਅੱਖਰ %d 'ਤੇ ਗਲਤੀ: %s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "ਸਤਰ %d ਉੱਤੇ ਗਲਤੀ: %s" -#: ../glib/gmarkup.c:434 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" +#: glib/gmarkup.c:434 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" msgstr "ਖਾਲੀ ਇਕਾਈ '&;' ਵੇਖੋ; ਜਾਇਜ ਇਕਾਈਆਂ ਹਨ : & " < > '" -#: ../glib/gmarkup.c:444 +#: glib/gmarkup.c:444 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -258,17 +258,17 @@ msgstr "" "ਇਹ %s ਅੱਖਰ ਕੋਈ ਇਕਾਈ ਸੁਰੂ ਕਰਨ ਲਈ ਗਲਤ ਹੈ & ਅੱਖਰ ਇਕਾਈ ਆਰੰਭ ਕਰਦਾ ਹੈ; ਜੇਕਰ ਇਹ ਐਪਰਸੈਡ ਇਕਾਈ " "ਬਣਨਯੋਗ ਨਹੀ ਤਾਂ ਇਸ ਨੂੰ ਇਸਤਰਾਂ & ਛੱਡ ਦਿਉ" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "'%s' ਅੱਖਰ ਇਕਾਈ ਦੇ ਨਾਂ ਲਈ ਜਾਇਜ ਨਹੀ ਹੈ" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "ਇਕਾਈ ਦਾ ਨਾਂ '%s' ਪਤਾ ਨਹੀ ਹੈ" -#: ../glib/gmarkup.c:526 +#: glib/gmarkup.c:526 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -276,7 +276,7 @@ msgstr "" "ਇਕਾਈ ਸੈਮੀਕਾਲਨ ਨਾਲ ਖਤਮ ਨਹੀ ਹੋ ਸਕਦਾ ਹੋ ਸਕਦਾ ਕਿ ਤੁਸੀ ਇੱਕ ਐਪਰਸੈਨਡ ਅੱਖਰ ਬਿਨਾਂ ਇਕਾਈ ਆਰੰਭ " "ਕੀਤੇ ਹੀ ਵਰਤ ਰਹੇ ਹੋ, ਐਪਰਸੈਨਡ ਇਸਤਰਾਂ & ਛੱਡੋ" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -285,16 +285,16 @@ msgstr "" " '%-.*s' ਪਾਰਸ ਕਰਨ ਵਿੱਚ ਅਸਫਲ, ਜੋ ਕਿ ਅੱਖਰ ਵਿੱਚ ਨੰਬਰ ਹੋਣ ਚਾਹੀਦਾ ਹੈ ਵੇਖੋ (ê ਉਦਾਹਰਨ " "ਲਈ) - ਅੱਖਰ ਬਹੁਤ ਲੰਮਾ ਹੋ ਗਿਆ ਹੈ" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "ਅੱਖਰ ਦਾ ਹਵਾਲਾ '%-.*s' ਇਕ ਚੁਣੇ ਅੱਖਰ ਨੂੰ ਇਨਕੋਡ ਨਹੀ ਕਰ ਸਕਦਾ" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "ਖਾਲੀ ਅੱਖਰ ਦਾ ਹਵਾਲਾ, ਕੋਈ ਨੰਬਰ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ ਜਿਵੇ ਕਿ dž" -#: ../glib/gmarkup.c:629 +#: glib/gmarkup.c:629 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -303,23 +303,23 @@ msgstr "" "ਅੱਖਰੀ ਹਵਾਲਾ ਸੈਮੀਕਾਲਨ ਨਾਲ ਖਤਮ ਨਹੀ ਹੋ ਸਕਦਾ ਹੋ ਕਿ ਤੁਸੀ ਇੱਕ ਐਪਰਸੈਨਡ ਅੱਖਰ ਬਿਨਾਂ ਇਕਾਈ ਆਰੰਭ " "ਕੀਤੇ ਹੀ ਵਰਤ ਰਹੇ ਹੋ, ਐਪਰਸੈਨਡ ਇਸਤਰਾਂ & ਛੱਡੋ" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "ਅਪੂਰਨ ਇਕਾਈ ਹਵਾਲਾ" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "ਅਪੂਰਨ ਅੱਖਰੀ ਹਵਾਲਾ" -#: ../glib/gmarkup.c:964 ../glib/gmarkup.c:992 ../glib/gmarkup.c:1023 +#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" msgstr "ਗਲਤ UTF-8 ਇੰਨਕੋਡ ਅੱਖਰ" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. )" msgstr "ਦਸਤਾਵੇਜ਼ ਇਕ ਭਾਗ ਨਾਲ ਆਰੰਭ ਹੋਣਾ ਜਰੂਰੀ ਹੈ (ਜਿਵੇ ਕਿ. )" -#: ../glib/gmarkup.c:1099 +#: glib/gmarkup.c:1099 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -328,7 +328,7 @@ msgstr "" "ਇਹ '%s' ਜਾਇਜ ਅੱਖਰ ਨਹੀ ਹੈ ਜੋ ਕਿ '<' ਅੱਖਰ ਤੋਂ ਮਗਰ ਹੈ, ਇਹ ਕਿਸੇ ਭਾਗ ਦੇ ਨਾਂ ਨਾਲ ਆਰੰਭ ਨਹੀ ਹੋਣਾ " "ਚਾਹੀਦਾ ਹੈ" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -337,12 +337,13 @@ msgstr "" "ਅਨਿਸ਼ਚਿਤਅੱਖਰ '%s', ਇਹ '>' ਅੱਖਰ ਦੀ ਉਮੀਦ ਸੀ ਤਾਂ ਕਿ ਹਿੱਸੇ ਦੀ ਸੁਰੂ ਕੀਤੀ ਪੱਟੀ ਖਤਮ ਕੀਤੀ ਜਾ " "ਸਕੇ '%s'" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ %s ਹੈ, ਇਸ %s ਭਾਗ ਦੇ ਇਸ ਵਿਸ਼ੇਸਤਾ ਨਾਂ %s ਮਗਰੋ = ਨਿਸ਼ਚਿਤ ਹੈ" -#: ../glib/gmarkup.c:1294 +#: glib/gmarkup.c:1294 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -352,7 +353,7 @@ msgstr "" "ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ '%s' ਹੈ, ਇਕ ਅੱਖਰ '>'ਜਾਂ '/' ਨਿਸ਼ਚਿਤ ਅੱਖਰ ਹੈ ਤਾਂ ਕਿ ਹਿੱਸੇ ਦੀ ਸੁਰੂ ਕੀਤੀ ਪੱਟੀ " "ਖਤਮ ਕੀਤੀ ਜਾ ਸਕੇ '%s', ਜਾਂ ਚੁਣਿਆ ਪ੍ਰਤੀਕ, ਜਿਸ ਲ਼ਈ ਤੁਸੀ ਗਲਤ ਨਾਂ ਭਰਿਆ ਹੈ" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -361,65 +362,67 @@ msgstr "" "ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ '%s', ਬਰਾਬਰ ਦੇ ਨਿਸ਼ਾਨ ਮਗਰੋ ਇਕ ਖੁੱਲਾ ਹਵਾਲਾ ਨਿਸ਼ਾਨ ਜਰੂਰੀ ਹੈ, ਜਦੋਂ ਕਿ ਤੁਸੀ ਇੱਕ " "ਭਾਗ '%s' ਦੇ ਪ੍ਰਤੀਕ '%s' ਲਈ ਮੁੱਲ ਦੇ ਰਹੇ ਹੋ" -#: ../glib/gmarkup.c:1528 +#: glib/gmarkup.c:1528 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "ਇਹ '%s' ਅੱਖਰ ਬੰਦ ਭਾਗ ਦੇ ਨਾਂ ਮਗਰੋ ਜਾਇਜ ਨਹੀ ਹੈ '%s'; ਸਿਰਫ '>' ਅੱਖਰ ਹੀ ਨਿਸ਼ਚਿਤ ਹੈ" -#: ../glib/gmarkup.c:1579 +#: glib/gmarkup.c:1579 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "ਇਹ ਭਾਗ '%s' ਬੰਦ ਸੀ, ਕੋਈ ਭਾਗ ਖੁੱਲਾ ਨਹੀ ਹੈ" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "ਇਹ ਭਾਗ '%s' ਬੰਦ ਸੀ, '%s' ਭਾਗ ਖੁੱਲਾ ਹੈ" -#: ../glib/gmarkup.c:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "ਦਸਤਾਵੇਜ਼ ਖਾਲੀ ਹੈ ਜਾਂ ਕੇਵਲ ਸਾਫ ਹੀ ਹੈ" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "ਦਸਤਾਵੇਜ਼ ਬੇਉਮੀਦ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਇਕ ਖੁਲੀ ਬਰੈਕਟ '<' ਪਾਉਣ ਮਗਰੋ" -#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 +#: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "ਦਸਤਾਵੇਜ਼ ਬੇਉਮੀਦ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਜਦੋ ਕਿ-ਇਹ '%s' ਆਖਰੀ ਖੁੱਲਾ ਭਾਗ ਹੈ" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" -msgstr "ਦਸਤਾਵੇਜ਼ ਬੇਉਮੀਦ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਇਕ ਬੰਦ ਬਰੈਕਟ <%s/> ਜੋ ਕਿ ਪੱਟੀ ਨੂੰ ਬੰਦ ਕਰਦੀ ਹੈ, ਦੀ ਉਮੀਦ ਸੀ" +msgstr "" +"ਦਸਤਾਵੇਜ਼ ਬੇਉਮੀਦ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਇਕ ਬੰਦ ਬਰੈਕਟ <%s/> ਜੋ ਕਿ ਪੱਟੀ ਨੂੰ ਬੰਦ ਕਰਦੀ ਹੈ, ਦੀ ਉਮੀਦ ਸੀ" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "ਇਕ ਹਿੱਸੇ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਬੇਉਮੀਦ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "ਇਕ ਗੁਣ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਬੇਉਮੀਦ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "ਇਕ ਹਿੱਸੇ ਦੀ ਖੁੱਲੀ ਪੱਟੀ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਬੇਉਮੀਦ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -427,258 +430,260 @@ msgstr "" "ਇਕ ਗੁਣ ਦੇ ਨਾਂ ਤੋ ਪਹਿਲਾਂ ਬਰਾਬਰ ਦੇ ਨਿਸ਼ਾਨ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਬੇਉਮੀਦ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਗੁਣ ਦਾ ਕੋਈ ਮੁੱਲ " "ਨਹੀ ਹੈ" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "ਇਕ ਗੁਣ ਦੇ ਮੁੱਲ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਬੇਉਮੀਦ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "ਇਕ ਹਿੱਸੇ '%s' ਦੀ ਪੱਟੀ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਬੇਉਮੀਦ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: ../glib/gmarkup.c:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "ਇਕ ਟਿੱਪਣੀ ਜਾਂ ਹਦਾਇਤ ਚਲਾਉਣ ਦੌਰਾਨ ਦਸਤਾਵੇਜ਼ ਬੇਉਮੀਦ ਬੰਦ ਹੋ ਗਿਆ ਹੈ" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" msgstr "ਹਵਾਲਾ ਅੱਖਰ ਇਕ ਹਵਾਲਾ ਨਿਸ਼ਾਨ ਨਾਲ ਆਰੰਭ ਨਹੀ ਹੋ ਸਕਦਾ ਹੈ" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "ਕਮਾਂਡ ਸਤਰ ਜਾਂ ਸੈਲ ਅੱਖਰ ਵਿੱਚ ਬੇਮੇਲ ਹਵਾਲਾ ਨਿਸ਼ਾਨ ਹੈ" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "ਇਸ '\\' ਅੱਖਰ ਮਗਰੋਂ ਅੱਖਰ ਖਤਮ ਹੋਣੇ ਹਨ (ਅੱਖਰ ਹਨ '%s')" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "ਇਸ %c ਲਈ ਹਵਾਲਾ ਲੱਭਣ ਤੋਂ ਪਹਿਲਾਂ ਅੱਖਰ ਖਤਮ ਕਰੋ. (ਅੱਖਰ ਸਨ '%s')" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "ਅੱਖਰੀ ਪਾਠ ਖਾਲੀ ਸੀ (ਜਾਂ ਸਾਫ ਥਾਂ ਹੀ ਹੈ)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "ਅਗਲੇਰੀ ਕਿਰਿਆਵਾਂ ਤੋ ਡਾਟਾ ਵੇਖਣ ਵਿੱਚ ਅਸਫਲ ਹੈ" -#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "ਅਗਲੀ ਕਿਰਿਆ (%s) ਨਾਲ ਸੰਚਾਰ ਲਈ ਪਾਇਪ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ ਹੈ" -#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "ਅਗਲੀ ਕਿਰਿਆ (%s) ਤੋ ਡਾਟਾ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ ਹੈ" -#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "ਡਾਇਕਰੈਕਟਰੀ '%s' ਬਦਲਣ ਵਿੱਚ ਅਸਫਲ (%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "ਅਗਲੀ ਕਿਰਿਆ (%s) ਚਾਲੂ ਕਰਨ ਵਿੱਚ ਅਸਫਲ ਰਿਹਾ ਹੈ" -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "ਸਹਾਇਤਾ ਕਾਰਜ ਚਲਾਉਣ ਵਿੱਚ ਅਸਫਲ ਹੈ" -#: ../glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" -msgstr "ਅਣਪਛਾਤੀ ਗਲਤੀ - g_io_channel_win32_poll() ਅਗਲੇਰੀਆਂ ਕਿਰਿਆਵਾਂ ਤੋ ਡਾਟਾ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ ਹੈ" +msgstr "" +"ਅਣਪਛਾਤੀ ਗਲਤੀ - g_io_channel_win32_poll() ਅਗਲੇਰੀਆਂ ਕਿਰਿਆਵਾਂ ਤੋ ਡਾਟਾ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ ਹੈ" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "ਅਗਲੀ ਕਿਰਿਆ (%s) ਤੋ ਡਾਟਾ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ ਹੈ" -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "ਅਣਪਛਾਤੀ ਗਲਤੀ --ਅਗਲੀ ਕਿਰਿਆ(%s) ਤੋ ਡਾਟਾ ਖੋਲਣ ਲਈ select() ਵਿੱਚ ਗਲਤੀ ਹੈ" -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() (%s) ਵਿੱਚ ਅਣਪਛਾਤੀ ਗਲਤੀ ਹੈ" -#: ../glib/gspawn.c:1083 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "(%s) ਸ਼ਾਖਾਵਾਂ ਵਿੱਚ ਵੰਡਣ ਵਿੱਚ ਅਸਫਲ ਹੈ" -#: ../glib/gspawn.c:1233 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "ਅਗਲੀ ਕਿਰਿਆ \"%s\" ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਅਸਫਲ ਹੈ (%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "ਅਗਲੀ ਕਿਰਿਆ (%s) ਦੇ ਨਤੀਜੇ ਨੂੰ ਵਾਪਿਸ ਕਰਨ ਵਿੱਚ ਅਸਫਲ ਹੈ" -#: ../glib/gspawn.c:1252 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "ਅਗਲੀ ਕਿਰਿਆ (%s) ਨੂੰ ਵੰਡ ਵਿੱਚ ਅਸਫਲ ਹੈ" -#: ../glib/gspawn.c:1260 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "ਅਗਲੀ ਕਿਰਿਆ \"%s\" ਨੂੰ ਚਾਲੂ ਕਰਨ ਵਿੱਚ ਅਸਫਲ ਹੈ" -#: ../glib/gspawn.c:1282 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "ਅਗਲੀ ਕਿਰਿਆ ਪਾਇਪ (%s) ਤੋ ਚਾਹੀਦਾ ਡਾਟਾ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ ਹੈ " -#: ../glib/gutf8.c:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "UTF-8 ਲਈ ਅੱਖਰ ਨਿਸ਼ਚਿਤ ਸੀਮਾ ਤੋ ਬਾਹਰ ਹਨ" -#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "ਬਦਲਾਉ ਲਈ ਨਿਵੇਸ਼ ਵਿੱਚ ਤਰਤੀਬ ਜਾਇਜ ਨਹੀ ਹੈ" -#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "UTF-16 ਲਈ ਅੱਖਰ ਨਿਸ਼ਚਿਤ ਸੀਮਾ ਤੋ ਬਾਹਰ ਹਨ" -#: ../glib/goption.c:465 +#: glib/goption.c:465 msgid "Usage:" msgstr "ਵਰਤੋਂ:" -#: ../glib/goption.c:465 +#: glib/goption.c:465 msgid "[OPTION...]" msgstr "[OPTION...]" -#: ../glib/goption.c:551 +#: glib/goption.c:551 msgid "Help Options:" msgstr "ਸਹਾਇਤਾ ਚੋਣ:" -#: ../glib/goption.c:552 +#: glib/goption.c:552 msgid "Show help options" msgstr "ਸਹਾਇਤਾ ਚੋਣ ਵੇਖਾਓ" -#: ../glib/goption.c:557 +#: glib/goption.c:557 msgid "Show all help options" msgstr "ਸਭ ਸਹਾਇਤਾ ਚੋਣਾਂ ਵੇਖਾਓ" -#: ../glib/goption.c:607 +#: glib/goption.c:607 msgid "Application Options:" msgstr "ਕਾਰਜ ਚੋਣ:" -#: ../glib/goption.c:648 +#: glib/goption.c:648 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "ਪੂਰਨ ਅੰਕ ਮੁੱਲ %s' ਨੂੰ %s ਲਈ ਪਾਰਸ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ" -#: ../glib/goption.c:658 +#: glib/goption.c:658 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "ਪੂਰਨ ਅੰਕ '%s' %s ਲਈ ਸੀਮਾ ਤੋਂ ਬਾਹਰ ਜਾ ਰਿਹਾ ਹੈ" -#: ../glib/goption.c:940 ../glib/goption.c:1015 +#: glib/goption.c:940 glib/goption.c:1015 #, c-format msgid "Missing argument for %s" msgstr "%s ਲਈ ਮੁੱਲ (argument) ਗੁੰਮ ਹੈ" -#: ../glib/goption.c:1418 +#: glib/goption.c:1418 #, c-format msgid "Unknown option %s" msgstr "ਅਣਜਾਣ ਚੋਣ %s" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "ਡਾਟਾ ਡਾਇਰੈਕਟਰੀਆਂ ਵਿੱਚ ਠੀਕ ਕੁੰਜੀ ਫਾਇਲ ਨਹੀਂ ਖੋਜੀ ਜਾ ਸਕੀ" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "ਇੱਕ ਨਿਯਮਤ ਫਾਇਲ ਨਹੀਂ" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "ਫਾਇਲ ਖਾਲੀ ਹੈ" -#: ../glib/gkeyfile.c:697 +#: glib/gkeyfile.c:697 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਸਤਰ '%s' ਰੱਖਦੀ ਹੈ, ਜੋ ਕਿ ਕੁੰਜੀ-ਮੁੱਲ ਜੋੜਾ, ਗਰੁੱਪ ਜਾਂ ਟਿੱਪਣੀ ਨਹੀਂ ਹੈ" -#: ../glib/gkeyfile.c:765 +#: glib/gkeyfile.c:765 msgid "Key file does not start with a group" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਸਮੂਹ ਨਾਲ ਸ਼ੁਰੂ ਨਹੀਂ ਹੋ ਸਕਦੀ ਹੈ" -#: ../glib/gkeyfile.c:808 +#: glib/gkeyfile.c:808 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਨਾ-ਸਹਾਇਕ ਇੰਕੋਡਿਗ '%s' ਰੱਖਦੀ ਹੈ" -#: ../glib/gkeyfile.c:1017 ../glib/gkeyfile.c:1176 ../glib/gkeyfile.c:2177 -#: ../glib/gkeyfile.c:2242 ../glib/gkeyfile.c:2361 ../glib/gkeyfile.c:2497 -#: ../glib/gkeyfile.c:2649 ../glib/gkeyfile.c:2823 ../glib/gkeyfile.c:2880 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਦਾ ਸਮੂਹ '%s' ਨਹੀਂ ਹੈ" -#: ../glib/gkeyfile.c:1188 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ '%s' ਕੁੰਜੀ ਨਹੀਂ ਹੈ" -#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ ਕੁੰਜੀ '%s' ਦਾ ਮੁੱਲ '%s' ਹੈ, ਜੋ ਕਿ UTF-8 ਨਹੀਂ ਹੈ" -#: ../glib/gkeyfile.c:1307 ../glib/gkeyfile.c:1416 ../glib/gkeyfile.c:1788 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ '%s' ਕੁੰਜੀ ਹੈ, ਜਿਸ ਤੇ ਕਾਰਵਾਈ ਨਹੀਂ ਹੋ ਸਕਦੀ ਹੈ" -#: ../glib/gkeyfile.c:2004 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." -msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ ਕੁੰਜੀ '%s' ਗਰੁੱਪ '%s' ਵਿੱਚ ਹੈ, ਜਿਸ ਦੇ ਮੁੱਲ ਨੂੰ ਇੰਟਰਪਰੇਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ।" +msgstr "" +"ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ ਕੁੰਜੀ '%s' ਗਰੁੱਪ '%s' ਵਿੱਚ ਹੈ, ਜਿਸ ਦੇ ਮੁੱਲ ਨੂੰ ਇੰਟਰਪਰੇਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ।" -#: ../glib/gkeyfile.c:2192 ../glib/gkeyfile.c:2376 ../glib/gkeyfile.c:2891 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਕੁੰਜੀ '%s' ਗਰੁੱਪ '%s' ਵਿੱਚ ਨਹੀਂ ਹੈ" -#: ../glib/gkeyfile.c:3072 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ ਸਤਰ ਦੇ ਅੰਤ ਵਿੱਚ ਇਸਕੇਪ ਅੱਖਰ ਹੈ" -#: ../glib/gkeyfile.c:3094 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "ਕੁੰਜੀ (Key) ਫਾਇਲ ਵਿੱਚ ਗਲਤ ਇਸਕੇਪ ਕਰਮ '%s' ਹੈ" -#: ../glib/gkeyfile.c:3235 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "ਮੁੱਲ '%s' ਨੂੰ ਇੱਕ ਅੰਕ ਦੇ ਤੌਰ 'ਤੇ ਪਾਰਸ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ ਹੈ।" -#: ../glib/gkeyfile.c:3245 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "ਪੂਰਨ ਅੰਕ '%s' ਸੀਮਾ ਤੋਂ ਬਾਹਰ ਹੈ" -#: ../glib/gkeyfile.c:3275 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ਮੁੱਲ '%s' ਨੂੰ ਬੂਲੀਅਮ ਵਾਂਗ ਇੰਟਰਪਰੇਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ।" - diff --git a/po/pl.po b/po/pl.po index b93df15c2..9a9c3f595 100644 --- a/po/pl.po +++ b/po/pl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2003-01-02 01:22+0100\n" "Last-Translator: GNOME PL Team \n" "Language-Team: Polish \n" @@ -112,7 +112,7 @@ msgstr "Nie można odczytać z pliku \"%s\": %s" msgid "Failed to open file '%s': %s" msgstr "Nie można otworzyć pliku \"%s\": %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -223,12 +223,12 @@ msgstr "Na końcu kanału występuje sekwencja odpowiadająca części znaku" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Nie można wykonać surowego odczytu w g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Nie można otworzyć pliku \"%s\": funkcja fdopen() zwróciła błąd: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Nie można otworzyć pliku \"%s\": funkcja fdopen() zwróciła błąd: %s" @@ -665,33 +665,33 @@ msgstr "Plik klucza nie rozpoczyna się od grupy" msgid "Key file contains unsupported encoding '%s'" msgstr "Plik klucza zawiera nieobsługiwane kodowanie \"%s\"" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Plik klucza nie zawiera grupy \"%s\"" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Plik klucza nie zawiera klucza \"%s\"" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Plik klucza zawiera klucz \"%s\" o wartości \"%s\", która nie jest zapisana " "w UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Plik klucza zawiera klucz \"%s\", który ma wartość niemożliwą do " "zinterpretowania." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -700,31 +700,31 @@ msgstr "" "Plik klucza zawiera klucz \"%s\" w grupie \"%s\", który ma wartość " "niemożliwą do zinterpretowania." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Plik klucza nie zawiera klucza \"%s\" w grupie \"%s\"" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Plik klucza zawiera znak sterujący na końcu linii" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Plik klucza zawiera niepoprawną sekwencję sterującą \"%s\"" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Nie można zinterpretować \"%s\" jako wartości liczbowej." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Wartość liczbowa \"%s\" dla %s jest z poza dopuszczalnego zakresu" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nie można zinterpretować \"%s\" jako wartości logicznej." diff --git a/po/pt.po b/po/pt.po index 8669f5e8f..2b66b6cb9 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.10\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-01-10 22:05+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" @@ -106,7 +106,7 @@ msgstr "Falha ao ler do ficheiro '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Falha ao abrir o ficheiro '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Falha ao obter atributos do ficheiro '%s': falha no fstat(): %s" @@ -217,12 +217,12 @@ msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Incapaz de efectuar uma leitura em bruto sobre g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Falha ao abrir o ficheiro '%s': falha no fdopen(): %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Falha ao abrir o ficheiro '%s': falha no fdopen(): %s" @@ -649,29 +649,29 @@ msgstr "Ficheiro de chave não começa com um grupo" msgid "Key file contains unsupported encoding '%s'" msgstr "Ficheiro de chave contém uma codificação não suportada '%s'" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Ficheiro de chave não possui um grupo '%s'" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Ficheiro de chave não contém a chave '%s'" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Ficheiro de chave contém a chave '%s' com o valor '%s' que não é UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Ficheiro de chave contém a chave '%s' cujo valor não é interpretável." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -680,32 +680,32 @@ msgstr "" "Ficheiro de chave contém a chave '%s' no grupo '%s' cujo valor não é " "interpretável." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Ficheiro de chave não possui a chave '%s' no grupo '%s'" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Ficheiro de chave contém caracteres escapados no final da linha" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" "Ficheiro de chave contém uma sequência de caracteres escapados inválida '%s'" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Incapaz de interpretar o valor '%s' como um numérico." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Valor inteiro '%s' para %s para lá do limite permitido" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Incapaz de interpretar o valor '%s' como uma boleana." diff --git a/po/pt_BR.po b/po/pt_BR.po index 4139eb768..bc93aaf9e 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-03-30 19:39-0300\n" "Last-Translator: Gustavo Noronha Silva \n" "Language-Team: Brazilian Portuguese \n" @@ -106,7 +106,7 @@ msgstr "Falha ao ler do arquivo '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Falha ao abrir arquivo '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Falha ao obter atributos do arquivo '%s': fstat() falhou: %s" @@ -217,12 +217,12 @@ msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Não foi possível fazer uma leitura em bruto de g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Falha ao abrir arquivo '%s': fdopen() falhou: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Falha ao abrir arquivo '%s': fdopen() falhou: %s" @@ -650,31 +650,31 @@ msgstr "Arquivo de chave não começa com um grupo" msgid "Key file contains unsupported encoding '%s'" msgstr "Arquivo de chave contém codificação '%s' não suportada" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Arquivo de chave não tem grupo '%s'" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Arquivo de chave não tem chave '%s'" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Arquivo de chave contém chave '%s' com valor '%s' que não é UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Arquivo de chave contém chave '%s' que tem valor que não pode ser " "interpretado." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -683,31 +683,31 @@ msgstr "" "Arquivo de chave contém chave '%s' no grupo '%s' que tem valor que não pode " "ser interpretado." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Arquivo de chave não tem chave '%s' no grupo '%s'" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Arquivo de chave contém caractere de escape no fim da linha" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Arquivo de chave contém seqüência de escape '%s' inválida" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "O valor '%s' não pode ser interpretado como um número." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Valor inteiro '%s' para %s fora dos limites" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "O valor '%s' não pode ser interpretado como um booleano." diff --git a/po/ro.po b/po/ro.po index 9fa46bc4d..07ed97a70 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib-2-6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-03-02 22:46+0200\n" "Last-Translator: Mişu Moldovan \n" "Language-Team: Română \n" @@ -106,7 +106,7 @@ msgstr "Nu am reuşit să citesc din fişierul „%s”: %s" msgid "Failed to open file '%s': %s" msgstr "Nu am reuşit să deschid fişierul „%s”: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Nu am reuşit să obţin atributele fişierului „%s”: fstat() a eşuat: %s" @@ -215,12 +215,12 @@ msgstr "Canalul se termină cu un caracter parţial" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Nu am reuşit să citesc datele brute din g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Nu am reuşit să deschid fişierul „%s”: fdopen() a eşuat: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Nu am reuşit să deschid fişierul „%s”: fdopen() a eşuat: %s" @@ -649,29 +649,29 @@ msgstr "Fişierul cheie nu începe cu un grup" msgid "Key file contains unsupported encoding '%s'" msgstr "Fişierul cheie are o codare nesuportată de tip „%s”" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Fişierul cheie nu are grupul „%s”" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Fişierul cheie nu are cheie „%s”" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Fişierul cheie conţine cheia „%s” cu valoarea „%s” care nu este UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Fişierul cheie conţine cheia „%s” care are o valoare neinterpretabilă." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -680,31 +680,31 @@ msgstr "" "Fişierul cheie conţine cheia „%s” în grupul „%s” care are o valoare ce nu " "poate fi interpretată" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Fişierul cheie nu are cheia „%s” în grupul „%s”" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Fişieul cheie conţine caractere „escape” la sfârşit de linie" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI-ul „%s” conţine secvenţe „escaped” invalide" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Valoarea „%s” nu poate fi interpretată ca un număr." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Valoarea întregului „%s” pentru %s este înafara limitelor" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Valoarea „%s” nu poate fi interpretată ca o valoare booleană." diff --git a/po/ru.po b/po/ru.po index df24f3da9..f219aaa96 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-12-17 15:42+0200\n" "Last-Translator: Leonid Kanter \n" "Language-Team: \n" @@ -114,7 +114,7 @@ msgstr "Произошёл сбой при чтении из файла \"%s\": msgid "Failed to open file '%s': %s" msgstr "Произошёл сбой при открытии файла \"%s\": %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -229,12 +229,12 @@ msgstr "" "Невозможно выполнить непосредственное чтение в функции " "g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Произошёл сбой при открытии файла \"%s\": сбой в функции fdopen(): %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Произошёл сбой при открытии файла \"%s\": сбой в функции fdopen(): %s" @@ -669,32 +669,32 @@ msgstr "Файл ключа не начинается с группы" msgid "Key file contains unsupported encoding '%s'" msgstr "Файл ключа содержит неподдерживаемую кодировку '%s'" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Файл ключей не имеет группы '%s'" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Файл ключа не содержит ключ '%s'" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Файл ключа содержит ключ '%s', значение которого '%s' не в кодировке UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Файл ключа содержит ключ '%s', значение которого не может быть " "интерпретировано." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -703,31 +703,31 @@ msgstr "" "Файл ключа содержит ключ '%s' в группе '%s', значение которого не может быть " "интерпретировано." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Файл ключа не имеет ключа '%s' в группе '%s'" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Файл ключа содержит символ escape в конце файла" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Файл ключа содержит неверную escape-последовательность '%s'" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Значение '%s' не может быть интерпретировано как числовое." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Целое значение '%s' для %s выходит за пределы" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Значение '%s' не может быть интерпретировано как булево." diff --git a/po/rw.po b/po/rw.po index f84cc686e..1a2eb6b2a 100644 --- a/po/rw.po +++ b/po/rw.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-03-28 19:34-0700\n" "Last-Translator: Steve Murphy \n" "Language-Team: Kinyarwanda \n" @@ -118,7 +118,7 @@ msgstr "Kuri Gusoma Bivuye IDOSIYE" msgid "Failed to open file '%s': %s" msgstr "Kuri Gufungura IDOSIYE" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, fuzzy, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Kuri Kubona Ibiranga Bya IDOSIYE Byanze" @@ -232,12 +232,12 @@ msgstr "in a Bituzuye Inyuguti" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "a Gusoma in" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Kuri Gufungura IDOSIYE Byanze" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Kuri Gufungura IDOSIYE Byanze" @@ -658,61 +658,61 @@ msgstr "IDOSIYE OYA Gutangira Na: a Itsinda" msgid "Key file contains unsupported encoding '%s'" msgstr "IDOSIYE Kirimo Imisobekere:" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, fuzzy, c-format msgid "Key file does not have group '%s'" msgstr "IDOSIYE OYA Itsinda" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, fuzzy, c-format msgid "Key file does not have key '%s'" msgstr "IDOSIYE OYA Urufunguzo" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, fuzzy, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "IDOSIYE Kirimo Urufunguzo Na: Agaciro ni OYA 8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, fuzzy, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "IDOSIYE Kirimo Urufunguzo Agaciro" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, fuzzy, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "IDOSIYE Kirimo Urufunguzo in Itsinda Agaciro" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, fuzzy, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "IDOSIYE OYA Urufunguzo in Itsinda" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 #, fuzzy msgid "Key file contains escape character at end of line" msgstr "IDOSIYE Kirimo Inyuguti ku Impera Bya Umurongo" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "IDOSIYE Kirimo Sibyo" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Nka a Umubare" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Agaciro kugirango Inyuma Bya Urutonde" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nka a Icyungo" diff --git a/po/sk.po b/po/sk.po index 23035656b..bfc30f666 100644 --- a/po/sk.po +++ b/po/sk.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-06-25 22:32+0200\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" @@ -111,7 +111,7 @@ msgstr "Nepodarilo sa čítanie súboru '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Nepodarilo sa otvoriť súbor '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Nepodarilo sa získať atribúty súboru '%s': fstat() zlyhala: %s" @@ -223,12 +223,12 @@ msgstr "Kanál končí čiastočným znakom" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Nepodarilo sa 'raw' čítanie v g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Nepodarilo sa otvoriť súbor '%s': open() zlyhala: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Nepodarilo sa namapovať súbor '%s': mmap() zlyhala: %s" @@ -639,31 +639,31 @@ msgstr "Súbor kľúčov nezačína skupinou" msgid "Key file contains unsupported encoding '%s'" msgstr "Súbor kľúčov obsahuje nepodporované kódovane '%s'" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Súbor kľúčov nemá skupinu '%s'" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Súbor kľúčov nemá kľúč '%s'" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Súbor kľúčov obsahuje kľúč '%s' s hodnotou '%s', ktorá nie je UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Súbor kľúčov obsahuje kľúč '%s', ktorý má hodnotu, ktorá nemohla byť " "interpretovaná." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -672,31 +672,31 @@ msgstr "" "Súbor kľúčov obsahuje kľúč '%s', v skupine '%s', ktorý má hodnotu, ktorá " "nemohla byť interpretovaná." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Súbor kľúčov nemá kľúč '%s' v skupine '%s'" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Súbor kľúčov obsahuje znak escape na konci riadku" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Súbor kľúčov obsahuje neplatne zadanú sekvenciu '%s'" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Hodnota '%s' nemohla byť interpretovaná ako číslo." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "Celočíselná hodnota '%s' je mimo rozsah" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Hodnota '%s' nemohla byť interpretovaná ako boolovská." diff --git a/po/sl.po b/po/sl.po index e06b14afa..057166d13 100644 --- a/po/sl.po +++ b/po/sl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2001-02-16 12:30+0200\n" "Last-Translator: Andraz Tori \n" "Language-Team: Slovenian \n" @@ -105,7 +105,7 @@ msgstr "Nisem uspel brati iz datoteke '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Nisem uspel odpreti datoteke '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Nisem uspel dobiti atributov datoteke '%s': fstat() ni uspel: %s" @@ -214,12 +214,12 @@ msgstr "Kanal se je ustavil v delnem znaku" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ne morem narediti surovega branja v g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Nisem uspel odpreti datoteke '%s': fdopen() ni uspel: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Nisem uspel odpreti datoteke '%s': fdopen() ni uspel: %s" @@ -632,60 +632,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' vsebuje neveljavne ubežne znake" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/sq.po b/po/sq.po index 6bbd69d09..43f76927b 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: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-04-12 10:20+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" @@ -105,7 +105,7 @@ msgstr "I pamundur leximi nga file '%s': %s" msgid "Failed to open file '%s': %s" msgstr "E pamundur hapja e file '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "E pamundur marrja e pronësive të file '%s': fstat() dështoi: %s" @@ -218,12 +218,12 @@ msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "I pamundur leximi i të dhënave të papërpunuara tek g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Dështoi hapja e file '%s': fdopen() dështoi: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Dështoi hapja e file '%s': fdopen() dështoi: %s" @@ -650,29 +650,29 @@ msgstr "File i kyçit nuk fillon me një grup" msgid "Key file contains unsupported encoding '%s'" msgstr "File i kyçit përmban kodifikimin e pasuportuar '%s'" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "File i kyçit nuk ka grupin '%s'" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "File i kyçit nuk përmban kyçin '%s'" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "File i kyçit përmban kyçin '%s' me vlerë '%s' që nuk është në UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "File i kyçit përmban kyçin '%s' që ka një vlerë të painterpretueshme." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -681,31 +681,31 @@ msgstr "" "File i kyçit përmban kyçin '%s' në grupin '%s' që ka një vlerë të " "painterpretueshme." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "File i kyçit nuk ka kyçin '%s' në grupin '%s'" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "File i kyçit përmban simbolin escape në fund të rreshtit" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "File i kyçit përmban sekuencën e pavlefshme escape '%s'" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vlera '%s' nuk mund të interpretohet si një numër." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Vlera integruese '%s' për %s është jashtë kufirit" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vlera '%s' nuk mund të interpretohet si një boolean." diff --git a/po/sr.po b/po/sr.po index ee691bfb8..5a12093b0 100644 --- a/po/sr.po +++ b/po/sr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-08 10:27+0200\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-07-08 10:59+0200\n" "Last-Translator: Данило Шеган \n" "Language-Team: Serbian (sr) \n" @@ -19,237 +19,236 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../glib/gconvert.c:406 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Претварање из скупа знакова „%s“ у „%s“ није подржано" -#: ../glib/gconvert.c:410 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Не могу да покренем претварање из „%s“ у „%s“" -#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1319 -#: ../glib/giochannel.c:1361 ../glib/giochannel.c:2203 ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 +#: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Неисправан низ бајтова у улазу који претварам" -#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1326 -#: ../glib/giochannel.c:2215 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 +#: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Грешка при претварању: %s" -#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Непотпун низ знакова на крају улаза" # ово претпостављам да се односи на делимичан УТФ8 запис -#: ../glib/gconvert.c:817 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Не може претворити резерву „%s“ у запис „%s“" -#: ../glib/gconvert.c:1619 +#: glib/gconvert.c:1619 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Адреса „%s“ није апсолутна адреса помоћу „file“ шеме" -#: ../glib/gconvert.c:1629 +#: glib/gconvert.c:1629 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Адреса локалне датотеке „%s“ не сме садржати „#“" -#: ../glib/gconvert.c:1646 +#: glib/gconvert.c:1646 #, c-format msgid "The URI '%s' is invalid" msgstr "Адреса „%s“ је неисправна" -#: ../glib/gconvert.c:1658 +#: glib/gconvert.c:1658 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Име домаћина из адресе „%s“ је неисправно" -#: ../glib/gconvert.c:1674 +#: glib/gconvert.c:1674 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Адреса „%s“ садржи неисправно назначене знаке" -#: ../glib/gconvert.c:1768 +#: glib/gconvert.c:1768 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Путања „%s“ није апсолутна путања" -#: ../glib/gconvert.c:1778 +#: glib/gconvert.c:1778 msgid "Invalid hostname" msgstr "Неисправно име домаћина" -#: ../glib/gdir.c:121 ../glib/gdir.c:141 +#: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" msgstr "Грешка при отварању директоријума „%s“: %s" # bug: plural-forms -#: ../glib/gfileutils.c:576 ../glib/gfileutils.c:649 +#: glib/gfileutils.c:576 glib/gfileutils.c:649 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Не могу да обезбедим %lu бајтова за читање датотеке „%s“" -#: ../glib/gfileutils.c:591 +#: glib/gfileutils.c:591 #, c-format msgid "Error reading file '%s': %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: ../glib/gfileutils.c:673 +#: glib/gfileutils.c:673 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Не могу да прочитам из датотеке „%s“: %s" -#: ../glib/gfileutils.c:724 ../glib/gfileutils.c:811 +#: glib/gfileutils.c:724 glib/gfileutils.c:811 #, c-format msgid "Failed to open file '%s': %s" msgstr "Не могу да отворим датотеку „%s“: %s" -#: ../glib/gfileutils.c:741 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Не могу да сазнам особине датотеке „%s“: неуспешан fstat(): %s" -#: ../glib/gfileutils.c:775 +#: glib/gfileutils.c:775 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Не могу да отворим датотеку „%s“: неуспешан fdopen(): %s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Не могу да преименујем датотеку „%s“ у „%s“: неуспешан g_rename(): %s" -#: ../glib/gfileutils.c:952 +#: glib/gfileutils.c:952 #, c-format msgid "Could not change file mode: fork() failed: %s" msgstr "Не могу да променим овлашћења датотеке: неуспешан fork(): %s" -#: ../glib/gfileutils.c:983 +#: glib/gfileutils.c:983 #, c-format msgid "Could not change file mode: waitpid() failed: %s" msgstr "Не могу да променим овлашћења датотеке: неуспешан waitpid(): %s" -#: ../glib/gfileutils.c:1002 +#: glib/gfileutils.c:1002 #, c-format msgid "Could not change file mode: chmod() failed: %s" msgstr "Не могу да променим овлашћења датотеке: неуспешан chmod(): %s" -#: ../glib/gfileutils.c:1013 +#: glib/gfileutils.c:1013 #, c-format msgid "Could not change file mode: Child terminated by signal: %s" msgstr "Не могу да променим овлашћења датотеке: потпроцес окончан сигналом: %s" -#: ../glib/gfileutils.c:1024 +#: glib/gfileutils.c:1024 msgid "Could not change file mode: Child terminated abnormally" msgstr "Не могу да променим овлашћења датотеке: потпроцес силом окончан" -#: ../glib/gfileutils.c:1058 ../glib/gfileutils.c:1524 +#: glib/gfileutils.c:1058 glib/gfileutils.c:1524 #, c-format msgid "Failed to create file '%s': %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: ../glib/gfileutils.c:1080 +#: glib/gfileutils.c:1080 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Не могу да отворим датотеку „%s“ ради уписа: неуспешан fdopen(): %s" -#: ../glib/gfileutils.c:1105 +#: glib/gfileutils.c:1105 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Не могу да упишем датотеку „%s“: неуспешан fwrite(): %s" -#: ../glib/gfileutils.c:1124 +#: glib/gfileutils.c:1124 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Не могу да затворим датотеку „%s“: неуспешан fclose(): %s" -#: ../glib/gfileutils.c:1242 +#: glib/gfileutils.c:1242 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Постојећа датотека „%s“ се не може уклонити: неуспешан g_unlink(): %s" -#: ../glib/gfileutils.c:1485 +#: glib/gfileutils.c:1485 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Неисправан шаблон „%s“, не сме садржати „%s“" -#: ../glib/gfileutils.c:1499 +#: glib/gfileutils.c:1499 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "Шаблон „%s“ се не завршава са XXXXXX" -#: ../glib/gfileutils.c:1977 +#: glib/gfileutils.c:1977 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Не могу да прочитам симболичку везу „%s“: %s" -#: ../glib/gfileutils.c:1998 +#: glib/gfileutils.c:1998 msgid "Symbolic links not supported" msgstr "Симболичке везе нису подржане" -#: ../glib/giochannel.c:1147 +#: glib/giochannel.c:1147 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "Није подржано претварање из скупа знакова „%s“ у скуп „%s“" -#: ../glib/giochannel.c:1151 +#: glib/giochannel.c:1151 #, c-format msgid "Could not open converter from `%s' to `%s': %s" msgstr "Не могу да покренем претварање из „%s“ у „%s“: %s" -#: ../glib/giochannel.c:1496 +#: glib/giochannel.c:1496 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Не могу да читам без обраде у g_io_channel_read_line_string" -#: ../glib/giochannel.c:1543 ../glib/giochannel.c:1800 -#: ../glib/giochannel.c:1886 +#: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886 msgid "Leftover unconverted data in read buffer" msgstr "Преостали непретворени подаци у баферу за читање" -#: ../glib/giochannel.c:1623 ../glib/giochannel.c:1700 +#: glib/giochannel.c:1623 glib/giochannel.c:1700 msgid "Channel terminates in a partial character" msgstr "Канал се завршава делимичним знаком" -#: ../glib/giochannel.c:1686 +#: glib/giochannel.c:1686 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Не могу да читам без обраде у g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Не могу да отворим датотеку „%s“: неуспешан open(): %s" -#: ../glib/gmappedfile.c:178 +#: glib/gmappedfile.c:178 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Не могу да мапирам датотеку „%s“: неуспешан mmap(): %s" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "Грешка у %d. реду, %d. знак: %s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "Грешка у %d. реду: %s" -#: ../glib/gmarkup.c:434 +#: glib/gmarkup.c:434 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Уочен празан ентитет „&;“; прихватљиви ентитети су & " < > " "'" -#: ../glib/gmarkup.c:444 +#: glib/gmarkup.c:444 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -259,23 +258,25 @@ msgstr "" "Име ентитета не може почети знаком „%s“ ; знак & започиње ентитет; ако овај " "знак не означава ентитет, истакните га помоћу &" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Знак „%s“ није дозвољен у имену ентитета" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "Ентитет „%s“ није познат" -#: ../glib/gmarkup.c:526 +#: glib/gmarkup.c:526 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" -msgstr "Ентитет се не завршава тачка-запетом; највероватније сте користили амперсанд без намере да започнете ентитет — назначите амперсанд са &" +msgstr "" +"Ентитет се не завршава тачка-запетом; највероватније сте користили амперсанд " +"без намере да започнете ентитет — назначите амперсанд са &" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -284,39 +285,42 @@ msgstr "" "Нисам успео да рашчланим „%-.*s“, што је требало да представља цифру унутар " "знаковне референце (на пример ê) — можда је цифра превелика" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Знаковна референца „%-.*s“ не представља дозвољени знак" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "Празна знаковна референца; мора да садржи цифру као на пример ˫" -#: ../glib/gmarkup.c:629 +#: glib/gmarkup.c:629 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " "as &" -msgstr "Знаковна референца се не завршава тачка-запетом; највероватније сте користили амперсанд без намере да започнете ентитет — назначите амперсанд са &" +msgstr "" +"Знаковна референца се не завршава тачка-запетом; највероватније сте " +"користили амперсанд без намере да започнете ентитет — назначите амперсанд са " +"&" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "Недовршена референца ентитета" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "Недовршена знаковна референца" -#: ../glib/gmarkup.c:964 ../glib/gmarkup.c:992 ../glib/gmarkup.c:1023 +#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" msgstr "Неисправан текст у УТФ-8 запису" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. )" msgstr "Документ мора почети елементом (нпр. <књига>)" -#: ../glib/gmarkup.c:1099 +#: glib/gmarkup.c:1099 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -325,7 +329,7 @@ msgstr "" "„%s“ не представља исправан знак након знака „<“; име елемента не може њиме " "почети" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -334,28 +338,34 @@ msgstr "" "Чудан знак „%s“, а очекивао сам „>“ знак ради окончања почетне ознаке " "елемента „%s“" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" -msgstr "Чудан знак „%s“, очекивао сам „=“ после имена атрибута „%s“ елемента „%s“" +msgstr "" +"Чудан знак „%s“, очекивао сам „=“ после имена атрибута „%s“ елемента „%s“" -#: ../glib/gmarkup.c:1294 +#: glib/gmarkup.c:1294 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " "element '%s', or optionally an attribute; perhaps you used an invalid " "character in an attribute name" -msgstr "Чудан знак „%s“, очекивао сам или „>“ или „/“ ради окончања почетне ознаке елемента „%s“, или можда атрибут; можда сте користили неисправан знак у имену атрибута" +msgstr "" +"Чудан знак „%s“, очекивао сам или „>“ или „/“ ради окончања почетне ознаке " +"елемента „%s“, или можда атрибут; можда сте користили неисправан знак у " +"имену атрибута" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " "giving value for attribute '%s' of element '%s'" -msgstr "Чудан знак „%s“, очекивао сам почетни наводник након знака једнакости при додели вредности атрибута „%s“ елемента „%s“" +msgstr "" +"Чудан знак „%s“, очекивао сам почетни наводник након знака једнакости при " +"додели вредности атрибута „%s“ елемента „%s“" -#: ../glib/gmarkup.c:1528 +#: glib/gmarkup.c:1528 #, c-format msgid "" "'%s' is not a valid character following the characters '“" -#: ../glib/gmarkup.c:1579 +#: glib/gmarkup.c:1579 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Елемент „%s“ је затворен, нема тренутно отворених елемената" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Елемент „%s“ је затворен, а тренутно отворен елемент је „%s“" -#: ../glib/gmarkup.c:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "Документ је празан или садржи само белине" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Документ завршен неочекивано непосредно након отворене косоугле заграде „<“" -#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 +#: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -400,7 +410,7 @@ msgstr "" "Документ завршен неочекивано са отвореним елементима — „%s“ је последње " "отворен елемент" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -409,211 +419,215 @@ msgstr "" "Документ завршен неочекивано, очекивао сам да наиђем на затворену косоуглу " "заграду која затвара ознаку <%s/>" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "Документ завршен неочекивано усред имена елемента" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "Документ завршен неочекивано усред имена атрибута" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Документ завршен неочекивано усред почетне ознаке елемента." -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" -msgstr "Документ завршен неочекивано након знака једнакости после имена атрибута; вредност атрибута није наведена" +msgstr "" +"Документ завршен неочекивано након знака једнакости после имена атрибута; " +"вредност атрибута није наведена" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Документ завршен неочекивано усред вредности атрибута" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Документ завршен неочекивано усред завршне ознаке елемента „%s“" -#: ../glib/gmarkup.c:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Документ завршен неочекивано усред примедбе или упута за обраду" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Навод не почиње наводником" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Неупарен наводник у наредби или другом цитату из љуске" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Садржај завршен непосредно након „\\“ знака. (Ради се о тексту „%s“)" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Садржај завршен пре наиласка на одговарајући наводник за %c. (Ради се о " "тексту „%s“)" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "Садржај празан (или садржи само белине)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "Неуспело читање података из потпроцеса" -#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Неуспело стварање цевке за везу са потпроцесом (%s)" -#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Неуспело читање из подређене цевке (%s)" -#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Неуспело приступање директоријуму „%s“ (%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "Неуспело извршавање потпроцеса (%s)" -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "Неуспело извршавање помоћног програма" -#: ../glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" -msgstr "Неочекивана грешка док су у g_io_channel_win32_poll() читани подаци из потпроцеса" +msgstr "" +"Неочекивана грешка док су у g_io_channel_win32_poll() читани подаци из " +"потпроцеса" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Неуспело читање података од потпроцеса (%s)" -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Неочекивана грешка у select() при читању података из потпроцеса (%s)" -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Неочекивана грешка у waitpid() (%s)" # за сада овако, можда гранање, умножавање? виљушкање ;-) -#: ../glib/gspawn.c:1083 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Неуспео fork() (%s)" -#: ../glib/gspawn.c:1233 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Неуспело извршавање потпроцеса „%s“ (%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Неуспело преусмеравање улаза или излаза потпроцеса (%s)" -#: ../glib/gspawn.c:1252 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Неуспео fork() потпроцеса (%s)" -#: ../glib/gspawn.c:1260 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Непозната грешка при извршавању потпроцеса „%s“" -#: ../glib/gspawn.c:1282 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Није успео да прочита довољно података из цевке ка потпроцесу (%s)" -#: ../glib/gutf8.c:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "Знак ван опсега за УТФ-8" -#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "Неисправан низ у уносу за претварање" -#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "Знак ван опсега за УТФ-16" -#: ../glib/goption.c:465 +#: glib/goption.c:465 msgid "Usage:" msgstr "Употреба:" -#: ../glib/goption.c:465 +#: glib/goption.c:465 msgid "[OPTION...]" msgstr "[ОПЦИЈА...]" -#: ../glib/goption.c:551 +#: glib/goption.c:551 msgid "Help Options:" msgstr "Помоћне опције:" -#: ../glib/goption.c:552 +#: glib/goption.c:552 msgid "Show help options" msgstr "Прикажи опције за помоћ" -#: ../glib/goption.c:557 +#: glib/goption.c:557 msgid "Show all help options" msgstr "Прикажи све опције за помоћ" -#: ../glib/goption.c:607 +#: glib/goption.c:607 msgid "Application Options:" msgstr "Опције програма:" -#: ../glib/goption.c:648 +#: glib/goption.c:648 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Не могу да рашланим целобројну вредност „%s“ за %s" -#: ../glib/goption.c:658 +#: glib/goption.c:658 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Целобројна вредност „%s“ за %s је изван опсега" -#: ../glib/goption.c:940 ../glib/goption.c:1015 +#: glib/goption.c:940 glib/goption.c:1015 #, c-format msgid "Missing argument for %s" msgstr "Недостаје аргумент за %s" -#: ../glib/goption.c:1418 +#: glib/goption.c:1418 #, c-format msgid "Unknown option %s" msgstr "Непозната опција %s" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "Не могу да нађем исправну датотеку са кључевима међу подацима" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "Није обична датотека" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "Датотека је празна" -#: ../glib/gkeyfile.c:697 +#: glib/gkeyfile.c:697 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -621,38 +635,38 @@ msgstr "" "Датотека са кључевима садржи ред „%s“ што не чини пар кључ-вредност, групу " "или примедбу" -#: ../glib/gkeyfile.c:765 +#: glib/gkeyfile.c:765 msgid "Key file does not start with a group" msgstr "Датотека са кључевима не почиње групом" -#: ../glib/gkeyfile.c:808 +#: glib/gkeyfile.c:808 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Датотека са кључевима садржи неподржано кодирање „%s“" -#: ../glib/gkeyfile.c:1017 ../glib/gkeyfile.c:1176 ../glib/gkeyfile.c:2177 -#: ../glib/gkeyfile.c:2242 ../glib/gkeyfile.c:2361 ../glib/gkeyfile.c:2497 -#: ../glib/gkeyfile.c:2649 ../glib/gkeyfile.c:2823 ../glib/gkeyfile.c:2880 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Датотека са кључевима нема групу „%s“" -#: ../glib/gkeyfile.c:1188 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Датотека са кључевима нема кључ „%s“" -#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Датотека са кључевима садржи кључ „%s“ вредности „%s“ што није УТФ-8" -#: ../glib/gkeyfile.c:1307 ../glib/gkeyfile.c:1416 ../glib/gkeyfile.c:1788 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Датотека са кључевима садржи кључ „%s“ неразумљиве вредности." -#: ../glib/gkeyfile.c:2004 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -660,31 +674,31 @@ msgid "" msgstr "" "Датотека са кључевима садржи кључ „%s“ у групи „%s“ неразумљиве вредности." -#: ../glib/gkeyfile.c:2192 ../glib/gkeyfile.c:2376 ../glib/gkeyfile.c:2891 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Датотека са кључевима не садржи кључ „%s“ у групи „%s“" -#: ../glib/gkeyfile.c:3072 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Датотека са кључевима садржи знак истицања на крају реда" -#: ../glib/gkeyfile.c:3094 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Датотека са кључевима садржи недозвољен низ истицања „%s“" -#: ../glib/gkeyfile.c:3235 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Вредност „%s“ се не може сматрати бројем." -#: ../glib/gkeyfile.c:3245 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "Целобројна вредност „%s“ је изван опсега" -#: ../glib/gkeyfile.c:3275 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Вредност „%s“ се не може сматрати истинитосном." diff --git a/po/sr@Latn.po b/po/sr@Latn.po index b5e7d4fb9..f37076cfe 100644 --- a/po/sr@Latn.po +++ b/po/sr@Latn.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-08 10:27+0200\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-07-08 10:59+0200\n" "Last-Translator: Danilo Šegan \n" "Language-Team: Serbian (sr) \n" @@ -19,237 +19,237 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../glib/gconvert.c:406 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Pretvaranje iz skupa znakova „%s“ u „%s“ nije podržano" -#: ../glib/gconvert.c:410 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Ne mogu da pokrenem pretvaranje iz „%s“ u „%s“" -#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1319 -#: ../glib/giochannel.c:1361 ../glib/giochannel.c:2203 ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 +#: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Neispravan niz bajtova u ulazu koji pretvaram" -#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1326 -#: ../glib/giochannel.c:2215 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 +#: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Greška pri pretvaranju: %s" -#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Nepotpun niz znakova na kraju ulaza" # ovo pretpostavljam da se odnosi na delimičan UTF8 zapis -#: ../glib/gconvert.c:817 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ne može pretvoriti rezervu „%s“ u zapis „%s“" -#: ../glib/gconvert.c:1619 +#: glib/gconvert.c:1619 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Adresa „%s“ nije apsolutna adresa pomoću „file“ šeme" -#: ../glib/gconvert.c:1629 +#: glib/gconvert.c:1629 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Adresa lokalne datoteke „%s“ ne sme sadržati „#“" -#: ../glib/gconvert.c:1646 +#: glib/gconvert.c:1646 #, c-format msgid "The URI '%s' is invalid" msgstr "Adresa „%s“ je neispravna" -#: ../glib/gconvert.c:1658 +#: glib/gconvert.c:1658 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Ime domaćina iz adrese „%s“ je neispravno" -#: ../glib/gconvert.c:1674 +#: glib/gconvert.c:1674 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Adresa „%s“ sadrži neispravno naznačene znake" -#: ../glib/gconvert.c:1768 +#: glib/gconvert.c:1768 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Putanja „%s“ nije apsolutna putanja" -#: ../glib/gconvert.c:1778 +#: glib/gconvert.c:1778 msgid "Invalid hostname" msgstr "Neispravno ime domaćina" -#: ../glib/gdir.c:121 ../glib/gdir.c:141 +#: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" msgstr "Greška pri otvaranju direktorijuma „%s“: %s" # bug: plural-forms -#: ../glib/gfileutils.c:576 ../glib/gfileutils.c:649 +#: glib/gfileutils.c:576 glib/gfileutils.c:649 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Ne mogu da obezbedim %lu bajtova za čitanje datoteke „%s“" -#: ../glib/gfileutils.c:591 +#: glib/gfileutils.c:591 #, c-format msgid "Error reading file '%s': %s" msgstr "Greška pri čitanju datoteke „%s“: %s" -#: ../glib/gfileutils.c:673 +#: glib/gfileutils.c:673 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Ne mogu da pročitam iz datoteke „%s“: %s" -#: ../glib/gfileutils.c:724 ../glib/gfileutils.c:811 +#: glib/gfileutils.c:724 glib/gfileutils.c:811 #, c-format msgid "Failed to open file '%s': %s" msgstr "Ne mogu da otvorim datoteku „%s“: %s" -#: ../glib/gfileutils.c:741 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Ne mogu da saznam osobine datoteke „%s“: neuspešan fstat(): %s" -#: ../glib/gfileutils.c:775 +#: glib/gfileutils.c:775 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Ne mogu da otvorim datoteku „%s“: neuspešan fdopen(): %s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Ne mogu da preimenujem datoteku „%s“ u „%s“: neuspešan g_rename(): %s" -#: ../glib/gfileutils.c:952 +#: glib/gfileutils.c:952 #, c-format msgid "Could not change file mode: fork() failed: %s" msgstr "Ne mogu da promenim ovlašćenja datoteke: neuspešan fork(): %s" -#: ../glib/gfileutils.c:983 +#: glib/gfileutils.c:983 #, c-format msgid "Could not change file mode: waitpid() failed: %s" msgstr "Ne mogu da promenim ovlašćenja datoteke: neuspešan waitpid(): %s" -#: ../glib/gfileutils.c:1002 +#: glib/gfileutils.c:1002 #, c-format msgid "Could not change file mode: chmod() failed: %s" msgstr "Ne mogu da promenim ovlašćenja datoteke: neuspešan chmod(): %s" -#: ../glib/gfileutils.c:1013 +#: glib/gfileutils.c:1013 #, c-format msgid "Could not change file mode: Child terminated by signal: %s" -msgstr "Ne mogu da promenim ovlašćenja datoteke: potproces okončan signalom: %s" +msgstr "" +"Ne mogu da promenim ovlašćenja datoteke: potproces okončan signalom: %s" -#: ../glib/gfileutils.c:1024 +#: glib/gfileutils.c:1024 msgid "Could not change file mode: Child terminated abnormally" msgstr "Ne mogu da promenim ovlašćenja datoteke: potproces silom okončan" -#: ../glib/gfileutils.c:1058 ../glib/gfileutils.c:1524 +#: glib/gfileutils.c:1058 glib/gfileutils.c:1524 #, c-format msgid "Failed to create file '%s': %s" msgstr "Ne mogu da napravim datoteku „%s“: %s" -#: ../glib/gfileutils.c:1080 +#: glib/gfileutils.c:1080 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Ne mogu da otvorim datoteku „%s“ radi upisa: neuspešan fdopen(): %s" -#: ../glib/gfileutils.c:1105 +#: glib/gfileutils.c:1105 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Ne mogu da upišem datoteku „%s“: neuspešan fwrite(): %s" -#: ../glib/gfileutils.c:1124 +#: glib/gfileutils.c:1124 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Ne mogu da zatvorim datoteku „%s“: neuspešan fclose(): %s" -#: ../glib/gfileutils.c:1242 +#: glib/gfileutils.c:1242 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Postojeća datoteka „%s“ se ne može ukloniti: neuspešan g_unlink(): %s" -#: ../glib/gfileutils.c:1485 +#: glib/gfileutils.c:1485 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Neispravan šablon „%s“, ne sme sadržati „%s“" -#: ../glib/gfileutils.c:1499 +#: glib/gfileutils.c:1499 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "Šablon „%s“ se ne završava sa XXXXXX" -#: ../glib/gfileutils.c:1977 +#: glib/gfileutils.c:1977 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Ne mogu da pročitam simboličku vezu „%s“: %s" -#: ../glib/gfileutils.c:1998 +#: glib/gfileutils.c:1998 msgid "Symbolic links not supported" msgstr "Simboličke veze nisu podržane" -#: ../glib/giochannel.c:1147 +#: glib/giochannel.c:1147 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "Nije podržano pretvaranje iz skupa znakova „%s“ u skup „%s“" -#: ../glib/giochannel.c:1151 +#: glib/giochannel.c:1151 #, c-format msgid "Could not open converter from `%s' to `%s': %s" msgstr "Ne mogu da pokrenem pretvaranje iz „%s“ u „%s“: %s" -#: ../glib/giochannel.c:1496 +#: glib/giochannel.c:1496 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Ne mogu da čitam bez obrade u g_io_channel_read_line_string" -#: ../glib/giochannel.c:1543 ../glib/giochannel.c:1800 -#: ../glib/giochannel.c:1886 +#: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886 msgid "Leftover unconverted data in read buffer" msgstr "Preostali nepretvoreni podaci u baferu za čitanje" -#: ../glib/giochannel.c:1623 ../glib/giochannel.c:1700 +#: glib/giochannel.c:1623 glib/giochannel.c:1700 msgid "Channel terminates in a partial character" msgstr "Kanal se završava delimičnim znakom" -#: ../glib/giochannel.c:1686 +#: glib/giochannel.c:1686 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ne mogu da čitam bez obrade u g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Ne mogu da otvorim datoteku „%s“: neuspešan open(): %s" -#: ../glib/gmappedfile.c:178 +#: glib/gmappedfile.c:178 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Ne mogu da mapiram datoteku „%s“: neuspešan mmap(): %s" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "Greška u %d. redu, %d. znak: %s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "Greška u %d. redu: %s" -#: ../glib/gmarkup.c:434 +#: glib/gmarkup.c:434 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Uočen prazan entitet „&;“; prihvatljivi entiteti su & " < > " "'" -#: ../glib/gmarkup.c:444 +#: glib/gmarkup.c:444 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -259,23 +259,25 @@ msgstr "" "Ime entiteta ne može početi znakom „%s“ ; znak & započinje entitet; ako ovaj " "znak ne označava entitet, istaknite ga pomoću &" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Znak „%s“ nije dozvoljen u imenu entiteta" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "Entitet „%s“ nije poznat" -#: ../glib/gmarkup.c:526 +#: glib/gmarkup.c:526 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" -msgstr "Entitet se ne završava tačka-zapetom; najverovatnije ste koristili ampersand bez namere da započnete entitet — naznačite ampersand sa &" +msgstr "" +"Entitet se ne završava tačka-zapetom; najverovatnije ste koristili ampersand " +"bez namere da započnete entitet — naznačite ampersand sa &" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -284,48 +286,51 @@ msgstr "" "Nisam uspeo da raščlanim „%-.*s“, što je trebalo da predstavlja cifru unutar " "znakovne reference (na primer ê) — možda je cifra prevelika" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Znakovna referenca „%-.*s“ ne predstavlja dozvoljeni znak" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "Prazna znakovna referenca; mora da sadrži cifru kao na primer ˫" -#: ../glib/gmarkup.c:629 +#: glib/gmarkup.c:629 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " "as &" -msgstr "Znakovna referenca se ne završava tačka-zapetom; najverovatnije ste koristili ampersand bez namere da započnete entitet — naznačite ampersand sa &" +msgstr "" +"Znakovna referenca se ne završava tačka-zapetom; najverovatnije ste " +"koristili ampersand bez namere da započnete entitet — naznačite ampersand sa " +"&" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "Nedovršena referenca entiteta" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "Nedovršena znakovna referenca" -#: ../glib/gmarkup.c:964 ../glib/gmarkup.c:992 ../glib/gmarkup.c:1023 +#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" msgstr "Neispravan tekst u UTF-8 zapisu" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. )" msgstr "Dokument mora početi elementom (npr. )" -#: ../glib/gmarkup.c:1099 +#: glib/gmarkup.c:1099 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "" -"„%s“ ne predstavlja ispravan znak nakon znaka „<“; ime elementa ne može njime " -"početi" +"„%s“ ne predstavlja ispravan znak nakon znaka „<“; ime elementa ne može " +"njime početi" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -334,28 +339,34 @@ msgstr "" "Čudan znak „%s“, a očekivao sam „>“ znak radi okončanja početne oznake " "elementa „%s“" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" -msgstr "Čudan znak „%s“, očekivao sam „=“ posle imena atributa „%s“ elementa „%s“" +msgstr "" +"Čudan znak „%s“, očekivao sam „=“ posle imena atributa „%s“ elementa „%s“" -#: ../glib/gmarkup.c:1294 +#: glib/gmarkup.c:1294 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " "element '%s', or optionally an attribute; perhaps you used an invalid " "character in an attribute name" -msgstr "Čudan znak „%s“, očekivao sam ili „>“ ili „/“ radi okončanja početne oznake elementa „%s“, ili možda atribut; možda ste koristili neispravan znak u imenu atributa" +msgstr "" +"Čudan znak „%s“, očekivao sam ili „>“ ili „/“ radi okončanja početne oznake " +"elementa „%s“, ili možda atribut; možda ste koristili neispravan znak u " +"imenu atributa" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " "giving value for attribute '%s' of element '%s'" -msgstr "Čudan znak „%s“, očekivao sam početni navodnik nakon znaka jednakosti pri dodeli vrednosti atributa „%s“ elementa „%s“" +msgstr "" +"Čudan znak „%s“, očekivao sam početni navodnik nakon znaka jednakosti pri " +"dodeli vrednosti atributa „%s“ elementa „%s“" -#: ../glib/gmarkup.c:1528 +#: glib/gmarkup.c:1528 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "" -"„%s“ nije ispravan znak nakon imena zatvorenog elementa „%s“; dozvoljeni znak " -"je „>“" +"„%s“ nije ispravan znak nakon imena zatvorenog elementa „%s“; dozvoljeni " +"znak je „>“" -#: ../glib/gmarkup.c:1579 +#: glib/gmarkup.c:1579 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element „%s“ je zatvoren, nema trenutno otvorenih elemenata" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element „%s“ je zatvoren, a trenutno otvoren element je „%s“" -#: ../glib/gmarkup.c:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "Dokument je prazan ili sadrži samo beline" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Dokument završen neočekivano neposredno nakon otvorene kosougle zagrade „<“" -#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 +#: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -400,7 +411,7 @@ msgstr "" "Dokument završen neočekivano sa otvorenim elementima — „%s“ je poslednje " "otvoren element" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -409,211 +420,215 @@ msgstr "" "Dokument završen neočekivano, očekivao sam da naiđem na zatvorenu kosouglu " "zagradu koja zatvara oznaku <%s/>" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "Dokument završen neočekivano usred imena elementa" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokument završen neočekivano usred imena atributa" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokument završen neočekivano usred početne oznake elementa." -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" -msgstr "Dokument završen neočekivano nakon znaka jednakosti posle imena atributa; vrednost atributa nije navedena" +msgstr "" +"Dokument završen neočekivano nakon znaka jednakosti posle imena atributa; " +"vrednost atributa nije navedena" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokument završen neočekivano usred vrednosti atributa" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Dokument završen neočekivano usred završne oznake elementa „%s“" -#: ../glib/gmarkup.c:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Dokument završen neočekivano usred primedbe ili uputa za obradu" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Navod ne počinje navodnikom" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Neuparen navodnik u naredbi ili drugom citatu iz ljuske" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Sadržaj završen neposredno nakon „\\“ znaka. (Radi se o tekstu „%s“)" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Sadržaj završen pre nailaska na odgovarajući navodnik za %c. (Radi se o " "tekstu „%s“)" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "Sadržaj prazan (ili sadrži samo beline)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "Neuspelo čitanje podataka iz potprocesa" -#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Neuspelo stvaranje cevke za vezu sa potprocesom (%s)" -#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Neuspelo čitanje iz podređene cevke (%s)" -#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Neuspelo pristupanje direktorijumu „%s“ (%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "Neuspelo izvršavanje potprocesa (%s)" -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "Neuspelo izvršavanje pomoćnog programa" -#: ../glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" -msgstr "Neočekivana greška dok su u g_io_channel_win32_poll() čitani podaci iz potprocesa" +msgstr "" +"Neočekivana greška dok su u g_io_channel_win32_poll() čitani podaci iz " +"potprocesa" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Neuspelo čitanje podataka od potprocesa (%s)" -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Neočekivana greška u select() pri čitanju podataka iz potprocesa (%s)" -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Neočekivana greška u waitpid() (%s)" # za sada ovako, možda grananje, umnožavanje? viljuškanje ;-) -#: ../glib/gspawn.c:1083 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Neuspeo fork() (%s)" -#: ../glib/gspawn.c:1233 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Neuspelo izvršavanje potprocesa „%s“ (%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Neuspelo preusmeravanje ulaza ili izlaza potprocesa (%s)" -#: ../glib/gspawn.c:1252 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Neuspeo fork() potprocesa (%s)" -#: ../glib/gspawn.c:1260 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Nepoznata greška pri izvršavanju potprocesa „%s“" -#: ../glib/gspawn.c:1282 +#: glib/gspawn.c:1282 #, c-format 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:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "Znak van opsega za UTF-8" -#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "Neispravan niz u unosu za pretvaranje" -#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "Znak van opsega za UTF-16" -#: ../glib/goption.c:465 +#: glib/goption.c:465 msgid "Usage:" msgstr "Upotreba:" -#: ../glib/goption.c:465 +#: glib/goption.c:465 msgid "[OPTION...]" msgstr "[OPCIJA...]" -#: ../glib/goption.c:551 +#: glib/goption.c:551 msgid "Help Options:" msgstr "Pomoćne opcije:" -#: ../glib/goption.c:552 +#: glib/goption.c:552 msgid "Show help options" msgstr "Prikaži opcije za pomoć" -#: ../glib/goption.c:557 +#: glib/goption.c:557 msgid "Show all help options" msgstr "Prikaži sve opcije za pomoć" -#: ../glib/goption.c:607 +#: glib/goption.c:607 msgid "Application Options:" msgstr "Opcije programa:" -#: ../glib/goption.c:648 +#: glib/goption.c:648 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Ne mogu da rašlanim celobrojnu vrednost „%s“ za %s" -#: ../glib/goption.c:658 +#: glib/goption.c:658 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Celobrojna vrednost „%s“ za %s je izvan opsega" -#: ../glib/goption.c:940 ../glib/goption.c:1015 +#: glib/goption.c:940 glib/goption.c:1015 #, c-format msgid "Missing argument for %s" msgstr "Nedostaje argument za %s" -#: ../glib/goption.c:1418 +#: glib/goption.c:1418 #, c-format msgid "Unknown option %s" msgstr "Nepoznata opcija %s" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "Ne mogu da nađem ispravnu datoteku sa ključevima među podacima" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "Nije obična datoteka" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "Datoteka je prazna" -#: ../glib/gkeyfile.c:697 +#: glib/gkeyfile.c:697 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -621,38 +636,38 @@ msgstr "" "Datoteka sa ključevima sadrži red „%s“ što ne čini par ključ-vrednost, grupu " "ili primedbu" -#: ../glib/gkeyfile.c:765 +#: glib/gkeyfile.c:765 msgid "Key file does not start with a group" msgstr "Datoteka sa ključevima ne počinje grupom" -#: ../glib/gkeyfile.c:808 +#: glib/gkeyfile.c:808 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Datoteka sa ključevima sadrži nepodržano kodiranje „%s“" -#: ../glib/gkeyfile.c:1017 ../glib/gkeyfile.c:1176 ../glib/gkeyfile.c:2177 -#: ../glib/gkeyfile.c:2242 ../glib/gkeyfile.c:2361 ../glib/gkeyfile.c:2497 -#: ../glib/gkeyfile.c:2649 ../glib/gkeyfile.c:2823 ../glib/gkeyfile.c:2880 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Datoteka sa ključevima nema grupu „%s“" -#: ../glib/gkeyfile.c:1188 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Datoteka sa ključevima nema ključ „%s“" -#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Datoteka sa ključevima sadrži ključ „%s“ vrednosti „%s“ što nije UTF-8" -#: ../glib/gkeyfile.c:1307 ../glib/gkeyfile.c:1416 ../glib/gkeyfile.c:1788 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Datoteka sa ključevima sadrži ključ „%s“ nerazumljive vrednosti." -#: ../glib/gkeyfile.c:2004 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -660,31 +675,31 @@ msgid "" msgstr "" "Datoteka sa ključevima sadrži ključ „%s“ u grupi „%s“ nerazumljive vrednosti." -#: ../glib/gkeyfile.c:2192 ../glib/gkeyfile.c:2376 ../glib/gkeyfile.c:2891 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Datoteka sa ključevima ne sadrži ključ „%s“ u grupi „%s“" -#: ../glib/gkeyfile.c:3072 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Datoteka sa ključevima sadrži znak isticanja na kraju reda" -#: ../glib/gkeyfile.c:3094 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Datoteka sa ključevima sadrži nedozvoljen niz isticanja „%s“" -#: ../glib/gkeyfile.c:3235 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vrednost „%s“ se ne može smatrati brojem." -#: ../glib/gkeyfile.c:3245 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "Celobrojna vrednost „%s“ je izvan opsega" -#: ../glib/gkeyfile.c:3275 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vrednost „%s“ se ne može smatrati istinitosnom." diff --git a/po/sr@ije.po b/po/sr@ije.po index 038ef194e..7ff23d416 100644 --- a/po/sr@ije.po +++ b/po/sr@ije.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-04-29 01:11+0200\n" "Last-Translator: Bojan Suzic \n" "Language-Team: Serbian (sr) \n" @@ -112,7 +112,7 @@ msgstr "Не могу да прочитам из датотеке „%s“: %s" msgid "Failed to open file '%s': %s" msgstr "Не могу да отворим датотеку „%s“: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Не могу да сазнам особине датотеке „%s“: неуспјешан fstat(): %s" @@ -222,12 +222,12 @@ msgstr "Канал се завршава дјелимичним знаком" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Не могу да читам без обраде у g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Не могу да отворим датотеку „%s“: неуспјешан fdopen(): %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Не могу да отворим датотеку „%s“: неуспјешан fdopen(): %s" @@ -647,60 +647,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Адреса „%s“ садржи неисправно назначене знаке" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/sv.po b/po/sv.po index 180cd2fc8..b95fbb0cc 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-12-18 15:59+0100\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" @@ -108,7 +108,7 @@ msgstr "Misslyckades med att läsa från filen \"%s\": %s" msgid "Failed to open file '%s': %s" msgstr "Misslyckades med att öppna filen \"%s\": %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -219,12 +219,12 @@ msgstr "Kanalen slutar med ett ofullständigt tecken" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan inte göra en rå läsning i g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Misslyckades med att öppna filen \"%s\": fdopen() misslyckades: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Misslyckades med att öppna filen \"%s\": fdopen() misslyckades: %s" @@ -650,31 +650,31 @@ msgstr "Nyckelfilen börjar inte med en grupp" msgid "Key file contains unsupported encoding '%s'" msgstr "Nyckelfilen innehåller kodningen \"%s\" som inte stöds" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Nyckelfilen har inte gruppen \"%s\"" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Nyckelfilen har inte nyckeln \"%s\"" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Nyckelfilen innehåller nyckeln \"%s\" med värdet \"%s\" som inte är UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Nyckelfilen innehåller nyckeln \"%s\" som har värde som inte kan tolkas." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -683,31 +683,31 @@ msgstr "" "Nyckelfilen innehåller nyckeln \"%s\" i gruppen \"%s\" som har värde som " "inte kan tolkas." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Nyckelfilen har inte nyckeln \"%s\" i gruppen \"%s\"" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Nyckelfilen innehåller kontrolltecken i slutet på en rad" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Nyckelfilen innehåller ogiltiga kontrollsekvensen \"%s\"" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Värdet \"%s\" kan inte tolkas som ett tal." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Heltalsvärdet \"%s\" för %s är utanför intervallet" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Värdet \"%s\" kan inte tolkas som ett booleskt värde." diff --git a/po/ta.po b/po/ta.po index b6e4c6ec0..77600a887 100644 --- a/po/ta.po +++ b/po/ta.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-02-16 20:30-0600\n" "Last-Translator: Dinesh Nadarajah \n" "Language-Team: Tamil \n" @@ -105,7 +105,7 @@ msgstr "'%s' கோப்பிலிருந்து வாசிக்க msgid "Failed to open file '%s': %s" msgstr "'%s' கோப்பு திறக்க முடியவில்லை: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "'%s' கோப்பின் பண்புகளை பெறமுடியவில்லை: fstat() நொடிப்படைந்தது: %s" @@ -214,12 +214,12 @@ msgstr "வாய்க்கால் பாதி வரியுருவி msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end இல் மூலமாக வாசிக்க முடியாது" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "'%s' கோப்பை திறக்க முடியவில்லை: fdopen() நொடிப்படைந்தது: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "'%s' கோப்பை திறக்க முடியவில்லை: fdopen() நொடிப்படைந்தது: %s" @@ -633,60 +633,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "வலை முகவரி `%s' இல் செல்லுபடியாகாத 'விடுபடு' வரியுருகள்" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/th.po b/po/th.po index fb1fc3524..5252db412 100644 --- a/po/th.po +++ b/po/th.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.7.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-06-28 16:54+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -107,7 +107,7 @@ msgstr "อ่านข้อมูลจากแฟ้ม '%s' ไม่สำ msgid "Failed to open file '%s': %s" msgstr "เปิดแฟ้ม '%s' ไม่สำเร็จ: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "อ่านแอตทริบิวต์ของแฟ้ม '%s' ไม่สำเร็จ: fstat() ล้มเหลว: %s" @@ -216,12 +216,12 @@ msgstr "แชนเนลจบด้วยข้อมูลไม่เต็ msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "ไม่สามารถอ่านข้อมูลแบบดิบใน g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "เปิดแฟ้ม '%s' ไม่สำเร็จ: open() ล้มเหลว: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "แม็ปแฟ้ม '%s' ไม่สำเร็จ: mmap() ล้มเหลว: %s" @@ -615,60 +615,60 @@ msgstr "แฟ้มคีย์ไม่ได้ขึ้นต้นด้ว msgid "Key file contains unsupported encoding '%s'" msgstr "แฟ้มคีย์มีเนื้อหาเป็นรหัสอักขระ '%s' ซึ่งไม่สนับสนุน" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "แฟ้มคีย์ไม่มีกลุ่ม '%s'" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "แฟ้มคีย์ไม่มีคีย์ '%s'" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "แฟ้มคีย์มีคีย์ '%s' ซึ่งมีค่า '%s' ซึ่งไม่ใช่รูปแบบ UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "แฟ้มคีย์มีคีย์ '%s' ซึ่งมีค่าที่ไม่สามารถตีความได้" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "แฟ้มคีย์มีคีย์ '%s' ในกลุ่ม '%s' ซึ่งมีค่าที่ไม่สามารถตีความได้" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "แฟ้มคีย์ไม่มีคีย์ '%s' ในกลุ่ม '%s'" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "แฟ้มคีย์มีอักขระหลีกที่ท้ายบรรทัด" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "แฟ้มคีย์มีลำดับหลีก '%s' ที่ไม่ถูกต้อง" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "ค่า '%s' ไม่สามารถตีความเป็นตัวเลขได้" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "ค่าจำนวนเต็ม '%s' ออกนอกช่วง" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ค่า '%s' ไม่สามารถตีความเป็นบูลีนได้" diff --git a/po/tl.po b/po/tl.po index faf38bd5b..ca360809e 100644 --- a/po/tl.po +++ b/po/tl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-01-28 23:47+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -108,7 +108,7 @@ msgstr "Sawi ang pagbabasa ng tipunang '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Sawi ang pagbukas ng tipunang '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -218,12 +218,12 @@ msgstr "Nagwakas sa partial karakter ang channel" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Hindi makapagbasa ng hilaw sa g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Sawi ang pagbukas ng tipunang '%s': sawi ang fdopen(): %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Sawi ang pagbukas ng tipunang '%s': sawi ang fdopen(): %s" @@ -662,32 +662,32 @@ msgstr "Ang tipunang susi ay hindi naguumpisa sa isang grupo" msgid "Key file contains unsupported encoding '%s'" msgstr "Ang tipunang susi ay naglalaman ng di suportadong encoding '%s'" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Ang tipunang susi ay walang grupong '%s'" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Ang tipunang susi ay walang susing '%s'" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Ang tipunang susi ay naglalaman ng susing '%s' na may halagang '%s' na hindi " "UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Ang tipunang susi ay naglalaman ng susing '%s' na may halagang di mabasa." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -696,31 +696,31 @@ msgstr "" "Ang tipunang susi ay naglalaman ng susing '%s' sa grupong '%s' na may halaga " "na hindi mabasa." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Ang tipunang susi ay walang susing '%s' sa grupong '%s'" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Ang tipunang susi ay may escape karakter sa dulo ng linya" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Ang tipunang susi ay may di tanggap na escape sequence '%s'" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Ang halagang '%s' ay hindi mabasa bilang numero." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Halagang integer '%s' para sa %s ay wala sa sakop" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ang halagang '%s' ay hindi mabasa bilang boolean." diff --git a/po/tr.po b/po/tr.po index ce1801c84..169a7d66d 100644 --- a/po/tr.po +++ b/po/tr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-02-14 23:38+0200\n" "Last-Translator: Onur Can CAKMAK \n" "Language-Team: Turkish \n" @@ -110,7 +110,7 @@ msgstr "'%s' dosyasından okuma başarısız: %s" msgid "Failed to open file '%s': %s" msgstr "'%s' dosyasını açma başarısız: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -220,12 +220,12 @@ msgstr "Kanal kısmi bir karakterde sonlanıyor" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end içinde okuma başarısız" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "'%s' dosyasını açma başarısız: fdopen() başarısız oldu: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "'%s' dosyasını açma başarısız: fdopen() başarısız oldu: %s" @@ -645,29 +645,29 @@ msgstr "Anahtar dosyası bir grupla başlamıyor" msgid "Key file contains unsupported encoding '%s'" msgstr "Anahtar dosya geçersiz kodlama '%s' içeriyor" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Anahtar dosyasında '%s' grubu yok" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Anahtar dosyasında '%s' anahtarı yok" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Anahtar dosyası UTF-8 olmayan '%s' anahtarını '%s' değeriyle içeriyor" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Anahtar dosyası değeri yorumlanamayan '%s' değerini içeriyor." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -675,31 +675,31 @@ msgid "" msgstr "" "Anahtar dosyası, yorumlanamayan '%2$s' grubundaki '%1$s' anahtarını içeriyor." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Anahtar dosyası '%2$s' grubunda '%1$s' anahtarı içermiyor" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Anahtar dosyası sayır sonunda çıkış karakteri içeriyor" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' geçersiz çıkış dizisi içeriyor" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "'%s' değeri bir sayı olarak yorumlanamıyor." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "%2$s için tamsayı değeri '%1$s' aralık dışında" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' değeri boole değer olarak yorumlanamıyor." diff --git a/po/uk.po b/po/uk.po index bf31c5247..9325db050 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-02-09 11:56--500\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -108,7 +108,7 @@ msgstr "Помилка зчитування з файлу \"%s\": %s" msgid "Failed to open file '%s': %s" msgstr "Помилка відкривання файлу \"%s\": %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Помилка отримання ознаки файлу \"%s\": помилка fstat(): %s" @@ -221,12 +221,12 @@ msgstr "" "Не можна виконувати безпосереднє зчитування у функції " "g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Помилка відкривання файлу \"%s\": помилка fdopen(): %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Помилка відкривання файлу \"%s\": помилка fdopen(): %s" @@ -648,31 +648,31 @@ msgstr "Ключовий файл не починається з групи" msgid "Key file contains unsupported encoding '%s'" msgstr "Ключовий фал містить кодування, що не підтримується '%s'" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Ключовий файл не містить групи '%s'" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Ключовий файл не містить ключ '%s'" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Ключовий файл містить ключ '%s' зі значенням '%s', кодування якого не UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Ключовий файл містить ключ '%s', що має значення, яке не вдається розібрати." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -681,31 +681,31 @@ msgstr "" "Ключовий файл містить '%s' у групі '%s', що має значення, яке неможливо " "розібрати." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Ключовий файл не містить ключ '%s' у групі '%s'" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Ключовий файл містить escape-символ наприкінці рядка" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Ключовий файл містить неправильну escape-послідовність '%s'" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Не вдається розібрати значення '%s' як число." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Числове ціле значення '%s' для %s поза межами діапазону" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Не вдається розібрати значення '%s' як логічне значення." diff --git a/po/vi.po b/po/vi.po index bf86bf4ca..0c8a86961 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-06-25 05:12+0700\n" "Last-Translator: T.M.Thanh \n" "Language-Team: Gnome-Vi Team \n" @@ -107,7 +107,7 @@ msgstr "Không đọc được từ tập tin '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Lỗi khi mở tập tin '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Không lấy được các thuộc tính của tập tin '%s': fstat() không được: %s" @@ -216,12 +216,12 @@ msgstr "Kênh tận hết trong ký tự riêng phần" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Không thể thực hiện đọc thô trong g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Không mở được tập tin '%s': fdopen() không được: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Không mở được tập tin '%s': fdopen() không được: %s" @@ -641,60 +641,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' chứa không hợp lệ các ký tự thoát" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/wa.po b/po/wa.po index f0265d9af..84993fd56 100644 --- a/po/wa.po +++ b/po/wa.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2004-05-03 14:40+0200\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" @@ -111,7 +111,7 @@ msgstr "Dji n' a nén savou lére li fitchî «%s»: %s" msgid "Failed to open file '%s': %s" msgstr "Dji n' a savou drovi li fitchî «%s»: %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -222,12 +222,12 @@ msgstr "" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s" @@ -615,60 +615,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/xh.po b/po/xh.po index 5e16a96e6..7c730ce95 100644 --- a/po/xh.po +++ b/po/xh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-02-08 12:31+0200\n" "Last-Translator: Canonical Ltd \n" "Language-Team: Xhosa \n" @@ -108,7 +108,7 @@ msgstr "Akuphumelelekanga ukufunda ifayili '%s': %s" msgid "Failed to open file '%s': %s" msgstr "Akuphumelelekanga ukuvula ifayili '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" @@ -223,12 +223,12 @@ msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Akukwazeki ukwenza ukufunda okungalungiswanga kwi g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s" @@ -663,31 +663,31 @@ msgstr "Ifayili engundoqo ayiqali ngeqela" msgid "Key file contains unsupported encoding '%s'" msgstr "Ifayili engundoqo iqulethe unxulumano olungaxhaswanga '%s'" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "Ifayili engundoqo ayinalo iqela '%s'" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "Ifayili engundoqo ayinalo iqhosha '%s'" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Ifayili engundoqo iqulethe iqhosa '%s' elinexabiso '%s' elingeyiyo UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Ifayili engundoqo iqulethe iqhosha '%s' elinexabiso elingekhe lichazwe." -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -696,32 +696,32 @@ msgstr "" "Ifayili engundoqo iqulethe iqhosha '%s' kwiqela '%s' elinexabiso elingekhe " "lichazwe." -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Ifayili engundoqo ayinalo iqhosha '%s' eqeleni '%s'" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "Ifayili engundoqo iqulethe uphawu lokuphepha ekupheleni komgca" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" "Ifayili engundoqo iqulethe ulandelelwano olungasebenziyo lokuphepha '%s'" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Ixabiso '%s' alinakho ukuchazwa njengenani." -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Ixabiso lenani elimbaxa '%s' le %s lingaphaya kwesigaba" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ixabiso '%s' alinakho ukuchazwa njenge-boolean." diff --git a/po/yi.po b/po/yi.po index 24a20ee1b..2bb136ff7 100644 --- a/po/yi.po +++ b/po/yi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2003-03-19\n" "Last-Translator: Raphael Finkel \n" "Language-Team: Yiddish \n" @@ -105,7 +105,7 @@ msgstr "ניט געקענט לײענען טעקע %s: %s" msgid "Failed to open file '%s': %s" msgstr "ניט געקענט עפֿענען טעקע '%s': %s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "ניט געקענט באַקומען אַטריבוטן פֿון טעקע %s: fstat() איז דורכגעפֿאַלן: %s" @@ -214,12 +214,12 @@ msgstr "קאַנאַל ענדיקט זיך מיט אַ האַלבן שריפֿט msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "ניט געקענט מאַכן אַ רױ־לײען אין g_io_channel_read_to_end" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכגעפֿאַלן: %s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכגעפֿאַלן: %s" @@ -638,60 +638,60 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "דער URI %s איז כּולל אומלעקסיקע פּליטה־כאַראַקטערס" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 59830db4f..e363198f1 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-30 16:44-0400\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-05-30 09:55+0800\n" "Last-Translator: He Qiangqiang \n" "Language-Team: zh_CN \n" @@ -106,7 +106,7 @@ msgstr "读取文件“%s”失败:%s" msgid "Failed to open file '%s': %s" msgstr "打开文件“%s”失败:%s" -#: glib/gfileutils.c:741 glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "获得文件“%s”的属性失败:fstat() 失败:%s" @@ -215,12 +215,12 @@ msgstr "通道终止于未尽字符" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end 函数无法进行原始读取" -#: glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "打开文件“%s”失败:fdopen() 失败:%s" -#: glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "打开文件“%s”失败:fdopen() 失败:%s" @@ -608,60 +608,60 @@ msgstr "键文件不以组开始" msgid "Key file contains unsupported encoding '%s'" msgstr "键文件包含不支持的编码“%s”" -#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1163 glib/gkeyfile.c:2164 -#: glib/gkeyfile.c:2229 glib/gkeyfile.c:2347 glib/gkeyfile.c:2415 -#: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "键文件没有组“%s”" -#: glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "键文件没有键“%s”" -#: glib/gkeyfile.c:1276 glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "键文件包含“%s”,其值“%s”不是 UTF-8" -#: glib/gkeyfile.c:1294 glib/gkeyfile.c:1403 glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "键文件包含键“%s”,其值无法解释。" -#: glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "键文件在“%2$s”中包含“%1$s”,其值无法解释。" -#: glib/gkeyfile.c:2179 glib/gkeyfile.c:2362 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "键文件的组“%2$s”中不包含键“%1$s”" -#: glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "键文件在行尾含有转义字符" -#: glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "键文件中包含无效的转义序列“%s”" -#: glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "无法将值“%s”解释为数值。" -#: glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "%2$s 所用的整数值“%1$s”超出范围" -#: glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "无法将值“%s”解释为布尔值。" diff --git a/po/zh_TW.po b/po/zh_TW.po index ae2ff1158..ba5e2d648 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-01 20:48+0800\n" +"POT-Creation-Date: 2005-07-08 11:40-0400\n" "PO-Revision-Date: 2005-06-19 16:21+0800\n" "Last-Translator: Chao-Hsiung Liao \n" "Language-Team: Chinese (traditional) \n" @@ -14,233 +14,232 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../glib/gconvert.c:406 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "不支援將字元集‘%s’轉換成‘%s’" -#: ../glib/gconvert.c:410 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "無法將‘%s’轉換至‘%s’" -#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1319 -#: ../glib/giochannel.c:1361 ../glib/giochannel.c:2203 ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 +#: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "轉換輸入資料時遇到不正確的位元組次序" -#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1326 -#: ../glib/giochannel.c:2215 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 +#: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "轉換時發生錯誤:%s" -#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "輸入資料結束時出現未完成的字元次序" -#: ../glib/gconvert.c:817 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "無法將後備字串‘%s’的字元集轉換成‘%s’" -#: ../glib/gconvert.c:1619 +#: glib/gconvert.c:1619 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI‘%s’不是使用“file”格式的絕對 URI" -#: ../glib/gconvert.c:1629 +#: glib/gconvert.c:1629 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "本機檔案的 URI‘%s’不應含有‘#’" -#: ../glib/gconvert.c:1646 +#: glib/gconvert.c:1646 #, c-format msgid "The URI '%s' is invalid" msgstr "URI‘%s’無效" -#: ../glib/gconvert.c:1658 +#: glib/gconvert.c:1658 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI‘%s’中的主機名稱無效" -#: ../glib/gconvert.c:1674 +#: glib/gconvert.c:1674 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI‘%s’含有不正確的「跳出字元」(escaped characters)" -#: ../glib/gconvert.c:1768 +#: glib/gconvert.c:1768 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "路徑名稱‘%s’不是絕對路徑" -#: ../glib/gconvert.c:1778 +#: glib/gconvert.c:1778 msgid "Invalid hostname" msgstr "主機名稱無效" -#: ../glib/gdir.c:121 ../glib/gdir.c:141 +#: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" msgstr "開啟目錄‘%s’時發生錯誤:%s" -#: ../glib/gfileutils.c:576 ../glib/gfileutils.c:649 +#: glib/gfileutils.c:576 glib/gfileutils.c:649 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "無法分配 %lu 位元來讀取檔案“%s”" -#: ../glib/gfileutils.c:591 +#: glib/gfileutils.c:591 #, c-format msgid "Error reading file '%s': %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: ../glib/gfileutils.c:673 +#: glib/gfileutils.c:673 #, c-format msgid "Failed to read from file '%s': %s" msgstr "讀取檔案‘%s’失敗:%s" -#: ../glib/gfileutils.c:724 ../glib/gfileutils.c:811 +#: glib/gfileutils.c:724 glib/gfileutils.c:811 #, c-format msgid "Failed to open file '%s': %s" msgstr "開啟檔案‘%s’失敗:%s" -#: ../glib/gfileutils.c:741 ../glib/gmappedfile.c:132 +#: glib/gfileutils.c:741 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "無法獲取檔案‘%s’的屬性:fstat() 失敗:%s" -#: ../glib/gfileutils.c:775 +#: glib/gfileutils.c:775 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, fuzzy, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s" -#: ../glib/gfileutils.c:952 +#: glib/gfileutils.c:952 #, fuzzy, c-format msgid "Could not change file mode: fork() failed: %s" msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s" -#: ../glib/gfileutils.c:983 +#: glib/gfileutils.c:983 #, fuzzy, c-format msgid "Could not change file mode: waitpid() failed: %s" msgstr "無法分配 %lu 位元來讀取檔案“%s”" -#: ../glib/gfileutils.c:1002 +#: glib/gfileutils.c:1002 #, fuzzy, c-format msgid "Could not change file mode: chmod() failed: %s" msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s" -#: ../glib/gfileutils.c:1013 +#: glib/gfileutils.c:1013 #, c-format msgid "Could not change file mode: Child terminated by signal: %s" msgstr "" -#: ../glib/gfileutils.c:1024 +#: glib/gfileutils.c:1024 msgid "Could not change file mode: Child terminated abnormally" msgstr "" -#: ../glib/gfileutils.c:1058 ../glib/gfileutils.c:1524 +#: glib/gfileutils.c:1058 glib/gfileutils.c:1524 #, c-format msgid "Failed to create file '%s': %s" msgstr "無法建立檔案‘%s’:%s" -#: ../glib/gfileutils.c:1080 +#: glib/gfileutils.c:1080 #, fuzzy, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s" -#: ../glib/gfileutils.c:1105 +#: glib/gfileutils.c:1105 #, fuzzy, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s" -#: ../glib/gfileutils.c:1124 +#: glib/gfileutils.c:1124 #, fuzzy, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s" -#: ../glib/gfileutils.c:1242 +#: glib/gfileutils.c:1242 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: ../glib/gfileutils.c:1485 +#: glib/gfileutils.c:1485 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "樣式‘%s’無效,不應含有‘%s’" -#: ../glib/gfileutils.c:1499 +#: glib/gfileutils.c:1499 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "樣式‘%s’末端不是 XXXXXX" -#: ../glib/gfileutils.c:1977 +#: glib/gfileutils.c:1977 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "讀取符號連結‘%s’時失敗:%s" -#: ../glib/gfileutils.c:1998 +#: glib/gfileutils.c:1998 msgid "Symbolic links not supported" msgstr "不支援符號連結" -#: ../glib/giochannel.c:1147 +#: glib/giochannel.c:1147 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "不支援將字元集‘%s’轉換成‘%s’" -#: ../glib/giochannel.c:1151 +#: glib/giochannel.c:1151 #, c-format msgid "Could not open converter from `%s' to `%s': %s" msgstr "無法將‘%s’轉換至‘%s’:%s" -#: ../glib/giochannel.c:1496 +#: glib/giochannel.c:1496 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "在 g_io_channel_read_line_string 中無法讀取原始資料" -#: ../glib/giochannel.c:1543 ../glib/giochannel.c:1800 -#: ../glib/giochannel.c:1886 +#: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886 msgid "Leftover unconverted data in read buffer" msgstr "用來讀取資料的緩衝區中仍有未轉換的資料" -#: ../glib/giochannel.c:1623 ../glib/giochannel.c:1700 +#: glib/giochannel.c:1623 glib/giochannel.c:1700 msgid "Channel terminates in a partial character" msgstr "在字元未完整之前,輸入管道已經結束" -#: ../glib/giochannel.c:1686 +#: glib/giochannel.c:1686 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end 中無法讀取原始資料" -#: ../glib/gmappedfile.c:115 +#: glib/gmappedfile.c:116 #, fuzzy, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s" -#: ../glib/gmappedfile.c:177 +#: glib/gmappedfile.c:178 #, fuzzy, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "第 %d 行第 %d 個字發生錯誤:%s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "第 %d 行發生錯誤:%s" -#: ../glib/gmarkup.c:434 +#: glib/gmarkup.c:434 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "出現空白的實體‘&;’;可用的實體為:& " < > '" -#: ../glib/gmarkup.c:444 +#: glib/gmarkup.c:444 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -250,17 +249,17 @@ msgstr "" "實體名稱不應以‘%s’開始,應該使用 & 字元;如果這個 & 字元不是作為實體使用,請" "將 & 轉換為 &" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "實體名稱中不應含有字元‘%s’" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "實體名稱‘%s’意義不明" -#: ../glib/gmarkup.c:526 +#: glib/gmarkup.c:526 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -268,23 +267,23 @@ msgstr "" "實體的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉換" "為 &" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " "reference (ê for example) - perhaps the digit is too large" msgstr "無法解析‘%-.*s’,字元參引內應該含有數字(例如 ê) ─ 可能是數字太大" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "字元參引‘%-.*s’含有不允許的編碼的字元" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "字元參引是空白的;它應該包括數字,像 dž" -#: ../glib/gmarkup.c:629 +#: glib/gmarkup.c:629 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -293,43 +292,43 @@ msgstr "" "字元參引的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉" "換為 &" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "未完成的實體參引" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "未完成的字元參引" -#: ../glib/gmarkup.c:964 ../glib/gmarkup.c:992 ../glib/gmarkup.c:1023 +#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" msgstr "無效的 UTF-8 編碼文字" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. )" msgstr "文件開始必須為一元素 (例如 )" -#: ../glib/gmarkup.c:1099 +#: glib/gmarkup.c:1099 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "‘<’字元後的‘%s’不是有效的字元;這樣不可能是元素名稱的開始部份" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "字元‘%s’不尋常,元素‘%s’的開始標籤應該以‘>’字元結束" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "不尋常的字元‘%s’,屬性名稱‘%s’(屬於元素‘%s’) 後應該是‘=’字元" -#: ../glib/gmarkup.c:1294 +#: glib/gmarkup.c:1294 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -339,7 +338,7 @@ msgstr "" "不尋常的字元‘%s’,元素‘%s’的開始標籤應該以‘>’或‘/’字元終結,也可以是屬性;或" "許您在屬性名稱中使用了無效的字元" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -347,322 +346,322 @@ msgid "" msgstr "" "不尋常的字元‘%s’,當指定屬性‘%s’的值 (屬於元素‘%s’) 時,等號後應該出現開引號" -#: ../glib/gmarkup.c:1528 +#: glib/gmarkup.c:1528 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "字元‘%s’是無效的 (位置在關閉元素‘%s’末端);允許的字元為‘>’" -#: ../glib/gmarkup.c:1579 +#: glib/gmarkup.c:1579 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "元素‘%s’已關閉,沒有開啟中的元素" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "元素‘%s’已關閉,但開啟中的元素是‘%s’" -#: ../glib/gmarkup.c:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "文件完全空白或只含有空白字元" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "文件在尖角括號‘<’後突然終止" -#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 +#: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s’是最後一個開啟的元素" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "在元素的名稱內,文件突然結束" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "在屬性名稱內,文件突然結束" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "在元素的開啟標籤內,文件突然結束" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "在屬性值內,文件突然結束" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "在元素‘%s’的關閉標籤內,文件突然結束" -#: ../glib/gmarkup.c:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "在註解或處理指示內,文件突然結束" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" msgstr "應該用引號括起來的文字不是以括號為開始" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "指令列或其它標為指令的字串內有不對稱的引號" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "文字在‘\\’字元後就終止了。(文字為‘%s’)" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "字串完結前仍沒有對應於 %c 的引號 (字串為‘%s’)" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "文字是空白的 (或只含有空白字元)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "無法從副進程讀取資料" -#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "無法建立管道來和副進程溝通 (%s)" -#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "無法從管道讀取資料 (%s)" -#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "無法進入目錄‘%s’(%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "無法執行副進程 (%s)" -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "無法執行助理程式" -#: ../glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" msgstr "當 g_io_channel_win32_poll() 從副進程讀取資料時發生無法預計的錯誤" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "無法從副進程讀取資料 (%s)" -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "當 select() 從副進程讀取資料時發生無法預計的錯誤 (%s)" -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() 發生無法預計的錯誤 (%s)" -#: ../glib/gspawn.c:1083 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "無法衍生進程 (%s)" -#: ../glib/gspawn.c:1233 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "無法執行副進程“%s”(%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "無法將副進程的輸出或輸入重新導向 (%s)" -#: ../glib/gspawn.c:1252 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "無法衍生副進程 (%s)" -#: ../glib/gspawn.c:1260 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "執行副進程“%s”時發生不明的錯誤" -#: ../glib/gspawn.c:1282 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "無法從 child pid pipe 讀取足夠的資料 (%s)" -#: ../glib/gutf8.c:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "字元不在 UTF-8 範圍之內" -#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "轉換輸入資料時出現無效的字元次序" -#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "字元不在 UTF-16 範圍之內" -#: ../glib/goption.c:465 +#: glib/goption.c:465 msgid "Usage:" msgstr "用法:" -#: ../glib/goption.c:465 +#: glib/goption.c:465 msgid "[OPTION...]" msgstr "[選項...]" -#: ../glib/goption.c:551 +#: glib/goption.c:551 msgid "Help Options:" msgstr "說明選項:" -#: ../glib/goption.c:552 +#: glib/goption.c:552 msgid "Show help options" msgstr "顯示說明的選項" -#: ../glib/goption.c:557 +#: glib/goption.c:557 msgid "Show all help options" msgstr "顯示所有的說明選項" -#: ../glib/goption.c:607 +#: glib/goption.c:607 msgid "Application Options:" msgstr "應用程式選項:" -#: ../glib/goption.c:648 +#: glib/goption.c:648 #, fuzzy, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "不能解析整數值‘%s’ --%s" -#: ../glib/goption.c:658 +#: glib/goption.c:658 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s 的整數值‘%1$s’超出範圍" -#: ../glib/goption.c:940 ../glib/goption.c:1015 +#: glib/goption.c:940 glib/goption.c:1015 #, c-format msgid "Missing argument for %s" msgstr "" -#: ../glib/goption.c:1418 +#: glib/goption.c:1418 #, c-format msgid "Unknown option %s" msgstr "未知的選項 %s" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "在資料目錄中找不到有效的設定鍵檔案" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "不是合格的檔案" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "檔案是空的" -#: ../glib/gkeyfile.c:697 +#: glib/gkeyfile.c:697 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "設定鍵檔案中‘%s’行並非設定鍵值配對、群組或註解" -#: ../glib/gkeyfile.c:765 +#: glib/gkeyfile.c:765 msgid "Key file does not start with a group" msgstr "設定鍵檔案並非以群組開頭" -#: ../glib/gkeyfile.c:808 +#: glib/gkeyfile.c:808 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "設定鍵檔案包含不支援的編碼‘%s’" -#: ../glib/gkeyfile.c:1017 ../glib/gkeyfile.c:1163 ../glib/gkeyfile.c:2164 -#: ../glib/gkeyfile.c:2229 ../glib/gkeyfile.c:2347 ../glib/gkeyfile.c:2415 -#: ../glib/gkeyfile.c:2599 ../glib/gkeyfile.c:2773 ../glib/gkeyfile.c:2830 +#: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177 +#: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497 +#: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880 #, c-format msgid "Key file does not have group '%s'" msgstr "設定鍵檔案沒有群組‘%s’" -#: ../glib/gkeyfile.c:1175 +#: glib/gkeyfile.c:1188 #, c-format msgid "Key file does not have key '%s'" msgstr "設定鍵檔案沒有設定鍵‘%s’" -#: ../glib/gkeyfile.c:1276 ../glib/gkeyfile.c:1385 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "設定鍵檔案包含的設定鍵‘%s’(數值為‘%s’)並非 UTF-8" -#: ../glib/gkeyfile.c:1294 ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1775 +#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "設定鍵檔案包含的設定鍵‘%s’的數值無法解譯。" -#: ../glib/gkeyfile.c:1991 +#: glib/gkeyfile.c:2004 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "設定鍵檔案包含的群組‘%2$s’中設定鍵‘%1$s’數值無法解譯" -#: ../glib/gkeyfile.c:2179 ../glib/gkeyfile.c:2362 ../glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "設定鍵檔案的群組‘%2$s’中沒有設定鍵‘%1$s’" -#: ../glib/gkeyfile.c:3022 +#: glib/gkeyfile.c:3072 msgid "Key file contains escape character at end of line" msgstr "設定鍵檔案在行尾包含跳出字元" -#: ../glib/gkeyfile.c:3044 +#: glib/gkeyfile.c:3094 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "設定鍵檔案含有不正確的「跳出字元」‘%s’" -#: ../glib/gkeyfile.c:3185 +#: glib/gkeyfile.c:3235 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "數值‘%s’不能被解譯為數字。" -#: ../glib/gkeyfile.c:3195 +#: glib/gkeyfile.c:3245 #, c-format msgid "Integer value '%s' out of range" msgstr "整數值‘%s’超出範圍" -#: ../glib/gkeyfile.c:3225 +#: glib/gkeyfile.c:3275 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "數值‘%s’不能被解譯為布林值。" -- 2.11.4.GIT