This commit is contained in:
Matthias Clasen 2005-08-02 16:17:48 +00:00
parent 02bc22d1ca
commit e4c231a62a
82 changed files with 1829 additions and 1758 deletions

View File

@ -1,3 +1,9 @@
2005-08-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.5 ===
* NEWS: Updates
2005-08-02 Matthias Clasen <mclasen@redhat.com> 2005-08-02 Matthias Clasen <mclasen@redhat.com>
* glib/gconvert.c (g_convert_with_iconv, g_convert_with_fallback): * glib/gconvert.c (g_convert_with_iconv, g_convert_with_fallback):

View File

@ -1,3 +1,9 @@
2005-08-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.5 ===
* NEWS: Updates
2005-08-02 Matthias Clasen <mclasen@redhat.com> 2005-08-02 Matthias Clasen <mclasen@redhat.com>
* glib/gconvert.c (g_convert_with_iconv, g_convert_with_fallback): * glib/gconvert.c (g_convert_with_iconv, g_convert_with_fallback):

View File

@ -1,3 +1,9 @@
2005-08-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.5 ===
* NEWS: Updates
2005-08-02 Matthias Clasen <mclasen@redhat.com> 2005-08-02 Matthias Clasen <mclasen@redhat.com>
* glib/gconvert.c (g_convert_with_iconv, g_convert_with_fallback): * glib/gconvert.c (g_convert_with_iconv, g_convert_with_fallback):

View File

@ -1,3 +1,9 @@
2005-08-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.5 ===
* NEWS: Updates
2005-08-02 Matthias Clasen <mclasen@redhat.com> 2005-08-02 Matthias Clasen <mclasen@redhat.com>
* glib/gconvert.c (g_convert_with_iconv, g_convert_with_fallback): * glib/gconvert.c (g_convert_with_iconv, g_convert_with_fallback):

View File

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

18
NEWS
View File

@ -1,3 +1,21 @@
Overview of Changes from GLib 2.7.4 to GLib 2.7.5
=================================================
* Thread-related changes
- Fix build issues on HP-UX [Paul Cornett]
- Threadsafe access to flags stored in datasets [Tim Janik]
- Fix several issues with atomic refcounting for
closures, objects and paramspecs [Tim]
- Improve tests for atomic refcounting changes [Tim]
* Fix handling of stateful encodings in g_convert_* [Matthias]
* Fix translation of GOption help output [Dan Winship]
* Catch format errors in translations. This may cause
"make check" to fail when using older versions
of gettext [Matthias]
* Win32 bug fixes [Tor Lillqvist]
* Documentation improvements [Ross Burton, Jochen Baier,
Matthias, Tim]
* New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
Overview of Changes from GLib 2.7.3 to GLib 2.7.4 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
================================================= =================================================
* Fix g_atomic_pointer_compare_and_exchange * Fix g_atomic_pointer_compare_and_exchange

2
README
View File

@ -1,7 +1,7 @@
General Information General Information
=================== ===================
This is GLib version 2.7.4. GLib is the low-level core This is GLib version 2.7.5. GLib is the low-level core
library that forms the basis for projects such as GTK+ and GNOME. It library that forms the basis for projects such as GTK+ and GNOME. It
provides data structure handling for C, portability wrappers, and provides data structure handling for C, portability wrappers, and
interfaces for such runtime functionality as an event loop, threads, interfaces for such runtime functionality as an event loop, threads,

View File

@ -1,3 +1,7 @@
2005-08-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.5 ===
Sat Jul 30 23:40:35 2005 Tim Janik <timj@gtk.org> Sat Jul 30 23:40:35 2005 Tim Janik <timj@gtk.org>
* glib/tmpl/datalist.sgml: * glib/tmpl/datalist.sgml:

View File

@ -1,3 +1,7 @@
2005-08-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.5 ===
2005-07-21 Matthias Clasen <mclasen@redhat.com> 2005-07-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.4 === * === Released 2.7.4 ===

View File

@ -1,3 +1,7 @@
2005-08-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.5 ===
Mon Aug 1 23:00:42 2005 Tim Janik <timj@imendio.com> Mon Aug 1 23:00:42 2005 Tim Janik <timj@imendio.com>
* gclosure.c: turned all modifications to the first 32 integer bits in a * gclosure.c: turned all modifications to the first 32 integer bits in a

View File

@ -1,3 +1,7 @@
2005-08-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.5 ===
2005-07-21 Matthias Clasen <mclasen@redhat.com> 2005-07-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.4 === * === Released 2.7.4 ===

View File

@ -1,3 +1,7 @@
2005-08-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.5 ===
2005-07-25 Matthias Clasen <mclasen@redhat.com> 2005-07-25 Matthias Clasen <mclasen@redhat.com>
* Makefile.in.in: Call msgfmt with -c to catch * Makefile.in.in: Call msgfmt with -c to catch

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib VERSION\n" "Project-Id-Version: glib VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2003-01-16 08:39+EDT\n" "PO-Revision-Date: 2003-01-16 08:39+EDT\n"
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n" "Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
"Language-Team: Amharic <locales@geez.org>\n" "Language-Team: Amharic <locales@geez.org>\n"
@ -26,59 +26,59 @@ msgstr ""
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "" msgstr ""
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "" msgstr ""
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "" msgstr ""
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "" msgstr ""
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "" msgstr ""
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "" msgstr ""
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "" msgstr ""
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s'ን ተቀብሏል" msgstr "URI '%s'ን ተቀብሏል"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "" msgstr ""
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "" msgstr ""
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "" msgstr ""
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2003-12-19 01:22+0100\n" "PO-Revision-Date: 2003-12-19 01:22+0100\n"
"Last-Translator: Arafat Medini <lumina@silverpen.de>\n" "Last-Translator: Arafat Medini <lumina@silverpen.de>\n"
"Language-Team: Arabic <doc@arabeyes.org>\n" "Language-Team: Arabic <doc@arabeyes.org>\n"
@ -26,59 +26,59 @@ msgstr "التحويل من مجموعة المحارف '%s' إلى '%s' غير
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "لم يمكن فتح المحول من '%s' الى '%s': %s" msgstr "لم يمكن فتح المحول من '%s' الى '%s': %s"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "سلسلة بايتات غير سليمة في مدخلات التحويل" msgstr "سلسلة بايتات غير سليمة في مدخلات التحويل"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "خطأ أثناء التحويل: %s" msgstr "خطأ أثناء التحويل: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "سلسلة حرفيات جزئي عند نهاية المدخل" msgstr "سلسلة حرفيات جزئي عند نهاية المدخل"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "لم يمكن تحويل fallback '%s' الى مجموعة المحارف '%s'" msgstr "لم يمكن تحويل fallback '%s' الى مجموعة المحارف '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "الـURI '%s' ليس URI كامل باستخدام مخطط الملفات" msgstr "الـURI '%s' ليس URI كامل باستخدام مخطط الملفات"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "ملف الـ URI المحلي '%s' قد لا يحتوي على '#'" msgstr "ملف الـ URI المحلي '%s' قد لا يحتوي على '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "الـURI '%s' غير سليم" msgstr "الـURI '%s' غير سليم"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "اسم مستضيف الـURI '%s' غير سليم" msgstr "اسم مستضيف الـURI '%s' غير سليم"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "الـURI '%s' يحتوي على حروف هربت بطريقة غير سليمة " msgstr "الـURI '%s' يحتوي على حروف هربت بطريقة غير سليمة "
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "اسم المسار '%s' ليس مسارا كاملا" msgstr "اسم المسار '%s' ليس مسارا كاملا"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "اسم المستضيف غير سليم" msgstr "اسم المستضيف غير سليم"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD.az\n" "Project-Id-Version: glib.HEAD.az\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2004-02-02 12:12+0200\n" "PO-Revision-Date: 2004-02-02 12:12+0200\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n" "Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani Turkish <gnome@azitt.com>\n" "Language-Team: Azerbaijani Turkish <gnome@azitt.com>\n"
@ -26,59 +26,59 @@ msgstr "`%s' hərf dəstəsindən `%s' hərf dəstəsinə dönüşdürmə dəst
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "`%s' dən `%s' ə dönüşdürücü açıla bilmir: %s" msgstr "`%s' dən `%s' ə dönüşdürücü açıla bilmir: %s"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "dönüşdürmə girişində hökmsüz bayt qatarı" msgstr "dönüşdürmə girişində hökmsüz bayt qatarı"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Dönüşdürmə sırasında xəta yarandı: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Girişin sonunda parçalı hərf qatarı" msgstr "Girişin sonunda parçalı hərf qatarı"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "fallback '%s' hərf dəstəsi '%s' ə dönüşdürülə bilmir" msgstr "fallback '%s' hərf dəstəsi '%s' ə dönüşdürülə bilmir"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "`%s' URI-si fayl sxemini işlədən mütləq URI deyildir" msgstr "`%s' URI-si fayl sxemini işlədən mütləq URI deyildir"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Yerli fayl uRI-si `%s' `#' daxil edə bilməz" msgstr "Yerli fayl uRI-si `%s' `#' daxil edə bilməz"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "`%s' URI-si səhvdir" msgstr "`%s' URI-si səhvdir"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "`%s' URI-sinin qovşaq adı səhv qaçırılmış" msgstr "`%s' URI-sinin qovşaq adı səhv qaçırılmış"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "`%s'in URİ-si səhv qaçırılmış xarakterlər daxil edir" msgstr "`%s'in URİ-si səhv qaçırılmış xarakterlər daxil edir"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "`%s'in cığır adı mütləq cığır deyildir" msgstr "`%s'in cığır adı mütləq cığır deyildir"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Hökmsüz qovşaq adı" msgstr "Hökmsüz qovşaq adı"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD\n" "Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2004-03-08 15:46+0200\n" "PO-Revision-Date: 2004-03-08 15:46+0200\n"
"Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n" "Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
"Language-Team: Belarusian <i18n@mova.org>\n" "Language-Team: Belarusian <i18n@mova.org>\n"
@ -31,7 +31,7 @@ msgstr "Ня атрымалася адчыніць пераўтваральні
# glib/gconvert.c:592 glib/gconvert.c:882 glib/giochannel.c:1282 # glib/gconvert.c:592 glib/gconvert.c:882 glib/giochannel.c:1282
# glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875 # glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875
# glib/gutf8.c:1320 # glib/gutf8.c:1320
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
@ -40,7 +40,7 @@ msgstr ""
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175 # glib/giochannel.c:2175
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
@ -48,56 +48,56 @@ msgstr "Памылка пад час пераўтварэньня: %s"
# glib/gconvert.c:615 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212 # glib/gconvert.c:615 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212
# glib/gutf8.c:1316 # glib/gutf8.c:1316
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Няпоўны сымбаль у канцы ўваходнага радка" msgstr "Няпоўны сымбаль у канцы ўваходнага радка"
# glib/gconvert.c:788 # glib/gconvert.c:788
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Немагчыма пераўтвараць знак \"%s\" у знак з набору \"%s\"" msgstr "Немагчыма пераўтвараць знак \"%s\" у знак з набору \"%s\""
# glib/gconvert.c:1593 # glib/gconvert.c:1593
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "" msgstr ""
"URI \"%s\" не зьяўляюцца абсалютным URI пад час выкарыстаньня файлавай схемы" "URI \"%s\" не зьяўляюцца абсалютным URI пад час выкарыстаньня файлавай схемы"
# glib/gconvert.c:1603 # glib/gconvert.c:1603
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "URI \"%s\" мясцовага файлу ня можа ўлучаць \"#\"" msgstr "URI \"%s\" мясцовага файлу ня можа ўлучаць \"#\""
# glib/gconvert.c:1620 # glib/gconvert.c:1620
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI \"%s\" нерэчаісны" msgstr "URI \"%s\" нерэчаісны"
# glib/gconvert.c:1632 # glib/gconvert.c:1632
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Назва вузлу ў URI \"%s\" нерэчаісная" msgstr "Назва вузлу ў URI \"%s\" нерэчаісная"
# glib/gconvert.c:1648 # glib/gconvert.c:1648
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI \"%s\" утрымлівае недапушчальны сымбаль" msgstr "URI \"%s\" утрымлівае недапушчальны сымбаль"
# glib/gconvert.c:1719 # glib/gconvert.c:1719
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Шлях \"%s\" ня зьяўляецца абсалютным" msgstr "Шлях \"%s\" ня зьяўляецца абсалютным"
# glib/gconvert.c:1729 # glib/gconvert.c:1729
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Недапушчальная назва вузла" msgstr "Недапушчальная назва вузла"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD\n" "Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-09 15:54+0300\n" "PO-Revision-Date: 2005-07-09 15:54+0300\n"
"Last-Translator: Alexander Shopov <ash@contact.bg>\n" "Last-Translator: Alexander Shopov <ash@contact.bg>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@ -27,61 +27,61 @@ msgstr "Преобразуването от набора символи „%s“
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Не може да се отвори конвертор от „%s“ към „%s“" msgstr "Не може да се отвори конвертор от „%s“ към „%s“"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Грешна байтова последователност на входа за преобразуване" msgstr "Грешна байтова последователност на входа за преобразуване"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Грешка по време на преобразуване: %s" msgstr "Грешка по време на преобразуване: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Непълна символна последователност в края на входните данни" msgstr "Непълна символна последователност в края на входните данни"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "" msgstr ""
"Заместващият символ „%s“ не може да бъде преобразуван към символ от набора „%" "Заместващият символ „%s“ не може да бъде преобразуван към символ от набора „%"
"s“" "s“"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI „%s“ не е абсолютен URI при използване на схемата „файл“" msgstr "URI „%s“ не е абсолютен URI при използване на схемата „файл“"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "URI „%s“ към локален файл не може да включва „#“" msgstr "URI „%s“ към локален файл не може да включва „#“"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI „%s“ е неправилен" msgstr "URI „%s“ е неправилен"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Името на хоста в URI „%s“ е невалидно" msgstr "Името на хоста в URI „%s“ е невалидно"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI „%s“ съдържа грешни екраниращи последователности" msgstr "URI „%s“ съдържа грешни екраниращи последователности"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Пътят „%s“ не е абсолютен" msgstr "Пътят „%s“ не е абсолютен"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Неправилно име на хост" msgstr "Неправилно име на хост"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 0.1\n" "Project-Id-Version: glib 0.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2002-12-15 09:35-0800\n" "PO-Revision-Date: 2002-12-15 09:35-0800\n"
"Last-Translator: Taneem Ahmed <taneem@eyetap.org>\n" "Last-Translator: Taneem Ahmed <taneem@eyetap.org>\n"
"Language-Team: Bengali <gnome-translation@bengalinux.org>\n" "Language-Team: Bengali <gnome-translation@bengalinux.org>\n"
@ -25,59 +25,59 @@ msgstr "'%s' থেকে '%s' এ অক্ষর সমূহ পরিবর
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' থেকে '%s' পরিবর্তক খোলা যাইনি: %s" msgstr "'%s' থেকে '%s' পরিবর্তক খোলা যাইনি: %s"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "পরিবর্তন করার জন্য দেয়া বাইট সমুহ সঠিক নয়" msgstr "পরিবর্তন করার জন্য দেয়া বাইট সমুহ সঠিক নয়"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "পরিবর্তন সময়কালীন ভুল: %s" msgstr "পরিবর্তন সময়কালীন ভুল: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "প্রদত্ত তথ্যের শেষে আংশিক অক্ষর সমুহ" msgstr "প্রদত্ত তথ্যের শেষে আংশিক অক্ষর সমুহ"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "শেষ পন্থা '%s' থেকে কোডসেট '%s' এ পরিবর্তন করা যায়নি" msgstr "শেষ পন্থা '%s' থেকে কোডসেট '%s' এ পরিবর্তন করা যায়নি"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "ফাইলের ধারা অনুযায়ী ইউআরআই '%s' একটি আপেক্ষিক পথ" msgstr "ফাইলের ধারা অনুযায়ী ইউআরআই '%s' একটি আপেক্ষিক পথ"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "স্থানীয় ফাইল ইউআরআই '%s' এর মধ্যে সম্ভবত '#' নেই" msgstr "স্থানীয় ফাইল ইউআরআই '%s' এর মধ্যে সম্ভবত '#' নেই"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "ইউআরআই '%s' গ্রহনযোগ্য নয়" msgstr "ইউআরআই '%s' গ্রহনযোগ্য নয়"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "ইউআরআই '%s' এর হোস্ট নাম গ্রহনযোগ্য নয়" msgstr "ইউআরআই '%s' এর হোস্ট নাম গ্রহনযোগ্য নয়"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "ইউআরআই '%s' এর মধ্যে অগ্রহণীয় escape অক্ষর আছে" msgstr "ইউআরআই '%s' এর মধ্যে অগ্রহণীয় escape অক্ষর আছে"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "পথনাম '%s' একটি আপেক্ষিক পথ" msgstr "পথনাম '%s' একটি আপেক্ষিক পথ"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "ভুল হোস্ট নাম" msgstr "ভুল হোস্ট নাম"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.glib-2-4\n" "Project-Id-Version: glib.glib-2-4\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2004-05-17 01:30+0000\n" "PO-Revision-Date: 2004-05-17 01:30+0000\n"
"Last-Translator: Kenan Hadžiavdić <kenanh@frisurf.no>\n" "Last-Translator: Kenan Hadžiavdić <kenanh@frisurf.no>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n" "Language-Team: Bosnian <lokal@lugbih.org>\n"
@ -26,59 +26,59 @@ msgstr "Pretvaranje iz skupa znakova '%s' u '%s' nije podržano"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Nisam mogao pokrenuti pretvaranje iz '%s' u '%s'" msgstr "Nisam mogao pokrenuti pretvaranje iz '%s' u '%s'"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Nevažeći niz bajtova u ulaznim podacima za pretvaranje" msgstr "Nevažeći niz bajtova u ulaznim podacima za pretvaranje"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Greška tokom pretvaranja: %s" msgstr "Greška tokom pretvaranja: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Djelimičan niz znakova na kraju ulaznih podataka" msgstr "Djelimičan niz znakova na kraju ulaznih podataka"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ne mogu pretvoriti '%s' u znakovni skup '%s'" msgstr "Ne mogu pretvoriti '%s' u znakovni skup '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' nije apsolutni URI koristeći šemu datoteka" msgstr "URI '%s' nije apsolutni URI koristeći šemu datoteka"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "URI lokalne datoteke '%s' ne smije sadržavati '#'" msgstr "URI lokalne datoteke '%s' ne smije sadržavati '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' je nevažeći" msgstr "URI '%s' je nevažeći"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Ime računara URI-ja '%s' je nevažeće" msgstr "Ime računara URI-ja '%s' je nevažeće"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' sadrži nevažeće escape znakove" msgstr "URI '%s' sadrži nevažeće escape znakove"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Putanja '%s' nije absolutna putanja" msgstr "Putanja '%s' nije absolutna putanja"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Nevažeće ime računara" msgstr "Nevažeće ime računara"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.6.1\n" "Project-Id-Version: glib 2.6.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-01-14 10:51+0100\n" "PO-Revision-Date: 2005-01-14 10:51+0100\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n" "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n" "Language-Team: Catalan <tradgnome@softcatala.org>\n"
@ -25,59 +25,59 @@ msgstr "No es permet la conversió del joc de caràcters de «%s» a «%s»"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»" msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Seqüència de bytes invàlida en l'entrada de conversió" msgstr "Seqüència de bytes invàlida en l'entrada de conversió"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "S'ha produït un error durant la conversió: %s" msgstr "S'ha produït un error durant la conversió: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Seqüència de caràcters parcial al final de l'entrada" msgstr "Seqüència de caràcters parcial al final de l'entrada"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "No es pot convertir el \"fallback\" «%s» al joc de codis «%s»" msgstr "No es pot convertir el \"fallback\" «%s» al joc de codis «%s»"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "L'URI «%s» no és un URI absolut que utilitzi l'esquema «file»" msgstr "L'URI «%s» no és un URI absolut que utilitzi l'esquema «file»"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Pot ser que l'URI del fitxer local «%s» no inclogui cap «#»" msgstr "Pot ser que l'URI del fitxer local «%s» no inclogui cap «#»"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "L'URI «%s» no és vàlid" msgstr "L'URI «%s» no és vàlid"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "El nom de l'ordinador central de l'URI «%s» no és vàlid" msgstr "El nom de l'ordinador central de l'URI «%s» no és vàlid"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "L'URI «%s» conté caràcters d'escapada invàlids" msgstr "L'URI «%s» conté caràcters d'escapada invàlids"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "El nom de camí «%s» no és un camí absolut" msgstr "El nom de camí «%s» no és un camí absolut"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Nom de l'ordinador central invàlid" msgstr "Nom de l'ordinador central invàlid"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib VERSION\n" "Project-Id-Version: glib VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-05 20:51+0200\n" "PO-Revision-Date: 2005-07-05 20:51+0200\n"
"Last-Translator: Miloslav Trmac <mitr@volny.cz>\n" "Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
"Language-Team: Czech <cs@li.org>\n" "Language-Team: Czech <cs@li.org>\n"
@ -27,59 +27,59 @@ msgstr "Převod ze znakové sady '%s' do '%s' není podporován"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Nemohu otevřít převaděč z '%s' do '%s'" msgstr "Nemohu otevřít převaděč z '%s' do '%s'"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Neplatná posloupnost bajtů na vstupu převodu" msgstr "Neplatná posloupnost bajtů na vstupu převodu"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Chyba při převodu: %s" msgstr "Chyba při převodu: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Částečná sekvence znaků na konci vstupu" msgstr "Částečná sekvence znaků na konci vstupu"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Nemohu převést ukončení '%s' do znakové sady '%s'" msgstr "Nemohu převést ukončení '%s' do znakové sady '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' není absolutní URI používající schéma \"file\"" msgstr "URI '%s' není absolutní URI používající schéma \"file\""
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "URI '%s' místního souboru nesmí obsahovat '#'" msgstr "URI '%s' místního souboru nesmí obsahovat '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' je neplatné" msgstr "URI '%s' je neplatné"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Jméno počítače v URI '%s' je neplatné" msgstr "Jméno počítače v URI '%s' je neplatné"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' obsahuje nesprávně escapované znaky" msgstr "URI '%s' obsahuje nesprávně escapované znaky"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' není absolutní cesta" msgstr "'%s' není absolutní cesta"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Neplatné jméno počítače" msgstr "Neplatné jméno počítače"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-01-05 23:45+0100\n" "PO-Revision-Date: 2005-01-05 23:45+0100\n"
"Last-Translator: Rhys Jones <rhys@sucs.org>\n" "Last-Translator: Rhys Jones <rhys@sucs.org>\n"
"Language-Team: Welsh <gnome-cy@pengwyn.linux.org.uk>\n" "Language-Team: Welsh <gnome-cy@pengwyn.linux.org.uk>\n"
@ -26,59 +26,59 @@ msgstr "Ni chynhelir trawsnewidiad o set nodau '%s' i '%s'"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Methwyd agor trawsnewidydd rhwng '%s' a '%s'" msgstr "Methwyd agor trawsnewidydd rhwng '%s' a '%s'"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Dilyniant beit annilys ym mewnbwn trawsnewid" msgstr "Dilyniant beit annilys ym mewnbwn trawsnewid"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Gwall wrth drawsnewid: %s" msgstr "Gwall wrth drawsnewid: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Dilyniant nod rhannol ar ddiwedd y mewnbwn" msgstr "Dilyniant nod rhannol ar ddiwedd y mewnbwn"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Methu trawsnewid '%s' wrth gefn i'r set godau '%s'" msgstr "Methu trawsnewid '%s' wrth gefn i'r set godau '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Nid yw'r LAU '%s' yn LAU absoliwt yn y cynllun \"file\"" msgstr "Nid yw'r LAU '%s' yn LAU absoliwt yn y cynllun \"file\""
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Ni chaniateir i'r LAU ffeil lleol '%s' gynnwys '#'" msgstr "Ni chaniateir i'r LAU ffeil lleol '%s' gynnwys '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "Mae'r LAU '%s' yn annilys" msgstr "Mae'r LAU '%s' yn annilys"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Mae'r enw gwesteiwr yn y LAU '%s' yn annilys" msgstr "Mae'r enw gwesteiwr yn y LAU '%s' yn annilys"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Mae'r LAU '%s' yn cynnwys nodau wedi eu dianc mewn modd annilys" msgstr "Mae'r LAU '%s' yn cynnwys nodau wedi eu dianc mewn modd annilys"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Nid yw'r llwybr '%s' yn llwybr gosodedig" msgstr "Nid yw'r llwybr '%s' yn llwybr gosodedig"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Enw gwesteiwr annilys" msgstr "Enw gwesteiwr annilys"

View File

@ -14,7 +14,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-06-11 10:24+0200\n" "PO-Revision-Date: 2005-06-11 10:24+0200\n"
"Last-Translator: Martin Willemoes Hansen <mwh@sysrq.dk>\n" "Last-Translator: Martin Willemoes Hansen <mwh@sysrq.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@ -32,59 +32,59 @@ msgstr "Konvertering fra tegnsæt \"%s\" til \"%s\" er ikke understøttet"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Kunne ikke konvertere fra \"%s\" til \"%s\"" msgstr "Kunne ikke konvertere fra \"%s\" til \"%s\""
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Ugyldig bytesekvens i konverteringsinddata" msgstr "Ugyldig bytesekvens i konverteringsinddata"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Fejl under konvertering: %s" msgstr "Fejl under konvertering: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Delvis tegnsekvens ved slutningen af inddata" msgstr "Delvis tegnsekvens ved slutningen af inddata"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan ikke konvertere tilbagefaldet \"%s\" til tegnsæt \"%s\"" msgstr "Kan ikke konvertere tilbagefaldet \"%s\" til tegnsæt \"%s\""
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI'en \"%s\" er ikke en absolut URI, ved brug af \"fil\"-metoden" msgstr "URI'en \"%s\" er ikke en absolut URI, ved brug af \"fil\"-metoden"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Den lokale fil-URI \"%s\" må ikke indeholde en '#'" msgstr "Den lokale fil-URI \"%s\" må ikke indeholde en '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI'en \"%s\" er ugyldig" msgstr "URI'en \"%s\" er ugyldig"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Værtsnavnet for URI'en \"%s\" er ugyldig" msgstr "Værtsnavnet for URI'en \"%s\" er ugyldig"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI'en \"%s\" indeholder ugyldigt beskyttede tegn" msgstr "URI'en \"%s\" indeholder ugyldigt beskyttede tegn"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Stinavnet \"%s\" er ikke en absolut sti" msgstr "Stinavnet \"%s\" er ikke en absolut sti"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Ugyldigt værtsnavn" msgstr "Ugyldigt værtsnavn"

275
po/de.po
View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD\n" "Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-27 14:15+0200\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-26 17:39+0200\n" "PO-Revision-Date: 2005-07-26 17:39+0200\n"
"Last-Translator: Hendrik Brandt <heb@gnome-de.org>\n" "Last-Translator: Hendrik Brandt <heb@gnome-de.org>\n"
"Language-Team: German <gnome-de@gnome.org>\n" "Language-Team: German <gnome-de@gnome.org>\n"
@ -19,251 +19,250 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: ../glib/gconvert.c:406 #: glib/gconvert.c:406
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Umwandlung von Zeichensatz »%s« in »%s« wird nicht unterstützt" msgstr "Umwandlung von Zeichensatz »%s« in »%s« wird nicht unterstützt"
#: ../glib/gconvert.c:410 #: glib/gconvert.c:410
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden" msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden"
#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: ../glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Ungültige Bytefolge in Konvertierungseingabe" msgstr "Ungültige Bytefolge in Konvertierungseingabe"
#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Fehler bei der Umwandlung: %s" msgstr "Fehler bei der Umwandlung: %s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Bruchstückhafte Zeichenfolge am Eingabeende" msgstr "Bruchstückhafte Zeichenfolge am Eingabeende"
#: ../glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Notnagel »%s« kann nicht in Kodierung »%s« umgewandelt werden" msgstr "Notnagel »%s« kann nicht in Kodierung »%s« umgewandelt werden"
#: ../glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Der URI »%s« ist kein absoluter URI, der das »file«-Schema verwendet" msgstr "Der URI »%s« ist kein absoluter URI, der das »file«-Schema verwendet"
#: ../glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Der lokale URI »%s« darf kein »#« enthalten" msgstr "Der lokale URI »%s« darf kein »#« enthalten"
#: ../glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "Der URI »%s« ist ungültig" msgstr "Der URI »%s« ist ungültig"
#: ../glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Der Rechnername der URI »%s« ist ungültig" msgstr "Der Rechnername der URI »%s« ist ungültig"
# CHECK # CHECK
#: ../glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Der URI »%s« enthält ungültige Escape-Zeichen" msgstr "Der URI »%s« enthält ungültige Escape-Zeichen"
#: ../glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Der Pfadname »%s« ist kein absoluter Pfad" msgstr "Der Pfadname »%s« ist kein absoluter Pfad"
#: ../glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Ungültiger Rechnername" msgstr "Ungültiger Rechnername"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "Fehler beim Öffnen des Verzeichnisses »%s«: %s" msgstr "Fehler beim Öffnen des Verzeichnisses »%s«: %s"
#: ../glib/gfileutils.c:576 ../glib/gfileutils.c:649 #: glib/gfileutils.c:576 glib/gfileutils.c:649
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu byte konnten nicht alloziiert werden, um Datei »%s« zu lesen" msgstr "%lu byte konnten nicht alloziiert werden, um Datei »%s« zu lesen"
#: ../glib/gfileutils.c:591 #: glib/gfileutils.c:591
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "Fehler beim Lesen der Datei »%s«: %s" msgstr "Fehler beim Lesen der Datei »%s«: %s"
#: ../glib/gfileutils.c:673 #: glib/gfileutils.c:673
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "Es konnte nicht aus der Datei »%s« gelesen werden: %s" msgstr "Es konnte nicht aus der Datei »%s« gelesen werden: %s"
#: ../glib/gfileutils.c:724 ../glib/gfileutils.c:811 #: glib/gfileutils.c:724 glib/gfileutils.c:811
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "Datei »%s« konnte nicht geöffnet werden: %s" msgstr "Datei »%s« konnte nicht geöffnet werden: %s"
#: ../glib/gfileutils.c:741 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:741 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "" msgstr ""
"Attribute der Datei »%s« konnten nicht ermittelt werden: fstat() " "Attribute der Datei »%s« konnten nicht ermittelt werden: fstat() "
"fehlgeschlagen: %s" "fehlgeschlagen: %s"
#: ../glib/gfileutils.c:775 #: glib/gfileutils.c:775
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Datei »%s« konnte nicht geöffnet werden: fdopen() fehlgeschlagen: %s" msgstr "Datei »%s« konnte nicht geöffnet werden: fdopen() fehlgeschlagen: %s"
#: ../glib/gfileutils.c:909 #: glib/gfileutils.c:909
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "" msgstr ""
"Datei »%s« konnte nicht in »%s« umbenannt werden: g_rename() ist " "Datei »%s« konnte nicht in »%s« umbenannt werden: g_rename() ist "
"fehlgeschlagen: %s" "fehlgeschlagen: %s"
#: ../glib/gfileutils.c:952 #: glib/gfileutils.c:952
#, c-format #, c-format
msgid "Could not change file mode: fork() failed: %s" msgid "Could not change file mode: fork() failed: %s"
msgstr "Dateimodus konnte nicht geändert werden: fork() ist fehlgeschlagen: %s" msgstr "Dateimodus konnte nicht geändert werden: fork() ist fehlgeschlagen: %s"
#: ../glib/gfileutils.c:983 #: glib/gfileutils.c:983
#, c-format #, c-format
msgid "Could not change file mode: waitpid() failed: %s" msgid "Could not change file mode: waitpid() failed: %s"
msgstr "" msgstr ""
"Dateimodus konnte nicht geändert werden: waitpid() ist fehlgeschlagen: %s" "Dateimodus konnte nicht geändert werden: waitpid() ist fehlgeschlagen: %s"
#: ../glib/gfileutils.c:1002 #: glib/gfileutils.c:1002
#, c-format #, c-format
msgid "Could not change file mode: chmod() failed: %s" msgid "Could not change file mode: chmod() failed: %s"
msgstr "" msgstr ""
"Dateimodus konnte nicht geändert werden: chmod() ist fehlgeschlagen: %s" "Dateimodus konnte nicht geändert werden: chmod() ist fehlgeschlagen: %s"
#: ../glib/gfileutils.c:1013 #: glib/gfileutils.c:1013
#, c-format #, c-format
msgid "Could not change file mode: Child terminated by signal: %s" msgid "Could not change file mode: Child terminated by signal: %s"
msgstr "" msgstr ""
"Dateimodus konnte nicht geändert werden: Kindprozess mit Signal abgebrochen: " "Dateimodus konnte nicht geändert werden: Kindprozess mit Signal abgebrochen: "
"%s" "%s"
#: ../glib/gfileutils.c:1024 #: glib/gfileutils.c:1024
msgid "Could not change file mode: Child terminated abnormally" msgid "Could not change file mode: Child terminated abnormally"
msgstr "" msgstr ""
"Dateimodus konnte nicht geändert werden: Kindprozess unerwartet abgebrochen" "Dateimodus konnte nicht geändert werden: Kindprozess unerwartet abgebrochen"
#: ../glib/gfileutils.c:1058 ../glib/gfileutils.c:1524 #: glib/gfileutils.c:1058 glib/gfileutils.c:1524
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "Datei »%s« konnte nicht angelegt werden: %s" msgstr "Datei »%s« konnte nicht angelegt werden: %s"
#: ../glib/gfileutils.c:1080 #: glib/gfileutils.c:1080
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "" msgstr ""
"Datei »%s« konnte nicht im Schreibmodus geöffnet werden: fdopen() ist " "Datei »%s« konnte nicht im Schreibmodus geöffnet werden: fdopen() ist "
"fehlgeschlagen: %s" "fehlgeschlagen: %s"
#: ../glib/gfileutils.c:1105 #: glib/gfileutils.c:1105
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "" msgstr ""
"Datei »%s« konnte nicht geschrieben werden: fwrite() ist fehlgeschlagen: %s" "Datei »%s« konnte nicht geschrieben werden: fwrite() ist fehlgeschlagen: %s"
#: ../glib/gfileutils.c:1124 #: glib/gfileutils.c:1124
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "" msgstr ""
"Datei »%s« konnte nicht geschlossen werden: fclose() ist fehlgeschlagen: %s" "Datei »%s« konnte nicht geschlossen werden: fclose() ist fehlgeschlagen: %s"
#: ../glib/gfileutils.c:1242 #: glib/gfileutils.c:1242
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "" msgstr ""
"Die vorhandene Datei »%s« konnte nicht entfernt werden: g_unlink() ist " "Die vorhandene Datei »%s« konnte nicht entfernt werden: g_unlink() ist "
"fehlgeschlagen: %s" "fehlgeschlagen: %s"
#: ../glib/gfileutils.c:1485 #: glib/gfileutils.c:1485
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Vorlage »%s« ungültig, sollte kein »%s« enthalten" msgstr "Vorlage »%s« ungültig, sollte kein »%s« enthalten"
#: ../glib/gfileutils.c:1499 #: glib/gfileutils.c:1499
#, c-format #, c-format
msgid "Template '%s' doesn't end with XXXXXX" msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Vorlage »%s« endet nicht auf XXXXXX" msgstr "Vorlage »%s« endet nicht auf XXXXXX"
#: ../glib/gfileutils.c:1977 #: glib/gfileutils.c:1977
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "Die symbolische Verknüpfung »%s« konnte nicht gelesen werden: %s" msgstr "Die symbolische Verknüpfung »%s« konnte nicht gelesen werden: %s"
#: ../glib/gfileutils.c:1998 #: glib/gfileutils.c:1998
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "Symbolische Verknüpfungen nicht unterstützt" msgstr "Symbolische Verknüpfungen nicht unterstützt"
#: ../glib/giochannel.c:1150 #: glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set `%s' to `%s' is not supported" msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Umwandlung von Zeichensatz »%s« in »%s« wird nicht unterstützt" msgstr "Umwandlung von Zeichensatz »%s« in »%s« wird nicht unterstützt"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from `%s' to `%s': %s" msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden: %s" msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden: %s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
msgid "Can't do a raw read in g_io_channel_read_line_string" msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Raw-read in g_io_channel_read_line_string nicht möglich" msgstr "Raw-read in g_io_channel_read_line_string nicht möglich"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "Nicht konvertierte Daten befinden sich noch im Lesepuffer " msgstr "Nicht konvertierte Daten befinden sich noch im Lesepuffer "
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "Kanal endet mit einem Teilzeichen" msgstr "Kanal endet mit einem Teilzeichen"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
msgid "Can't do a raw read in g_io_channel_read_to_end" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Raw-read in g_io_channel_read_to_end nicht möglich" msgstr "Raw-read in g_io_channel_read_to_end nicht möglich"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "Datei »%s« konnte nicht geöffnet werden: open() ist fehlgeschlagen: %s" msgstr "Datei »%s« konnte nicht geöffnet werden: open() ist fehlgeschlagen: %s"
#: ../glib/gmappedfile.c:178 #: glib/gmappedfile.c:178
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Datei »%s« konnte nicht gemappt werden: mmap() ist fehlgeschlagen: %s" msgstr "Datei »%s« konnte nicht gemappt werden: mmap() ist fehlgeschlagen: %s"
#: ../glib/gmarkup.c:232 #: glib/gmarkup.c:232
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "Fehler in Zeile %d, Zeichen %d: %s" msgstr "Fehler in Zeile %d, Zeichen %d: %s"
#: ../glib/gmarkup.c:330 #: glib/gmarkup.c:330
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "Fehler in Zeile %d: %s" msgstr "Fehler in Zeile %d: %s"
#: ../glib/gmarkup.c:434 #: glib/gmarkup.c:434
msgid "" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "" msgstr ""
"Leere Entität »&;« gefunden; gültige Entitäten sind &amp; &quot; &lt; &gt; " "Leere Entität »&;« gefunden; gültige Entitäten sind &amp; &quot; &lt; &gt; "
"&apos;" "&apos;"
#: ../glib/gmarkup.c:444 #: glib/gmarkup.c:444
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "Character '%s' is not valid at the start of an entity name; the & character "
@ -274,18 +273,18 @@ msgstr ""
"beginnt mit dem Zeichen &; wenn das Et keine Entität sein soll, es als &amp; " "beginnt mit dem Zeichen &; wenn das Et keine Entität sein soll, es als &amp; "
"umschreiben" "umschreiben"
#: ../glib/gmarkup.c:478 #: glib/gmarkup.c:478
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr "Zeichen »%s« ist in einem Entitätsnamen ungültig" msgstr "Zeichen »%s« ist in einem Entitätsnamen ungültig"
#: ../glib/gmarkup.c:515 #: glib/gmarkup.c:515
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "Entitätsname »%s« ist unbekannt" msgstr "Entitätsname »%s« ist unbekannt"
# CHECK # CHECK
#: ../glib/gmarkup.c:526 #: glib/gmarkup.c:526
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
@ -294,7 +293,7 @@ msgstr ""
"benutzt, ohne eine Entity beginnen zu wollen - umschreiben Sie das Et als " "benutzt, ohne eine Entity beginnen zu wollen - umschreiben Sie das Et als "
"&amp;" "&amp;"
#: ../glib/gmarkup.c:579 #: glib/gmarkup.c:579
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
@ -303,16 +302,16 @@ msgstr ""
"»%-.*s«, was eine Zahl in einer Zeichenreferenz (wie &#234;) sein sollte, " "»%-.*s«, was eine Zahl in einer Zeichenreferenz (wie &#234;) sein sollte, "
"konnte nicht analysiert werden - vielleicht ist die Zahl zu groß" "konnte nicht analysiert werden - vielleicht ist die Zahl zu groß"
#: ../glib/gmarkup.c:604 #: glib/gmarkup.c:604
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Zeichenreferenz »%-.*s« kodiert kein zulässiges Zeichen" msgstr "Zeichenreferenz »%-.*s« kodiert kein zulässiges Zeichen"
#: ../glib/gmarkup.c:619 #: glib/gmarkup.c:619
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Leere Zeichenangabe; sollte eine Zahl wie z.B. &#454; enthalten" msgstr "Leere Zeichenangabe; sollte eine Zahl wie z.B. &#454; enthalten"
#: ../glib/gmarkup.c:629 #: glib/gmarkup.c:629
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
@ -322,23 +321,23 @@ msgstr ""
"Et-Zeichen benutzt, ohne eine Entität beginnen zu wollen - umschreiben Sie " "Et-Zeichen benutzt, ohne eine Entität beginnen zu wollen - umschreiben Sie "
"das Et als &amp;" "das Et als &amp;"
#: ../glib/gmarkup.c:715 #: glib/gmarkup.c:715
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "Unvollendete Entitätsreferenz" msgstr "Unvollendete Entitätsreferenz"
#: ../glib/gmarkup.c:721 #: glib/gmarkup.c:721
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "Unvollendete Zeichenreferenz" msgstr "Unvollendete Zeichenreferenz"
#: ../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" msgid "Invalid UTF-8 encoded text"
msgstr "Ungültiger UTF-8-kodierter Text" msgstr "Ungültiger UTF-8-kodierter Text"
#: ../glib/gmarkup.c:1059 #: glib/gmarkup.c:1059
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument muss mit einem Element beginnen (e.g. <book>)" msgstr "Dokument muss mit einem Element beginnen (e.g. <book>)"
#: ../glib/gmarkup.c:1099 #: glib/gmarkup.c:1099
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
@ -347,7 +346,7 @@ msgstr ""
"»%s« ist kein gültiges Zeichen nach einem »<«-Zeichen; es darf keinen " "»%s« ist kein gültiges Zeichen nach einem »<«-Zeichen; es darf keinen "
"Elementnamen beginnen" "Elementnamen beginnen"
#: ../glib/gmarkup.c:1163 #: glib/gmarkup.c:1163
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
@ -356,14 +355,14 @@ msgstr ""
"Seltsames Zeichen »%s«, »>« erwartet um Start-Tag des Elements »%s« " "Seltsames Zeichen »%s«, »>« erwartet um Start-Tag des Elements »%s« "
"abzuschließen" "abzuschließen"
#: ../glib/gmarkup.c:1252 #: glib/gmarkup.c:1252
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "" msgstr ""
"Seltsames Zeichen »%s«, »=« erwartet nach Attributname »%s« des Elements »%s«" "Seltsames Zeichen »%s«, »=« erwartet nach Attributname »%s« des Elements »%s«"
#: ../glib/gmarkup.c:1294 #: glib/gmarkup.c:1294
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -374,7 +373,7 @@ msgstr ""
"»/« erwartet, um das Start-Tag des Elements »%s« abzuschließen; vielleicht " "»/« erwartet, um das Start-Tag des Elements »%s« abzuschließen; vielleicht "
"haben Sie ein ungültiges Zeichen in einem Attributnamen benutzt" "haben Sie ein ungültiges Zeichen in einem Attributnamen benutzt"
#: ../glib/gmarkup.c:1383 #: glib/gmarkup.c:1383
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
@ -384,7 +383,7 @@ msgstr ""
"Elemente »%s« wurde ein Anführungszeichen nach dem Gleichheitszeichen " "Elemente »%s« wurde ein Anführungszeichen nach dem Gleichheitszeichen "
"erwartet" "erwartet"
#: ../glib/gmarkup.c:1528 #: glib/gmarkup.c:1528
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
@ -393,7 +392,7 @@ msgstr ""
"»%s« ist kein gültiges Zeichen, wenn es auf die Zeichen »</« folgt; »%s« " "»%s« ist kein gültiges Zeichen, wenn es auf die Zeichen »</« folgt; »%s« "
"darf keinen Elementnamen beginnen" "darf keinen Elementnamen beginnen"
#: ../glib/gmarkup.c:1568 #: glib/gmarkup.c:1568
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
@ -402,26 +401,26 @@ msgstr ""
"»%s« ist kein gültiges Zeichen, wenn es auf den schließenden Elementnamen »%" "»%s« ist kein gültiges Zeichen, wenn es auf den schließenden Elementnamen »%"
"s« folgt; das erlaubte Zeichen ist »>«" "s« folgt; das erlaubte Zeichen ist »>«"
#: ../glib/gmarkup.c:1579 #: glib/gmarkup.c:1579
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "Element »%s« wurde geschlossen, kein Element ist derzeit offen" msgstr "Element »%s« wurde geschlossen, kein Element ist derzeit offen"
#: ../glib/gmarkup.c:1588 #: glib/gmarkup.c:1588
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "" msgstr ""
"Element »%s« wurde geschlossen, aber das derzeit offene Element ist »%s«" "Element »%s« wurde geschlossen, aber das derzeit offene Element ist »%s«"
#: ../glib/gmarkup.c:1735 #: glib/gmarkup.c:1735
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "Dokument ist leer oder enthält nur Leerraum" msgstr "Dokument ist leer oder enthält nur Leerraum"
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument endete unerwartet nach einer offenen spitzen Klammer »<«" msgstr "Dokument endete unerwartet nach einer offenen spitzen Klammer »<«"
#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1757 glib/gmarkup.c:1801
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
@ -430,7 +429,7 @@ msgstr ""
"Dokument endete unerwartet mit noch offenen Elementen - »%s« war das letzte " "Dokument endete unerwartet mit noch offenen Elementen - »%s« war das letzte "
"offene Element" "offene Element"
#: ../glib/gmarkup.c:1765 #: glib/gmarkup.c:1765
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
@ -439,19 +438,19 @@ msgstr ""
"Dokument endete unerwartet, es wurde eine spitze Klammer »>«, die das Tag <%" "Dokument endete unerwartet, es wurde eine spitze Klammer »>«, die das Tag <%"
"s/> schließt, erwartet" "s/> schließt, erwartet"
#: ../glib/gmarkup.c:1771 #: glib/gmarkup.c:1771
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument endete unerwartet innerhalb eines Elementnamens" msgstr "Dokument endete unerwartet innerhalb eines Elementnamens"
#: ../glib/gmarkup.c:1776 #: glib/gmarkup.c:1776
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument endete unerwartet innerhalb eines Attributnamens" msgstr "Dokument endete unerwartet innerhalb eines Attributnamens"
#: ../glib/gmarkup.c:1781 #: glib/gmarkup.c:1781
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument endete unerwartet innerhalb eines Element-öffnenden Tags." msgstr "Dokument endete unerwartet innerhalb eines Element-öffnenden Tags."
#: ../glib/gmarkup.c:1787 #: glib/gmarkup.c:1787
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
@ -459,80 +458,80 @@ msgstr ""
"Dokument endete unerwartet nach dem Gleichheitszeichen, das einem " "Dokument endete unerwartet nach dem Gleichheitszeichen, das einem "
"Attributnamen folgt; kein Attributwert" "Attributnamen folgt; kein Attributwert"
#: ../glib/gmarkup.c:1794 #: glib/gmarkup.c:1794
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument endete unerwartet innerhalb eines Attributwertes" msgstr "Dokument endete unerwartet innerhalb eines Attributwertes"
#: ../glib/gmarkup.c:1809 #: glib/gmarkup.c:1809
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "" msgstr ""
"Dokument endete unerwartet innerhalb eines schließenden Tags für das Element " "Dokument endete unerwartet innerhalb eines schließenden Tags für das Element "
"»%s«" "»%s«"
#: ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1815
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "" msgstr ""
"Dokument endete unerwartet innerhalb eines Kommentars oder " "Dokument endete unerwartet innerhalb eines Kommentars oder "
"Verarbeitungsanweisung" "Verarbeitungsanweisung"
#: ../glib/gshell.c:73 #: glib/gshell.c:73
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Zitierter Text beginnt nicht mit einem Anführungszeichen" msgstr "Zitierter Text beginnt nicht mit einem Anführungszeichen"
#: ../glib/gshell.c:163 #: glib/gshell.c:163
msgid "Unmatched quotation mark in command line or other shell-quoted text" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "" msgstr ""
"Unbalanciertes Anführungszeichen in Befehlszeile oder anderem Text in " "Unbalanciertes Anführungszeichen in Befehlszeile oder anderem Text in "
"Shellquotes" "Shellquotes"
#: ../glib/gshell.c:541 #: glib/gshell.c:541
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Text endete nach einem »\\«-Zeichen. (Der Text war »%s«)" msgstr "Text endete nach einem »\\«-Zeichen. (Der Text war »%s«)"
#: ../glib/gshell.c:548 #: glib/gshell.c:548
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "" msgstr ""
"Text endete, bevor ein passendes Anführungszeichen für %c gefunden wurde. " "Text endete, bevor ein passendes Anführungszeichen für %c gefunden wurde. "
"(Der Text war »%s«)" "(Der Text war »%s«)"
#: ../glib/gshell.c:560 #: glib/gshell.c:560
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Text war leer (oder enthielt nur Leerraum)" msgstr "Text war leer (oder enthielt nur Leerraum)"
#: ../glib/gspawn-win32.c:264 #: glib/gspawn-win32.c:264
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "Daten konnten nicht vom Kindprozess gelesen werden" msgstr "Daten konnten nicht vom Kindprozess gelesen werden"
#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 #: glib/gspawn-win32.c:281 glib/gspawn.c:1354
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "" msgstr ""
"Weiterleitung für Kommunikation mit Kindprozess (%s) konnte nicht erzeugt " "Weiterleitung für Kommunikation mit Kindprozess (%s) konnte nicht erzeugt "
"werden" "werden"
#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 #: glib/gspawn-win32.c:321 glib/gspawn.c:1018
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Lesen aus Weiterleitung zum Kind (%s) fehlgeschlagen" msgstr "Lesen aus Weiterleitung zum Kind (%s) fehlgeschlagen"
#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 #: glib/gspawn-win32.c:349 glib/gspawn.c:1223
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "In Verzeichnis »%s« (%s) konnte nicht gewechselt werden" msgstr "In Verzeichnis »%s« (%s) konnte nicht gewechselt werden"
#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 #: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Kindprozess konnte nicht ausgeführt werden (%s)" msgstr "Kindprozess konnte nicht ausgeführt werden (%s)"
#: ../glib/gspawn-win32.c:599 #: glib/gspawn-win32.c:599
msgid "Failed to execute helper program" msgid "Failed to execute helper program"
msgstr "Hilfsprogramm konnte nicht ausgeführt werden" msgstr "Hilfsprogramm konnte nicht ausgeführt werden"
#: ../glib/gspawn-win32.c:797 #: glib/gspawn-win32.c:797
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@ -540,126 +539,126 @@ msgstr ""
"Unerwarteter Fehler in g_io_channel_win32_poll() beim Lesen aus dem " "Unerwarteter Fehler in g_io_channel_win32_poll() beim Lesen aus dem "
"Kindprozess" "Kindprozess"
#: ../glib/gspawn.c:179 #: glib/gspawn.c:179
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "Daten vom Kindprozess konnten nicht gelesen werden (%s)" msgstr "Daten vom Kindprozess konnten nicht gelesen werden (%s)"
#: ../glib/gspawn.c:310 #: glib/gspawn.c:310
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "" msgstr ""
"Unerwarteter Fehler in select() beim Lesen von Daten eines Kindprozesses (%s)" "Unerwarteter Fehler in select() beim Lesen von Daten eines Kindprozesses (%s)"
#: ../glib/gspawn.c:393 #: glib/gspawn.c:393
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "Unerwarteter Fehler in waitpid() (%s)" msgstr "Unerwarteter Fehler in waitpid() (%s)"
#: ../glib/gspawn.c:1083 #: glib/gspawn.c:1083
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "Abspalten fehlgeschlagen (%s)" msgstr "Abspalten fehlgeschlagen (%s)"
#: ../glib/gspawn.c:1233 #: glib/gspawn.c:1233
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Kindprozess »%s« konnte nicht ausgeführt werden (%s)" msgstr "Kindprozess »%s« konnte nicht ausgeführt werden (%s)"
#: ../glib/gspawn.c:1243 #: glib/gspawn.c:1243
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "" msgstr ""
"Umleiten der Ausgabe oder Eingabe des Kindprozesses (%s) fehlgeschlagen" "Umleiten der Ausgabe oder Eingabe des Kindprozesses (%s) fehlgeschlagen"
#: ../glib/gspawn.c:1252 #: glib/gspawn.c:1252
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "Abspalten des Kindprozesses fehlgeschlagen (%s)" msgstr "Abspalten des Kindprozesses fehlgeschlagen (%s)"
#: ../glib/gspawn.c:1260 #: glib/gspawn.c:1260
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "Unbekannter Fehler beim Ausführen des Kindprozesses »%s«" msgstr "Unbekannter Fehler beim Ausführen des Kindprozesses »%s«"
#: ../glib/gspawn.c:1282 #: glib/gspawn.c:1282
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "" msgstr ""
"Es konnten nicht genug Daten von Kind-Programmkennungsweiterleitung (%s) " "Es konnten nicht genug Daten von Kind-Programmkennungsweiterleitung (%s) "
"gelesen werden" "gelesen werden"
#: ../glib/gutf8.c:986 #: glib/gutf8.c:986
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "Zeichen außerhalb des Bereiches für UTF-8" msgstr "Zeichen außerhalb des Bereiches für UTF-8"
#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 #: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230
#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 #: glib/gutf8.c:1371 glib/gutf8.c:1467
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "Ungültige Folge in Umwandlungseingabe" msgstr "Ungültige Folge in Umwandlungseingabe"
#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 #: glib/gutf8.c:1382 glib/gutf8.c:1478
msgid "Character out of range for UTF-16" msgid "Character out of range for UTF-16"
msgstr "Zeichen außerhalb des Bereiches für UTF-16" msgstr "Zeichen außerhalb des Bereiches für UTF-16"
#: ../glib/goption.c:468 #: glib/goption.c:468
msgid "Usage:" msgid "Usage:"
msgstr "Aufruf:" msgstr "Aufruf:"
#: ../glib/goption.c:468 #: glib/goption.c:468
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[OPTION...]" msgstr "[OPTION...]"
#: ../glib/goption.c:556 #: glib/goption.c:556
msgid "Help Options:" msgid "Help Options:"
msgstr "Hilfeoptionen" msgstr "Hilfeoptionen"
#: ../glib/goption.c:557 #: glib/goption.c:557
msgid "Show help options" msgid "Show help options"
msgstr "Hilfeoptionen anzeigen" msgstr "Hilfeoptionen anzeigen"
#: ../glib/goption.c:562 #: glib/goption.c:562
msgid "Show all help options" msgid "Show all help options"
msgstr "Alle Hilfeoptionen anzeigen" msgstr "Alle Hilfeoptionen anzeigen"
#: ../glib/goption.c:612 #: glib/goption.c:612
msgid "Application Options:" msgid "Application Options:"
msgstr "Anwendungsoptionen" msgstr "Anwendungsoptionen"
#: ../glib/goption.c:653 #: glib/goption.c:653
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "»%s« konnte nicht als ganzzahliger Wert für %s interpretiert werden" msgstr "»%s« konnte nicht als ganzzahliger Wert für %s interpretiert werden"
#: ../glib/goption.c:663 #: glib/goption.c:663
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "Ganzzahliger Wert »%s« für %s ist außerhalb des Bereiches." msgstr "Ganzzahliger Wert »%s« für %s ist außerhalb des Bereiches."
#: ../glib/goption.c:957 ../glib/goption.c:1068 #: glib/goption.c:957 glib/goption.c:1068
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "Für %s wird ein Argument benötigt" msgstr "Für %s wird ein Argument benötigt"
#: ../glib/goption.c:1472 #: glib/goption.c:1472
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "Unbekannte Option %s" msgstr "Unbekannte Option %s"
#: ../glib/gkeyfile.c:339 #: glib/gkeyfile.c:339
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "" msgstr ""
"Die Schlüsselwertedatei wurde nicht in den Datenverzeichnissen gefunden" "Die Schlüsselwertedatei wurde nicht in den Datenverzeichnissen gefunden"
#: ../glib/gkeyfile.c:374 #: glib/gkeyfile.c:374
msgid "Not a regular file" msgid "Not a regular file"
msgstr "Keine reguläre Datei" msgstr "Keine reguläre Datei"
#: ../glib/gkeyfile.c:382 #: glib/gkeyfile.c:382
msgid "File is empty" msgid "File is empty"
msgstr "Datei ist leer" msgstr "Datei ist leer"
#: ../glib/gkeyfile.c:697 #: glib/gkeyfile.c:697
#, c-format #, c-format
msgid "" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment" "Key file contains line '%s' which is not a key-value pair, group, or comment"
@ -667,42 +666,42 @@ msgstr ""
"Die Schlüsselwertedatei enthält die Zeile »%s«, welche kein zulässiges " "Die Schlüsselwertedatei enthält die Zeile »%s«, welche kein zulässiges "
"Schlüssel-Wert-Paar, keine Gruppe und kein Kommentar ist." "Schlüssel-Wert-Paar, keine Gruppe und kein Kommentar ist."
#: ../glib/gkeyfile.c:765 #: glib/gkeyfile.c:765
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "Die Schlüsselwertedatei beginnt nicht mit einer Gruppe" msgstr "Die Schlüsselwertedatei beginnt nicht mit einer Gruppe"
#: ../glib/gkeyfile.c:808 #: glib/gkeyfile.c:808
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "Die Schlüsselwertedatei enthält die nicht unterstützte Kodierung »%s«" msgstr "Die Schlüsselwertedatei enthält die nicht unterstützte Kodierung »%s«"
#: ../glib/gkeyfile.c:1017 ../glib/gkeyfile.c:1176 ../glib/gkeyfile.c:2177 #: 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:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497
#: ../glib/gkeyfile.c:2649 ../glib/gkeyfile.c:2823 ../glib/gkeyfile.c:2880 #: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "Die Schlüsselwertedatei enthält nicht die Gruppe »%s«" msgstr "Die Schlüsselwertedatei enthält nicht die Gruppe »%s«"
#: ../glib/gkeyfile.c:1188 #: glib/gkeyfile.c:1188
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "Die Schlüsselwertedatei enthält nicht den Schlüssel »%s«" msgstr "Die Schlüsselwertedatei enthält nicht den Schlüssel »%s«"
#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 #: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "" msgstr ""
"Die Schlüsselwertedatei enthält den Schlüssel »%s« mit dem Wert »%s«, der " "Die Schlüsselwertedatei enthält den Schlüssel »%s« mit dem Wert »%s«, der "
"nicht in UTF-8 kodiert ist" "nicht in UTF-8 kodiert ist"
#: ../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 #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "" msgstr ""
"Die Schlüsselwertedatei enthält den Schlüssel »%s« mit einem Wert der nicht " "Die Schlüsselwertedatei enthält den Schlüssel »%s« mit einem Wert der nicht "
"interüretoert werden konnte." "interüretoert werden konnte."
#: ../glib/gkeyfile.c:2004 #: glib/gkeyfile.c:2004
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
@ -711,32 +710,32 @@ msgstr ""
"Die Schlüsselwertedatei enthält den Schlüssel »%s« in der Gruppe »%s« mit " "Die Schlüsselwertedatei enthält den Schlüssel »%s« in der Gruppe »%s« mit "
"einem Wert der nicht interüretoert werden konnte." "einem Wert der nicht interüretoert werden konnte."
#: ../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 #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "Die Schlüsselwertedatei hat keinen Schlüssel »%s« in der Gruppe »%s«" msgstr "Die Schlüsselwertedatei hat keinen Schlüssel »%s« in der Gruppe »%s«"
#: ../glib/gkeyfile.c:3072 #: glib/gkeyfile.c:3072
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "Die Schlüsselwertedatei enthält ein Escape-Zeichen am Zeilenende" msgstr "Die Schlüsselwertedatei enthält ein Escape-Zeichen am Zeilenende"
# CHECK # CHECK
#: ../glib/gkeyfile.c:3094 #: glib/gkeyfile.c:3094
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "Die Schlüsselwertedatei enthält das ungültige Escape-Zeichen »%s«" msgstr "Die Schlüsselwertedatei enthält das ungültige Escape-Zeichen »%s«"
#: ../glib/gkeyfile.c:3235 #: glib/gkeyfile.c:3235
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "Der Wert »%s« konnte nicht als Zahl interpretiert werden." msgstr "Der Wert »%s« konnte nicht als Zahl interpretiert werden."
#: ../glib/gkeyfile.c:3245 #: glib/gkeyfile.c:3245
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "Ganzzahliger Wert »%s« ist außerhalb des Wertebereiches." msgstr "Ganzzahliger Wert »%s« ist außerhalb des Wertebereiches."
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "" msgstr ""

View File

@ -13,7 +13,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: el\n" "Project-Id-Version: el\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-02-06 11:07+0200\n" "PO-Revision-Date: 2005-02-06 11:07+0200\n"
"Last-Translator: Kostas Papadimas <pkst@gnome.org>\n" "Last-Translator: Kostas Papadimas <pkst@gnome.org>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n" "Language-Team: Greek <nls@tux.hellug.gr>\n"
@ -31,61 +31,61 @@ msgstr "Η μετατροπή από την ομάδα χαρακτήρων %s'
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από '%s' σε %s'" msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από '%s' σε %s'"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Μή έγκυρη σειρά στην είσοδο μετατροπής" msgstr "Μή έγκυρη σειρά στην είσοδο μετατροπής"
# gconf/gconftool.c:1181 # gconf/gconftool.c:1181
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Σφάλμα κατά τη μετατροπή: %s" msgstr "Σφάλμα κατά τη μετατροπή: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Ημιτελής σειρά χαρακτήρα στο τέλος της εισόδου" msgstr "Ημιτελής σειρά χαρακτήρα στο τέλος της εισόδου"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Αδυναμία μετατροπής fallback '%s' σε codeset '%s'" msgstr "Αδυναμία μετατροπής fallback '%s' σε codeset '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "" msgstr ""
"Το URI '%s' δεν είναι ένα απόλυτο URI με την χρήση του σχήματος αρχείου" "Το URI '%s' δεν είναι ένα απόλυτο URI με την χρήση του σχήματος αρχείου"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Το URI τοπικού αρχείου '%s' μπορεί να μην περιέχει ένα '#'" msgstr "Το URI τοπικού αρχείου '%s' μπορεί να μην περιέχει ένα '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "Το URI '%s' δεν είναι έγκυρο" msgstr "Το URI '%s' δεν είναι έγκυρο"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Το όνομα συστήματος του URI '%s' δεν είναι έγκυρο" msgstr "Το όνομα συστήματος του URI '%s' δεν είναι έγκυρο"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Το URI '%s' περιέχει χαρακτήρες μή έγκυρα escaped " msgstr "Το URI '%s' περιέχει χαρακτήρες μή έγκυρα escaped "
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Η όνομα διαδρομής '%s' δεν είναι μια απόλυτη διαδρομή" msgstr "Η όνομα διαδρομής '%s' δεν είναι μια απόλυτη διαδρομή"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Ακατάλληλο όνομα συστήματος" msgstr "Ακατάλληλο όνομα συστήματος"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-03 16:20-0400\n" "PO-Revision-Date: 2005-07-03 16:20-0400\n"
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n" "Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
"Language-Team: Canadian English <adamw@gnome.org>\n" "Language-Team: Canadian English <adamw@gnome.org>\n"
@ -26,59 +26,59 @@ msgstr "Conversion from character set '%s' to '%s' is not supported"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Could not open converter from '%s' to '%s'" msgstr "Could not open converter from '%s' to '%s'"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Invalid byte sequence in conversion input" msgstr "Invalid byte sequence in conversion input"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Error during conversion: %s" msgstr "Error during conversion: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Partial character sequence at end of input" msgstr "Partial character sequence at end of input"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Cannot convert fallback '%s' to codeset '%s'" msgstr "Cannot convert fallback '%s' to codeset '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" 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 "The URI '%s' is not an absolute URI using the \"file\" scheme"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "The local file URI '%s' may not include a '#'" msgstr "The local file URI '%s' may not include a '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "The URI '%s' is invalid" msgstr "The URI '%s' is invalid"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "The hostname of the URI '%s' is invalid" msgstr "The hostname of the URI '%s' is invalid"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "The URI '%s' contains invalidly escaped characters" msgstr "The URI '%s' contains invalidly escaped characters"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "The pathname '%s' is not an absolute path" msgstr "The pathname '%s' is not an absolute path"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Invalid hostname" msgstr "Invalid hostname"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: GLIB\n" "Project-Id-Version: GLIB\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-04-19 20:16+0100\n" "PO-Revision-Date: 2005-04-19 20:16+0100\n"
"Last-Translator: David Lodge <dave@cirt.net>\n" "Last-Translator: David Lodge <dave@cirt.net>\n"
"Language-Team: \n" "Language-Team: \n"
@ -25,59 +25,59 @@ msgstr "Conversion from character set '%s' to '%s' is not supported"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Could not open converter from '%s' to '%s'" msgstr "Could not open converter from '%s' to '%s'"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Invalid byte sequence in conversion input" msgstr "Invalid byte sequence in conversion input"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Error during conversion: %s" msgstr "Error during conversion: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Partial character sequence at end of input" msgstr "Partial character sequence at end of input"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Cannot convert fallback '%s' to codeset '%s'" msgstr "Cannot convert fallback '%s' to codeset '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" 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 "The URI '%s' is not an absolute URI using the \"file\" scheme"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "The local file URI '%s' may not include a '#'" msgstr "The local file URI '%s' may not include a '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "The URI '%s' is invalid" msgstr "The URI '%s' is invalid"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "The hostname of the URI '%s' is invalid" msgstr "The hostname of the URI '%s' is invalid"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "The URI '%s' contains invalidly escaped characters" msgstr "The URI '%s' contains invalidly escaped characters"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "The pathname '%s' is not an absolute path" msgstr "The pathname '%s' is not an absolute path"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Invalid hostname" msgstr "Invalid hostname"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.3.0\n" "Project-Id-Version: glib 2.3.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2003-07-01 15:10-0500\n" "PO-Revision-Date: 2003-07-01 15:10-0500\n"
"Last-Translator: Charles Voelger <cvoelger@dweasel.com>\n" "Last-Translator: Charles Voelger <cvoelger@dweasel.com>\n"
"Language-Team: Esperanto <LL@li.org>\n" "Language-Team: Esperanto <LL@li.org>\n"
@ -25,59 +25,59 @@ msgstr "Konverto de signaro '%s' el '%s' ne estas subtenata"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Ne eblas malfermi konvertilon de '%s' to '%s': %s" msgstr "Ne eblas malfermi konvertilon de '%s' to '%s': %s"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Nevalida bitokosekvenco en konverta enigo" msgstr "Nevalida bitokosekvenco en konverta enigo"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Eraro dum konverto: %s" msgstr "Eraro dum konverto: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Parta signosekvenco je enigofino" msgstr "Parta signosekvenco je enigofino"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ne povas konverti fallback '%s' al kodaro '%s'" msgstr "Ne povas konverti fallback '%s' al kodaro '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "La URI '%s' ne estas absolutan URI uzanta la dosiermodelo" msgstr "La URI '%s' ne estas absolutan URI uzanta la dosiermodelo"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "La loka dosiera URI '%s' eble ne enhavas '#'" msgstr "La loka dosiera URI '%s' eble ne enhavas '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "La URI '%s' estas nevalida" msgstr "La URI '%s' estas nevalida"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "La komputilnomo de la URI '%s' ne estas valida" msgstr "La komputilnomo de la URI '%s' ne estas valida"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "La URI '%s' enhavas nevalidajn eskapajn signojn" msgstr "La URI '%s' enhavas nevalidajn eskapajn signojn"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "La padnomo '%s' ne estas absolutan padon" msgstr "La padnomo '%s' ne estas absolutan padon"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Nevalida komputilnomo" msgstr "Nevalida komputilnomo"

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: es\n" "Project-Id-Version: es\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-06 17:14+0200\n" "PO-Revision-Date: 2005-07-06 17:14+0200\n"
"Last-Translator: Francisco Javier F. Serrador <serrador@cvs.gnome.org>\n" "Last-Translator: Francisco Javier F. Serrador <serrador@cvs.gnome.org>\n"
"Language-Team: Spanish <traductores@es.gnome.org>\n" "Language-Team: Spanish <traductores@es.gnome.org>\n"
@ -32,59 +32,59 @@ msgstr ""
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "No se pudo abrir el conversor de «%s»·a·«%s»" msgstr "No se pudo abrir el conversor de «%s»·a·«%s»"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Hay una secuencia de bytes no válida en la entrada de conversión" 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:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Ha ocurrido un error·durante la·conversión:·%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/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Hay una secuencia parcial de caracteres en el final de la entrada" msgstr "Hay una secuencia parcial de caracteres en el final de la entrada"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "No se puede convertir el fallback «%s»·al conjunto de códigos·«%s»" msgstr "No se puede convertir el fallback «%s»·al conjunto de códigos·«%s»"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" 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»" msgstr "La URI·«%s»·no es una URI·absoluta utilizando el esquema «file»"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "El archivo local·en la URI «%s»·no debe incluir un·«#»" msgstr "El archivo local·en la URI «%s»·no debe incluir un·«#»"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "La URI·«%s»·es inválida" msgstr "La URI·«%s»·es inválida"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "El nombre del anfitrión de la·URI·«%s»·es inválido" msgstr "El nombre del anfitrión de la·URI·«%s»·es inválido"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "La·URI·«%s»·contiene caracteres de escape inválidos" msgstr "La·URI·«%s»·contiene caracteres de escape inválidos"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "El nombre de la ruta «%s» no es una ruta absoluta" msgstr "El nombre de la ruta «%s» no es una ruta absoluta"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "El nombre del anfitrión es inválido" msgstr "El nombre del anfitrión es inválido"

View File

@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Glib\n" "Project-Id-Version: Glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-02 11:42+0300\n" "PO-Revision-Date: 2005-07-02 11:42+0300\n"
"Last-Translator: Priit Laes <amd@store20.com>\n" "Last-Translator: Priit Laes <amd@store20.com>\n"
"Language-Team: Estonian <gnome-et@linux.ee>\n" "Language-Team: Estonian <gnome-et@linux.ee>\n"
@ -31,59 +31,59 @@ msgstr "Teisendamine koodistikust '%s' koodistikku '%s' ei ole toetatud"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada" msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Vigane baidijada sisendi teisendamisel" msgstr "Vigane baidijada sisendi teisendamisel"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Viga teisendamisel: %s" msgstr "Viga teisendamisel: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Osaline märgijada sisendi lõpus" msgstr "Osaline märgijada sisendi lõpus"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Taandresiimi '%s' pole võimalik teisendada kooditabelisse '%s'" msgstr "Taandresiimi '%s' pole võimalik teisendada kooditabelisse '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' ei ole failiskeemi (\"file\") jaoks absoluutne URI" msgstr "URI '%s' ei ole failiskeemi (\"file\") jaoks absoluutne URI"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Kohaliku faili URI '%s' ei või sisaldada märki '#'" msgstr "Kohaliku faili URI '%s' ei või sisaldada märki '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' on vigane" msgstr "URI '%s' on vigane"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s' hostinimi on vigane" msgstr "URI '%s' hostinimi on vigane"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' sisaldab vigaseid paomärke" msgstr "URI '%s' sisaldab vigaseid paomärke"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Rajanimi '%s' ei ole absoluutne rada" msgstr "Rajanimi '%s' ei ole absoluutne rada"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Vigane hostinimi" msgstr "Vigane hostinimi"

View File

@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: eu\n" "Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-04-12 19:01+0200\n" "PO-Revision-Date: 2005-04-12 19:01+0200\n"
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n" "Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
"Language-Team: Basque <itzulpena@euskalgnu.org>\n" "Language-Team: Basque <itzulpena@euskalgnu.org>\n"
@ -31,60 +31,60 @@ msgstr "'%s' karaktere-multzoa '%s' bihurtzea ez da onartzen"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Ezin izan da '%s'(e)tik %s(e)rako bihurtzailea ireki" msgstr "Ezin izan da '%s'(e)tik %s(e)rako bihurtzailea ireki"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Byten sekuentzia baliogabea bihurketa-sarreran" msgstr "Byten sekuentzia baliogabea bihurketa-sarreran"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Errorea bihurtzean: %s" msgstr "Errorea bihurtzean: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Karaktere-sekuentzia partziala sarreraren amaieran" msgstr "Karaktere-sekuentzia partziala sarreraren amaieran"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ezin da '%s' atzerapena '%s' kode-multzo bihurtu" msgstr "Ezin da '%s' atzerapena '%s' kode-multzo bihurtu"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "'%s' URIa ez da \"fitxategi\"-eskema erabiltzen duen URI absolutua " msgstr "'%s' URIa ez da \"fitxategi\"-eskema erabiltzen duen URI absolutua "
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Baliteke '%s' URI fitxategi lokalak '#' ez edukitzea" msgstr "Baliteke '%s' URI fitxategi lokalak '#' ez edukitzea"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "'%s' URI baliogabea da" msgstr "'%s' URI baliogabea da"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "'%s' URIaren ostalari-izena baliogabea da" msgstr "'%s' URIaren ostalari-izena baliogabea da"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "'%s' URIak ihes-karaktere baliogabeak ditu" msgstr "'%s' URIak ihes-karaktere baliogabeak ditu"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' bide-izena ez da bide-izen absolutua" msgstr "'%s' bide-izena ez da bide-izen absolutua"
# #
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Ostalari-izen baliogabea" msgstr "Ostalari-izen baliogabea"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD\n" "Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-03-13 11:36+0330\n" "PO-Revision-Date: 2005-03-13 11:36+0330\n"
"Last-Translator: Hamed Malek <hamed@farsiweb.info>\n" "Last-Translator: Hamed Malek <hamed@farsiweb.info>\n"
"Language-Team: Persian <farsi@lists.sharif.edu>\n" "Language-Team: Persian <farsi@lists.sharif.edu>\n"
@ -25,60 +25,60 @@ msgstr "تبدیل از مجموعه‌نویسه‌ی «%s» به «%s» پشت
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "نمی‌توان مبدل «%s» به «%s» را باز کرد" msgstr "نمی‌توان مبدل «%s» به «%s» را باز کرد"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "دنباله‌ی بایتی نامعتبر در ورودی تبدیل" msgstr "دنباله‌ی بایتی نامعتبر در ورودی تبدیل"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "خطا در حین تبدیل: %s" msgstr "خطا در حین تبدیل: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "دنباله نویسه‌ی ناتمام در انتهای ورودی" msgstr "دنباله نویسه‌ی ناتمام در انتهای ورودی"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "نمی‌توان عقب‌نشینی «%s» را به مجموعه‌کد «%s» تبدیل کرد" msgstr "نمی‌توان عقب‌نشینی «%s» را به مجموعه‌کد «%s» تبدیل کرد"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "" msgstr ""
"نشانی جهانی «%s» نشانی جهانی مطلقی که از شمای «پرونده» استفاده کند نیست" "نشانی جهانی «%s» نشانی جهانی مطلقی که از شمای «پرونده» استفاده کند نیست"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "نشانی جهانی پرونده‌ی محلی «%s» نمی‌تواند «#» داشته باشد" msgstr "نشانی جهانی پرونده‌ی محلی «%s» نمی‌تواند «#» داشته باشد"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "نشانی جهانی «%s» نامعتبر است" msgstr "نشانی جهانی «%s» نامعتبر است"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "نام میزبان نشانی جهانی «%s» نامعتبر است" msgstr "نام میزبان نشانی جهانی «%s» نامعتبر است"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "نشانی جهانی «%s» نویسه‌های گریخته‌ی نامعتبر دارد" msgstr "نشانی جهانی «%s» نویسه‌های گریخته‌ی نامعتبر دارد"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "نام مسیر «%s» مسیر مطلقی نیست" msgstr "نام مسیر «%s» مسیر مطلقی نیست"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "نام میزبان نامعتبر" msgstr "نام میزبان نامعتبر"

310
po/fi.po
View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-28 20:37+0300\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-28 20:55+0300\n" "PO-Revision-Date: 2005-07-28 20:55+0300\n"
"Last-Translator: Ilkka Tuohela <hile@iki.fi>\n" "Last-Translator: Ilkka Tuohela <hile@iki.fi>\n"
"Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n" "Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n"
@ -16,242 +16,247 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: ../glib/gconvert.c:406 #: glib/gconvert.c:406
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Muunnos merkistöstä \"%s\" merkistöön \"%s\" ei ole tuettu" msgstr "Muunnos merkistöstä \"%s\" merkistöön \"%s\" ei ole tuettu"
#: ../glib/gconvert.c:410 #: glib/gconvert.c:410
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata" msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata"
#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: ../glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Virheellinen tavusarja muunnettavassa syötteessä" msgstr "Virheellinen tavusarja muunnettavassa syötteessä"
#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Virhe muunnoksen aikana: %s" msgstr "Virhe muunnoksen aikana: %s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Osittainen tavusarja syötteen lopussa" msgstr "Osittainen tavusarja syötteen lopussa"
#: ../glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Koodausmerkkijonoa \"%s\" ei voi muuntaa merkistöön \"%s\"" msgstr "Koodausmerkkijonoa \"%s\" ei voi muuntaa merkistöön \"%s\""
#: ../glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI \"%s\" ei ole absoluuttinen URI \"file\"-muodossa" msgstr "URI \"%s\" ei ole absoluuttinen URI \"file\"-muodossa"
#: ../glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Paikallinen tiedosto-URI \"%s\" ei saa sisältää merkkiä \"#\"" msgstr "Paikallinen tiedosto-URI \"%s\" ei saa sisältää merkkiä \"#\""
#: ../glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI \"%s\" on virheellinen" msgstr "URI \"%s\" on virheellinen"
#: ../glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "URI:n \"%s\" isäntänimi on virheellinen" msgstr "URI:n \"%s\" isäntänimi on virheellinen"
#: ../glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI \"%s\" sisältää virheellisesti suojattuja merkkejä" msgstr "URI \"%s\" sisältää virheellisesti suojattuja merkkejä"
#: ../glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Polku \"%s\" ei ole absoluuttinen" msgstr "Polku \"%s\" ei ole absoluuttinen"
#: ../glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Virheellinen isäntänimi" msgstr "Virheellinen isäntänimi"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "Virhe hakemiston \"%s\" avaamisessa: %s" msgstr "Virhe hakemiston \"%s\" avaamisessa: %s"
#: ../glib/gfileutils.c:576 ../glib/gfileutils.c:649 #: glib/gfileutils.c:576 glib/gfileutils.c:649
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ei voitu varata %lu tavua muistia tiedoston \"%s\" lukemiseksi" msgstr "Ei voitu varata %lu tavua muistia tiedoston \"%s\" lukemiseksi"
#: ../glib/gfileutils.c:591 #: glib/gfileutils.c:591
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "Virhe tiedoston \"%s\" lukemisessa: %s" msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
#: ../glib/gfileutils.c:673 #: glib/gfileutils.c:673
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "Lukeminen tiedostosta \"%s\" epäonnistui: %s" msgstr "Lukeminen tiedostosta \"%s\" epäonnistui: %s"
#: ../glib/gfileutils.c:724 ../glib/gfileutils.c:811 #: glib/gfileutils.c:724 glib/gfileutils.c:811
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "Tiedoston \"%s\" avaaminen epäonnistui: %s" msgstr "Tiedoston \"%s\" avaaminen epäonnistui: %s"
#: ../glib/gfileutils.c:741 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:741 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "" msgstr ""
"Tiedoston \"%s\" ominaisuuksien lukeminen epäonnistui: fstat() epäonnistui: %" "Tiedoston \"%s\" ominaisuuksien lukeminen epäonnistui: fstat() epäonnistui: %"
"s" "s"
#: ../glib/gfileutils.c:775 #: glib/gfileutils.c:775
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Tiedoston \"%s\" avaaminen epäonnistui: fdopen() epäonnistui: %s" msgstr "Tiedoston \"%s\" avaaminen epäonnistui: fdopen() epäonnistui: %s"
#: ../glib/gfileutils.c:909 #: glib/gfileutils.c:909
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Tiedoston \"%s\" uudelleen nimeäminen nimelle \"%s\" epäonnistui: " msgstr ""
"g_rename() epäonnistui: %s" "Tiedoston \"%s\" uudelleen nimeäminen nimelle \"%s\" epäonnistui: g_rename() "
"epäonnistui: %s"
#: ../glib/gfileutils.c:952 #: glib/gfileutils.c:952
#, c-format #, c-format
msgid "Could not change file mode: fork() failed: %s" msgid "Could not change file mode: fork() failed: %s"
msgstr "Tiedoston oikeuksien muuttaminen epäonnistui: fork() epäonnistui: %s" msgstr "Tiedoston oikeuksien muuttaminen epäonnistui: fork() epäonnistui: %s"
#: ../glib/gfileutils.c:983 #: glib/gfileutils.c:983
#, c-format #, c-format
msgid "Could not change file mode: waitpid() failed: %s" msgid "Could not change file mode: waitpid() failed: %s"
msgstr "Tiedoston oikeuksien muuttaminen epäonnistui: waitpid() epäonnistui: %s" msgstr ""
"Tiedoston oikeuksien muuttaminen epäonnistui: waitpid() epäonnistui: %s"
#: ../glib/gfileutils.c:1002 #: glib/gfileutils.c:1002
#, c-format #, c-format
msgid "Could not change file mode: chmod() failed: %s" msgid "Could not change file mode: chmod() failed: %s"
msgstr "Tiedoston oikeuksien muuttaminen epäonnistui: chmod() epäonnistui: %s" msgstr "Tiedoston oikeuksien muuttaminen epäonnistui: chmod() epäonnistui: %s"
#: ../glib/gfileutils.c:1013 #: glib/gfileutils.c:1013
#, c-format #, c-format
msgid "Could not change file mode: Child terminated by signal: %s" msgid "Could not change file mode: Child terminated by signal: %s"
msgstr "Tiedoston oikeuksien muuttaminen epäonnistui: lapsiprosessi " msgstr ""
"keskeytettiin signaaliin: %s" "Tiedoston oikeuksien muuttaminen epäonnistui: lapsiprosessi keskeytettiin "
"signaaliin: %s"
#: ../glib/gfileutils.c:1024 #: glib/gfileutils.c:1024
msgid "Could not change file mode: Child terminated abnormally" msgid "Could not change file mode: Child terminated abnormally"
msgstr "Tiedoston oikeuksien muuttaminen epäonnistui: lapsiprosessi " msgstr ""
"keskeytti odottamatta." "Tiedoston oikeuksien muuttaminen epäonnistui: lapsiprosessi keskeytti "
"odottamatta."
#: ../glib/gfileutils.c:1058 ../glib/gfileutils.c:1524 #: glib/gfileutils.c:1058 glib/gfileutils.c:1524
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "Tiedoston \"%s\" luominen epäonnistui: %s" msgstr "Tiedoston \"%s\" luominen epäonnistui: %s"
#: ../glib/gfileutils.c:1080 #: glib/gfileutils.c:1080
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Tiedoston \"%s\" avaaminen kirjoitettavaksi epäonnistui: fdopen() epäonnistui: %s" msgstr ""
"Tiedoston \"%s\" avaaminen kirjoitettavaksi epäonnistui: fdopen() "
"epäonnistui: %s"
#: ../glib/gfileutils.c:1105 #: glib/gfileutils.c:1105
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Tiedoston \"%s\" kirjoittaminen epäonnistui: fwrite() epäonnistui: %s" msgstr "Tiedoston \"%s\" kirjoittaminen epäonnistui: fwrite() epäonnistui: %s"
#: ../glib/gfileutils.c:1124 #: glib/gfileutils.c:1124
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Tiedoston \"%s\" sulkeminen epäonnistui: fclose() epäonnistui: %s" msgstr "Tiedoston \"%s\" sulkeminen epäonnistui: fclose() epäonnistui: %s"
#: ../glib/gfileutils.c:1242 #: glib/gfileutils.c:1242
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Olemassaolevan tiedoston \"%s\" poisto epäonnistui: g_unlink " msgstr ""
"epäonnistui: %s" "Olemassaolevan tiedoston \"%s\" poisto epäonnistui: g_unlink epäonnistui: %s"
#: ../glib/gfileutils.c:1485 #: glib/gfileutils.c:1485
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Malli \"%s\" on virheellinen, se ei saa sisältää merkkijonoa \"%s\"" msgstr "Malli \"%s\" on virheellinen, se ei saa sisältää merkkijonoa \"%s\""
#: ../glib/gfileutils.c:1499 #: glib/gfileutils.c:1499
#, c-format #, c-format
msgid "Template '%s' doesn't end with XXXXXX" msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Malli \"%s\" ei pääty merkkijonoon XXXXXX" msgstr "Malli \"%s\" ei pääty merkkijonoon XXXXXX"
#: ../glib/gfileutils.c:1977 #: glib/gfileutils.c:1977
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "Symbolisen linkin \"%s\" lukeminen epäonnistui: %s" msgstr "Symbolisen linkin \"%s\" lukeminen epäonnistui: %s"
#: ../glib/gfileutils.c:1998 #: glib/gfileutils.c:1998
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "Symbolisia linkkejä ei tueta" msgstr "Symbolisia linkkejä ei tueta"
#: ../glib/giochannel.c:1150 #: glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set `%s' to `%s' is not supported" msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Muunnos merkistöstä \"%s\" merkistöön \"%s\" ei ole tuettu" msgstr "Muunnos merkistöstä \"%s\" merkistöön \"%s\" ei ole tuettu"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from `%s' to `%s': %s" msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata: %s" msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata: %s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
msgid "Can't do a raw read in g_io_channel_read_line_string" msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "" msgstr ""
"Funktiossa g_io_channel_read_line_string ei voi suorittaa raakalukemista" "Funktiossa g_io_channel_read_line_string ei voi suorittaa raakalukemista"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "Jäljelle jäänyt muuntamaton data lukupuskurissa" msgstr "Jäljelle jäänyt muuntamaton data lukupuskurissa"
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "Kanava päättyy osittaiseen merkkiin" msgstr "Kanava päättyy osittaiseen merkkiin"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
msgid "Can't do a raw read in g_io_channel_read_to_end" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Funktiossa g_io_channel_read_to_end ei voi suorittaa raakalukemista" msgstr "Funktiossa g_io_channel_read_to_end ei voi suorittaa raakalukemista"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "Tiedoston \"%s\" avaaminen epäonnistui: open() epäonnistui: %s" msgstr "Tiedoston \"%s\" avaaminen epäonnistui: open() epäonnistui: %s"
#: ../glib/gmappedfile.c:178 #: glib/gmappedfile.c:178
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Tiedoston \"%s\" mappaaminen epäonnistui: mmap() epäonnistui: %s" msgstr "Tiedoston \"%s\" mappaaminen epäonnistui: mmap() epäonnistui: %s"
#: ../glib/gmarkup.c:232 #: glib/gmarkup.c:232
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "Virhe rivillä %d, kohdassa %d: %s" msgstr "Virhe rivillä %d, kohdassa %d: %s"
#: ../glib/gmarkup.c:330 #: glib/gmarkup.c:330
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "Virhe rivillä %d: %s" msgstr "Virhe rivillä %d: %s"
#: ../glib/gmarkup.c:434 #: glib/gmarkup.c:434
msgid "" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "" msgstr ""
"Havaittu tyhjä entiteetti \"&;\"; kelvolliset ovat: &amp; &quot; &lt; &gt; " "Havaittu tyhjä entiteetti \"&;\"; kelvolliset ovat: &amp; &quot; &lt; &gt; "
"&apos;" "&apos;"
#: ../glib/gmarkup.c:444 #: glib/gmarkup.c:444
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "Character '%s' is not valid at the start of an entity name; the & character "
@ -262,17 +267,17 @@ msgstr ""
"entiteetin. Jos tämän &-merkin ei ole tarkoitus olla entiteetti, käytä " "entiteetin. Jos tämän &-merkin ei ole tarkoitus olla entiteetti, käytä "
"merkintää &amp;" "merkintää &amp;"
#: ../glib/gmarkup.c:478 #: glib/gmarkup.c:478
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr "Merkki \"%s\" ei ole kelvollinen entiteetin nimessä" msgstr "Merkki \"%s\" ei ole kelvollinen entiteetin nimessä"
#: ../glib/gmarkup.c:515 #: glib/gmarkup.c:515
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "Entiteetin nimi \"%s\" on tuntematon" msgstr "Entiteetin nimi \"%s\" on tuntematon"
#: ../glib/gmarkup.c:526 #: glib/gmarkup.c:526
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
@ -280,7 +285,7 @@ msgstr ""
"Entiteetti ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä " "Entiteetti ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä "
"aikomatta aloittaa entiteettiä - käytä merkintää &amp;" "aikomatta aloittaa entiteettiä - käytä merkintää &amp;"
#: ../glib/gmarkup.c:579 #: glib/gmarkup.c:579
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
@ -289,16 +294,16 @@ msgstr ""
"Merkkijonon \"%-.*s\" piti olla luku merkkiviitteen sisällä (esim. &#234;), " "Merkkijonon \"%-.*s\" piti olla luku merkkiviitteen sisällä (esim. &#234;), "
"mutta sen jäsentäminen epäonnistui - ehkä luku on liian suuri" "mutta sen jäsentäminen epäonnistui - ehkä luku on liian suuri"
#: ../glib/gmarkup.c:604 #: glib/gmarkup.c:604
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Merkkiviite \"%-.*s\" ei ole sallitun merkin koodaus" msgstr "Merkkiviite \"%-.*s\" ei ole sallitun merkin koodaus"
#: ../glib/gmarkup.c:619 #: glib/gmarkup.c:619
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tyhjä merkkiviite; viitteen tulee sisältää luku, esim &#454;" msgstr "Tyhjä merkkiviite; viitteen tulee sisältää luku, esim &#454;"
#: ../glib/gmarkup.c:629 #: glib/gmarkup.c:629
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
@ -307,23 +312,23 @@ msgstr ""
"Merkkiviite ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä " "Merkkiviite ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä "
"aikomatta aloittaa entiteettiä - käytä merkintää &amp;" "aikomatta aloittaa entiteettiä - käytä merkintää &amp;"
#: ../glib/gmarkup.c:715 #: glib/gmarkup.c:715
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "Päättämätön entiteettiviite" msgstr "Päättämätön entiteettiviite"
#: ../glib/gmarkup.c:721 #: glib/gmarkup.c:721
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "Päättämätön merkkiviite" msgstr "Päättämätön merkkiviite"
#: ../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" msgid "Invalid UTF-8 encoded text"
msgstr "Virheellinen UTF-8-merkistöinen teksti" msgstr "Virheellinen UTF-8-merkistöinen teksti"
#: ../glib/gmarkup.c:1059 #: glib/gmarkup.c:1059
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "Asiakirjan on alettava elementillä (esim. <kirja>)" msgstr "Asiakirjan on alettava elementillä (esim. <kirja>)"
#: ../glib/gmarkup.c:1099 #: glib/gmarkup.c:1099
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
@ -332,7 +337,7 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki \"<\"-merkin jälkeen; se ei voi aloittaa " "\"%s\" ei ole kelvollinen merkki \"<\"-merkin jälkeen; se ei voi aloittaa "
"elementin nimeä" "elementin nimeä"
#: ../glib/gmarkup.c:1163 #: glib/gmarkup.c:1163
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
@ -341,7 +346,7 @@ msgstr ""
"Pariton merkki \"%s\", odotettiin \">\"-merkkiä päättämään elementin \"%s\" " "Pariton merkki \"%s\", odotettiin \">\"-merkkiä päättämään elementin \"%s\" "
"alkulippu" "alkulippu"
#: ../glib/gmarkup.c:1252 #: glib/gmarkup.c:1252
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -349,7 +354,7 @@ msgstr ""
"Pariton merkki \"%1$s\", odotettiin \"=\"-merkkiä elementin \"%3$s\" " "Pariton merkki \"%1$s\", odotettiin \"=\"-merkkiä elementin \"%3$s\" "
"ominaisuuden \"%2$s\" jälkeen" "ominaisuuden \"%2$s\" jälkeen"
#: ../glib/gmarkup.c:1294 #: glib/gmarkup.c:1294
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -360,7 +365,7 @@ msgstr ""
"elementin \"%s\" aloituslippu, tai mahdollista ominaisuutta; käytit ehkä " "elementin \"%s\" aloituslippu, tai mahdollista ominaisuutta; käytit ehkä "
"ominaisuuden nimessä siihen kelpaamatonta merkkiä" "ominaisuuden nimessä siihen kelpaamatonta merkkiä"
#: ../glib/gmarkup.c:1383 #: glib/gmarkup.c:1383
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
@ -369,7 +374,7 @@ msgstr ""
"Pariton merkki \"%1$s\", odotettiin avaavaa lainausmerkkiä yhtäsuuruusmerkin " "Pariton merkki \"%1$s\", odotettiin avaavaa lainausmerkkiä yhtäsuuruusmerkin "
"jälkeen annettaessa elementin \"%3$s\" ominaisuuden \"%2$s\" arvoa" "jälkeen annettaessa elementin \"%3$s\" ominaisuuden \"%2$s\" arvoa"
#: ../glib/gmarkup.c:1528 #: glib/gmarkup.c:1528
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
@ -378,7 +383,7 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki merkkien \"</\" jälkeen; \"%s\" ei voi olla " "\"%s\" ei ole kelvollinen merkki merkkien \"</\" jälkeen; \"%s\" ei voi olla "
"elementin nimen alussa" "elementin nimen alussa"
#: ../glib/gmarkup.c:1568 #: glib/gmarkup.c:1568
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
@ -387,28 +392,28 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki sulkuelementin \"%s\" jälkeen; sallittu " "\"%s\" ei ole kelvollinen merkki sulkuelementin \"%s\" jälkeen; sallittu "
"merkki on \">\"" "merkki on \">\""
#: ../glib/gmarkup.c:1579 #: glib/gmarkup.c:1579
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementti \"%s\" on suljettu, ei avoimia elementtejä" msgstr "Elementti \"%s\" on suljettu, ei avoimia elementtejä"
#: ../glib/gmarkup.c:1588 #: glib/gmarkup.c:1588
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "" msgstr ""
"Elementti \"%s\" on suljettu, mutta tällä hetkellä on avoinna elementti \"%s" "Elementti \"%s\" on suljettu, mutta tällä hetkellä on avoinna elementti \"%s"
"\"" "\""
#: ../glib/gmarkup.c:1735 #: glib/gmarkup.c:1735
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "Asiakirja oli tyhjä tai sisälsi vain tyhjiä merkkejä" msgstr "Asiakirja oli tyhjä tai sisälsi vain tyhjiä merkkejä"
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "" msgstr ""
"Asiakirja loppui odottamattomasti heti avoimen kulmasulkeen \"<\" jälkeen" "Asiakirja loppui odottamattomasti heti avoimen kulmasulkeen \"<\" jälkeen"
#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1757 glib/gmarkup.c:1801
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
@ -417,7 +422,7 @@ msgstr ""
"Asiakirja loppui odottamattomasti elementtien ollessa sulkematta - \"%s\" " "Asiakirja loppui odottamattomasti elementtien ollessa sulkematta - \"%s\" "
"oli viimeinen avattu elementti" "oli viimeinen avattu elementti"
#: ../glib/gmarkup.c:1765 #: glib/gmarkup.c:1765
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
@ -426,19 +431,19 @@ msgstr ""
"Asiakirja loppui odottamattomasti, odotettiin lipun <%s/> sulkevaa " "Asiakirja loppui odottamattomasti, odotettiin lipun <%s/> sulkevaa "
"kulmasuljetta" "kulmasuljetta"
#: ../glib/gmarkup.c:1771 #: glib/gmarkup.c:1771
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "Asiakirja loppui odottamattomasti elementin nimen kohdalla" msgstr "Asiakirja loppui odottamattomasti elementin nimen kohdalla"
#: ../glib/gmarkup.c:1776 #: glib/gmarkup.c:1776
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "Asiakirja loppui odottamattomasti ominaisuuden nimen kohdalla" msgstr "Asiakirja loppui odottamattomasti ominaisuuden nimen kohdalla"
#: ../glib/gmarkup.c:1781 #: glib/gmarkup.c:1781
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Asiakirja loppui odottamattomasti elementin avauslipun kohdalla" msgstr "Asiakirja loppui odottamattomasti elementin avauslipun kohdalla"
#: ../glib/gmarkup.c:1787 #: glib/gmarkup.c:1787
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
@ -446,75 +451,75 @@ msgstr ""
"Asiakirja loppui odottamattomasti ominaisuuden nimen jälkeisen " "Asiakirja loppui odottamattomasti ominaisuuden nimen jälkeisen "
"yhtäsuuruusmerkin jälkeen; ominaisuudella ei ole arvoa" "yhtäsuuruusmerkin jälkeen; ominaisuudella ei ole arvoa"
#: ../glib/gmarkup.c:1794 #: glib/gmarkup.c:1794
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Asiakirja loppui odottamattomasti ominaisuuden arvon kohdalla" msgstr "Asiakirja loppui odottamattomasti ominaisuuden arvon kohdalla"
#: ../glib/gmarkup.c:1809 #: glib/gmarkup.c:1809
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Asiakirja loppui odottamattomasti elementin \"%s\" sulkulipun kohdalla" msgstr "Asiakirja loppui odottamattomasti elementin \"%s\" sulkulipun kohdalla"
#: ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1815
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "" msgstr ""
"Asiakirja loppui odottamattomasti kommentin tai käsittelykomennon kohdalla" "Asiakirja loppui odottamattomasti kommentin tai käsittelykomennon kohdalla"
#: ../glib/gshell.c:73 #: glib/gshell.c:73
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Lainattu teksti ei ala lainausmerkillä" msgstr "Lainattu teksti ei ala lainausmerkillä"
#: ../glib/gshell.c:163 #: glib/gshell.c:163
msgid "Unmatched quotation mark in command line or other shell-quoted text" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "" msgstr ""
"Pariton lainausmerkki komentorivillä tai muussa kuorisuojatussa tekstissä" "Pariton lainausmerkki komentorivillä tai muussa kuorisuojatussa tekstissä"
#: ../glib/gshell.c:541 #: glib/gshell.c:541
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Teksti loppui aivan merkin \"\\\" jälkeen. (Teksti oli \"%s\")" msgstr "Teksti loppui aivan merkin \"\\\" jälkeen. (Teksti oli \"%s\")"
#: ../glib/gshell.c:548 #: glib/gshell.c:548
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "" msgstr ""
"Teksti loppui ennen kuin löytyi merkkiä %c vastaava lainausmerkki. (Teksti " "Teksti loppui ennen kuin löytyi merkkiä %c vastaava lainausmerkki. (Teksti "
"oli \"%s\")" "oli \"%s\")"
#: ../glib/gshell.c:560 #: glib/gshell.c:560
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Teksti oli tyhjä (tai sisälsi vain tyhjiä merkkejä)" msgstr "Teksti oli tyhjä (tai sisälsi vain tyhjiä merkkejä)"
#: ../glib/gspawn-win32.c:264 #: glib/gspawn-win32.c:264
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "Datan lukeminen lapsiprosessilta epäonnistui" msgstr "Datan lukeminen lapsiprosessilta epäonnistui"
#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 #: glib/gspawn-win32.c:281 glib/gspawn.c:1354
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "" msgstr ""
"Putken luominen lapsiprosessin kanssa viestintää varten epäonnistui (%s)" "Putken luominen lapsiprosessin kanssa viestintää varten epäonnistui (%s)"
#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 #: glib/gspawn-win32.c:321 glib/gspawn.c:1018
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Lukeminen lapsiprosessin putkesta epäonnistui (%s)" msgstr "Lukeminen lapsiprosessin putkesta epäonnistui (%s)"
#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 #: glib/gspawn-win32.c:349 glib/gspawn.c:1223
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Hakemistoon \"%s\" siirtyminen epäonnistui (%s)" msgstr "Hakemistoon \"%s\" siirtyminen epäonnistui (%s)"
#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 #: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Lapsiprosessin käynnistys epäonnistui (%s)" msgstr "Lapsiprosessin käynnistys epäonnistui (%s)"
#: ../glib/gspawn-win32.c:599 #: glib/gspawn-win32.c:599
msgid "Failed to execute helper program" msgid "Failed to execute helper program"
msgstr "Apuohjelman käynnistys epäonnistui" msgstr "Apuohjelman käynnistys epäonnistui"
#: ../glib/gspawn-win32.c:797 #: glib/gspawn-win32.c:797
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@ -522,122 +527,122 @@ msgstr ""
"Odottamaton virhe funktiossa g_io_channel_win32_poll() luettaessa dataa " "Odottamaton virhe funktiossa g_io_channel_win32_poll() luettaessa dataa "
"lapsiprosessilta" "lapsiprosessilta"
#: ../glib/gspawn.c:179 #: glib/gspawn.c:179
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "Datan lukeminen lapsiprosessilta epäonnistui (%s)" msgstr "Datan lukeminen lapsiprosessilta epäonnistui (%s)"
#: ../glib/gspawn.c:310 #: glib/gspawn.c:310
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "" msgstr ""
"Odottamaton virhe funktiossa select() lapsiprosessilta dataa luettaessa (%s)" "Odottamaton virhe funktiossa select() lapsiprosessilta dataa luettaessa (%s)"
#: ../glib/gspawn.c:393 #: glib/gspawn.c:393
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "Odottamaton virhe funktiossa waitpid() (%s)" msgstr "Odottamaton virhe funktiossa waitpid() (%s)"
#: ../glib/gspawn.c:1083 #: glib/gspawn.c:1083
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "Haarauttaminen epäonnistui (%s)" msgstr "Haarauttaminen epäonnistui (%s)"
#: ../glib/gspawn.c:1233 #: glib/gspawn.c:1233
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Lapsiprosessin \"%s\" käynnistäminen epäonnistui (%s)" msgstr "Lapsiprosessin \"%s\" käynnistäminen epäonnistui (%s)"
#: ../glib/gspawn.c:1243 #: glib/gspawn.c:1243
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "Lapsiprosessin tulosteen tai syötteen uudelleenohjaus epäonnistui (%s)" msgstr "Lapsiprosessin tulosteen tai syötteen uudelleenohjaus epäonnistui (%s)"
#: ../glib/gspawn.c:1252 #: glib/gspawn.c:1252
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "Lapsiprosessin haarauttaminen epäonnistui (%s)" msgstr "Lapsiprosessin haarauttaminen epäonnistui (%s)"
#: ../glib/gspawn.c:1260 #: glib/gspawn.c:1260
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "Tuntematon virhe käynnistettäessä lapsiprosessia \"%s\"" msgstr "Tuntematon virhe käynnistettäessä lapsiprosessia \"%s\""
#: ../glib/gspawn.c:1282 #: glib/gspawn.c:1282
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Lapsiprosessin pid-putkesta ei voitu lukea riittävästi dataa (%s)" msgstr "Lapsiprosessin pid-putkesta ei voitu lukea riittävästi dataa (%s)"
#: ../glib/gutf8.c:986 #: glib/gutf8.c:986
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "Merkki on sallitun UTF-8-välin ulkopuolella" msgstr "Merkki on sallitun UTF-8-välin ulkopuolella"
#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 #: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230
#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 #: glib/gutf8.c:1371 glib/gutf8.c:1467
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "Virheellinen sarja muunnettavassa syötteessä" msgstr "Virheellinen sarja muunnettavassa syötteessä"
#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 #: glib/gutf8.c:1382 glib/gutf8.c:1478
msgid "Character out of range for UTF-16" msgid "Character out of range for UTF-16"
msgstr "Merkki on sallitun UTF-16-välin ulkopuolella" msgstr "Merkki on sallitun UTF-16-välin ulkopuolella"
#: ../glib/goption.c:468 #: glib/goption.c:468
msgid "Usage:" msgid "Usage:"
msgstr "Käyttö:" msgstr "Käyttö:"
#: ../glib/goption.c:468 #: glib/goption.c:468
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[VALITSIN...]" msgstr "[VALITSIN...]"
#: ../glib/goption.c:556 #: glib/goption.c:556
msgid "Help Options:" msgid "Help Options:"
msgstr "Ohjevalitsimet:" msgstr "Ohjevalitsimet:"
#: ../glib/goption.c:557 #: glib/goption.c:557
msgid "Show help options" msgid "Show help options"
msgstr "Näytä ohjevalitsimet" msgstr "Näytä ohjevalitsimet"
#: ../glib/goption.c:562 #: glib/goption.c:562
msgid "Show all help options" msgid "Show all help options"
msgstr "Näytä kaikki ohjevalitsimet" msgstr "Näytä kaikki ohjevalitsimet"
#: ../glib/goption.c:612 #: glib/goption.c:612
msgid "Application Options:" msgid "Application Options:"
msgstr "Sovelluksen valitsimet:" msgstr "Sovelluksen valitsimet:"
#: ../glib/goption.c:653 #: glib/goption.c:653
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "Kokonaislukua \"%s\" ei voida tulkita kohteelle %s" msgstr "Kokonaislukua \"%s\" ei voida tulkita kohteelle %s"
#: ../glib/goption.c:663 #: glib/goption.c:663
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "Kokonaisluku \"%s\" kohteelle %s on ylittää sallitun alueen" msgstr "Kokonaisluku \"%s\" kohteelle %s on ylittää sallitun alueen"
#: ../glib/goption.c:957 ../glib/goption.c:1068 #: glib/goption.c:957 glib/goption.c:1068
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "Puuttuva argumentti kohteelle %s" msgstr "Puuttuva argumentti kohteelle %s"
#: ../glib/goption.c:1472 #: glib/goption.c:1472
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "Tuntematon optio %s" msgstr "Tuntematon optio %s"
#: ../glib/gkeyfile.c:339 #: glib/gkeyfile.c:339
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "Kelvollista avaintiedostoa ei löytynyt datahakemistoista" msgstr "Kelvollista avaintiedostoa ei löytynyt datahakemistoista"
#: ../glib/gkeyfile.c:374 #: glib/gkeyfile.c:374
msgid "Not a regular file" msgid "Not a regular file"
msgstr "Ei tavallinen tiedosto" msgstr "Ei tavallinen tiedosto"
#: ../glib/gkeyfile.c:382 #: glib/gkeyfile.c:382
msgid "File is empty" msgid "File is empty"
msgstr "Tiedosto on tyhjä" msgstr "Tiedosto on tyhjä"
#: ../glib/gkeyfile.c:697 #: glib/gkeyfile.c:697
#, c-format #, c-format
msgid "" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment" "Key file contains line '%s' which is not a key-value pair, group, or comment"
@ -645,72 +650,73 @@ msgstr ""
"Avaintiedosto sisältää rivin \"%s\", joka ei ole avain-arvopari, ryhmä tai " "Avaintiedosto sisältää rivin \"%s\", joka ei ole avain-arvopari, ryhmä tai "
"kommentti" "kommentti"
#: ../glib/gkeyfile.c:765 #: glib/gkeyfile.c:765
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "Avaintiedosto ei ala ryhmällä" msgstr "Avaintiedosto ei ala ryhmällä"
#: ../glib/gkeyfile.c:808 #: glib/gkeyfile.c:808
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "Avaintiedosto sisältää epäkelvon koodauksen \"%s\"" msgstr "Avaintiedosto sisältää epäkelvon koodauksen \"%s\""
#: ../glib/gkeyfile.c:1017 ../glib/gkeyfile.c:1176 ../glib/gkeyfile.c:2177 #: 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:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497
#: ../glib/gkeyfile.c:2649 ../glib/gkeyfile.c:2823 ../glib/gkeyfile.c:2880 #: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "Avaintiedostossa ei ole ryhmää \"%s\"" msgstr "Avaintiedostossa ei ole ryhmää \"%s\""
#: ../glib/gkeyfile.c:1188 #: glib/gkeyfile.c:1188
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "Avaintiedostossa ei ole avainta \"%s\"" msgstr "Avaintiedostossa ei ole avainta \"%s\""
#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 #: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Avaintiedosto sisältää avaimen \"%s\" arvolla \"%s\", joka ei " msgstr ""
"ole UTF-8 merkkijono" "Avaintiedosto sisältää avaimen \"%s\" arvolla \"%s\", joka ei ole UTF-8 "
"merkkijono"
#: ../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 #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita." msgstr "Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita."
#: ../glib/gkeyfile.c:2004 #: glib/gkeyfile.c:2004
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
"interpreted." "interpreted."
msgstr "" msgstr ""
"Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita, ryhmässä " "Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita, "
"\"%s\"." "ryhmässä \"%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 #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "AVaintiedostossa ei ole avainta \"%s\" ryhmässä \"%s\"" msgstr "AVaintiedostossa ei ole avainta \"%s\" ryhmässä \"%s\""
#: ../glib/gkeyfile.c:3072 #: glib/gkeyfile.c:3072
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "Avaintiedosto sisältää escape-jonon rivin lopussa" msgstr "Avaintiedosto sisältää escape-jonon rivin lopussa"
#: ../glib/gkeyfile.c:3094 #: glib/gkeyfile.c:3094
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "Avaintiedostossa on virheellinen escape-jono \"%s\"" msgstr "Avaintiedostossa on virheellinen escape-jono \"%s\""
#: ../glib/gkeyfile.c:3235 #: glib/gkeyfile.c:3235
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "Arvoa \"%s\" ei voida tulkita numeroksi." msgstr "Arvoa \"%s\" ei voida tulkita numeroksi."
#: ../glib/gkeyfile.c:3245 #: glib/gkeyfile.c:3245
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "Kokonaisluku \"%s\" on sallitun alueen ulkopuolella" msgstr "Kokonaisluku \"%s\" on sallitun alueen ulkopuolella"
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Arvoa \"%s\" ei voida turkita totuusarvoksi." msgstr "Arvoa \"%s\" ei voida turkita totuusarvoksi."

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.6.3\n" "Project-Id-Version: glib 2.6.3\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-02-20 11:53+0100\n" "PO-Revision-Date: 2005-02-20 11:53+0100\n"
"Last-Translator: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>\n" "Last-Translator: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n" "Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
@ -28,60 +28,60 @@ msgstr ""
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s »" msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s »"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Séquence d'octets non valide en entrée du convertisseur" msgstr "Séquence d'octets non valide en entrée du convertisseur"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Erreur lors de la conversion : %s" msgstr "Erreur lors de la conversion : %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Séquence partielle de caractères à la fin de l'entrée" msgstr "Séquence partielle de caractères à la fin de l'entrée"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Impossible de convertir le fallback « %s » vers le jeu de codes « %s »" msgstr "Impossible de convertir le fallback « %s » vers le jeu de codes « %s »"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "" msgstr ""
"L'URI « %s » n'est pas une URI absolue utilisant le schéma de « fichier »" "L'URI « %s » n'est pas une URI absolue utilisant le schéma de « fichier »"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "L'URI de fichier local « %s » peut ne pas inclure un « # »" msgstr "L'URI de fichier local « %s » peut ne pas inclure un « # »"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "L'URI « %s » n'est pas valide" msgstr "L'URI « %s » n'est pas valide"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Le nom d'hôte de l'URI « %s » n'est pas valide" msgstr "Le nom d'hôte de l'URI « %s » n'est pas valide"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "L'URI « %s » contient des caractères d'échappements non valides" msgstr "L'URI « %s » contient des caractères d'échappements non valides"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Le chemin « %s » n'est pas un chemin absolu" msgstr "Le chemin « %s » n'est pas un chemin absolu"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Nom d'hôte non valide" msgstr "Nom d'hôte non valide"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD \n" "Project-Id-Version: glib HEAD \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2004-03-08 21:28+0000\n" "PO-Revision-Date: 2004-03-08 21:28+0000\n"
"Last-Translator: Alastair McKinstry <mckinstry@debian.org>\n" "Last-Translator: Alastair McKinstry <mckinstry@debian.org>\n"
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n" "Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
@ -25,59 +25,59 @@ msgstr ""
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "" msgstr ""
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "" msgstr ""
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Teip ar tiontaithe: %s" msgstr "Teip ar tiontaithe: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "" msgstr ""
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "" msgstr ""
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "" msgstr ""
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "" msgstr ""
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "Is neambhailí an URI '%s'" msgstr "Is neambhailí an URI '%s'"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Is meamhbháilí an h-óstainm do URI '%s'" msgstr "Is meamhbháilí an h-óstainm do URI '%s'"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "" msgstr ""
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "" msgstr ""
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Óstainm neamhbhailí" msgstr "Óstainm neamhbhailí"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gl\n" "Project-Id-Version: gl\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-06-05 20:02+0200\n" "PO-Revision-Date: 2005-06-05 20:02+0200\n"
"Last-Translator: Ignacio Casal Quinteiro <nacho.resa@gmail.com>\n" "Last-Translator: Ignacio Casal Quinteiro <nacho.resa@gmail.com>\n"
"Language-Team: Galego\n" "Language-Team: Galego\n"
@ -28,59 +28,59 @@ msgstr "Non está soportada a conversión do conxunto de caracteres '%s' a '%s'"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Non se puido abrir o conversor desde '%s' a '%s'" msgstr "Non se puido abrir o conversor desde '%s' a '%s'"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Secuencia de bytes non válida na entrada da conversión" msgstr "Secuencia de bytes non válida na entrada da conversión"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Erro durante a conversión: %s" msgstr "Erro durante a conversión: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Secuencia parcial de caracter ao final da entrada" msgstr "Secuencia parcial de caracter ao final da entrada"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Non se pode converter o por defecto (fallback) '%s' ao código '%s'" msgstr "Non se pode converter o por defecto (fallback) '%s' ao código '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "O URI '%s' non é un URI absoluto usando o esquema de ficheiro \"file\"" msgstr "O URI '%s' non é un URI absoluto usando o esquema de ficheiro \"file\""
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "O URI de ficheiro local '%s' non pode incluir un '#'" msgstr "O URI de ficheiro local '%s' non pode incluir un '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "O URI '%s' non é válido" msgstr "O URI '%s' non é válido"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "O nome do servidor no URI '%s' é inválido" msgstr "O nome do servidor no URI '%s' é inválido"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "A URI '%s' contén caracteres de escape non válidos" msgstr "A URI '%s' contén caracteres de escape non válidos"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "O nome de ruta '%s' non é unha ruta absoluta" msgstr "O nome de ruta '%s' non é unha ruta absoluta"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Nome de servidor inválido" msgstr "Nome de servidor inválido"

308
po/gu.po
View File

@ -2,242 +2,246 @@
# Ankit Patel <ankit644@yahoo.com>, 2005. # Ankit Patel <ankit644@yahoo.com>, 2005.
msgid "" msgid ""
msgstr "" msgstr ""
"Last-Translator: Ankit Patel <ankit644@yahoo.com>\n"
"PO-Revision-Date: 2005-07-25 11:02+0530\n"
"Project-Id-Version: glib.HEAD.gu\n" "Project-Id-Version: glib.HEAD.gu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-25 11:02+0530\n"
"Last-Translator: Ankit Patel <ankit644@yahoo.com>\n"
"Language-Team: Gujarati <indianoss-gujarati@lists.sourceforge.net>\n" "Language-Team: Gujarati <indianoss-gujarati@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.9.1\n" "X-Generator: KBabel 1.9.1\n"
"MIME-Version: 1.0\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n\n" "\n"
#: ../glib/gconvert.c:406 #: glib/gconvert.c:406
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "'%s' અક્ષર સમુહ માંથી '%s' માં રુપાંતરણ માટે આધાર નથી" msgstr "'%s' અક્ષર સમુહ માંથી '%s' માં રુપાંતરણ માટે આધાર નથી"
#: ../glib/gconvert.c:410 #: glib/gconvert.c:410
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' માંથી '%s' માટેનો પરીવર્તક ખોલી શકતો નથી" msgstr "'%s' માંથી '%s' માટેનો પરીવર્તક ખોલી શકતો નથી"
#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: ../glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "રુપાંતર ઈનપુટની બાઇડ શ્રેણી અપ્રમાણીત છે" msgstr "રુપાંતર ઈનપુટની બાઇડ શ્રેણી અપ્રમાણીત છે"
#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "રુપાંતર વખતે ભૂલ: %s" msgstr "રુપાંતર વખતે ભૂલ: %s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "ઈનપુટ ના છેડા પર અપૂર્ણ અક્ષર શ્રેણી છે" msgstr "ઈનપુટ ના છેડા પર અપૂર્ણ અક્ષર શ્રેણી છે"
#: ../glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "ફૈલબેક '%s' ને '%s' કોડના સમૂહમાં પરીવર્તિત કરી શકાતું નથી " msgstr "ફૈલબેક '%s' ને '%s' કોડના સમૂહમાં પરીવર્તિત કરી શકાતું નથી "
#: ../glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' કે જે \"ફાઈલ\" યોજના વાપરે છે તે ચોક્કસ URI નથી" msgstr "URI '%s' કે જે \"ફાઈલ\" યોજના વાપરે છે તે ચોક્કસ URI નથી"
#: ../glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "સ્થાનીય ફાઈલ URI '%s' માં કદાય '#' સમાવિષ્ટ નથી" msgstr "સ્થાનીય ફાઈલ URI '%s' માં કદાય '#' સમાવિષ્ટ નથી"
#: ../glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "'%s' URI અયોગ્ય છે" msgstr "'%s' URI અયોગ્ય છે"
#: ../glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "'%s' URIનું યજમાનનુ નામ અયોગ્ય છે" msgstr "'%s' URIનું યજમાનનુ નામ અયોગ્ય છે"
#: ../glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "'%s' URI અયોગ્ય બહાર નીકળવાના અક્ષરો ધરાવે છે " msgstr "'%s' URI અયોગ્ય બહાર નીકળવાના અક્ષરો ધરાવે છે "
#: ../glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' પથ નામ એ ચોક્કસ પથ નથી" msgstr "'%s' પથ નામ એ ચોક્કસ પથ નથી"
#: ../glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "અયોગ્ય યજમાન નામ" msgstr "અયોગ્ય યજમાન નામ"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "'%s' ડિરેક્ટરી ખોલતા ભૂલ: %s" msgstr "'%s' ડિરેક્ટરી ખોલતા ભૂલ: %s"
#: ../glib/gfileutils.c:576 ../glib/gfileutils.c:649 #: glib/gfileutils.c:576 glib/gfileutils.c:649
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu બાઈટ \"%s\" ફાઈલ વાંચવા માટે આપવામાં આવતા નથી" msgstr "%lu બાઈટ \"%s\" ફાઈલ વાંચવા માટે આપવામાં આવતા નથી"
#: ../glib/gfileutils.c:591 #: glib/gfileutils.c:591
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s" msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
#: ../glib/gfileutils.c:673 #: glib/gfileutils.c:673
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "'%s' ફાઈલમાંથી વાંચવામા નિષ્ફળતા: %s" msgstr "'%s' ફાઈલમાંથી વાંચવામા નિષ્ફળતા: %s"
#: ../glib/gfileutils.c:724 ../glib/gfileutils.c:811 #: glib/gfileutils.c:724 glib/gfileutils.c:811
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "'%s' ફાઈલ ખોલવામાં નિષ્ફળતા : %s" msgstr "'%s' ફાઈલ ખોલવામાં નિષ્ફળતા : %s"
#: ../glib/gfileutils.c:741 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:741 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "'%s' ફાઈલની લાક્ષણિકતા મેળવતી વખતે નિષ્ફળતા: fstate() નિષ્ફળ: %s" msgstr "'%s' ફાઈલની લાક્ષણિકતા મેળવતી વખતે નિષ્ફળતા: fstate() નિષ્ફળ: %s"
#: ../glib/gfileutils.c:775 #: glib/gfileutils.c:775
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' ફાઈલ ખોલવામાં નિષ્ફળતા: fdopen() નિષ્ફળ: %s" msgstr "'%s' ફાઈલ ખોલવામાં નિષ્ફળતા: fdopen() નિષ્ફળ: %s"
#: ../glib/gfileutils.c:909 #: glib/gfileutils.c:909
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "ફાઈલ '%s' નું નામ '%s' માં બદલવામાં નિષ્ફળ: g_rename() નિષ્ફળ: %s" msgstr "ફાઈલ '%s' નું નામ '%s' માં બદલવામાં નિષ્ફળ: g_rename() નિષ્ફળ: %s"
#: ../glib/gfileutils.c:952 #: glib/gfileutils.c:952
#, c-format #, c-format
msgid "Could not change file mode: fork() failed: %s" msgid "Could not change file mode: fork() failed: %s"
msgstr "ફાઈલ સ્થિતિ બદલી શક્યા નહિં: fork() નિષ્ફળ: %s" msgstr "ફાઈલ સ્થિતિ બદલી શક્યા નહિં: fork() નિષ્ફળ: %s"
#: ../glib/gfileutils.c:983 #: glib/gfileutils.c:983
#, c-format #, c-format
msgid "Could not change file mode: waitpid() failed: %s" msgid "Could not change file mode: waitpid() failed: %s"
msgstr "ફાઈલ સ્થિતિ બદલી શક્યા નહિં: waitpid() નિષ્ફળ: %s" msgstr "ફાઈલ સ્થિતિ બદલી શક્યા નહિં: waitpid() નિષ્ફળ: %s"
#: ../glib/gfileutils.c:1002 #: glib/gfileutils.c:1002
#, c-format #, c-format
msgid "Could not change file mode: chmod() failed: %s" msgid "Could not change file mode: chmod() failed: %s"
msgstr "ફાઈલ સ્થિતિ બદલી શક્યા નહિં: chmod() નિષ્ફળ: %s" msgstr "ફાઈલ સ્થિતિ બદલી શક્યા નહિં: chmod() નિષ્ફળ: %s"
#: ../glib/gfileutils.c:1013 #: glib/gfileutils.c:1013
#, c-format #, c-format
msgid "Could not change file mode: Child terminated by signal: %s" msgid "Could not change file mode: Child terminated by signal: %s"
msgstr "ફાઈલ સ્થિતિ બદલી શક્યા નહિં: બાળ સિગ્નલ દ્વારા બંધ થઈ ગયો: %s" msgstr "ફાઈલ સ્થિતિ બદલી શક્યા નહિં: બાળ સિગ્નલ દ્વારા બંધ થઈ ગયો: %s"
#: ../glib/gfileutils.c:1024 #: glib/gfileutils.c:1024
msgid "Could not change file mode: Child terminated abnormally" msgid "Could not change file mode: Child terminated abnormally"
msgstr "ફાઈલ સ્થિતિ બદલી શક્યા નહિં: બાળ અડધેથી બંધ થઈ ગયું" msgstr "ફાઈલ સ્થિતિ બદલી શક્યા નહિં: બાળ અડધેથી બંધ થઈ ગયું"
#: ../glib/gfileutils.c:1058 ../glib/gfileutils.c:1524 #: glib/gfileutils.c:1058 glib/gfileutils.c:1524
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "'%s' ફાઈલ બનાવવામાં નિષ્ફળતા : %s" msgstr "'%s' ફાઈલ બનાવવામાં નિષ્ફળતા : %s"
#: ../glib/gfileutils.c:1080 #: glib/gfileutils.c:1080
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "ફાઈલ '%s' ને લખવા માટે ખોલવામાં નિષ્ફળ: fdopen() નિષ્ફળ: %s" msgstr "ફાઈલ '%s' ને લખવા માટે ખોલવામાં નિષ્ફળ: fdopen() નિષ્ફળ: %s"
#: ../glib/gfileutils.c:1105 #: glib/gfileutils.c:1105
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "ફાઈલ '%s' પર લખવામાં નિષ્ફળ: fwrite() નિષ્ફળ: %s" msgstr "ફાઈલ '%s' પર લખવામાં નિષ્ફળ: fwrite() નિષ્ફળ: %s"
#: ../glib/gfileutils.c:1124 #: glib/gfileutils.c:1124
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "ફાઈલ '%s' બંધ કરવામાં નિષ્ફળ: fclose() નિષ્ફળ: %s" msgstr "ફાઈલ '%s' બંધ કરવામાં નિષ્ફળ: fclose() નિષ્ફળ: %s"
#: ../glib/gfileutils.c:1242 #: glib/gfileutils.c:1242
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "વર્તમાન ફાઈલ '%s' દૂર કરી શકાઈ નહિં: g_unlink() નિષ્ફળ: %s" msgstr "વર્તમાન ફાઈલ '%s' દૂર કરી શકાઈ નહિં: g_unlink() નિષ્ફળ: %s"
#: ../glib/gfileutils.c:1485 #: glib/gfileutils.c:1485
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr " '%s' ટેમ્પલેટ અયોગ્ય છે, તે '%s' ધરાવતું નથી" msgstr " '%s' ટેમ્પલેટ અયોગ્ય છે, તે '%s' ધરાવતું નથી"
#: ../glib/gfileutils.c:1499 #: glib/gfileutils.c:1499
#, c-format #, c-format
msgid "Template '%s' doesn't end with XXXXXX" msgid "Template '%s' doesn't end with XXXXXX"
msgstr "'%s' ટેમ્પલેટ નો XXXXXX સાથે અંત આવતો નથી" msgstr "'%s' ટેમ્પલેટ નો XXXXXX સાથે અંત આવતો નથી"
#: ../glib/gfileutils.c:1977 #: glib/gfileutils.c:1977
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' સાંકેતિક કડી વાંચવામાં નિષ્ફળતા: %s" msgstr "'%s' સાંકેતિક કડી વાંચવામાં નિષ્ફળતા: %s"
#: ../glib/gfileutils.c:1998 #: glib/gfileutils.c:1998
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "સાંકેતિક કડી આધાર આપતી નથી" msgstr "સાંકેતિક કડી આધાર આપતી નથી"
#: ../glib/giochannel.c:1150 #: glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set `%s' to `%s' is not supported" msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr " '%s' માંથી '%s' અક્ષર સમુહમાં રુપાંતર માટેનો આધાર નથી" msgstr " '%s' માંથી '%s' અક્ષર સમુહમાં રુપાંતર માટેનો આધાર નથી"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from `%s' to `%s': %s" msgid "Could not open converter from `%s' to `%s': %s"
msgstr "'%s' માંથી '%s' માટેનું રુપાંતરક ખોલી શકતુ નથી: %s" msgstr "'%s' માંથી '%s' માટેનું રુપાંતરક ખોલી શકતુ નથી: %s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
msgid "Can't do a raw read in g_io_channel_read_line_string" msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_10_channe_lread_line_string માં આડી હરોળ માં વાંચી શકાતું નથી" msgstr "g_10_channe_lread_line_string માં આડી હરોળ માં વાંચી શકાતું નથી"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "વાંચવા માટેના બફર(થોડા સમય માટેનું સંગ્રહસ્થાન) માં ઢાંકેલી ન હોય તે માહિતી છોડી દીધેલ છે" msgstr ""
"વાંચવા માટેના બફર(થોડા સમય માટેનું સંગ્રહસ્થાન) માં ઢાંકેલી ન હોય તે માહિતી છોડી દીધેલ છે"
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "માધ્યમ અપુર્ણ અક્ષરથી અંત પામે છે" msgstr "માધ્યમ અપુર્ણ અક્ષરથી અંત પામે છે"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
msgid "Can't do a raw read in g_io_channel_read_to_end" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end માં આડી હરોળ વાંચી શકાતી નથી" msgstr "g_io_channel_read_to_end માં આડી હરોળ વાંચી શકાતી નથી"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "ફાઈલ '%s' ખોલવામાં નિષ્ફળ: open() નિષ્ફળ: %s" msgstr "ફાઈલ '%s' ખોલવામાં નિષ્ફળ: open() નિષ્ફળ: %s"
#: ../glib/gmappedfile.c:178 #: glib/gmappedfile.c:178
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ફાઈલ '%s' નો નકશો કરવામાં નિષ્ફળ: mmap() નિષ્ફળ: %s" msgstr "ફાઈલ '%s' નો નકશો કરવામાં નિષ્ફળ: mmap() નિષ્ફળ: %s"
#: ../glib/gmarkup.c:232 #: glib/gmarkup.c:232
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "%d લીટી પર %d અક્ષરમાં ભૂલ: %s" msgstr "%d લીટી પર %d અક્ષરમાં ભૂલ: %s"
#: ../glib/gmarkup.c:330 #: glib/gmarkup.c:330
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "%d લીટી પર ભૂલ: %s" msgstr "%d લીટી પર ભૂલ: %s"
#: ../glib/gmarkup.c:434 #: glib/gmarkup.c:434
msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "'&;' વસ્તુ ખાલી દેખાય છે: યોગ્ય વસ્તુઓ છે:&amp; &quot; &lt; &gt; &apos;" msgstr "'&;' વસ્તુ ખાલી દેખાય છે: યોગ્ય વસ્તુઓ છે:&amp; &quot; &lt; &gt; &apos;"
#: ../glib/gmarkup.c:444 #: glib/gmarkup.c:444
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "Character '%s' is not valid at the start of an entity name; the & character "
@ -247,17 +251,17 @@ msgstr ""
"વસ્તુ નામ શરુ થાય ત્યાં %s' અક્ષર યોગ્ય નથી: & અક્ષર વસ્તુની શરુઆત કરે છે; જો તે એમપરસંડ " "વસ્તુ નામ શરુ થાય ત્યાં %s' અક્ષર યોગ્ય નથી: & અક્ષર વસ્તુની શરુઆત કરે છે; જો તે એમપરસંડ "
"વસ્તુ ને આધાર ન આપે તો તે &amp; તરીકે દર્શાવો" "વસ્તુ ને આધાર ન આપે તો તે &amp; તરીકે દર્શાવો"
#: ../glib/gmarkup.c:478 #: glib/gmarkup.c:478
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr " વસ્તુ નામની અંદર '%s' અક્ષર યોગ્ય નથી" msgstr " વસ્તુ નામની અંદર '%s' અક્ષર યોગ્ય નથી"
#: ../glib/gmarkup.c:515 #: glib/gmarkup.c:515
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "'%s' વસ્તુ નામ જાણીતુ નથી" msgstr "'%s' વસ્તુ નામ જાણીતુ નથી"
#: ../glib/gmarkup.c:526 #: glib/gmarkup.c:526
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
@ -265,23 +269,25 @@ msgstr ""
"વસ્તુ નો સેમીકોલન સાથે અંત થતો નથી; ઘણી વખતે એમપરસંડ(&) અક્ષર ચિન્હ વગર તમે વસ્તુ વાપરી " "વસ્તુ નો સેમીકોલન સાથે અંત થતો નથી; ઘણી વખતે એમપરસંડ(&) અક્ષર ચિન્હ વગર તમે વસ્તુ વાપરી "
"શકો છો- એમપરસંડ &amp; તરીકે લો" "શકો છો- એમપરસંડ &amp; તરીકે લો"
#: ../glib/gmarkup.c:579 #: glib/gmarkup.c:579
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large" "reference (&#234; for example) - perhaps the digit is too large"
msgstr "'%-.*s' નું પદચ્છેદન કરવામાં નિષ્ફળ, કે જે અક્ષર સંદર્ભમાં અંક હોવો જોઈએ (&#234; ઉદાહરણ તરીકે) - કદાચ અંક ખૂબ લાંબો હોય" msgstr ""
"'%-.*s' નું પદચ્છેદન કરવામાં નિષ્ફળ, કે જે અક્ષર સંદર્ભમાં અંક હોવો જોઈએ (&#234; ઉદાહરણ "
"તરીકે) - કદાચ અંક ખૂબ લાંબો હોય"
#: ../glib/gmarkup.c:604 #: glib/gmarkup.c:604
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "અક્ષર સંદર્ભ '%-.*s' પરવાનગી આપેલ અક્ષરને એનકોડ કરતો નથી" msgstr "અક્ષર સંદર્ભ '%-.*s' પરવાનગી આપેલ અક્ષરને એનકોડ કરતો નથી"
#: ../glib/gmarkup.c:619 #: glib/gmarkup.c:619
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ખાલી અક્ષર સંદર્ભ; સંખ્યા જેવી કે &#454; ને સમાવતી હોવી જોઇએ " msgstr "ખાલી અક્ષર સંદર્ભ; સંખ્યા જેવી કે &#454; ને સમાવતી હોવી જોઇએ "
#: ../glib/gmarkup.c:629 #: glib/gmarkup.c:629
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
@ -290,42 +296,43 @@ msgstr ""
"અક્ષર સંદર્ભ અર્ધવિરામ થી અંત થતો નથી; તમે વસ્તુ શરુ કરવા એમપરસંડ અક્ષર ને વાપરો એમપરસંડ " "અક્ષર સંદર્ભ અર્ધવિરામ થી અંત થતો નથી; તમે વસ્તુ શરુ કરવા એમપરસંડ અક્ષર ને વાપરો એમપરસંડ "
"ને &amp; તરીકે લો" "ને &amp; તરીકે લો"
#: ../glib/gmarkup.c:715 #: glib/gmarkup.c:715
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "અપુર્ણ વસ્તુ સંદર્ભ " msgstr "અપુર્ણ વસ્તુ સંદર્ભ "
#: ../glib/gmarkup.c:721 #: glib/gmarkup.c:721
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "અપુર્ણ અક્ષર સંદર્ભ " 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" msgid "Invalid UTF-8 encoded text"
msgstr "અયોગ્ય યુટીએફ-૮ સંગ્રહ-પધ્ધતિવાળુ લખાણ" msgstr "અયોગ્ય યુટીએફ-૮ સંગ્રહ-પધ્ધતિવાળુ લખાણ"
#: ../glib/gmarkup.c:1059 #: glib/gmarkup.c:1059
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "દસ્તાવેજ કોઈ વસ્તુ સાથે શરુ થાય તે જરુરી છે(ઉદાહરણ <book>)" msgstr "દસ્તાવેજ કોઈ વસ્તુ સાથે શરુ થાય તે જરુરી છે(ઉદાહરણ <book>)"
#: ../glib/gmarkup.c:1099 #: glib/gmarkup.c:1099
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
"element name" "element name"
msgstr "'%s' એ '<' અક્ષર પછી આવતો યોગ્ય અક્ષર નથી; તે કોઈ વસ્તુના નામથી શરુ થતુ નથી" msgstr "'%s' એ '<' અક્ષર પછી આવતો યોગ્ય અક્ષર નથી; તે કોઈ વસ્તુના નામથી શરુ થતુ નથી"
#: ../glib/gmarkup.c:1163 #: glib/gmarkup.c:1163
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'" "'%s'"
msgstr "અસંગત અક્ષર '%s', વસ્તુ '%s' ની શરુઆત ટેગ ને સમાપ્ત કરવા '>' અક્ષર ની આશા છે" msgstr "અસંગત અક્ષર '%s', વસ્તુ '%s' ની શરુઆત ટેગ ને સમાપ્ત કરવા '>' અક્ષર ની આશા છે"
#: ../glib/gmarkup.c:1252 #: glib/gmarkup.c:1252
#, c-format #, 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' લાક્ષણિકતા નામ પછી '=' જરુરી છે" msgstr "અસંગત અક્ષર '%s', '%s' વસ્તુના '%s' લાક્ષણિકતા નામ પછી '=' જરુરી છે"
#: ../glib/gmarkup.c:1294 #: glib/gmarkup.c:1294
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -335,7 +342,7 @@ msgstr ""
"અસંગત અક્ષર '%s': '%s' વસ્તુના અંતમાં '>' અથવા '/' અથવા પરીમાણનો વિકલ્પ જરુરી છે; તમે " "અસંગત અક્ષર '%s': '%s' વસ્તુના અંતમાં '>' અથવા '/' અથવા પરીમાણનો વિકલ્પ જરુરી છે; તમે "
"કદાય અયોગ્ય અક્ષર લાક્ષણિકતાના નામો વાપર્યો છે" "કદાય અયોગ્ય અક્ષર લાક્ષણિકતાના નામો વાપર્યો છે"
#: ../glib/gmarkup.c:1383 #: glib/gmarkup.c:1383
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
@ -344,46 +351,46 @@ msgstr ""
"અસંગત અક્ષર '%s, '%s' વસ્તુ માટે '%s' લાક્ષણિકતાના મુલ્ય આપતી વખતે બરાબરની નિશાની " "અસંગત અક્ષર '%s, '%s' વસ્તુ માટે '%s' લાક્ષણિકતાના મુલ્ય આપતી વખતે બરાબરની નિશાની "
"પછી શરુ થતો અવતરણ ચિહ્ન જરુરી છે" "પછી શરુ થતો અવતરણ ચિહ્ન જરુરી છે"
#: ../glib/gmarkup.c:1528 #: glib/gmarkup.c:1528
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name" "begin an element name"
msgstr "'%s' એ '<' અક્ષર પછીનો યોગ્ય અક્ષર નથી ; '%s' ક્દાચ વસ્તુ નામ સાથે શરુ થતુ નથી" msgstr "'%s' એ '<' અક્ષર પછીનો યોગ્ય અક્ષર નથી ; '%s' ક્દાચ વસ્તુ નામ સાથે શરુ થતુ નથી"
#: ../glib/gmarkup.c:1568 #: glib/gmarkup.c:1568
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'" "allowed character is '>'"
msgstr "'%s' એ '%s' વસ્તુનામ પછીનો બંધ કરવાનો યોગ્ય અક્ષર નથી; '>' એ યોગ્ય અક્ષર છે. " msgstr "'%s' એ '%s' વસ્તુનામ પછીનો બંધ કરવાનો યોગ્ય અક્ષર નથી; '>' એ યોગ્ય અક્ષર છે. "
#: ../glib/gmarkup.c:1579 #: glib/gmarkup.c:1579
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' વસ્તુ બંધ હતી, અત્યારે એક પણ વસ્તુ ખુલ્લી નથી" msgstr "'%s' વસ્તુ બંધ હતી, અત્યારે એક પણ વસ્તુ ખુલ્લી નથી"
#: ../glib/gmarkup.c:1588 #: glib/gmarkup.c:1588
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' વસ્તુ બંધ હતી, પણ અત્યારે '%s'એ ખુલ્લી વસ્તુ છે" msgstr "'%s' વસ્તુ બંધ હતી, પણ અત્યારે '%s'એ ખુલ્લી વસ્તુ છે"
#: ../glib/gmarkup.c:1735 #: glib/gmarkup.c:1735
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "દસ્તાવેજ ખાલી છે અથવા ફક્ત ખાલી જ્ગ્યા ધરાવે છે" msgstr "દસ્તાવેજ ખાલી છે અથવા ફક્ત ખાલી જ્ગ્યા ધરાવે છે"
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "'<' ચિન્હ વાપરતા પછી દસ્તાવેજનો અણધારી રીતે અંત આવે છે" msgstr "'<' ચિન્હ વાપરતા પછી દસ્તાવેજનો અણધારી રીતે અંત આવે છે"
#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1757 glib/gmarkup.c:1801
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
"element opened" "element opened"
msgstr "વસ્તુ ખુલ્લી હોવા છતાં દસ્તાવેજનો અણધારી રીતે અંત આવે છે- છેલ્લે ખોલેલ વસ્તુ '%s' છે" msgstr "વસ્તુ ખુલ્લી હોવા છતાં દસ્તાવેજનો અણધારી રીતે અંત આવે છે- છેલ્લે ખોલેલ વસ્તુ '%s' છે"
#: ../glib/gmarkup.c:1765 #: glib/gmarkup.c:1765
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
@ -392,19 +399,19 @@ msgstr ""
"દસ્તાવેજનો અણધારી રીતે અંત થાય છે, તે અંતિમ ટેગ <%s/> માં કૌંસને બંધ કરતુ ખૂણાનુ ચિન્હ " "દસ્તાવેજનો અણધારી રીતે અંત થાય છે, તે અંતિમ ટેગ <%s/> માં કૌંસને બંધ કરતુ ખૂણાનુ ચિન્હ "
"જોવા માગે છે" "જોવા માગે છે"
#: ../glib/gmarkup.c:1771 #: glib/gmarkup.c:1771
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "વસ્તુ નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે" msgstr "વસ્તુ નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
#: ../glib/gmarkup.c:1776 #: glib/gmarkup.c:1776
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "લાક્ષણિકતાના નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે" msgstr "લાક્ષણિકતાના નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
#: ../glib/gmarkup.c:1781 #: glib/gmarkup.c:1781
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "વસ્તુની શરુઆતની ટેગમા દસ્તાવેજનો અણધારી રીતે અંત થાય છે" msgstr "વસ્તુની શરુઆતની ટેગમા દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
#: ../glib/gmarkup.c:1787 #: glib/gmarkup.c:1787
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
@ -412,258 +419,261 @@ msgstr ""
"લાક્ષણિકતા નામ પછીની બરાબરની નિશાની પછી દસ્તાવેજ નો અણધારી રીતે અંત થાય છે. " "લાક્ષણિકતા નામ પછીની બરાબરની નિશાની પછી દસ્તાવેજ નો અણધારી રીતે અંત થાય છે. "
"લાક્ષણિકતાના મુલ્ય નથી" "લાક્ષણિકતાના મુલ્ય નથી"
#: ../glib/gmarkup.c:1794 #: glib/gmarkup.c:1794
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "લાક્ષણિકતા મુલ્ય અંદર હોવા છતાં દસ્તાવેજ નો અણધારી રીતે અંત થાય છે" msgstr "લાક્ષણિકતા મુલ્ય અંદર હોવા છતાં દસ્તાવેજ નો અણધારી રીતે અંત થાય છે"
#: ../glib/gmarkup.c:1809 #: glib/gmarkup.c:1809
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' વસ્તુના બંદ ટેગની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે" msgstr "'%s' વસ્તુના બંદ ટેગની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
#: ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1815
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ટિપ્પણી અથવા પ્રક્રિયા સુચનાની અંદર અણધારી રીતે દસ્તાવેજનો અંત થાય છે" msgstr "ટિપ્પણી અથવા પ્રક્રિયા સુચનાની અંદર અણધારી રીતે દસ્તાવેજનો અંત થાય છે"
#: ../glib/gshell.c:73 #: glib/gshell.c:73
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "અવતરણ ચિહ્નવાળુ વાક્ય અવતરણ ચિહ્નથી શરુ થતુ નથી" msgstr "અવતરણ ચિહ્નવાળુ વાક્ય અવતરણ ચિહ્નથી શરુ થતુ નથી"
#: ../glib/gshell.c:163 #: glib/gshell.c:163
msgid "Unmatched quotation mark in command line or other shell-quoted text" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "આદેશ વાક્યમાં અથવા બીજા શેલ ચિહ્નિત બંધબેસતા ન હોય તેવા અવતરણ ચિહ્ન" msgstr "આદેશ વાક્યમાં અથવા બીજા શેલ ચિહ્નિત બંધબેસતા ન હોય તેવા અવતરણ ચિહ્ન"
#: ../glib/gshell.c:541 #: glib/gshell.c:541
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "લખાણનો '\\' અક્ષર પછી તરત જ અંત આવે છે (લખાણનો '%s' હતુ)" msgstr "લખાણનો '\\' અક્ષર પછી તરત જ અંત આવે છે (લખાણનો '%s' હતુ)"
#: ../glib/gshell.c:548 #: glib/gshell.c:548
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "%c માટે અવતરણ ચિહ્ન મળે તે પહેલા લખાણનો અંત થાય છે(લખાણ '%s' હતુ)" msgstr "%c માટે અવતરણ ચિહ્ન મળે તે પહેલા લખાણનો અંત થાય છે(લખાણ '%s' હતુ)"
#: ../glib/gshell.c:560 #: glib/gshell.c:560
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "વાક્ય ખાલી છે (અથવા તેમાં ફક્ત ખાલી જગ્યા છે)" msgstr "વાક્ય ખાલી છે (અથવા તેમાં ફક્ત ખાલી જગ્યા છે)"
#: ../glib/gspawn-win32.c:264 #: glib/gspawn-win32.c:264
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "બાળ-પ્રક્રિયા માંથી માહિતી વાંચવા માં નિષ્ફળ છે" msgstr "બાળ-પ્રક્રિયા માંથી માહિતી વાંચવા માં નિષ્ફળ છે"
#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 #: glib/gspawn-win32.c:281 glib/gspawn.c:1354
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr " (%s) બાળપ્રક્રિયા સાથે સંપર્ક માટે પાઈપ બનાવવામાં નિષ્ફળ" msgstr " (%s) બાળપ્રક્રિયા સાથે સંપર્ક માટે પાઈપ બનાવવામાં નિષ્ફળ"
#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 #: glib/gspawn-win32.c:321 glib/gspawn.c:1018
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "બાળ પાઈપ (%s)માંથી વાંચવામાં નિષ્ફળ" msgstr "બાળ પાઈપ (%s)માંથી વાંચવામાં નિષ્ફળ"
#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 #: glib/gspawn-win32.c:349 glib/gspawn.c:1223
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "'%s' ડિરેક્ટરી બદલવામાં નિષ્ફળ(%s)" msgstr "'%s' ડિરેક્ટરી બદલવામાં નિષ્ફળ(%s)"
#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 #: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr " (%s) બાળપ્રક્રિયા ચલાવવામાં નિષ્ફળ" msgstr " (%s) બાળપ્રક્રિયા ચલાવવામાં નિષ્ફળ"
#: ../glib/gspawn-win32.c:599 #: glib/gspawn-win32.c:599
msgid "Failed to execute helper program" msgid "Failed to execute helper program"
msgstr "મદદગાર કાર્યક્રમ ચલાવવામાં નિષ્ફળ" msgstr "મદદગાર કાર્યક્રમ ચલાવવામાં નિષ્ફળ"
#: ../glib/gspawn-win32.c:797 #: glib/gspawn-win32.c:797
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
msgstr "બાળ-પ્રક્રિયામાંથી માહિતી વાંચતી વખતે g_io_channel_win32_poll() માં આવતી અણધારી ભૂલ" msgstr ""
"બાળ-પ્રક્રિયામાંથી માહિતી વાંચતી વખતે g_io_channel_win32_poll() માં આવતી અણધારી ભૂલ"
#: ../glib/gspawn.c:179 #: glib/gspawn.c:179
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "(%s) બાળપ્રક્રિયામાંથી માહિતી વાંચવામાં નિષ્ફળ" msgstr "(%s) બાળપ્રક્રિયામાંથી માહિતી વાંચવામાં નિષ્ફળ"
#: ../glib/gspawn.c:310 #: glib/gspawn.c:310
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "(%s)બાળપ્રક્રિયામાંથી માહિતી વાંચતી વખતે select() માં આવતી અણધારી ભૂલ" msgstr "(%s)બાળપ્રક્રિયામાંથી માહિતી વાંચતી વખતે select() માં આવતી અણધારી ભૂલ"
#: ../glib/gspawn.c:393 #: glib/gspawn.c:393
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "(%s) waitpid() માં અાવતી અણાધારી ભૂલ" msgstr "(%s) waitpid() માં અાવતી અણાધારી ભૂલ"
#: ../glib/gspawn.c:1083 #: glib/gspawn.c:1083
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "(%s) બાળપ્રક્રિયા બનાવવામાં નિષ્ફળ" msgstr "(%s) બાળપ્રક્રિયા બનાવવામાં નિષ્ફળ"
#: ../glib/gspawn.c:1233 #: glib/gspawn.c:1233
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "\"%s\"બાળપ્રક્રિયા ચલાવવામાં નિષ્ફળ (%s)" msgstr "\"%s\"બાળપ્રક્રિયા ચલાવવામાં નિષ્ફળ (%s)"
#: ../glib/gspawn.c:1243 #: glib/gspawn.c:1243
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "બાળપ્રક્રિયા (%s)ના ઈનપુટ અથવા આઉટપુટને ફરીથી દિશા આપવામાં નિષ્ફળ" msgstr "બાળપ્રક્રિયા (%s)ના ઈનપુટ અથવા આઉટપુટને ફરીથી દિશા આપવામાં નિષ્ફળ"
#: ../glib/gspawn.c:1252 #: glib/gspawn.c:1252
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "બાળપ્રક્રિયા (%s)ની બાળપ્રક્રિયા બનાવવામાં નિષ્ફળ" msgstr "બાળપ્રક્રિયા (%s)ની બાળપ્રક્રિયા બનાવવામાં નિષ્ફળ"
#: ../glib/gspawn.c:1260 #: glib/gspawn.c:1260
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "\"%s\" બાળપ્રક્રિયા ચલાવતી વખતની અજ્ઞાત ભૂલ" msgstr "\"%s\" બાળપ્રક્રિયા ચલાવતી વખતની અજ્ઞાત ભૂલ"
#: ../glib/gspawn.c:1282 #: glib/gspawn.c:1282
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "(%s)બાળ pid પાઈપમાંથી જરુરી માહિતી વાંચવામાં નિષ્ફળ" msgstr "(%s)બાળ pid પાઈપમાંથી જરુરી માહિતી વાંચવામાં નિષ્ફળ"
#: ../glib/gutf8.c:986 #: glib/gutf8.c:986
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "અક્ષર UTF-૮ ની સીમાની બહાર" msgstr "અક્ષર UTF-૮ ની સીમાની બહાર"
#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 #: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230
#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 #: glib/gutf8.c:1371 glib/gutf8.c:1467
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "પરીવર્તિત ઈનપુટની અંદર અયોગ્ય શ્રેણી" 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" msgid "Character out of range for UTF-16"
msgstr "UTF-૧૬ ની સીમાની બહાર નો અક્ષર" msgstr "UTF-૧૬ ની સીમાની બહાર નો અક્ષર"
#: ../glib/goption.c:468 #: glib/goption.c:468
msgid "Usage:" msgid "Usage:"
msgstr "વપરાશ:" msgstr "વપરાશ:"
#: ../glib/goption.c:468 #: glib/goption.c:468
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[OPTION...]" msgstr "[OPTION...]"
#: ../glib/goption.c:556 #: glib/goption.c:556
msgid "Help Options:" msgid "Help Options:"
msgstr "મદદ વિકલ્પો:" msgstr "મદદ વિકલ્પો:"
#: ../glib/goption.c:557 #: glib/goption.c:557
msgid "Show help options" msgid "Show help options"
msgstr "મદદ વિકલ્પો બતાવો" msgstr "મદદ વિકલ્પો બતાવો"
#: ../glib/goption.c:562 #: glib/goption.c:562
msgid "Show all help options" msgid "Show all help options"
msgstr "બધા મદદ વિકલ્પો બતાવો" msgstr "બધા મદદ વિકલ્પો બતાવો"
#: ../glib/goption.c:612 #: glib/goption.c:612
msgid "Application Options:" msgid "Application Options:"
msgstr "કાર્યક્રમ વિકલ્પો:" msgstr "કાર્યક્રમ વિકલ્પો:"
#: ../glib/goption.c:653 #: glib/goption.c:653
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "પૂર્ણાંક કિંમત '%s' ને %s માટે પદચ્છેદન કરી શકતા નથી" msgstr "પૂર્ણાંક કિંમત '%s' ને %s માટે પદચ્છેદન કરી શકતા નથી"
#: ../glib/goption.c:663 #: glib/goption.c:663
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "પૂર્ણાંક કિંમત '%s' એ %s માટે મર્યાદા બહાર છે" msgstr "પૂર્ણાંક કિંમત '%s' એ %s માટે મર્યાદા બહાર છે"
#: ../glib/goption.c:957 ../glib/goption.c:1068 #: glib/goption.c:957 glib/goption.c:1068
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "%s માટેની દલીલ ગુમ થયેલ છે" msgstr "%s માટેની દલીલ ગુમ થયેલ છે"
#: ../glib/goption.c:1472 #: glib/goption.c:1472
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "અજ્ઞાત વિકલ્પ %s" msgstr "અજ્ઞાત વિકલ્પ %s"
#: ../glib/gkeyfile.c:339 #: glib/gkeyfile.c:339
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "માહિતી ડિરેક્ટરીઓમાં માન્ય કી ફાઈલ શોધી શકાઈ નહિં" msgstr "માહિતી ડિરેક્ટરીઓમાં માન્ય કી ફાઈલ શોધી શકાઈ નહિં"
#: ../glib/gkeyfile.c:374 #: glib/gkeyfile.c:374
msgid "Not a regular file" msgid "Not a regular file"
msgstr "નિયમિત ફાઈલ નથી" msgstr "નિયમિત ફાઈલ નથી"
#: ../glib/gkeyfile.c:382 #: glib/gkeyfile.c:382
msgid "File is empty" msgid "File is empty"
msgstr "ફાઈલ ખાલી છે" msgstr "ફાઈલ ખાલી છે"
#: ../glib/gkeyfile.c:697 #: glib/gkeyfile.c:697
#, c-format #, 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' સમાવે છે કે જે કી-કિંમત જોડ, જૂથ, અથવા ટિપ્પણી નથી" msgstr "કી ફાઈલ વાક્ય '%s' સમાવે છે કે જે કી-કિંમત જોડ, જૂથ, અથવા ટિપ્પણી નથી"
#: ../glib/gkeyfile.c:765 #: glib/gkeyfile.c:765
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "કી ફાઈલ જૂથ સાથે શરૂ થતી નથી" msgstr "કી ફાઈલ જૂથ સાથે શરૂ થતી નથી"
#: ../glib/gkeyfile.c:808 #: glib/gkeyfile.c:808
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "કી ફાઈલ બિનઆધારભૂત અક્ષર સંગ્રહપદ્ધતિ '%s' સમાવે છે" msgstr "કી ફાઈલ બિનઆધારભૂત અક્ષર સંગ્રહપદ્ધતિ '%s' સમાવે છે"
#: ../glib/gkeyfile.c:1017 ../glib/gkeyfile.c:1176 ../glib/gkeyfile.c:2177 #: 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:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497
#: ../glib/gkeyfile.c:2649 ../glib/gkeyfile.c:2823 ../glib/gkeyfile.c:2880 #: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "કી ફાઈલ પાસે જૂથ '%s' નથી" msgstr "કી ફાઈલ પાસે જૂથ '%s' નથી"
#: ../glib/gkeyfile.c:1188 #: glib/gkeyfile.c:1188
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "કી ફાઈલ પાસે કી '%s' નથી" msgstr "કી ફાઈલ પાસે કી '%s' નથી"
#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 #: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "કી ફાઈલ '%s' કીને કિંમત '%s' સાથે સમાવે છે કે જે 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 #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "કી ફાઈલ '%s' કી સમાવે છે કે જેની પાસે કિંમત છે જે ઈન્ટરપ્રીટ કરી શકાતી નથી." msgstr "કી ફાઈલ '%s' કી સમાવે છે કે જેની પાસે કિંમત છે જે ઈન્ટરપ્રીટ કરી શકાતી નથી."
#: ../glib/gkeyfile.c:2004 #: glib/gkeyfile.c:2004
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
"interpreted." "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 #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "કી ફાઈલ પાસે કી '%s' એ જૂથ '%s' માં નથી" msgstr "કી ફાઈલ પાસે કી '%s' એ જૂથ '%s' માં નથી"
#: ../glib/gkeyfile.c:3072 #: glib/gkeyfile.c:3072
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "કી ફાઈલ એસ્કેપ અક્ષર વાક્યના અંતે સમાવે છે" msgstr "કી ફાઈલ એસ્કેપ અક્ષર વાક્યના અંતે સમાવે છે"
#: ../glib/gkeyfile.c:3094 #: glib/gkeyfile.c:3094
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "કી ફાઈલ અયોગ્ય એસ્કેપ ક્રમ '%s' સમાવે છે" msgstr "કી ફાઈલ અયોગ્ય એસ્કેપ ક્રમ '%s' સમાવે છે"
#: ../glib/gkeyfile.c:3235 #: glib/gkeyfile.c:3235
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "કિંમત '%s' નંબર તરીકે ઈન્ટરપ્રીટ કરી શકાતું નથી." msgstr "કિંમત '%s' નંબર તરીકે ઈન્ટરપ્રીટ કરી શકાતું નથી."
#: ../glib/gkeyfile.c:3245 #: glib/gkeyfile.c:3245
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "પૂર્ણાંક કિંમત '%s' એ મર્યાદાની બહાર છે" msgstr "પૂર્ણાંક કિંમત '%s' એ મર્યાદાની બહાર છે"
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "કિંમત '%s' બુલિયન તરીકે ઈન્ટરપ્રીટ કરી શકાતું નથી." msgstr "કિંમત '%s' બુલિયન તરીકે ઈન્ટરપ્રીટ કરી શકાતું નથી."

View File

@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD.he\n" "Project-Id-Version: glib.HEAD.he\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2004-03-25 23:13+0000\n" "PO-Revision-Date: 2004-03-25 23:13+0000\n"
"Last-Translator: Gil Osher <dolfin@rpg.org.il>\n" "Last-Translator: Gil Osher <dolfin@rpg.org.il>\n"
"Language-Team: Hebrew <he@li.org>\n" "Language-Team: Hebrew <he@li.org>\n"
@ -32,59 +32,59 @@ msgstr "אין תמיכה בהמרה ממערך תוים '%s' ל '%s'"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "לא ניתן לפתוח ממיר מ-'%s' ל-'%s': %s" msgstr "לא ניתן לפתוח ממיר מ-'%s' ל-'%s': %s"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "רצף תווים לא חוקי בקלט המיועד להמרה" msgstr "רצף תווים לא חוקי בקלט המיועד להמרה"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "שגיאה בזמן המרה: %s" msgstr "שגיאה בזמן המרה: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "רצף תווים חלקי בסוף הקלט" msgstr "רצף תווים חלקי בסוף הקלט"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "לא ניתן להמיר ברירת מחדל '%s' למערך תווים '%s'" msgstr "לא ניתן להמיר ברירת מחדל '%s' למערך תווים '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "הכתובת '%s' היא לא אבסולוטית בשימוש בתור מזהה קובץ" msgstr "הכתובת '%s' היא לא אבסולוטית בשימוש בתור מזהה קובץ"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "הכתובת של קובץ מקומי '%s' אינה יכולה להכיל '#'" msgstr "הכתובת של קובץ מקומי '%s' אינה יכולה להכיל '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "הכתובת '%s' אינה תקפה" msgstr "הכתובת '%s' אינה תקפה"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "שם המארח של הכתובת '%s' אינו תקף" msgstr "שם המארח של הכתובת '%s' אינו תקף"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "הכתובת '%s' מכילה תווים ללא תוי חילוף תקפים" msgstr "הכתובת '%s' מכילה תווים ללא תוי חילוף תקפים"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "שם הנתיב '%s' אינו נתיב מוחלט" msgstr "שם הנתיב '%s' אינו נתיב מוחלט"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "שם מחשב מארח לא תקף" msgstr "שם מחשב מארח לא תקף"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD.hi\n" "Project-Id-Version: glib.HEAD.hi\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-06-14 10:55+0530\n" "PO-Revision-Date: 2005-06-14 10:55+0530\n"
"Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n" "Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n"
"Language-Team: Hindi <fedora-trans-hi@redhat.com>\n" "Language-Team: Hindi <fedora-trans-hi@redhat.com>\n"
@ -30,59 +30,59 @@ msgstr "अक्षर समूह '%s' से '%s' में परिवर
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' से '%s' परिवर्तक नहीं खोला जा सका" msgstr "'%s' से '%s' परिवर्तक नहीं खोला जा सका"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "परिवर्तन इनपुट में अवैध बाइट अनुक्रम" msgstr "परिवर्तन इनपुट में अवैध बाइट अनुक्रम"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "परिवर्तन के दौरान त्रुटि: %s" msgstr "परिवर्तन के दौरान त्रुटि: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "इनपुट के अंत में आंशिक अक्षर अनुक्रम" msgstr "इनपुट के अंत में आंशिक अक्षर अनुक्रम"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "फालबैक '%s' को कोड सेट '%s' में परिवर्तित नहीं कर सका" msgstr "फालबैक '%s' को कोड सेट '%s' में परिवर्तित नहीं कर सका"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "\"file\" योजना का उपयोग करने वाली URI '%s' एक निरपेक्ष यूआरआई नहीं है" msgstr "\"file\" योजना का उपयोग करने वाली URI '%s' एक निरपेक्ष यूआरआई नहीं है"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "स्थानीय फ़ाइल यूआरआई '%s' में एक '#' सम्मिलित नहीं है" msgstr "स्थानीय फ़ाइल यूआरआई '%s' में एक '#' सम्मिलित नहीं है"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "यूआरआई '%s' अवैध है" msgstr "यूआरआई '%s' अवैध है"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "यूआरआई '%s' का होस्टनाम अवैध है" msgstr "यूआरआई '%s' का होस्टनाम अवैध है"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "यूआरआई '%s' में अवैध एस्केप्ड अक्षर सम्मिलित हैं" msgstr "यूआरआई '%s' में अवैध एस्केप्ड अक्षर सम्मिलित हैं"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "पथनाम '%s' एक निरपेक्ष पथ नहीं है" msgstr "पथनाम '%s' एक निरपेक्ष पथ नहीं है"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "अवैध होस्ट-नाम" msgstr "अवैध होस्ट-नाम"

View File

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 0\n" "Project-Id-Version: glib 0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2004-03-13 13:03+CET\n" "PO-Revision-Date: 2004-03-13 13:03+CET\n"
"Last-Translator: auto\n" "Last-Translator: auto\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n" "Language-Team: Croatian <lokalizacija@linux.hr>\n"
@ -24,59 +24,59 @@ msgstr "Pretvaranje iz znakovnog skupa '%s' u '%s' nije podržana"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Ne mogu otvoriti konverter iz '%s' u '%s': %s" msgstr "Ne mogu otvoriti konverter iz '%s' u '%s': %s"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Neispravna sekvenca bajtova u izlazu konverzije" msgstr "Neispravna sekvenca bajtova u izlazu konverzije"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Greška prilikom konverzije: %s" msgstr "Greška prilikom konverzije: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Djelomična znakovna sekvenca pri kraju izlaza" msgstr "Djelomična znakovna sekvenca pri kraju izlaza"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ne mogu prevesti '%s' u znakovni skup '%s'" msgstr "Ne mogu prevesti '%s' u znakovni skup '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' nije apsolutni URI" msgstr "URI '%s' nije apsolutni URI"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "URI lokalne datoteke '%s' ne smije uključivati '#'" msgstr "URI lokalne datoteke '%s' ne smije uključivati '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' nije ispravan" msgstr "URI '%s' nije ispravan"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Ime računala URI-ja '%s' je neispravno" msgstr "Ime računala URI-ja '%s' je neispravno"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' sadrži neispravne escape znakove" msgstr "URI '%s' sadrži neispravne escape znakove"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Putanja '%s' nije apsolutna putanja" msgstr "Putanja '%s' nije apsolutna putanja"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Neispravno ime računala" msgstr "Neispravno ime računala"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD\n" "Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-12 17:37+0200\n" "PO-Revision-Date: 2005-07-12 17:37+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n" "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <gnome@gnome.hu>\n" "Language-Team: Hungarian <gnome@gnome.hu>\n"
@ -31,61 +31,61 @@ msgstr ""
"A(z) \"%s\" karakterkészletről \"%s\" karakterkészletre átalakító nem " "A(z) \"%s\" karakterkészletről \"%s\" karakterkészletre átalakító nem "
"nyitható meg" "nyitható meg"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Érvénytelen bájtsorrend az átalakítás bemenetében" msgstr "Érvénytelen bájtsorrend az átalakítás bemenetében"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Hiba az átalakítás során: %s" msgstr "Hiba az átalakítás során: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Részleges karaktersorozat a bemenet végén" msgstr "Részleges karaktersorozat a bemenet végén"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Nem alakítható át a tartalék \"%s\" a(z) \"%s\" kódkészletre" msgstr "Nem alakítható át a tartalék \"%s\" a(z) \"%s\" kódkészletre"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "A(z) \"%s\" URI nem abszolút, a \"file\" sémát használó URI" msgstr "A(z) \"%s\" URI nem abszolút, a \"file\" sémát használó URI"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "A(z) \"%s\" helyi fájl URI nem tartalmazhat \"#\" karaktert" msgstr "A(z) \"%s\" helyi fájl URI nem tartalmazhat \"#\" karaktert"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "A(z) \"%s\" URI érvénytelen" msgstr "A(z) \"%s\" URI érvénytelen"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "A(z) \"%s\" gépneve érvénytelen" msgstr "A(z) \"%s\" gépneve érvénytelen"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "" msgstr ""
"A(z) \"%s\" URI érvénytelen escape-szekvencia formában megadott karaktereket " "A(z) \"%s\" URI érvénytelen escape-szekvencia formában megadott karaktereket "
"tartalmaz" "tartalmaz"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "A(z) \"%s\" elérési út neve nem abszolút útvonal" msgstr "A(z) \"%s\" elérési út neve nem abszolút útvonal"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Érvénytelen gépnév" msgstr "Érvénytelen gépnév"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD\n" "Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-03-09 21:43+0700\n" "PO-Revision-Date: 2005-03-09 21:43+0700\n"
"Last-Translator: Mohammad DAMT <mdamt@bisnisweb.com>\n" "Last-Translator: Mohammad DAMT <mdamt@bisnisweb.com>\n"
"Language-Team: Indonesia <sukarelawan@gnome.linux.or.id>\n" "Language-Team: Indonesia <sukarelawan@gnome.linux.or.id>\n"
@ -26,59 +26,59 @@ msgstr "Konversi dari gugus karakter '%s' ke '%s' tidak dapat dilakukan"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Tidak dapat membuka pengubah dari '%s' ke '%s'" msgstr "Tidak dapat membuka pengubah dari '%s' ke '%s'"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Rangkaian byte dalam input konversi tidak benar" msgstr "Rangkaian byte dalam input konversi tidak benar"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Error saat melakukan konversi: %s" msgstr "Error saat melakukan konversi: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Rangkaian karakter sebagian pada akhir input" msgstr "Rangkaian karakter sebagian pada akhir input"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Tidak dapat mengkonversi, kembalikan '%s' ke gugus kode '%s'" msgstr "Tidak dapat mengkonversi, kembalikan '%s' ke gugus kode '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' bukanlah URI absolut dengan menggunakan skema \"file\"" msgstr "URI '%s' bukanlah URI absolut dengan menggunakan skema \"file\""
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "URI File lokal '%s' tidak boleh ada karakter '#' di dalamnya" msgstr "URI File lokal '%s' tidak boleh ada karakter '#' di dalamnya"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' tidak benar" msgstr "URI '%s' tidak benar"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Nama host pada URI '%s' tidak benar" msgstr "Nama host pada URI '%s' tidak benar"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' berisi karakter escape yang salah" msgstr "URI '%s' berisi karakter escape yang salah"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Nama path '%s' bukan path absolut" msgstr "Nama path '%s' bukan path absolut"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Nama host salah" msgstr "Nama host salah"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.2\n" "Project-Id-Version: glib 2.2\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2003-08-18 18:05+0000\n" "PO-Revision-Date: 2003-08-18 18:05+0000\n"
"Last-Translator: Richard Allen <ra@ra.is>\n" "Last-Translator: Richard Allen <ra@ra.is>\n"
"Language-Team: is <is@li.org>\n" "Language-Team: is <is@li.org>\n"
@ -25,59 +25,59 @@ msgstr "Umbreyting úr stafasettinu '%s' í '%s' er ekki stutt"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Gat ekki opnað umbreyti úr '%s' í '%s': %s" msgstr "Gat ekki opnað umbreyti úr '%s' í '%s': %s"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Ógild bætaruna í ílagi umbreytingar" msgstr "Ógild bætaruna í ílagi umbreytingar"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Villa við umbreytingu: %s" msgstr "Villa við umbreytingu: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Ókláruð stafaruna í enda ílags" msgstr "Ókláruð stafaruna í enda ílags"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Gat ekki umbreytt '%s' í stafatöflu '%s'" msgstr "Gat ekki umbreytt '%s' í stafatöflu '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' er ekki fullt URI sem notar 'file' skemuna" msgstr "URI '%s' er ekki fullt URI sem notar 'file' skemuna"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Skráar-URI '%s' má ekki innihalda '#'" msgstr "Skráar-URI '%s' má ekki innihalda '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' er ógilt" msgstr "URI '%s' er ógilt"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Vélarheitið í URI '%s' er ógilt" msgstr "Vélarheitið í URI '%s' er ógilt"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' inniheldur ógild sértákn" msgstr "URI '%s' inniheldur ógild sértákn"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Slóðin '%s' er ekki full slóð" msgstr "Slóðin '%s' er ekki full slóð"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Ógilt vélarheiti" msgstr "Ógilt vélarheiti"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.6.x\n" "Project-Id-Version: glib 2.6.x\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-01-30 17:16+0100\n" "PO-Revision-Date: 2005-01-30 17:16+0100\n"
"Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n" "Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n" "Language-Team: Italian <tp@lists.linux.it>\n"
@ -26,60 +26,60 @@ msgstr ""
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\"" msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\""
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Sequenza di byte non valida nell'ingresso per la conversione" msgstr "Sequenza di byte non valida nell'ingresso per la conversione"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Errore durante la conversione: %s" msgstr "Errore durante la conversione: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Sequenza di caratteri parziale al termine dei dati in ingresso" msgstr "Sequenza di caratteri parziale al termine dei dati in ingresso"
# il primo %s è una 'fallback string' come recita il commento nel codice # il primo %s è una 'fallback string' come recita il commento nel codice
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Impossibile convertire \"%s\" nel set di caratteri \"%s\"" msgstr "Impossibile convertire \"%s\" nel set di caratteri \"%s\""
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "L'URI \"%s\" non è un URI assoluto che utilizza lo schema \"file://\"" msgstr "L'URI \"%s\" non è un URI assoluto che utilizza lo schema \"file://\""
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "L'URI per il file locale \"%s\" non può includere un '#'" msgstr "L'URI per il file locale \"%s\" non può includere un '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "L'URI \"%s\" non è valido" msgstr "L'URI \"%s\" non è valido"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Il nome dell'host nell'URI \"%s\" non è valido" msgstr "Il nome dell'host nell'URI \"%s\" non è valido"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "L'URI \"%s\" contiene sequenze di escape non valide" msgstr "L'URI \"%s\" contiene sequenze di escape non valide"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Il nome di percorso \"%s\" non è un percorso assoluto" msgstr "Il nome di percorso \"%s\" non è un percorso assoluto"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Nome host non valido" msgstr "Nome host non valido"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD\n" "Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-02 18:33+0900\n" "PO-Revision-Date: 2005-07-02 18:33+0900\n"
"Last-Translator: Takeshi AIHANA <aihana@gnome.gr.jp>\n" "Last-Translator: Takeshi AIHANA <aihana@gnome.gr.jp>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n" "Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
@ -27,59 +27,59 @@ msgstr "文字セット '%s' から '%s' への変換はサポートしていま
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' から '%s' へのコンバータを開けませんでした" msgstr "'%s' から '%s' へのコンバータを開けませんでした"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "変換する入力に無効なバイトの並びがあります" msgstr "変換する入力に無効なバイトの並びがあります"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "変換中にエラー: %s" msgstr "変換中にエラー: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "入力の最後に不完全な文字シーケンスがあります" msgstr "入力の最後に不完全な文字シーケンスがあります"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "フォールバック '%s' を文字セット '%s' に変換できません" msgstr "フォールバック '%s' を文字セット '%s' に変換できません"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' は \"file\" スキームの絶対 URI ではありません" msgstr "URI '%s' は \"file\" スキームの絶対 URI ではありません"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "ローカルファイル URI '%s' は '#' は含みません" msgstr "ローカルファイル URI '%s' は '#' は含みません"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' は正しくありません" msgstr "URI '%s' は正しくありません"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "URI 中のホスト名 '%s' がおかしいです" msgstr "URI 中のホスト名 '%s' がおかしいです"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI %s' に無効なエスケープ文字が含まれています" msgstr "URI %s' に無効なエスケープ文字が含まれています"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "パス名 '%s' が絶対パスではありません" msgstr "パス名 '%s' が絶対パスではありません"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "無効なホスト名です" msgstr "無効なホスト名です"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.3.1\n" "Project-Id-Version: glib 2.3.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2004-01-30 03:56+0900\n" "PO-Revision-Date: 2004-01-30 03:56+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n" "Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n"
@ -24,59 +24,59 @@ msgstr "문자셋 '%s'에서 '%s'(으)로 변환은 지원되지 않습니다"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s'에서 '%s'(으)로 변환하는 변환기를 열 수 없습니다: %s" msgstr "'%s'에서 '%s'(으)로 변환하는 변환기를 열 수 없습니다: %s"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "변환 입력에서 잘못된 바이트 순서" msgstr "변환 입력에서 잘못된 바이트 순서"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "변환중 오류: %s" msgstr "변환중 오류: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "입력의 끝에서 부분적인 문자 순서" msgstr "입력의 끝에서 부분적인 문자 순서"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "코드셋 '%2$s'에서 대체하는 '%1$s'(으)로 변환 못함" msgstr "코드셋 '%2$s'에서 대체하는 '%1$s'(으)로 변환 못함"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s'은(는) 파일스키마를 사용하는 완전한 URI가 아닙니다" msgstr "URI '%s'은(는) 파일스키마를 사용하는 완전한 URI가 아닙니다"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "로컬 파일 URI '%s'은(는) '#'를 포함하지 않습니다" msgstr "로컬 파일 URI '%s'은(는) '#'를 포함하지 않습니다"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s'이(가) 잘못되었습니다" msgstr "URI '%s'이(가) 잘못되었습니다"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s'의 호스트 이름이 잘못되었습니다" msgstr "URI '%s'의 호스트 이름이 잘못되었습니다"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s'은(는) 잘못된 이스케이프 문자를 포함합니다" msgstr "URI '%s'은(는) 잘못된 이스케이프 문자를 포함합니다"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "경로이름 '%s'은(는) 절대 경로가 아닙니다" msgstr "경로이름 '%s'은(는) 절대 경로가 아닙니다"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "잘못된 호스트 이름" msgstr "잘못된 호스트 이름"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD\n" "Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-17 21:26+0300\n" "PO-Revision-Date: 2005-07-17 21:26+0300\n"
"Last-Translator: Žygimantas Beručka <uid0@akl.lt>\n" "Last-Translator: Žygimantas Beručka <uid0@akl.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@ -26,59 +26,59 @@ msgstr "Keitimas iš koduotės „%s“ į koduotę „%s“ nepalaikomas"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Nepavyko atverti keitiklio iš „%s“ į „%s“" msgstr "Nepavyko atverti keitiklio iš „%s“ į „%s“"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Klaidinga baitų seka keitimo įvedime" msgstr "Klaidinga baitų seka keitimo įvedime"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Klaida keitimo metu: %s" msgstr "Klaida keitimo metu: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Nepilna simbolio seka įvedimo pabaigoje" msgstr "Nepilna simbolio seka įvedimo pabaigoje"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Negalima keisti atgalinio varianto „%s“ į koduotę „%s“" msgstr "Negalima keisti atgalinio varianto „%s“ į koduotę „%s“"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Adresas „%s“ nėra absoliutus adresas naudojantis „file“ schemą" msgstr "Adresas „%s“ nėra absoliutus adresas naudojantis „file“ schemą"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Vietinės bylos adresas „%s“ negali turėti simbolio „#“" msgstr "Vietinės bylos adresas „%s“ negali turėti simbolio „#“"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "Adresas „%s“ yra klaidingas" msgstr "Adresas „%s“ yra klaidingas"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Kompiuterio vardas „%s“ adrese yra klaidingas" msgstr "Kompiuterio vardas „%s“ adrese yra klaidingas"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Adrese „%s“ yra klaidingai perkoduoti symboliai" msgstr "Adrese „%s“ yra klaidingai perkoduoti symboliai"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Kelias „%s“ nėra absoliutus" msgstr "Kelias „%s“ nėra absoliutus"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Klaidingas kompiuterio vardas" msgstr "Klaidingas kompiuterio vardas"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2002-12-19 01:04+0200\n" "PO-Revision-Date: 2002-12-19 01:04+0200\n"
"Last-Translator: Artis Trops <hornet@navigator.lv>\n" "Last-Translator: Artis Trops <hornet@navigator.lv>\n"
"Language-Team: Latvian <ll10nt@os.lv>\n" "Language-Team: Latvian <ll10nt@os.lv>\n"
@ -24,59 +24,59 @@ msgstr "Konversija no rakstzīmju kopas '%s' uz '%s' nav atbalstīta"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Nevarēju atvērt konvertātoru no '%s' uz '%s': %s" msgstr "Nevarēju atvērt konvertātoru no '%s' uz '%s': %s"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Nepareiza baitu secība konversijas ievadē" msgstr "Nepareiza baitu secība konversijas ievadē"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Kļūda konversējot: %s" msgstr "Kļūda konversējot: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Daļēja simbolu secība ievades beigās" msgstr "Daļēja simbolu secība ievades beigās"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Nevar pārveidot atkritienu '%s' uz rakstzīmju kopu '%s'" msgstr "Nevar pārveidot atkritienu '%s' uz rakstzīmju kopu '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' nav absolūtais URI, lietojot failu shēmu" msgstr "URI '%s' nav absolūtais URI, lietojot failu shēmu"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Lokālā faila URI '%s' nedrīkst saturēt '#'" msgstr "Lokālā faila URI '%s' nedrīkst saturēt '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' ir nepareizs" msgstr "URI '%s' ir nepareizs"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Hostdatora nosaukuma URI '%s' ir nepareizs" msgstr "Hostdatora nosaukuma URI '%s' ir nepareizs"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' satur nepareizi izvairīgas rakstzīmes" msgstr "URI '%s' satur nepareizi izvairīgas rakstzīmes"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Ceļvārds '%s' nav absolutais ceļš" msgstr "Ceļvārds '%s' nav absolutais ceļš"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Nepareizs hostdatora nosaukums" msgstr "Nepareizs hostdatora nosaukums"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.glib-2-4.mk\n" "Project-Id-Version: glib.glib-2-4.mk\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-12 23:14+0200\n" "PO-Revision-Date: 2005-07-12 23:14+0200\n"
"Last-Translator: Arangel Angov <ufo@linux.net.mk>\n" "Last-Translator: Arangel Angov <ufo@linux.net.mk>\n"
"Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n" "Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n"
@ -27,59 +27,59 @@ msgstr "Конвертирањето од %s' во '%s' не е поддржа
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Не можам да го отворам конверторот од '%s' до '%s'" msgstr "Не можам да го отворам конверторот од '%s' до '%s'"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Невалидна секвенца на бајти во влезот на конвертирањето" msgstr "Невалидна секвенца на бајти во влезот на конвертирањето"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Грешка при конвертирање: %s" msgstr "Грешка при конвертирање: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Парцијална секвенца на карактер на крајот од влезот" msgstr "Парцијална секвенца на карактер на крајот од влезот"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Не можам да го конвертирам '%s' во енкодингот '%s'" msgstr "Не можам да го конвертирам '%s' во енкодингот '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "'%s' не е апсолутна адреса која што ја користи шемата на датотеката" msgstr "'%s' не е апсолутна адреса која што ја користи шемата на датотеката"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Локалното URI '%s' може да не користи '#'" msgstr "Локалното URI '%s' може да не користи '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "'%s' е невалиден URI" msgstr "'%s' е невалиден URI"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Името на хостот на URI %s е невалидно" msgstr "Името на хостот на URI %s е невалидно"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "'%s' содржи невалидни посебни карактери" msgstr "'%s' содржи невалидни посебни карактери"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Патеката '%s' не е апсолутна патека" msgstr "Патеката '%s' не е апсолутна патека"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Невалидно име на хост" msgstr "Невалидно име на хост"

View File

@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD\n" "Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-05-30 01:07-0800\n" "PO-Revision-Date: 2005-05-30 01:07-0800\n"
"Last-Translator: Бадрал <badral@openmn.org>\n" "Last-Translator: Бадрал <badral@openmn.org>\n"
"Language-Team: Mongolian <openmn-translation@lists.sf.net>\n" "Language-Team: Mongolian <openmn-translation@lists.sf.net>\n"
@ -33,61 +33,61 @@ msgstr "Тэмдэгт олонлог »%s« ээс »%s« рүү хөрвүүл
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "»%s« ээс »%s« рүү хөрвүүлэгч нээгдсэнгүй" msgstr "»%s« ээс »%s« рүү хөрвүүлэгч нээгдсэнгүй"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Хөрвүүлэлтийн оролтод хүчингүй байт дараалал байна" msgstr "Хөрвүүлэлтийн оролтод хүчингүй байт дараалал байна"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Хөрвүүлж байхад алдаа: %s" msgstr "Хөрвүүлж байхад алдаа: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Оролтын төгсгөлд хагас тэмдэгтийн дараалал" msgstr "Оролтын төгсгөлд хагас тэмдэгтийн дараалал"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "»%s« ухарч »%s« кодчилол руу хөрвөхгүй байна" msgstr "»%s« ухарч »%s« кодчилол руу хөрвөхгүй байна"
# CHECK # CHECK
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI »%s« нь файл схемд хэрэглэгддэг үнэмлэхүй хаяг биш" msgstr "URI »%s« нь файл схемд хэрэглэгддэг үнэмлэхүй хаяг биш"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Дотоод URI »%s« нь »#« -г агуулж болохгүй" msgstr "Дотоод URI »%s« нь »#« -г агуулж болохгүй"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "»%s« URI хүчингүй" msgstr "»%s« URI хүчингүй"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "URI »%s« -н хостын нэр хүчингүй" msgstr "URI »%s« -н хостын нэр хүчингүй"
# CHECK # CHECK
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "»%s« URI хүчингүй Escape-тэмдэгт агуулж байна" msgstr "»%s« URI хүчингүй Escape-тэмдэгт агуулж байна"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "»%s« замын нэр үнэмлэхүй зам биш" msgstr "»%s« замын нэр үнэмлэхүй зам биш"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Хүчингүй хостын нэр" msgstr "Хүчингүй хостын нэр"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD\n" "Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2004-02-03 02:11+0730\n" "PO-Revision-Date: 2004-02-03 02:11+0730\n"
"Last-Translator: Hasbullah Bin Pit <sebol@my-penguin.org>\n" "Last-Translator: Hasbullah Bin Pit <sebol@my-penguin.org>\n"
"Language-Team: Projek Gabai <gabai-penyumbang@lists.sourceforge.org>\n" "Language-Team: Projek Gabai <gabai-penyumbang@lists.sourceforge.org>\n"
@ -24,59 +24,59 @@ msgstr "Penukaran set aksara daripada '%s' ke '%s' tidak disokong"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "tak dapat membuka penukar daripada '%s' kepada '%s': %s" msgstr "tak dapat membuka penukar daripada '%s' kepada '%s': %s"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Turutan byte tidak sah pada penukaran iput" msgstr "Turutan byte tidak sah pada penukaran iput"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Ralat semasa penukaran: %s" msgstr "Ralat semasa penukaran: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Sebahagian turutan aksara berada di penghujung input" msgstr "Sebahagian turutan aksara berada di penghujung input"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Tak dapat tukar unduran '%s' ke set kod '%s'" msgstr "Tak dapat tukar unduran '%s' ke set kod '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' adalah bukan URI mutlak menggunakan skema fail" msgstr "URI '%s' adalah bukan URI mutlak menggunakan skema fail"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "URI Fail local '%s' mungkin tidak disertakan dengan '#'" msgstr "URI Fail local '%s' mungkin tidak disertakan dengan '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' adalah tidak sah" msgstr "URI '%s' adalah tidak sah"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Namahos URI '%s' tidak sah" msgstr "Namahos URI '%s' tidak sah"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' mengandungi aksara escaped yang tidak sah" msgstr "URI '%s' mengandungi aksara escaped yang tidak sah"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Nama laluan '%s' adalah bukan laluan mutlak" msgstr "Nama laluan '%s' adalah bukan laluan mutlak"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Namahos tidak sah" msgstr "Namahos tidak sah"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: nb\n" "Project-Id-Version: nb\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-13 10:30+0200\n" "PO-Revision-Date: 2005-07-13 10:30+0200\n"
"Last-Translator: Terance Edward Sola <terance@lyse.net>\n" "Last-Translator: Terance Edward Sola <terance@lyse.net>\n"
"Language-Team: Norwegian Bokmal <i18n-nb@lister.ping.uio.no>\n" "Language-Team: Norwegian Bokmal <i18n-nb@lister.ping.uio.no>\n"
@ -27,59 +27,59 @@ msgstr "Konvertering fra tegnsett «%s» til «%s» er ikke støttet"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Kunne ikke åpne program for å konvertere fra «%s» til «%s»" msgstr "Kunne ikke åpne program for å konvertere fra «%s» til «%s»"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Ugyldig bytesekvens i inndata for konvertering" msgstr "Ugyldig bytesekvens i inndata for konvertering"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Feil under konvertering: %s" msgstr "Feil under konvertering: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Ufullstendig tegnsekvens ved slutten på inndata" msgstr "Ufullstendig tegnsekvens ved slutten på inndata"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan ikke konvertere \"fallback\" «%s» til tegnsett «%s»" msgstr "Kan ikke konvertere \"fallback\" «%s» til tegnsett «%s»"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI «%s» er ikke en absolutt URI som bruker skjema for filer" msgstr "URI «%s» er ikke en absolutt URI som bruker skjema for filer"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Lokal fil-URI «%s» kan ikke inneholde en «#»" msgstr "Lokal fil-URI «%s» kan ikke inneholde en «#»"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI «%s» er ugyldig" msgstr "URI «%s» er ugyldig"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Vertsnavnet for URI «%s» er ugyldig" msgstr "Vertsnavnet for URI «%s» er ugyldig"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Vertsnavnet for URI «%s» inneholder ugyldige escape-tegn" msgstr "Vertsnavnet for URI «%s» inneholder ugyldige escape-tegn"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Stinavnet «%s» er ikke en absolutt sti" msgstr "Stinavnet «%s» er ikke en absolutt sti"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Ugyldig vertsnavn" msgstr "Ugyldig vertsnavn"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD\n" "Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-05-20 11:50+0545\n" "PO-Revision-Date: 2005-05-20 11:50+0545\n"
"Last-Translator: Jyotshna Shrestha <shresthajyo@hotmail.com>\n" "Last-Translator: Jyotshna Shrestha <shresthajyo@hotmail.com>\n"
"Language-Team: Nepali <info@mpp.org.np>\n" "Language-Team: Nepali <info@mpp.org.np>\n"
@ -27,59 +27,59 @@ msgstr "वर्ण समूह '%s' बाट '%s' मा बदलन सम
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' बाट '%s'मा अनुवादक खुलेन" msgstr "'%s' बाट '%s'मा अनुवादक खुलेन"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "अनुवादन निवेशमा अमान्य बाइट शृङ्खला" msgstr "अनुवादन निवेशमा अमान्य बाइट शृङ्खला"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "अनुवाद क्रममा गल्ती: %s" msgstr "अनुवाद क्रममा गल्ती: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "निवेशको अन्त्यमा अर्धवर्ण शृङ्खला" msgstr "निवेशको अन्त्यमा अर्धवर्ण शृङ्खला"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "कोड सेट '%s'पछाडिको '%s'मा परिवर्तन गर्न सकिएन" msgstr "कोड सेट '%s'पछाडिको '%s'मा परिवर्तन गर्न सकिएन"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "युआरआइ '%s' नमुना फाइल बमोजिम वास्तविक युआरआइ होइन" msgstr "युआरआइ '%s' नमुना फाइल बमोजिम वास्तविक युआरआइ होइन"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "स्थानीय युआरआइ '%s'फाइल '#'मा समावेश छैन" msgstr "स्थानीय युआरआइ '%s'फाइल '#'मा समावेश छैन"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "युआरआइ '%s'अबैध छ " msgstr "युआरआइ '%s'अबैध छ "
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "युआरआइ '%s'को मुख्य नाम अबैध छ" msgstr "युआरआइ '%s'को मुख्य नाम अबैध छ"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "युआरआइ '%s'मा अबैध वर्ण देखिन्छ" msgstr "युआरआइ '%s'मा अबैध वर्ण देखिन्छ"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "मार्ग-नाम '%s' वास्तबिक मार्ग होइन" msgstr "मार्ग-नाम '%s' वास्तबिक मार्ग होइन"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "मुख्य नाम अबैध छ" msgstr "मुख्य नाम अबैध छ"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib (HEAD)\n" "Project-Id-Version: glib (HEAD)\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-09 03:33+0200\n" "PO-Revision-Date: 2005-07-09 03:33+0200\n"
"Last-Translator: Tino Meinen <a.t.meinen@chello.nl>\n" "Last-Translator: Tino Meinen <a.t.meinen@chello.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
@ -28,60 +28,60 @@ msgstr "Conversie van tekenset '%s' naar '%s' wordt niet ondersteund"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Kon conversieprogramma voor omzetten van '%s' naar '%s' niet openen" msgstr "Kon conversieprogramma voor omzetten van '%s' naar '%s' niet openen"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Ongeldige bytereeks in conversie-invoer" msgstr "Ongeldige bytereeks in conversie-invoer"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Fout tijdens conversie: %s" msgstr "Fout tijdens conversie: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Onvolledige tekenreeks aan het eind van de invoer" msgstr "Onvolledige tekenreeks aan het eind van de invoer"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan vanaf codeverzameling '%s' niet terugvallen op '%s'" msgstr "Kan vanaf codeverzameling '%s' niet terugvallen op '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "" msgstr ""
"De URI '%s' is geen absolute URI die gebruik maakt van het \"bestand\" schema" "De URI '%s' is geen absolute URI die gebruik maakt van het \"bestand\" schema"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "De lokale bestands-URI '%s' mag geen '#' bevatten" msgstr "De lokale bestands-URI '%s' mag geen '#' bevatten"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "De URI '%s' is ongeldig" msgstr "De URI '%s' is ongeldig"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "De hostnaam van de URI '%s' is ongeldig" msgstr "De hostnaam van de URI '%s' is ongeldig"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "De URI '%s' bevat ongeldige ontsnappingstekens" msgstr "De URI '%s' bevat ongeldige ontsnappingstekens"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Het pad '%s' is geen absoluut pad" msgstr "Het pad '%s' is geen absoluut pad"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Ongeldige hostnaam" msgstr "Ongeldige hostnaam"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: nn\n" "Project-Id-Version: nn\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2004-09-06 21:31+0000\n" "PO-Revision-Date: 2004-09-06 21:31+0000\n"
"Last-Translator: Åsmund Skjæveland <aasmunds@fys.uio.no>\n" "Last-Translator: Åsmund Skjæveland <aasmunds@fys.uio.no>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n" "Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"
@ -28,59 +28,59 @@ msgstr "Konvertering frå teiknsettet «%s» til «%s» er ikkje støtta"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Kunne ikkje opna konverterar frå «%s» til «%s»" msgstr "Kunne ikkje opna konverterar frå «%s» til «%s»"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Ugyldig bytesekvens i inndata for konvertering" msgstr "Ugyldig bytesekvens i inndata for konvertering"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Feil under konvertering: %s" msgstr "Feil under konvertering: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Delvis teiknsekvens på slutten av inndata" msgstr "Delvis teiknsekvens på slutten av inndata"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan ikkje konvertera tilbakefall «%s» til kodesett «%s»" msgstr "Kan ikkje konvertera tilbakefall «%s» til kodesett «%s»"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI-en «%s» er ikkje ein absolutt URI som brukar «file»-skjemaet" msgstr "URI-en «%s» er ikkje ein absolutt URI som brukar «file»-skjemaet"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Den lokale fil-URIen «%s» kan ikkje innehalda ein «#»" msgstr "Den lokale fil-URIen «%s» kan ikkje innehalda ein «#»"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URIen «%s» er ugyldig" msgstr "URIen «%s» er ugyldig"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Vertsnamnet i URIen «%s» er ugyldig" msgstr "Vertsnamnet i URIen «%s» er ugyldig"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URIen «%s» inneheld feil koda teikn" msgstr "URIen «%s» inneheld feil koda teikn"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Filstien «%s» er ikkje ein absolutt sti" msgstr "Filstien «%s» er ikkje ein absolutt sti"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Ugyldig vertsnamn" msgstr "Ugyldig vertsnamn"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: nb\n" "Project-Id-Version: nb\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-13 10:30+0200\n" "PO-Revision-Date: 2005-07-13 10:30+0200\n"
"Last-Translator: Terance Edward Sola <terance@lyse.net>\n" "Last-Translator: Terance Edward Sola <terance@lyse.net>\n"
"Language-Team: Norwegian Bokmal <i18n-nb@lister.ping.uio.no>\n" "Language-Team: Norwegian Bokmal <i18n-nb@lister.ping.uio.no>\n"
@ -27,59 +27,59 @@ msgstr "Konvertering fra tegnsett «%s» til «%s» er ikke støttet"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Kunne ikke åpne program for å konvertere fra «%s» til «%s»" msgstr "Kunne ikke åpne program for å konvertere fra «%s» til «%s»"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Ugyldig bytesekvens i inndata for konvertering" msgstr "Ugyldig bytesekvens i inndata for konvertering"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Feil under konvertering: %s" msgstr "Feil under konvertering: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Ufullstendig tegnsekvens ved slutten på inndata" msgstr "Ufullstendig tegnsekvens ved slutten på inndata"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan ikke konvertere \"fallback\" «%s» til tegnsett «%s»" msgstr "Kan ikke konvertere \"fallback\" «%s» til tegnsett «%s»"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI «%s» er ikke en absolutt URI som bruker skjema for filer" msgstr "URI «%s» er ikke en absolutt URI som bruker skjema for filer"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Lokal fil-URI «%s» kan ikke inneholde en «#»" msgstr "Lokal fil-URI «%s» kan ikke inneholde en «#»"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI «%s» er ugyldig" msgstr "URI «%s» er ugyldig"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Vertsnavnet for URI «%s» er ugyldig" msgstr "Vertsnavnet for URI «%s» er ugyldig"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Vertsnavnet for URI «%s» inneholder ugyldige escape-tegn" msgstr "Vertsnavnet for URI «%s» inneholder ugyldige escape-tegn"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Stinavnet «%s» er ikke en absolutt sti" msgstr "Stinavnet «%s» er ikke en absolutt sti"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Ugyldig vertsnavn" msgstr "Ugyldig vertsnavn"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.glib-2-4.HEAD.or\n" "Project-Id-Version: glib.glib-2-4.HEAD.or\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2004-09-05 21:30+0530\n" "PO-Revision-Date: 2004-09-05 21:30+0530\n"
"Last-Translator: Subhransu Behera <arya_subhransu@yahoo.co.in>\n" "Last-Translator: Subhransu Behera <arya_subhransu@yahoo.co.in>\n"
"Language-Team: Oriya <oriya-group@lists.sarovar.org>\n" "Language-Team: Oriya <oriya-group@lists.sarovar.org>\n"
@ -26,59 +26,59 @@ msgstr "ଅକ୍ଷର ସେଟ୍ '%s'କୁ '%s'େର ରୂପାନ୍ତ
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s'ରୁ '%s'ର ରୁପାନ୍ତରକ ଖୋଲି ହେଲା ନାହିଁ" msgstr "'%s'ରୁ '%s'ର ରୁପାନ୍ତରକ ଖୋଲି ହେଲା ନାହିଁ"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "ରୁପାନ୍ତରଣ ନିବେଶେର ଅବୈଧ ବାଇଟ୍ ଅନୁକ୍ରମ" msgstr "ରୁପାନ୍ତରଣ ନିବେଶେର ଅବୈଧ ବାଇଟ୍ ଅନୁକ୍ରମ"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s" msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "ନିବେଶର ସମାପ୍ତିରେ ଆଶିଂକ ଅକ୍ଷର ଅନୁକ୍ରମ" msgstr "ନିବେଶର ସମାପ୍ତିରେ ଆଶିଂକ ଅକ୍ଷର ଅନୁକ୍ରମ"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "'%s' ସହାୟକକୁ ସଂକେତ '%s' ସେଟ୍ ରେ ରୁପାନ୍ତରିତ କରିହେଲା ନାହିଁ" msgstr "'%s' ସହାୟକକୁ ସଂକେତ '%s' ସେଟ୍ ରେ ରୁପାନ୍ତରିତ କରିହେଲା ନାହିଁ"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "'%s' ୟୁ.ଆର୍.ଆଇ. \"ଫାଇଲ\" ଯୋଜନାକୁ ବ୍ଯବହାର କରୁଥିବା ଗୋଟିଏ ସମ୍ପୂର୍ଣ୍ଣ ୟୁ.ଆର୍.ଆଇ. ନୁହେଁ" msgstr "'%s' ୟୁ.ଆର୍.ଆଇ. \"ଫାଇଲ\" ଯୋଜନାକୁ ବ୍ଯବହାର କରୁଥିବା ଗୋଟିଏ ସମ୍ପୂର୍ଣ୍ଣ ୟୁ.ଆର୍.ଆଇ. ନୁହେଁ"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "'%s' ସ୍ଥାନୀୟ ଫାଇଲ ୟୁ.ଆର୍.ଆଇ. '#' ଚିହ୍ନକୁ ସମ୍ମିଳିତ କରିପାରିବ ନାହିଁ" msgstr "'%s' ସ୍ଥାନୀୟ ଫାଇଲ ୟୁ.ଆର୍.ଆଇ. '#' ଚିହ୍ନକୁ ସମ୍ମିଳିତ କରିପାରିବ ନାହିଁ"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "'%s' ୟୁ.ଆର୍.ଆଇ. ଅବୈଧ ଅଟେ" msgstr "'%s' ୟୁ.ଆର୍.ଆଇ. ଅବୈଧ ଅଟେ"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "'%s' ୟୁ.ଆର୍.ଆଇ.ର ହୋଷ୍ଟ୍ ନାମ ଅବୈଧ ଅଟେ" msgstr "'%s' ୟୁ.ଆର୍.ଆଇ.ର ହୋଷ୍ଟ୍ ନାମ ଅବୈଧ ଅଟେ"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "'%s' ୟୁ.ଆର୍.ଆଇ.ରେ ଅବୈଧ ଏସ୍କେପ୍ ଅକ୍ଷର ରହିଛି" msgstr "'%s' ୟୁ.ଆର୍.ଆଇ.ରେ ଅବୈଧ ଏସ୍କେପ୍ ଅକ୍ଷର ରହିଛି"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' ପଥ ନାମ ଏକ ସମ୍ପୂର୍ଣ୍ଣ ପଥ ନୁହେଁ" msgstr "'%s' ପଥ ନାମ ଏକ ସମ୍ପୂର୍ଣ୍ଣ ପଥ ନୁହେଁ"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "ଅବୈଧ ହୋଷ୍ଟ୍ ନାମ" msgstr "ଅବୈଧ ହୋଷ୍ଟ୍ ନାମ"

View File

@ -13,7 +13,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD\n" "Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-08 09:52+0530\n" "PO-Revision-Date: 2005-07-08 09:52+0530\n"
"Last-Translator: Amanpreet Singh Alam <amanpreetalam@yahoo.com>\n" "Last-Translator: Amanpreet Singh Alam <amanpreetalam@yahoo.com>\n"
"Language-Team: Punjabi <fedora-transa-pa@redhat.com>\n" "Language-Team: Punjabi <fedora-transa-pa@redhat.com>\n"
@ -33,59 +33,59 @@ msgstr "ਕਰੈਕਟਰ ਸਮੂਹ %s ਤੋਂ %s ਵਿੱਚ ਬਦਲ
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "ਇਸ '%s' ਤੋ '%s' ਵਿੱਚ ਬਦਲਣ ਵਾਲਾ ਉਪਲਬਧ ਨਹੀ ਹੈ" msgstr "ਇਸ '%s' ਤੋ '%s' ਵਿੱਚ ਬਦਲਣ ਵਾਲਾ ਉਪਲਬਧ ਨਹੀ ਹੈ"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "ਬਦਲਣ ਲਈ ਦਿਤੀ ਸਤਰ ਵਿੱਚ ਬਾਇਟ ਦਾ ਸਰੂਪ ਠੀਕ ਨਹੀ ਹੈ" msgstr "ਬਦਲਣ ਲਈ ਦਿਤੀ ਸਤਰ ਵਿੱਚ ਬਾਇਟ ਦਾ ਸਰੂਪ ਠੀਕ ਨਹੀ ਹੈ"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "ਤਬਦੀਲੀ ਦਰਮਿਆਨ ਗਲਤੀ %s" msgstr "ਤਬਦੀਲੀ ਦਰਮਿਆਨ ਗਲਤੀ %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "ਸਤਰ ਦੇ ਅਖੀਰ ਤੇ ਅੱਖਰਾਂ ਦਾ ਸਰੂਪ ਅਧੂਰਾ ਹੈ" msgstr "ਸਤਰ ਦੇ ਅਖੀਰ ਤੇ ਅੱਖਰਾਂ ਦਾ ਸਰੂਪ ਅਧੂਰਾ ਹੈ"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "ਕੋਡ ਸਮੂਹ %s ਤੋ %s ਵਿੱਚ ਤਬਦੀਲੀ ਸੰਭਵ ਨਹੀ" msgstr "ਕੋਡ ਸਮੂਹ %s ਤੋ %s ਵਿੱਚ ਤਬਦੀਲੀ ਸੰਭਵ ਨਹੀ"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI %s ਫਾਇਲ ਸਕੀਮ ਨਾਲ URI ਨਹੀ ਹੈ" msgstr "URI %s ਫਾਇਲ ਸਕੀਮ ਨਾਲ URI ਨਹੀ ਹੈ"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "ਸਥਾਨਿਕ ਫਾਇਲ URI %s ਵਿੱਚ ਇਹ ਨਿਸ਼ਾਨ # ਨਹੀ ਹੈ" msgstr "ਸਥਾਨਿਕ ਫਾਇਲ URI %s ਵਿੱਚ ਇਹ ਨਿਸ਼ਾਨ # ਨਹੀ ਹੈ"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' ਜਾਇਜ ਨਹੀ ਹੈ" msgstr "URI '%s' ਜਾਇਜ ਨਹੀ ਹੈ"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s' ਦੇ ਮੇਜਬਾਨ ਦਾ ਨਾਂ ਜਾਇਜ ਨਹੀ ਹੈ" msgstr "URI '%s' ਦੇ ਮੇਜਬਾਨ ਦਾ ਨਾਂ ਜਾਇਜ ਨਹੀ ਹੈ"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' ਕੋਲ ਗਲਤ ਅੱਖਰ ਹਨ" msgstr "URI '%s' ਕੋਲ ਗਲਤ ਅੱਖਰ ਹਨ"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "ਮਾਰਗ %s ਇਕ ਅਸਲੀ (absolute) ਮਾਰਗ ਨਹੀ ਹੈ" msgstr "ਮਾਰਗ %s ਇਕ ਅਸਲੀ (absolute) ਮਾਰਗ ਨਹੀ ਹੈ"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "ਗਲਤ ਮੇਜਬਾਨ ਨਾਂ" msgstr "ਗਲਤ ਮੇਜਬਾਨ ਨਾਂ"

286
po/pl.po
View File

@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-26 10:22+0200\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2003-01-02 01:22+0100\n" "PO-Revision-Date: 2003-01-02 01:22+0100\n"
"Last-Translator: GNOME PL Team <translators@gnomepl.org>\n" "Last-Translator: GNOME PL Team <translators@gnomepl.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
@ -18,246 +18,244 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: ../glib/gconvert.c:406 #: glib/gconvert.c:406
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "" msgstr ""
"Konwersja z zestawu znaków \"%s\" na zestaw \"%s\" nie jest obsługiwana" "Konwersja z zestawu znaków \"%s\" na zestaw \"%s\" nie jest obsługiwana"
#: ../glib/gconvert.c:410 #: glib/gconvert.c:410
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Nie można otworzyć konwertera z \"%s\" na \"%s\"" msgstr "Nie można otworzyć konwertera z \"%s\" na \"%s\""
#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: ../glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Niepoprawna sekwencja bajtów na wejściu konwersji" msgstr "Niepoprawna sekwencja bajtów na wejściu konwersji"
#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Błąd podczas konwersji: %s" msgstr "Błąd podczas konwersji: %s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Na końcu wejścia występuje sekwencja odpowiadająca części znaku" msgstr "Na końcu wejścia występuje sekwencja odpowiadająca części znaku"
#: ../glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "" msgstr ""
"Nie można przekonwertować napisu zastępczego \"%s\" na zestaw znaków \"%s\"" "Nie można przekonwertować napisu zastępczego \"%s\" na zestaw znaków \"%s\""
#: ../glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "" msgstr ""
"URI \"%s\" nie jest bezwzględnym URI, używającym schematu \"plikowego\"" "URI \"%s\" nie jest bezwzględnym URI, używającym schematu \"plikowego\""
#: ../glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "URI lokalnego pliku \"%s\" nie może zawierać znaku \"#\"" msgstr "URI lokalnego pliku \"%s\" nie może zawierać znaku \"#\""
#: ../glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI \"%s\" jest niepoprawny" msgstr "URI \"%s\" jest niepoprawny"
#: ../glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Nazwa komputera w URI \"%s\" jest niepoprawna" msgstr "Nazwa komputera w URI \"%s\" jest niepoprawna"
#: ../glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI \"%s\" zawiera niewłaściwie zacytowane znaki" msgstr "URI \"%s\" zawiera niewłaściwie zacytowane znaki"
#: ../glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Ścieżka \"%s\" nie jest ścieżką bezwzględną" msgstr "Ścieżka \"%s\" nie jest ścieżką bezwzględną"
#: ../glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Niepoprawna nazwa komputera" msgstr "Niepoprawna nazwa komputera"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "Wystąpił błąd przy otwieraniu katalogu \"%s\": %s" msgstr "Wystąpił błąd przy otwieraniu katalogu \"%s\": %s"
#: ../glib/gfileutils.c:576 ../glib/gfileutils.c:649 #: glib/gfileutils.c:576 glib/gfileutils.c:649
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Nie można zaalokować %lu bajtów do odczytu pliku \"%s\"" msgstr "Nie można zaalokować %lu bajtów do odczytu pliku \"%s\""
#: ../glib/gfileutils.c:591 #: glib/gfileutils.c:591
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
#: ../glib/gfileutils.c:673 #: glib/gfileutils.c:673
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "Nie można odczytać z pliku \"%s\": %s" msgstr "Nie można odczytać z pliku \"%s\": %s"
#: ../glib/gfileutils.c:724 ../glib/gfileutils.c:811 #: glib/gfileutils.c:724 glib/gfileutils.c:811
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "Nie można otworzyć pliku \"%s\": %s" msgstr "Nie można otworzyć pliku \"%s\": %s"
#: ../glib/gfileutils.c:741 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:741 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "" msgstr ""
"Nie można uzyskać atrybutów pliku \"%s\": funkcja fstat() zwróciła błąd: %s" "Nie można uzyskać atrybutów pliku \"%s\": funkcja fstat() zwróciła błąd: %s"
#: ../glib/gfileutils.c:775 #: glib/gfileutils.c:775
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Nie można otworzyć pliku \"%s\": funkcja fdopen() zwróciła błąd: %s" msgstr "Nie można otworzyć pliku \"%s\": funkcja fdopen() zwróciła błąd: %s"
#: ../glib/gfileutils.c:909 #: glib/gfileutils.c:909
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "" msgstr ""
"Nie można zmienić nazwy pliku \"%s\" na \"%s\": funkcja g_rename() " "Nie można zmienić nazwy pliku \"%s\" na \"%s\": funkcja g_rename() zwróciła "
"zwróciła błąd: %s" "błąd: %s"
#: ../glib/gfileutils.c:952 #: glib/gfileutils.c:952
#, c-format #, c-format
msgid "Could not change file mode: fork() failed: %s" msgid "Could not change file mode: fork() failed: %s"
msgstr "Nie można zmienić trybu pliku: funkcja fork() zwróciła błąd: %s" msgstr "Nie można zmienić trybu pliku: funkcja fork() zwróciła błąd: %s"
#: ../glib/gfileutils.c:983 #: glib/gfileutils.c:983
#, c-format #, c-format
msgid "Could not change file mode: waitpid() failed: %s" msgid "Could not change file mode: waitpid() failed: %s"
msgstr "Nie można zmienić trybu pliku: funkcja waitpid() zwróciła błąd: %s" msgstr "Nie można zmienić trybu pliku: funkcja waitpid() zwróciła błąd: %s"
#: ../glib/gfileutils.c:1002 #: glib/gfileutils.c:1002
#, c-format #, c-format
msgid "Could not change file mode: chmod() failed: %s" msgid "Could not change file mode: chmod() failed: %s"
msgstr "Nie można zmienić trybu pliku: funkcja chmod() zwróciła błąd: %s" msgstr "Nie można zmienić trybu pliku: funkcja chmod() zwróciła błąd: %s"
#: ../glib/gfileutils.c:1013 #: glib/gfileutils.c:1013
#, c-format #, c-format
msgid "Could not change file mode: Child terminated by signal: %s" msgid "Could not change file mode: Child terminated by signal: %s"
msgstr "Nie można zmienić trybu pliku: Potomek zakończony sygnałem: %s" msgstr "Nie można zmienić trybu pliku: Potomek zakończony sygnałem: %s"
#: ../glib/gfileutils.c:1024 #: glib/gfileutils.c:1024
msgid "Could not change file mode: Child terminated abnormally" msgid "Could not change file mode: Child terminated abnormally"
msgstr "Nie można zmienić trybu pliku: Potomek zakończył działanie z błędem" msgstr "Nie można zmienić trybu pliku: Potomek zakończył działanie z błędem"
#: ../glib/gfileutils.c:1058 ../glib/gfileutils.c:1524 #: glib/gfileutils.c:1058 glib/gfileutils.c:1524
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "Nie można utworzyć pliku \"%s\": %s" msgstr "Nie można utworzyć pliku \"%s\": %s"
#: ../glib/gfileutils.c:1080 #: glib/gfileutils.c:1080
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "" msgstr ""
"Nie można otworzyć pliku \"%s\" do zapisu: funkcja fdopen() " "Nie można otworzyć pliku \"%s\" do zapisu: funkcja fdopen() zwróciła błąd: %s"
"zwróciła błąd: %s"
#: ../glib/gfileutils.c:1105 #: glib/gfileutils.c:1105
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Nie można zapisać pliku \"%s\": funkcja fwrite() zwróciła błąd: %s" msgstr "Nie można zapisać pliku \"%s\": funkcja fwrite() zwróciła błąd: %s"
#: ../glib/gfileutils.c:1124 #: glib/gfileutils.c:1124
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Nie można zamknąć pliku \"%s\": funkcja fclose() zwróciła błąd: %s" msgstr "Nie można zamknąć pliku \"%s\": funkcja fclose() zwróciła błąd: %s"
#: ../glib/gfileutils.c:1242 #: glib/gfileutils.c:1242
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "" msgstr ""
"Nie można usunąć istniejącego pliku \"%s\": funkcja g_unlink() " "Nie można usunąć istniejącego pliku \"%s\": funkcja g_unlink() zwróciła "
"zwróciła błąd: %s" "błąd: %s"
#: ../glib/gfileutils.c:1485 #: glib/gfileutils.c:1485
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Szablon \"%s\" jest niepoprawny, nie powinien on zawierać \"%s\"" msgstr "Szablon \"%s\" jest niepoprawny, nie powinien on zawierać \"%s\""
#: ../glib/gfileutils.c:1499 #: glib/gfileutils.c:1499
#, c-format #, c-format
msgid "Template '%s' doesn't end with XXXXXX" msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Szablon \"%s\" nie jest zakończony znakami XXXXXX" msgstr "Szablon \"%s\" nie jest zakończony znakami XXXXXX"
#: ../glib/gfileutils.c:1977 #: glib/gfileutils.c:1977
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "Niepowodzenie podczas odczytu dowiązania symbolicznego \"%s\": %s" msgstr "Niepowodzenie podczas odczytu dowiązania symbolicznego \"%s\": %s"
#: ../glib/gfileutils.c:1998 #: glib/gfileutils.c:1998
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "Dowiązania symboliczne nie są obsługiwane" msgstr "Dowiązania symboliczne nie są obsługiwane"
#: ../glib/giochannel.c:1150 #: glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set `%s' to `%s' is not supported" msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "" msgstr ""
"Konwersja z zestawu znaków \"%s\" na zestaw \"%s\" nie jest obsługiwana" "Konwersja z zestawu znaków \"%s\" na zestaw \"%s\" nie jest obsługiwana"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from `%s' to `%s': %s" msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Nie można otworzyć konwertera z \"%s\" na \"%s\": %s" msgstr "Nie można otworzyć konwertera z \"%s\" na \"%s\": %s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
msgid "Can't do a raw read in g_io_channel_read_line_string" msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Nie można wykonać surowego odczytu w g_io_channel_read_line_string" msgstr "Nie można wykonać surowego odczytu w g_io_channel_read_line_string"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "W buforze odczytu pozostały nieprzekonwertowane dane" msgstr "W buforze odczytu pozostały nieprzekonwertowane dane"
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "Na końcu kanału występuje sekwencja odpowiadająca części znaku" msgstr "Na końcu kanału występuje sekwencja odpowiadająca części znaku"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
msgid "Can't do a raw read in g_io_channel_read_to_end" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Nie można wykonać surowego odczytu w g_io_channel_read_to_end" msgstr "Nie można wykonać surowego odczytu w g_io_channel_read_to_end"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "Nie można otworzyć pliku \"%s\": funkcja open() zwróciła błąd: %s" msgstr "Nie można otworzyć pliku \"%s\": funkcja open() zwróciła błąd: %s"
#: ../glib/gmappedfile.c:178 #: glib/gmappedfile.c:178
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Nie można zmapować pliku \"%s\": funkcja mmap() zwróciła błąd: %s" msgstr "Nie można zmapować pliku \"%s\": funkcja mmap() zwróciła błąd: %s"
#: ../glib/gmarkup.c:232 #: glib/gmarkup.c:232
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "Błąd w wierszu %d przy znaku %d: %s" msgstr "Błąd w wierszu %d przy znaku %d: %s"
#: ../glib/gmarkup.c:330 #: glib/gmarkup.c:330
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "Błąd w wierszu %d: %s" msgstr "Błąd w wierszu %d: %s"
#: ../glib/gmarkup.c:434 #: glib/gmarkup.c:434
msgid "" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "" msgstr ""
"Napotkano pustą jednostkę \"&;\"; poprawnymi jednostkami są: &amp; &quot; " "Napotkano pustą jednostkę \"&;\"; poprawnymi jednostkami są: &amp; &quot; "
"&lt; &gt; &apos;" "&lt; &gt; &apos;"
#: ../glib/gmarkup.c:444 #: glib/gmarkup.c:444
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "Character '%s' is not valid at the start of an entity name; the & character "
@ -268,17 +266,17 @@ msgstr ""
"rozpoczyna jednostkę; jeśli znak ten nie powinien rozpoczynać jednostki, " "rozpoczyna jednostkę; jeśli znak ten nie powinien rozpoczynać jednostki, "
"należy go zapisać jako &amp;" "należy go zapisać jako &amp;"
#: ../glib/gmarkup.c:478 #: glib/gmarkup.c:478
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak \"%s\" nie jest dopuszczalny wewnątrz nazwy jednostki" msgstr "Znak \"%s\" nie jest dopuszczalny wewnątrz nazwy jednostki"
#: ../glib/gmarkup.c:515 #: glib/gmarkup.c:515
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "Nazwa jednostki \"%s\" nie jest znana" msgstr "Nazwa jednostki \"%s\" nie jest znana"
#: ../glib/gmarkup.c:526 #: glib/gmarkup.c:526
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
@ -286,7 +284,7 @@ msgstr ""
"Jednostka nie jest zakończona średnikiem; najprawdopodobniej został użyty " "Jednostka nie jest zakończona średnikiem; najprawdopodobniej został użyty "
"znak &, który nie miał oznaczać jednostki - należy go zapisać jako &amp;" "znak &, który nie miał oznaczać jednostki - należy go zapisać jako &amp;"
#: ../glib/gmarkup.c:579 #: glib/gmarkup.c:579
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
@ -296,16 +294,16 @@ msgstr ""
"będąca częścią odniesienia do znaku (np. &#234;) - być może liczba jest zbyt " "będąca częścią odniesienia do znaku (np. &#234;) - być może liczba jest zbyt "
"duża" "duża"
#: ../glib/gmarkup.c:604 #: glib/gmarkup.c:604
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Odniesienie do znaku \"%-.*s\" nie jest zapisem dozwolonego znaku" msgstr "Odniesienie do znaku \"%-.*s\" nie jest zapisem dozwolonego znaku"
#: ../glib/gmarkup.c:619 #: glib/gmarkup.c:619
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Puste odniesienie do znaku; powinno ono zawierać cyfry, np. &#454;" msgstr "Puste odniesienie do znaku; powinno ono zawierać cyfry, np. &#454;"
#: ../glib/gmarkup.c:629 #: glib/gmarkup.c:629
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
@ -315,23 +313,23 @@ msgstr ""
"został użyty znak &, który nie miał oznaczać jednostki - należy go zapisać " "został użyty znak &, który nie miał oznaczać jednostki - należy go zapisać "
"jako &amp;" "jako &amp;"
#: ../glib/gmarkup.c:715 #: glib/gmarkup.c:715
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "Niezakończone odniesienie do jednostki" msgstr "Niezakończone odniesienie do jednostki"
#: ../glib/gmarkup.c:721 #: glib/gmarkup.c:721
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "Niezakończone odniesienie do znaku" msgstr "Niezakończone odniesienie do znaku"
#: ../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" msgid "Invalid UTF-8 encoded text"
msgstr "Tekst nie jest poprawnym łańcuchem UTF-8" msgstr "Tekst nie jest poprawnym łańcuchem UTF-8"
#: ../glib/gmarkup.c:1059 #: glib/gmarkup.c:1059
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument musi rozpoczynać się jakimś elementem (np. <book>)" msgstr "Dokument musi rozpoczynać się jakimś elementem (np. <book>)"
#: ../glib/gmarkup.c:1099 #: glib/gmarkup.c:1099
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
@ -340,7 +338,7 @@ msgstr ""
"Znak \"%s\" nie powinien występować po znaku \"<\"; nie może on rozpoczynać " "Znak \"%s\" nie powinien występować po znaku \"<\"; nie może on rozpoczynać "
"nazwy elementu" "nazwy elementu"
#: ../glib/gmarkup.c:1163 #: glib/gmarkup.c:1163
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
@ -349,7 +347,7 @@ msgstr ""
"Niespodziewany znak \"%s\"; oczekiwano znaku \">\", kończącego początkowy " "Niespodziewany znak \"%s\"; oczekiwano znaku \">\", kończącego początkowy "
"znacznik elementu \"%s\"" "znacznik elementu \"%s\""
#: ../glib/gmarkup.c:1252 #: glib/gmarkup.c:1252
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -357,7 +355,7 @@ msgstr ""
"Niespodziewany znak \"%s\"; po nazwie atrybutu \"%s\" elementu \"%s\" " "Niespodziewany znak \"%s\"; po nazwie atrybutu \"%s\" elementu \"%s\" "
"oczekiwano znaku \"=\"" "oczekiwano znaku \"=\""
#: ../glib/gmarkup.c:1294 #: glib/gmarkup.c:1294
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -368,7 +366,7 @@ msgstr ""
"znacznik początkowy elementu \"%s\" lub opcjonalnie atrybutu; być może w " "znacznik początkowy elementu \"%s\" lub opcjonalnie atrybutu; być może w "
"nazwie atrybutu został użyty niepoprawny znak" "nazwie atrybutu został użyty niepoprawny znak"
#: ../glib/gmarkup.c:1383 #: glib/gmarkup.c:1383
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
@ -377,7 +375,7 @@ msgstr ""
"Niespodziewany znak \"%s\"; oczekiwano otwierającego znaku cudzysłowu po " "Niespodziewany znak \"%s\"; oczekiwano otwierającego znaku cudzysłowu po "
"znaku równości przy podawaniu wartości atrybutu \"%s\" elementu \"%s\"" "znaku równości przy podawaniu wartości atrybutu \"%s\" elementu \"%s\""
#: ../glib/gmarkup.c:1528 #: glib/gmarkup.c:1528
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
@ -386,7 +384,7 @@ msgstr ""
"Znak \"%s\" nie jest znakiem, który może pojawić się po sekwencji \"</\"; \"%" "Znak \"%s\" nie jest znakiem, który może pojawić się po sekwencji \"</\"; \"%"
"s\" nie może rozpoczynać nazwy elementu" "s\" nie może rozpoczynać nazwy elementu"
#: ../glib/gmarkup.c:1568 #: glib/gmarkup.c:1568
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
@ -395,28 +393,28 @@ msgstr ""
"Znak \"%s\" nie jest znakiem, który może wystąpić po domykającej nazwie " "Znak \"%s\" nie jest znakiem, który może wystąpić po domykającej nazwie "
"elementu \"%s\"; dopuszczalnym znakiem jest \">\"" "elementu \"%s\"; dopuszczalnym znakiem jest \">\""
#: ../glib/gmarkup.c:1579 #: glib/gmarkup.c:1579
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "" msgstr ""
"Element \"%s\" został zamknięty, lecz brak aktualnie otwartego elementu" "Element \"%s\" został zamknięty, lecz brak aktualnie otwartego elementu"
#: ../glib/gmarkup.c:1588 #: glib/gmarkup.c:1588
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "" msgstr ""
"Element \"%s\" został zamknięty, lecz aktualnie otwartym elementem jest \"%s" "Element \"%s\" został zamknięty, lecz aktualnie otwartym elementem jest \"%s"
"\"" "\""
#: ../glib/gmarkup.c:1735 #: glib/gmarkup.c:1735
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "Dokument jest pusty lub zawiera tylko separatory" msgstr "Dokument jest pusty lub zawiera tylko separatory"
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Zaraz po znaku \"%s\" nastąpił nieoczekiwany koniec dokumentu" msgstr "Zaraz po znaku \"%s\" nastąpił nieoczekiwany koniec dokumentu"
#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1757 glib/gmarkup.c:1801
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
@ -425,7 +423,7 @@ msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu, gdy pewne elementy są wciąż otwarte " "Nastąpił nieoczekiwany koniec dokumentu, gdy pewne elementy są wciąż otwarte "
"- \"%s\" był ostatnim otwartym elementem" "- \"%s\" był ostatnim otwartym elementem"
#: ../glib/gmarkup.c:1765 #: glib/gmarkup.c:1765
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
@ -434,21 +432,21 @@ msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu; oczekiwano znaku \">\", kończącego " "Nastąpił nieoczekiwany koniec dokumentu; oczekiwano znaku \">\", kończącego "
"znacznik <%s/>" "znacznik <%s/>"
#: ../glib/gmarkup.c:1771 #: glib/gmarkup.c:1771
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy elementu" msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy elementu"
#: ../glib/gmarkup.c:1776 #: glib/gmarkup.c:1776
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy atrybutu" msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy atrybutu"
#: ../glib/gmarkup.c:1781 #: glib/gmarkup.c:1781
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "" msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika otwierającego " "Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika otwierającego "
"element." "element."
#: ../glib/gmarkup.c:1787 #: glib/gmarkup.c:1787
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
@ -456,80 +454,80 @@ msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu po znaku równości występującym po " "Nastąpił nieoczekiwany koniec dokumentu po znaku równości występującym po "
"nazwie atrybutu; brak wartości atrybutu" "nazwie atrybutu; brak wartości atrybutu"
#: ../glib/gmarkup.c:1794 #: glib/gmarkup.c:1794
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz wartości atrybutu" msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz wartości atrybutu"
#: ../glib/gmarkup.c:1809 #: glib/gmarkup.c:1809
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "" msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika domykającego " "Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika domykającego "
"elementu \"%s\"" "elementu \"%s\""
#: ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1815
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "" msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu wewnątrz komentarza lub instrukcji " "Nastąpił nieoczekiwany koniec dokumentu wewnątrz komentarza lub instrukcji "
"przetwarzania" "przetwarzania"
#: ../glib/gshell.c:73 #: glib/gshell.c:73
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Cytowany znak nie rozpoczyna się znakiem cytowania" msgstr "Cytowany znak nie rozpoczyna się znakiem cytowania"
#: ../glib/gshell.c:163 #: glib/gshell.c:163
msgid "Unmatched quotation mark in command line or other shell-quoted text" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "" msgstr ""
"W wierszu poleceń lub innym napisie cytowanym jak w powłoce wystąpił " "W wierszu poleceń lub innym napisie cytowanym jak w powłoce wystąpił "
"niesparowany znak cytowania" "niesparowany znak cytowania"
#: ../glib/gshell.c:541 #: glib/gshell.c:541
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "" msgstr ""
"Tekst zakończył się bezpośrednio po znaku \"\\\" (wartością tekstu było \"%s" "Tekst zakończył się bezpośrednio po znaku \"\\\" (wartością tekstu było \"%s"
"\")." "\")."
#: ../glib/gshell.c:548 #: glib/gshell.c:548
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "" msgstr ""
"Tekst zakończył się przed odnalezieniem domykającego znaku cytowania dla %c " "Tekst zakończył się przed odnalezieniem domykającego znaku cytowania dla %c "
"(tekstem jest \"%s\")" "(tekstem jest \"%s\")"
#: ../glib/gshell.c:560 #: glib/gshell.c:560
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Tekst jest pusty (lub zawiera tylko separatory)" msgstr "Tekst jest pusty (lub zawiera tylko separatory)"
#: ../glib/gspawn-win32.c:264 #: glib/gspawn-win32.c:264
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "Nie można odczytać danych z procesu potomnego" msgstr "Nie można odczytać danych z procesu potomnego"
#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 #: glib/gspawn-win32.c:281 glib/gspawn.c:1354
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Nie można utworzyć potoku do komunikacji z procesem potomnym (%s)" msgstr "Nie można utworzyć potoku do komunikacji z procesem potomnym (%s)"
#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 #: glib/gspawn-win32.c:321 glib/gspawn.c:1018
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Nie można odczytać danych z potoku łączącego z procesem potomnym (%s)" msgstr "Nie można odczytać danych z potoku łączącego z procesem potomnym (%s)"
#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 #: glib/gspawn-win32.c:349 glib/gspawn.c:1223
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Nie można zmienić katalogu na \"%s\" (%s)" msgstr "Nie można zmienić katalogu na \"%s\" (%s)"
#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 #: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Nie można wykonać procesu potomnego (%s)" msgstr "Nie można wykonać procesu potomnego (%s)"
#: ../glib/gspawn-win32.c:599 #: glib/gspawn-win32.c:599
msgid "Failed to execute helper program" msgid "Failed to execute helper program"
msgstr "Nie można uruchomić programu pomocniczego" msgstr "Nie można uruchomić programu pomocniczego"
#: ../glib/gspawn-win32.c:797 #: glib/gspawn-win32.c:797
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@ -537,125 +535,125 @@ msgstr ""
"Przy odczycie danych z procesu potomnego w g_io_channel_win32_poll() " "Przy odczycie danych z procesu potomnego w g_io_channel_win32_poll() "
"wystąpił nieznany błąd" "wystąpił nieznany błąd"
#: ../glib/gspawn.c:179 #: glib/gspawn.c:179
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "Nie można odczytać danych z procesu potomnego (%s)" msgstr "Nie można odczytać danych z procesu potomnego (%s)"
#: ../glib/gspawn.c:310 #: glib/gspawn.c:310
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "" msgstr ""
"Nieoczekiwany błąd w funkcji select() przy odczytywaniu danych z procesu " "Nieoczekiwany błąd w funkcji select() przy odczytywaniu danych z procesu "
"potomnego (%s)" "potomnego (%s)"
#: ../glib/gspawn.c:393 #: glib/gspawn.c:393
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "Nieoczekiwany błąd w funkcji waitpit() (%s)" msgstr "Nieoczekiwany błąd w funkcji waitpit() (%s)"
#: ../glib/gspawn.c:1083 #: glib/gspawn.c:1083
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "Nie można utworzyć procesu (%s)" msgstr "Nie można utworzyć procesu (%s)"
#: ../glib/gspawn.c:1233 #: glib/gspawn.c:1233
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Nie można wykonać procesu potomnego \"%s\" (%s)" msgstr "Nie można wykonać procesu potomnego \"%s\" (%s)"
#: ../glib/gspawn.c:1243 #: glib/gspawn.c:1243
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "Nie można przekierować wejścia lub wyjścia procesu potomnego (%s)" msgstr "Nie można przekierować wejścia lub wyjścia procesu potomnego (%s)"
#: ../glib/gspawn.c:1252 #: glib/gspawn.c:1252
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "Nie można utworzyć procesu potomnego (%s)" msgstr "Nie można utworzyć procesu potomnego (%s)"
#: ../glib/gspawn.c:1260 #: glib/gspawn.c:1260
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "Przy wykonywaniu procesu potomnego \"%s\" wystąpił nieznany błąd" msgstr "Przy wykonywaniu procesu potomnego \"%s\" wystąpił nieznany błąd"
#: ../glib/gspawn.c:1282 #: glib/gspawn.c:1282
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "" msgstr ""
"Nie można odczytać odpowiedniej liczby danych z potoku do odczytu PID-u od " "Nie można odczytać odpowiedniej liczby danych z potoku do odczytu PID-u od "
"procesu potomnego (%s)" "procesu potomnego (%s)"
#: ../glib/gutf8.c:986 #: glib/gutf8.c:986
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "Znak jest poza zakresem dopuszczalnym dla UTF-8" msgstr "Znak jest poza zakresem dopuszczalnym dla UTF-8"
#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 #: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230
#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 #: glib/gutf8.c:1371 glib/gutf8.c:1467
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "Niepoprawna sekwencja na wejściu konwersji" msgstr "Niepoprawna sekwencja na wejściu konwersji"
#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 #: glib/gutf8.c:1382 glib/gutf8.c:1478
msgid "Character out of range for UTF-16" msgid "Character out of range for UTF-16"
msgstr "Znak jest poza zakresem dopuszczalnym dla UTF-8" msgstr "Znak jest poza zakresem dopuszczalnym dla UTF-8"
#: ../glib/goption.c:468 #: glib/goption.c:468
msgid "Usage:" msgid "Usage:"
msgstr "Użycie:" msgstr "Użycie:"
#: ../glib/goption.c:468 #: glib/goption.c:468
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[OPCJA...]" msgstr "[OPCJA...]"
#: ../glib/goption.c:556 #: glib/goption.c:556
msgid "Help Options:" msgid "Help Options:"
msgstr "Opcje pomocy:" msgstr "Opcje pomocy:"
#: ../glib/goption.c:557 #: glib/goption.c:557
msgid "Show help options" msgid "Show help options"
msgstr "Wyświetlenie opcji pomocy" msgstr "Wyświetlenie opcji pomocy"
#: ../glib/goption.c:562 #: glib/goption.c:562
msgid "Show all help options" msgid "Show all help options"
msgstr "Wyświetlenie wszystkich opcji pomocy" msgstr "Wyświetlenie wszystkich opcji pomocy"
#: ../glib/goption.c:612 #: glib/goption.c:612
msgid "Application Options:" msgid "Application Options:"
msgstr "Opcje aplikacji:" msgstr "Opcje aplikacji:"
#: ../glib/goption.c:653 #: glib/goption.c:653
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "Nie można przetworzyć wartości liczbowej \"%s\" dla %s" msgstr "Nie można przetworzyć wartości liczbowej \"%s\" dla %s"
#: ../glib/goption.c:663 #: glib/goption.c:663
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "Wartość liczbowa \"%s\" dla %s jest z poza dopuszczalnego zakresu" msgstr "Wartość liczbowa \"%s\" dla %s jest z poza dopuszczalnego zakresu"
#: ../glib/goption.c:957 ../glib/goption.c:1068 #: glib/goption.c:957 glib/goption.c:1068
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "Brakujący parametr dla %s" msgstr "Brakujący parametr dla %s"
#: ../glib/goption.c:1472 #: glib/goption.c:1472
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "Nieznana opcja %s" msgstr "Nieznana opcja %s"
#: ../glib/gkeyfile.c:339 #: glib/gkeyfile.c:339
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "Nie można odnaleźć poprawnego pliku klucza w katalogach danych" msgstr "Nie można odnaleźć poprawnego pliku klucza w katalogach danych"
#: ../glib/gkeyfile.c:374 #: glib/gkeyfile.c:374
msgid "Not a regular file" msgid "Not a regular file"
msgstr "To nie jest zwykły plik" msgstr "To nie jest zwykły plik"
#: ../glib/gkeyfile.c:382 #: glib/gkeyfile.c:382
msgid "File is empty" msgid "File is empty"
msgstr "Plik jest pusty" msgstr "Plik jest pusty"
#: ../glib/gkeyfile.c:697 #: glib/gkeyfile.c:697
#, c-format #, c-format
msgid "" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment" "Key file contains line '%s' which is not a key-value pair, group, or comment"
@ -663,42 +661,42 @@ msgstr ""
"Plik klucza zawiera linię \"%s\", która nie jest parą klucz-wartość, grupą " "Plik klucza zawiera linię \"%s\", która nie jest parą klucz-wartość, grupą "
"lub komentarzem" "lub komentarzem"
#: ../glib/gkeyfile.c:765 #: glib/gkeyfile.c:765
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "Plik klucza nie rozpoczyna się od grupy" msgstr "Plik klucza nie rozpoczyna się od grupy"
#: ../glib/gkeyfile.c:808 #: glib/gkeyfile.c:808
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "Plik klucza zawiera nieobsługiwane kodowanie \"%s\"" msgstr "Plik klucza zawiera nieobsługiwane kodowanie \"%s\""
#: ../glib/gkeyfile.c:1017 ../glib/gkeyfile.c:1176 ../glib/gkeyfile.c:2177 #: 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:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497
#: ../glib/gkeyfile.c:2649 ../glib/gkeyfile.c:2823 ../glib/gkeyfile.c:2880 #: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "Plik klucza nie zawiera grupy \"%s\"" msgstr "Plik klucza nie zawiera grupy \"%s\""
#: ../glib/gkeyfile.c:1188 #: glib/gkeyfile.c:1188
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "Plik klucza nie zawiera klucza \"%s\"" msgstr "Plik klucza nie zawiera klucza \"%s\""
#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 #: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "" msgstr ""
"Plik klucza zawiera klucz \"%s\" o wartości \"%s\", która nie jest zapisana " "Plik klucza zawiera klucz \"%s\" o wartości \"%s\", która nie jest zapisana "
"w UTF-8" "w 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 #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "" msgstr ""
"Plik klucza zawiera klucz \"%s\", który ma wartość niemożliwą do " "Plik klucza zawiera klucz \"%s\", który ma wartość niemożliwą do "
"zinterpretowania." "zinterpretowania."
#: ../glib/gkeyfile.c:2004 #: glib/gkeyfile.c:2004
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
@ -707,31 +705,31 @@ msgstr ""
"Plik klucza zawiera klucz \"%s\" w grupie \"%s\", który ma wartość " "Plik klucza zawiera klucz \"%s\" w grupie \"%s\", który ma wartość "
"niemożliwą do zinterpretowania." "niemożliwą do zinterpretowania."
#: ../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 #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "Plik klucza nie zawiera klucza \"%s\" w grupie \"%s\"" msgstr "Plik klucza nie zawiera klucza \"%s\" w grupie \"%s\""
#: ../glib/gkeyfile.c:3072 #: glib/gkeyfile.c:3072
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "Plik klucza zawiera znak sterujący na końcu linii" msgstr "Plik klucza zawiera znak sterujący na końcu linii"
#: ../glib/gkeyfile.c:3094 #: glib/gkeyfile.c:3094
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "Plik klucza zawiera niepoprawną sekwencję sterującą \"%s\"" msgstr "Plik klucza zawiera niepoprawną sekwencję sterującą \"%s\""
#: ../glib/gkeyfile.c:3235 #: glib/gkeyfile.c:3235
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "Nie można zinterpretować \"%s\" jako wartości liczbowej." msgstr "Nie można zinterpretować \"%s\" jako wartości liczbowej."
#: ../glib/gkeyfile.c:3245 #: glib/gkeyfile.c:3245
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "Wartość liczbowa \"%s\" jest z poza dopuszczalnego zakresu" msgstr "Wartość liczbowa \"%s\" jest z poza dopuszczalnego zakresu"
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Nie można zinterpretować \"%s\" jako wartości logicznej." msgstr "Nie można zinterpretować \"%s\" jako wartości logicznej."

275
po/pt.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 2.12\n" "Project-Id-Version: 2.12\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 21:26+0100\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-22 21:40+0000\n" "PO-Revision-Date: 2005-07-22 21:40+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n" "Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n" "Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
@ -15,237 +15,236 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: ../glib/gconvert.c:406 #: glib/gconvert.c:406
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Conversão do conjunto de caracteres '%s' para '%s' não é suportada" msgstr "Conversão do conjunto de caracteres '%s' para '%s' não é suportada"
#: ../glib/gconvert.c:410 #: glib/gconvert.c:410
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Incapaz de abrir conversor de '%s' para '%s'" msgstr "Incapaz de abrir conversor de '%s' para '%s'"
#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: ../glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Sequência de bytes inválida na origem da conversão" msgstr "Sequência de bytes inválida na origem da conversão"
#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Erro durante a conversão: %s" msgstr "Erro durante a conversão: %s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Sequência de caracteres parcial no final da origem" msgstr "Sequência de caracteres parcial no final da origem"
#: ../glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Incapaz de converter recurso '%s' para conjunto de caracteres '%s'" msgstr "Incapaz de converter recurso '%s' para conjunto de caracteres '%s'"
#: ../glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "O URI '%s' não é um URI absoluto que utiliza o esquema \"file\"" msgstr "O URI '%s' não é um URI absoluto que utiliza o esquema \"file\""
#: ../glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "O URI de ficheiro local '%s' não deverá incluir um '#'" msgstr "O URI de ficheiro local '%s' não deverá incluir um '#'"
#: ../glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "O URI '%s' é inválido" msgstr "O URI '%s' é inválido"
#: ../glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "O nome de máquina do URI '%s' é inválido" msgstr "O nome de máquina do URI '%s' é inválido"
#: ../glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "O URI '%s' contém caracteres incorrectamente mascarados" msgstr "O URI '%s' contém caracteres incorrectamente mascarados"
#: ../glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "O nome de caminho '%s' não é um caminho absoluto" msgstr "O nome de caminho '%s' não é um caminho absoluto"
#: ../glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Nome de máquina inválido" msgstr "Nome de máquina inválido"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "Erro ao abrir o directório '%s': %s" msgstr "Erro ao abrir o directório '%s': %s"
#: ../glib/gfileutils.c:576 ../glib/gfileutils.c:649 #: glib/gfileutils.c:576 glib/gfileutils.c:649
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Incapaz de alocar %lu bytes para ler o ficheiro \"%s\"" msgstr "Incapaz de alocar %lu bytes para ler o ficheiro \"%s\""
#: ../glib/gfileutils.c:591 #: glib/gfileutils.c:591
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "Erro ao ler o ficheiro '%s': %s" msgstr "Erro ao ler o ficheiro '%s': %s"
#: ../glib/gfileutils.c:673 #: glib/gfileutils.c:673
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "Falha ao ler do ficheiro '%s': %s" msgstr "Falha ao ler do ficheiro '%s': %s"
#: ../glib/gfileutils.c:724 ../glib/gfileutils.c:811 #: glib/gfileutils.c:724 glib/gfileutils.c:811
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "Falha ao abrir o ficheiro '%s': %s" msgstr "Falha ao abrir o ficheiro '%s': %s"
#: ../glib/gfileutils.c:741 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:741 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Falha ao obter atributos do ficheiro '%s': falha no fstat(): %s" msgstr "Falha ao obter atributos do ficheiro '%s': falha no fstat(): %s"
#: ../glib/gfileutils.c:775 #: glib/gfileutils.c:775
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Falha ao abrir o ficheiro '%s': falha no fdopen(): %s" msgstr "Falha ao abrir o ficheiro '%s': falha no fdopen(): %s"
#: ../glib/gfileutils.c:909 #: glib/gfileutils.c:909
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Falha ao renomear o ficheiro '%s' para '%s': falha no g_rename(): %s" msgstr "Falha ao renomear o ficheiro '%s' para '%s': falha no g_rename(): %s"
#: ../glib/gfileutils.c:952 #: glib/gfileutils.c:952
#, c-format #, c-format
msgid "Could not change file mode: fork() failed: %s" msgid "Could not change file mode: fork() failed: %s"
msgstr "Incapaz de alterar o modo do ficheiro: falha no fork(): %s" msgstr "Incapaz de alterar o modo do ficheiro: falha no fork(): %s"
#: ../glib/gfileutils.c:983 #: glib/gfileutils.c:983
#, c-format #, c-format
msgid "Could not change file mode: waitpid() failed: %s" msgid "Could not change file mode: waitpid() failed: %s"
msgstr "Incapaz de alterar o modo do ficheiro: falha no waitpid(): %s" msgstr "Incapaz de alterar o modo do ficheiro: falha no waitpid(): %s"
#: ../glib/gfileutils.c:1002 #: glib/gfileutils.c:1002
#, c-format #, c-format
msgid "Could not change file mode: chmod() failed: %s" msgid "Could not change file mode: chmod() failed: %s"
msgstr "Incapaz de alterar o modo do ficheiro: falha no chmod(): %s" msgstr "Incapaz de alterar o modo do ficheiro: falha no chmod(): %s"
#: ../glib/gfileutils.c:1013 #: glib/gfileutils.c:1013
#, c-format #, c-format
msgid "Could not change file mode: Child terminated by signal: %s" msgid "Could not change file mode: Child terminated by signal: %s"
msgstr "Incapaz de alterar o modo do ficheiro: Filho terminado pelo sinal: %s" msgstr "Incapaz de alterar o modo do ficheiro: Filho terminado pelo sinal: %s"
#: ../glib/gfileutils.c:1024 #: glib/gfileutils.c:1024
msgid "Could not change file mode: Child terminated abnormally" msgid "Could not change file mode: Child terminated abnormally"
msgstr "Incapaz de alterar o modo do ficheiro: Filho terminou anormalmente" msgstr "Incapaz de alterar o modo do ficheiro: Filho terminou anormalmente"
#: ../glib/gfileutils.c:1058 ../glib/gfileutils.c:1524 #: glib/gfileutils.c:1058 glib/gfileutils.c:1524
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "Falha ao criar o ficheiro '%s': %s" msgstr "Falha ao criar o ficheiro '%s': %s"
#: ../glib/gfileutils.c:1080 #: glib/gfileutils.c:1080
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Falha ao abrir o ficheiro '%s' para escrita: falha no fdopen(): %s" msgstr "Falha ao abrir o ficheiro '%s' para escrita: falha no fdopen(): %s"
#: ../glib/gfileutils.c:1105 #: glib/gfileutils.c:1105
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Falha ao escrever o ficheiro '%s': falha no fwrite(): %s" msgstr "Falha ao escrever o ficheiro '%s': falha no fwrite(): %s"
#: ../glib/gfileutils.c:1124 #: glib/gfileutils.c:1124
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Falha ao fechar o ficheiro '%s': falha no fclose(): %s" msgstr "Falha ao fechar o ficheiro '%s': falha no fclose(): %s"
#: ../glib/gfileutils.c:1242 #: glib/gfileutils.c:1242
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Incapaz de remover o ficheiro '%s' existente: falha no g_unlink(): %s" msgstr "Incapaz de remover o ficheiro '%s' existente: falha no g_unlink(): %s"
#: ../glib/gfileutils.c:1485 #: glib/gfileutils.c:1485
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Modelo '%s' inválido, não deveria conter um '%s'" msgstr "Modelo '%s' inválido, não deveria conter um '%s'"
#: ../glib/gfileutils.c:1499 #: glib/gfileutils.c:1499
#, c-format #, c-format
msgid "Template '%s' doesn't end with XXXXXX" msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Modelo '%s' não termina em XXXXXX" msgstr "Modelo '%s' não termina em XXXXXX"
#: ../glib/gfileutils.c:1977 #: glib/gfileutils.c:1977
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "Falha ao ler o atalho '%s': %s" msgstr "Falha ao ler o atalho '%s': %s"
#: ../glib/gfileutils.c:1998 #: glib/gfileutils.c:1998
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "Atalhos não são suportados" msgstr "Atalhos não são suportados"
#: ../glib/giochannel.c:1150 #: glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set `%s' to `%s' is not supported" msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "Conversão do conjunto de caracteres `%s' para `%s' não é suportada" msgstr "Conversão do conjunto de caracteres `%s' para `%s' não é suportada"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from `%s' to `%s': %s" msgid "Could not open converter from `%s' to `%s': %s"
msgstr "Incapaz de abrir conversor de `%s' para `%s': %s" msgstr "Incapaz de abrir conversor de `%s' para `%s': %s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
msgid "Can't do a raw read in g_io_channel_read_line_string" msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "" msgstr ""
"Incapaz de efectuar uma leitura em bruto sobre g_io_channel_read_line_string" "Incapaz de efectuar uma leitura em bruto sobre g_io_channel_read_line_string"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "Dados residuais não convertidos no buffer de leitura" msgstr "Dados residuais não convertidos no buffer de leitura"
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "Canal termina num caracter parcial" msgstr "Canal termina num caracter parcial"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
msgid "Can't do a raw read in g_io_channel_read_to_end" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "" msgstr ""
"Incapaz de efectuar uma leitura em bruto sobre g_io_channel_read_to_end" "Incapaz de efectuar uma leitura em bruto sobre g_io_channel_read_to_end"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "Falha ao abrir o ficheiro '%s': falha no open(): %s" msgstr "Falha ao abrir o ficheiro '%s': falha no open(): %s"
#: ../glib/gmappedfile.c:178 #: glib/gmappedfile.c:178
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Falha ao mapear o ficheiro '%s': falha no mmap(): %s" msgstr "Falha ao mapear o ficheiro '%s': falha no mmap(): %s"
#: ../glib/gmarkup.c:232 #: glib/gmarkup.c:232
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "Erro na linha %d caracter %d: %s" msgstr "Erro na linha %d caracter %d: %s"
#: ../glib/gmarkup.c:330 #: glib/gmarkup.c:330
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "Erro na linha %d: %s" msgstr "Erro na linha %d: %s"
#: ../glib/gmarkup.c:434 #: glib/gmarkup.c:434
msgid "" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "" msgstr ""
"Detectada entidade vazia '&;'; entidades válidas são: &amp; &quot; &lt; &gt; " "Detectada entidade vazia '&;'; entidades válidas são: &amp; &quot; &lt; &gt; "
"&apos;" "&apos;"
#: ../glib/gmarkup.c:444 #: glib/gmarkup.c:444
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "Character '%s' is not valid at the start of an entity name; the & character "
@ -256,17 +255,17 @@ msgstr ""
"inicia uma entidade; se este 'i comercial' não é suposto ser uma entidade, " "inicia uma entidade; se este 'i comercial' não é suposto ser uma entidade, "
"mascare-o como &amp;" "mascare-o como &amp;"
#: ../glib/gmarkup.c:478 #: glib/gmarkup.c:478
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr "Caracter '%s' não é válido dentro do nome de uma entidade" msgstr "Caracter '%s' não é válido dentro do nome de uma entidade"
#: ../glib/gmarkup.c:515 #: glib/gmarkup.c:515
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "Nome de entidade '%s' desconhecido" msgstr "Nome de entidade '%s' desconhecido"
#: ../glib/gmarkup.c:526 #: glib/gmarkup.c:526
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
@ -275,7 +274,7 @@ msgstr ""
"caracter 'i comercial' sem intenção de iniciar uma entidade - mascare-o como " "caracter 'i comercial' sem intenção de iniciar uma entidade - mascare-o como "
"&amp;" "&amp;"
#: ../glib/gmarkup.c:579 #: glib/gmarkup.c:579
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
@ -284,16 +283,16 @@ msgstr ""
"Falha ao parsear '%-.*s', que deveria ser um dígito dentro de uma referência " "Falha ao parsear '%-.*s', que deveria ser um dígito dentro de uma referência "
"de caracter (&#234; por exemplo) - talvez o dígito seja demasiado grande" "de caracter (&#234; por exemplo) - talvez o dígito seja demasiado grande"
#: ../glib/gmarkup.c:604 #: glib/gmarkup.c:604
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Referência de caracter '%-.*s' não codifica um caracter permitido" msgstr "Referência de caracter '%-.*s' não codifica um caracter permitido"
#: ../glib/gmarkup.c:619 #: glib/gmarkup.c:619
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Referência de caracter vazia; deverá incluir um dígito tal como &#454;" msgstr "Referência de caracter vazia; deverá incluir um dígito tal como &#454;"
#: ../glib/gmarkup.c:629 #: glib/gmarkup.c:629
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
@ -303,23 +302,23 @@ msgstr ""
"utilizado um caracter 'i comercial' sem intenção de iniciar uma entidade - " "utilizado um caracter 'i comercial' sem intenção de iniciar uma entidade - "
"mascare-o como &amp;" "mascare-o como &amp;"
#: ../glib/gmarkup.c:715 #: glib/gmarkup.c:715
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "Referência de entidade por terminar" msgstr "Referência de entidade por terminar"
#: ../glib/gmarkup.c:721 #: glib/gmarkup.c:721
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "Referência de caracter por terminar" msgstr "Referência de caracter por 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" msgid "Invalid UTF-8 encoded text"
msgstr "Texto codificado UTF-8 inválido" msgstr "Texto codificado UTF-8 inválido"
#: ../glib/gmarkup.c:1059 #: glib/gmarkup.c:1059
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "Documento tem de começar com um elemento (ex. <book>)" msgstr "Documento tem de começar com um elemento (ex. <book>)"
#: ../glib/gmarkup.c:1099 #: glib/gmarkup.c:1099
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
@ -328,7 +327,7 @@ msgstr ""
"'%s' não é um caracter válido após um caracter '<'; não pode iniciar um nome " "'%s' não é um caracter válido após um caracter '<'; não pode iniciar um nome "
"de elemento" "de elemento"
#: ../glib/gmarkup.c:1163 #: glib/gmarkup.c:1163
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
@ -337,7 +336,7 @@ msgstr ""
"Caracter estranho '%s', era esperado um caracter '>' para terminar a " "Caracter estranho '%s', era esperado um caracter '>' para terminar a "
"etiqueta inicial do elemento '%s'" "etiqueta inicial do elemento '%s'"
#: ../glib/gmarkup.c:1252 #: glib/gmarkup.c:1252
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -345,7 +344,7 @@ msgstr ""
"Caracter estranho '%s', era esperado um '=' após o nome do atributo '%s' do " "Caracter estranho '%s', era esperado um '=' após o nome do atributo '%s' do "
"elemento '%s'" "elemento '%s'"
#: ../glib/gmarkup.c:1294 #: glib/gmarkup.c:1294
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -356,7 +355,7 @@ msgstr ""
"etiqueta inicial do elemento '%s', ou opcionalmente um atributo; talvez " "etiqueta inicial do elemento '%s', ou opcionalmente um atributo; talvez "
"tenha sido utilizado um caracter inválido no nome de um atributo" "tenha sido utilizado um caracter inválido no nome de um atributo"
#: ../glib/gmarkup.c:1383 #: glib/gmarkup.c:1383
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
@ -365,7 +364,7 @@ msgstr ""
"Caracter estranho '%s', era esperada uma abertura de aspa após o sinal de " "Caracter estranho '%s', era esperada uma abertura de aspa após o sinal de "
"igual ao atribuir valor ao atributo '%s' do elemento '%s'" "igual ao atribuir valor ao atributo '%s' do elemento '%s'"
#: ../glib/gmarkup.c:1528 #: glib/gmarkup.c:1528
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
@ -374,7 +373,7 @@ msgstr ""
"'%s' não é um caracter válido após os caracteres '</'; '%s' não pode iniciar " "'%s' não é um caracter válido após os caracteres '</'; '%s' não pode iniciar "
"o nome de um elemento" "o nome de um elemento"
#: ../glib/gmarkup.c:1568 #: glib/gmarkup.c:1568
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
@ -383,25 +382,25 @@ msgstr ""
"'%s' não é um caracter válido após o nome do elemento de fecho '%s'; o " "'%s' não é um caracter válido após o nome do elemento de fecho '%s'; o "
"caracter permitido é '>'" "caracter permitido é '>'"
#: ../glib/gmarkup.c:1579 #: glib/gmarkup.c:1579
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "Elemento '%s' foi fechado, nenhum elemento está actualmente aberto" msgstr "Elemento '%s' foi fechado, nenhum elemento está actualmente aberto"
#: ../glib/gmarkup.c:1588 #: glib/gmarkup.c:1588
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elemento '%s' foi fechado, mas o elemento actualmente aberto é '%s'" msgstr "Elemento '%s' foi fechado, mas o elemento actualmente aberto é '%s'"
#: ../glib/gmarkup.c:1735 #: glib/gmarkup.c:1735
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "Documento estava vazio ou apenas continha espaços" msgstr "Documento estava vazio ou apenas continha espaços"
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Documento terminou inesperadamente logo após um caracter menor que '<'" msgstr "Documento terminou inesperadamente logo após um caracter menor que '<'"
#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1757 glib/gmarkup.c:1801
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
@ -410,7 +409,7 @@ msgstr ""
"Documento terminou inesperadamente com elementos ainda abertos - '%s' foi o " "Documento terminou inesperadamente com elementos ainda abertos - '%s' foi o "
"último elemento aberto" "último elemento aberto"
#: ../glib/gmarkup.c:1765 #: glib/gmarkup.c:1765
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
@ -419,21 +418,21 @@ msgstr ""
"Documento terminou inesperadamente, era esperado um maior que '>' para " "Documento terminou inesperadamente, era esperado um maior que '>' para "
"terminar a etiqueta <%s/>" "terminar a etiqueta <%s/>"
#: ../glib/gmarkup.c:1771 #: glib/gmarkup.c:1771
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "Documento terminou inesperadamente dentro do nome de um elemento" msgstr "Documento terminou inesperadamente dentro do nome de um elemento"
#: ../glib/gmarkup.c:1776 #: glib/gmarkup.c:1776
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "Documento terminou inesperadamente dentro do nome de um atributo" msgstr "Documento terminou inesperadamente dentro do nome de um atributo"
#: ../glib/gmarkup.c:1781 #: glib/gmarkup.c:1781
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "" msgstr ""
"Documento terminou inesperadamente dentro da etiqueta de abertura de um " "Documento terminou inesperadamente dentro da etiqueta de abertura de um "
"elemento." "elemento."
#: ../glib/gmarkup.c:1787 #: glib/gmarkup.c:1787
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
@ -441,76 +440,76 @@ msgstr ""
"Documento terminou inesperadamente após o sinal de igual posterior a um nome " "Documento terminou inesperadamente após o sinal de igual posterior a um nome "
"de atributo; nenhum valor de atributo" "de atributo; nenhum valor de atributo"
#: ../glib/gmarkup.c:1794 #: glib/gmarkup.c:1794
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Documento terminou inesperadamente dentro do valor de um atributo" msgstr "Documento terminou inesperadamente dentro do valor de um atributo"
#: ../glib/gmarkup.c:1809 #: glib/gmarkup.c:1809
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "" msgstr ""
"Documento terminou inesperadamente dentro da etiqueta de fecho do elemento '%" "Documento terminou inesperadamente dentro da etiqueta de fecho do elemento '%"
"s'" "s'"
#: ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1815
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "" msgstr ""
"Documento terminou inesperadamente dentro de um comentário ou instrução de " "Documento terminou inesperadamente dentro de um comentário ou instrução de "
"processamento" "processamento"
#: ../glib/gshell.c:73 #: glib/gshell.c:73
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Texto citado não é iniciado com um caracter de aspa" msgstr "Texto citado não é iniciado com um caracter de aspa"
#: ../glib/gshell.c:163 #: glib/gshell.c:163
msgid "Unmatched quotation mark in command line or other shell-quoted text" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Aspa sem par na linha de comando ou outro texto de consola citado" msgstr "Aspa sem par na linha de comando ou outro texto de consola citado"
#: ../glib/gshell.c:541 #: glib/gshell.c:541
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Texto terminou após um caracter '\\'. (O texto era '%s')" msgstr "Texto terminou após um caracter '\\'. (O texto era '%s')"
#: ../glib/gshell.c:548 #: glib/gshell.c:548
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "" msgstr ""
"Texto terminou antes de ser encontrada a aspa equivalente para %c. (O texto " "Texto terminou antes de ser encontrada a aspa equivalente para %c. (O texto "
"era '%s')" "era '%s')"
#: ../glib/gshell.c:560 #: glib/gshell.c:560
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Texto estava vazio (ou apenas continha espaços)" msgstr "Texto estava vazio (ou apenas continha espaços)"
#: ../glib/gspawn-win32.c:264 #: glib/gspawn-win32.c:264
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "Falha ao ler dados de processo filho" msgstr "Falha ao ler dados de processo filho"
#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 #: glib/gspawn-win32.c:281 glib/gspawn.c:1354
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Falha ao criar canal para comunicar com processo filho (%s)" msgstr "Falha ao criar canal para comunicar com processo filho (%s)"
#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 #: glib/gspawn-win32.c:321 glib/gspawn.c:1018
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Falha ao ler de canal filho (%s)" msgstr "Falha ao ler de canal filho (%s)"
#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 #: glib/gspawn-win32.c:349 glib/gspawn.c:1223
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Falha ao ir para directório '%s' (%s)" msgstr "Falha ao ir para directório '%s' (%s)"
#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 #: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Falha ao executar processo filho (%s)" msgstr "Falha ao executar processo filho (%s)"
#: ../glib/gspawn-win32.c:599 #: glib/gspawn-win32.c:599
msgid "Failed to execute helper program" msgid "Failed to execute helper program"
msgstr "Falha ao executar aplicação auxiliar" msgstr "Falha ao executar aplicação auxiliar"
#: ../glib/gspawn-win32.c:797 #: glib/gspawn-win32.c:797
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@ -518,122 +517,122 @@ msgstr ""
"Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo " "Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo "
"filho" "filho"
#: ../glib/gspawn.c:179 #: glib/gspawn.c:179
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "Falha ao ler dados de processo filho (%s)" msgstr "Falha ao ler dados de processo filho (%s)"
#: ../glib/gspawn.c:310 #: glib/gspawn.c:310
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Erro inesperado no select() ao ler dados de processo filho (%s)" msgstr "Erro inesperado no select() ao ler dados de processo filho (%s)"
#: ../glib/gspawn.c:393 #: glib/gspawn.c:393
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "Erro inesperado em waitpid() (%s)" msgstr "Erro inesperado em waitpid() (%s)"
#: ../glib/gspawn.c:1083 #: glib/gspawn.c:1083
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "Falha ao efectuar fork (%s)" msgstr "Falha ao efectuar fork (%s)"
#: ../glib/gspawn.c:1233 #: glib/gspawn.c:1233
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Falha ao executar o processo filho \"%s\" (%s)" msgstr "Falha ao executar o processo filho \"%s\" (%s)"
#: ../glib/gspawn.c:1243 #: glib/gspawn.c:1243
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "Falha ao redireccionar saída ou entrada de processo filho (%s)" msgstr "Falha ao redireccionar saída ou entrada de processo filho (%s)"
#: ../glib/gspawn.c:1252 #: glib/gspawn.c:1252
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "Falha ao efectuar fork de processo filho (%s)" msgstr "Falha ao efectuar fork de processo filho (%s)"
#: ../glib/gspawn.c:1260 #: glib/gspawn.c:1260
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "Erro desconhecido ao executar processo filho \"%s\"" msgstr "Erro desconhecido ao executar processo filho \"%s\""
#: ../glib/gspawn.c:1282 #: glib/gspawn.c:1282
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Incapaz de ler dados suficientes de canal pid do filho (%s)" msgstr "Incapaz de ler dados suficientes de canal pid do filho (%s)"
#: ../glib/gutf8.c:986 #: glib/gutf8.c:986
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "Caracter fora do limite para UTF-8 " msgstr "Caracter fora do limite para UTF-8 "
#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 #: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230
#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 #: glib/gutf8.c:1371 glib/gutf8.c:1467
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "Sequência inválida na conversão da entrada" msgstr "Sequência inválida na conversão da entrada"
#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 #: glib/gutf8.c:1382 glib/gutf8.c:1478
msgid "Character out of range for UTF-16" msgid "Character out of range for UTF-16"
msgstr "Caracter fora do limite para UTF-16" msgstr "Caracter fora do limite para UTF-16"
#: ../glib/goption.c:468 #: glib/goption.c:468
msgid "Usage:" msgid "Usage:"
msgstr "Utilização:" msgstr "Utilização:"
#: ../glib/goption.c:468 #: glib/goption.c:468
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[OPÇÃO...]" msgstr "[OPÇÃO...]"
#: ../glib/goption.c:556 #: glib/goption.c:556
msgid "Help Options:" msgid "Help Options:"
msgstr "Opções de Ajuda:" msgstr "Opções de Ajuda:"
#: ../glib/goption.c:557 #: glib/goption.c:557
msgid "Show help options" msgid "Show help options"
msgstr "Apresentar as opções de ajuda" msgstr "Apresentar as opções de ajuda"
#: ../glib/goption.c:562 #: glib/goption.c:562
msgid "Show all help options" msgid "Show all help options"
msgstr "Apresentar todas as opções de ajuda" msgstr "Apresentar todas as opções de ajuda"
#: ../glib/goption.c:612 #: glib/goption.c:612
msgid "Application Options:" msgid "Application Options:"
msgstr "Opções da Aplicação:" msgstr "Opções da Aplicação:"
#: ../glib/goption.c:653 #: glib/goption.c:653
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "Incapaz de parsear o valor inteiro '%s' para %s" msgstr "Incapaz de parsear o valor inteiro '%s' para %s"
#: ../glib/goption.c:663 #: glib/goption.c:663
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "Valor inteiro '%s' para %s para lá do limite permitido" msgstr "Valor inteiro '%s' para %s para lá do limite permitido"
#: ../glib/goption.c:957 ../glib/goption.c:1068 #: glib/goption.c:957 glib/goption.c:1068
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "Argumento em falta para %s" msgstr "Argumento em falta para %s"
#: ../glib/goption.c:1472 #: glib/goption.c:1472
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "Opção %s desconhecida" msgstr "Opção %s desconhecida"
#: ../glib/gkeyfile.c:339 #: glib/gkeyfile.c:339
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "" msgstr ""
"Incapaz de encontrar um ficheiro de chave válido nos directórios de dados" "Incapaz de encontrar um ficheiro de chave válido nos directórios de dados"
#: ../glib/gkeyfile.c:374 #: glib/gkeyfile.c:374
msgid "Not a regular file" msgid "Not a regular file"
msgstr "Não é um ficheiro comum" msgstr "Não é um ficheiro comum"
#: ../glib/gkeyfile.c:382 #: glib/gkeyfile.c:382
msgid "File is empty" msgid "File is empty"
msgstr "Ficheiro está vazio" msgstr "Ficheiro está vazio"
#: ../glib/gkeyfile.c:697 #: glib/gkeyfile.c:697
#, c-format #, c-format
msgid "" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment" "Key file contains line '%s' which is not a key-value pair, group, or comment"
@ -641,38 +640,38 @@ msgstr ""
"O ficheiro de chave contém a linha '%s' que não é um par chave-valor, grupo " "O ficheiro de chave contém a linha '%s' que não é um par chave-valor, grupo "
"ou comentário" "ou comentário"
#: ../glib/gkeyfile.c:765 #: glib/gkeyfile.c:765
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "Ficheiro de chave não começa com um grupo" msgstr "Ficheiro de chave não começa com um grupo"
#: ../glib/gkeyfile.c:808 #: glib/gkeyfile.c:808
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "Ficheiro de chave contém uma codificação não suportada '%s'" msgstr "Ficheiro de chave contém uma codificação não suportada '%s'"
#: ../glib/gkeyfile.c:1017 ../glib/gkeyfile.c:1176 ../glib/gkeyfile.c:2177 #: 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:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497
#: ../glib/gkeyfile.c:2649 ../glib/gkeyfile.c:2823 ../glib/gkeyfile.c:2880 #: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "Ficheiro de chave não possui um grupo '%s'" msgstr "Ficheiro de chave não possui um grupo '%s'"
#: ../glib/gkeyfile.c:1188 #: glib/gkeyfile.c:1188
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "Ficheiro de chave não contém a chave '%s'" msgstr "Ficheiro de chave não contém a chave '%s'"
#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 #: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" 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" msgstr "Ficheiro de chave contém a chave '%s' com o valor '%s' que não é 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 #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." 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." msgstr "Ficheiro de chave contém a chave '%s' cujo valor não é interpretável."
#: ../glib/gkeyfile.c:2004 #: glib/gkeyfile.c:2004
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
@ -681,32 +680,32 @@ msgstr ""
"Ficheiro de chave contém a chave '%s' no grupo '%s' cujo valor não é " "Ficheiro de chave contém a chave '%s' no grupo '%s' cujo valor não é "
"interpretável." "interpretável."
#: ../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 #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "Ficheiro de chave não possui a chave '%s' no grupo '%s'" msgstr "Ficheiro de chave não possui a chave '%s' no grupo '%s'"
#: ../glib/gkeyfile.c:3072 #: glib/gkeyfile.c:3072
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "Ficheiro de chave contém caracteres escapados no final da linha" msgstr "Ficheiro de chave contém caracteres escapados no final da linha"
#: ../glib/gkeyfile.c:3094 #: glib/gkeyfile.c:3094
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "" msgstr ""
"Ficheiro de chave contém uma sequência de caracteres escapados inválida '%s'" "Ficheiro de chave contém uma sequência de caracteres escapados inválida '%s'"
#: ../glib/gkeyfile.c:3235 #: glib/gkeyfile.c:3235
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "Incapaz de interpretar o valor '%s' como um numérico." msgstr "Incapaz de interpretar o valor '%s' como um numérico."
#: ../glib/gkeyfile.c:3245 #: glib/gkeyfile.c:3245
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "Valor inteiro '%s' para além do limite permitido" msgstr "Valor inteiro '%s' para além do limite permitido"
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Incapaz de interpretar o valor '%s' como uma boleana." msgstr "Incapaz de interpretar o valor '%s' como uma boleana."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-03-30 19:39-0300\n" "PO-Revision-Date: 2005-03-30 19:39-0300\n"
"Last-Translator: Gustavo Noronha Silva <kov@debian.org>\n" "Last-Translator: Gustavo Noronha Silva <kov@debian.org>\n"
"Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n" "Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n"
@ -25,59 +25,59 @@ msgstr "Conversão do conjunto de caracteres '%s' para '%s' não é suportada"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Não foi possível abrir conversor de '%s' para '%s'" msgstr "Não foi possível abrir conversor de '%s' para '%s'"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Sequência de bytes inválida na entrada de conversão" msgstr "Sequência de bytes inválida na entrada de conversão"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Erro durante a conversão: %s" msgstr "Erro durante a conversão: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Sequência de caracteres parcial no final da entrada" msgstr "Sequência de caracteres parcial no final da entrada"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Não foi possível converter recurso '%s' para conjunto caracteres '%s'" msgstr "Não foi possível converter recurso '%s' para conjunto caracteres '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "O URI '%s' não é um URI absoluto que utilize o esquema \"file\"" msgstr "O URI '%s' não é um URI absoluto que utilize o esquema \"file\""
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "O URI de arquivo local '%s' não pode incluir um '#'" msgstr "O URI de arquivo local '%s' não pode incluir um '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "O URI '%s' é inválido" msgstr "O URI '%s' é inválido"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "O nome de servidor do URI '%s' é inválido" msgstr "O nome de servidor do URI '%s' é inválido"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "O URI '%s' contém caracteres mascarados inválidos" msgstr "O URI '%s' contém caracteres mascarados inválidos"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "O nome de caminho '%s' não é um caminho absoluto" msgstr "O nome de caminho '%s' não é um caminho absoluto"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Nome de servidor inválido" msgstr "Nome de servidor inválido"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib-2-6\n" "Project-Id-Version: glib-2-6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-03-02 22:46+0200\n" "PO-Revision-Date: 2005-03-02 22:46+0200\n"
"Last-Translator: Mişu Moldovan <dumol@go.ro>\n" "Last-Translator: Mişu Moldovan <dumol@go.ro>\n"
"Language-Team: Română <gnomero-list@lists.sourceforge.net>\n" "Language-Team: Română <gnomero-list@lists.sourceforge.net>\n"
@ -25,59 +25,59 @@ msgstr "Conversia de la setul de caractere „%s” la „%s” nu este suportat
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Nu s-a putut iniţia conversia de la „%s” la „%s”" msgstr "Nu s-a putut iniţia conversia de la „%s” la „%s”"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Secvenţă de octeţi invalidă în intrarea conversiei" msgstr "Secvenţă de octeţi invalidă în intrarea conversiei"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Eroare în timpul conversiei: %s" msgstr "Eroare în timpul conversiei: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Secvenţă parţială de caractere la sfârşitul intrării" msgstr "Secvenţă parţială de caractere la sfârşitul intrării"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Nu pot converti rezerva „%s” la setul de caractere „%s”" msgstr "Nu pot converti rezerva „%s” la setul de caractere „%s”"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI-ul „%s” nu este un URI absolut folosind schema „fişier”" msgstr "URI-ul „%s” nu este un URI absolut folosind schema „fişier”"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "URI-ul fişierului local „%s” nu poate include un „#”" msgstr "URI-ul fişierului local „%s” nu poate include un „#”"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI-ul „%s” este invalid" msgstr "URI-ul „%s” este invalid"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Gazda URI-ului „%s” este invalidă" msgstr "Gazda URI-ului „%s” este invalidă"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI-ul „%s” conţine caractere „escaped” invalide" msgstr "URI-ul „%s” conţine caractere „escaped” invalide"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Calea „%s” nu este o cale absolută" msgstr "Calea „%s” nu este o cale absolută"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Nume gazdă invalid" msgstr "Nume gazdă invalid"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2004-12-17 15:42+0200\n" "PO-Revision-Date: 2004-12-17 15:42+0200\n"
"Last-Translator: Leonid Kanter <leon@asplinux.ru>\n" "Last-Translator: Leonid Kanter <leon@asplinux.ru>\n"
"Language-Team: <gnome-cyr@gnome.org>\n" "Language-Team: <gnome-cyr@gnome.org>\n"
@ -27,7 +27,7 @@ msgstr "Преобразование из набора символов \"%s\"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Не удалось открыть преобразователь из \"%s\" в \"%s\"" msgstr "Не удалось открыть преобразователь из \"%s\" в \"%s\""
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
@ -35,57 +35,57 @@ msgstr ""
"Недопустимая последовательность байтов для преобразования содержится во " "Недопустимая последовательность байтов для преобразования содержится во "
"входной строке" "входной строке"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Произошла ошибка при преобразовании: %s" msgstr "Произошла ошибка при преобразовании: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Неполный символ содержится в конце входной строки" msgstr "Неполный символ содержится в конце входной строки"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "" msgstr ""
"Невозможно корректно преобразовать символ \"%s\" в символ из набора \"%s\"" "Невозможно корректно преобразовать символ \"%s\" в символ из набора \"%s\""
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "" msgstr ""
"URI \"%s\" не является абсолютным идентификатором при использовании схемы " "URI \"%s\" не является абсолютным идентификатором при использовании схемы "
"\"file\"" "\"file\""
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "" msgstr ""
"Идентификатор URI локального файла \"%s\" не может включать символ \"#\"" "Идентификатор URI локального файла \"%s\" не может включать символ \"#\""
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "Идентификатор URI \"%s\" недопустим" msgstr "Идентификатор URI \"%s\" недопустим"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Имя узла недопустимо в идентификаторе URI \"%s\"" msgstr "Имя узла недопустимо в идентификаторе URI \"%s\""
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Идентификатор URI \"%s\" содержит недопустимо экранированный символ" msgstr "Идентификатор URI \"%s\" содержит недопустимо экранированный символ"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Путь \"%s\" не является абсолютным" msgstr "Путь \"%s\" не является абсолютным"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Имя узла недопустимо" msgstr "Имя узла недопустимо"

View File

@ -15,7 +15,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.12\n" "Project-Id-Version: glib 2.12\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-03-28 19:34-0700\n" "PO-Revision-Date: 2005-03-28 19:34-0700\n"
"Last-Translator: Steve Murphy <murf@e-tools.com>\n" "Last-Translator: Steve Murphy <murf@e-tools.com>\n"
"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n" "Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
@ -33,61 +33,61 @@ msgstr "Bivuye Inyuguti Gushyiraho Kuri ni OYA"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "OYA Gufungura Bivuye Kuri" msgstr "OYA Gufungura Bivuye Kuri"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
#, fuzzy #, fuzzy
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Bayite in Ihindurangero Iyinjiza" msgstr "Bayite in Ihindurangero Iyinjiza"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, fuzzy, c-format #, fuzzy, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Ihindurangero" msgstr "Ihindurangero"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
#, fuzzy #, fuzzy
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Inyuguti ku Impera Bya Iyinjiza" msgstr "Inyuguti ku Impera Bya Iyinjiza"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, fuzzy, c-format #, fuzzy, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "GUHINDURA Kuri" msgstr "GUHINDURA Kuri"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "ni OYA ikoresha IDOSIYE Igishusho" msgstr "ni OYA ikoresha IDOSIYE Igishusho"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, fuzzy, c-format #, fuzzy, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "IDOSIYE Gicurasi OYA Gushyiramo a" msgstr "IDOSIYE Gicurasi OYA Gushyiramo a"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "ni Sibyo" msgstr "ni Sibyo"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, fuzzy, c-format #, fuzzy, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Izina ry'inturo: Bya ni Sibyo" msgstr "Izina ry'inturo: Bya ni Sibyo"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Kirimo Inyuguti" msgstr "Kirimo Inyuguti"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, fuzzy, c-format #, fuzzy, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "ni OYA Inzira" msgstr "ni OYA Inzira"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
#, fuzzy #, fuzzy
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Izina ry'inturo:" msgstr "Izina ry'inturo:"

View File

@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-06-25 22:32+0200\n" "PO-Revision-Date: 2005-06-25 22:32+0200\n"
"Last-Translator: Marcel Telka <marcel@telka.sk>\n" "Last-Translator: Marcel Telka <marcel@telka.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@ -30,59 +30,59 @@ msgstr "Prevod zo znakovej sady '%s' do '%s' nie je podporovaný"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Nepodarilo sa otvoriť program na prevod z '%s' do '%s'" msgstr "Nepodarilo sa otvoriť program na prevod z '%s' do '%s'"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Neplatná sekvencia bajtov na vstupe prevodu" msgstr "Neplatná sekvencia bajtov na vstupe prevodu"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Chyba počas prevodu: %s" msgstr "Chyba počas prevodu: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Čiastočná sekvencia znakov na konci vstupu" msgstr "Čiastočná sekvencia znakov na konci vstupu"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Nepodarilo sa previesť náhradné `%s' do kódovej stránky `%s'" msgstr "Nepodarilo sa previesť náhradné `%s' do kódovej stránky `%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' nie je absolútne URI, používajúce schému \"file\"" msgstr "URI '%s' nie je absolútne URI, používajúce schému \"file\""
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "URI lokálneho súboru '%s' nesmie obsahovať '#'" msgstr "URI lokálneho súboru '%s' nesmie obsahovať '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' je neplatné" msgstr "URI '%s' je neplatné"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "URI hostiteľa '%s' je neplatné." msgstr "URI hostiteľa '%s' je neplatné."
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' obsahuje neplatne zadané znaky" msgstr "URI '%s' obsahuje neplatne zadané znaky"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Cesta '%s' nie je absolútna" msgstr "Cesta '%s' nie je absolútna"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Neplatné meno hostiteľa" msgstr "Neplatné meno hostiteľa"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2001-02-16 12:30+0200\n" "PO-Revision-Date: 2001-02-16 12:30+0200\n"
"Last-Translator: Andraz Tori <andraz.tori1@guest.arnes.si>\n" "Last-Translator: Andraz Tori <andraz.tori1@guest.arnes.si>\n"
"Language-Team: Slovenian <sl@li.org>\n" "Language-Team: Slovenian <sl@li.org>\n"
@ -24,59 +24,59 @@ msgstr "Pretvorba iz nabora znakov '%s' v '%s' ni podprta"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Nisem mogel odpreti pretvornika iz '%s' v '%s': %s" msgstr "Nisem mogel odpreti pretvornika iz '%s' v '%s': %s"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Neveljavna sekvenca bajtov na vhodu pretvorbe" msgstr "Neveljavna sekvenca bajtov na vhodu pretvorbe"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Napaka med pretvorbo: %s" msgstr "Napaka med pretvorbo: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Delna (nedokončana) sekvenca znakov na koncu vhoda" msgstr "Delna (nedokončana) sekvenca znakov na koncu vhoda"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ne morem pretvoriti '%s' v nabor znakov '%s'" msgstr "Ne morem pretvoriti '%s' v nabor znakov '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' pri uporabi sheme datotek ni absoluten" msgstr "URI '%s' pri uporabi sheme datotek ni absoluten"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Krajevna datoteka URI '%s' ne sme vsebovati '#'" msgstr "Krajevna datoteka URI '%s' ne sme vsebovati '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' je neveljaven" msgstr "URI '%s' je neveljaven"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Ime gostitelja URIja '%s' ni veljavno" msgstr "Ime gostitelja URIja '%s' ni veljavno"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' vsebuje neveljavne ubežne znake" msgstr "URI '%s' vsebuje neveljavne ubežne znake"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Pot '%s' ni absolutna pot" msgstr "Pot '%s' ni absolutna pot"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Neveljavno ime gostitelja" msgstr "Neveljavno ime gostitelja"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD.sq\n" "Project-Id-Version: glib.HEAD.sq\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-16 18:15+0200\n" "PO-Revision-Date: 2005-07-16 18:15+0200\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n" "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: Albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n" "Language-Team: Albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
@ -24,59 +24,59 @@ msgstr "Konvertimi nga familja e simboleve '%s' në '%s' nuk suportohet"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "E pamundur hapja e konvertuesit nga '%s' në '%s'" msgstr "E pamundur hapja e konvertuesit nga '%s' në '%s'"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Sekuencë byte e pavlefshme tek të dhënat për konvertim" msgstr "Sekuencë byte e pavlefshme tek të dhënat për konvertim"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Gabim gjatë konvertimit: %s" msgstr "Gabim gjatë konvertimit: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Sekuencë simbolesh e pjesëshme në fund të të dhënave në hyrje" msgstr "Sekuencë simbolesh e pjesëshme në fund të të dhënave në hyrje"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "I pamundur konvertimi i '%s' në familjen e simboleve '%s'" msgstr "I pamundur konvertimi i '%s' në familjen e simboleve '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' nuk është një URI absolute duke përdorur skemën e \"file\"" msgstr "URI '%s' nuk është një URI absolute duke përdorur skemën e \"file\""
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "URI për file lokal '%s' mund të mos përdorë një '#'" msgstr "URI për file lokal '%s' mund të mos përdorë një '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' është e pasaktë" msgstr "URI '%s' është e pasaktë"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Emri i host të URI '%s' është i pasaktë" msgstr "Emri i host të URI '%s' është i pasaktë"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' përmban simbole escape të pavlefshëm" msgstr "URI '%s' përmban simbole escape të pavlefshëm"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Pozicioni me emër '%s' nuk është një pozicion absolut" msgstr "Pozicioni me emër '%s' nuk është një pozicion absolut"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Emër host i pasaktë" msgstr "Emër host i pasaktë"

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 2.8\n" "Project-Id-Version: 2.8\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-08 10:59+0200\n" "PO-Revision-Date: 2005-07-08 10:59+0200\n"
"Last-Translator: Данило Шеган <danilo@gnome.org>\n" "Last-Translator: Данило Шеган <danilo@gnome.org>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n" "Language-Team: Serbian (sr) <gnom@prevod.org>\n"
@ -29,60 +29,60 @@ msgstr "Претварање из скупа знакова „%s“ у „%s“
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Не могу да покренем претварање из „%s“ у „%s“" msgstr "Не могу да покренем претварање из „%s“ у „%s“"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Неисправан низ бајтова у улазу који претварам" msgstr "Неисправан низ бајтова у улазу који претварам"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Грешка при претварању: %s" msgstr "Грешка при претварању: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Непотпун низ знакова на крају улаза" msgstr "Непотпун низ знакова на крају улаза"
# ово претпостављам да се односи на делимичан УТФ8 запис # ово претпостављам да се односи на делимичан УТФ8 запис
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Не може претворити резерву „%s“ у запис „%s“" msgstr "Не може претворити резерву „%s“ у запис „%s“"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Адреса „%s“ није апсолутна адреса помоћу „file“ шеме" msgstr "Адреса „%s“ није апсолутна адреса помоћу „file“ шеме"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Адреса локалне датотеке „%s“ не сме садржати „#“" msgstr "Адреса локалне датотеке „%s“ не сме садржати „#“"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "Адреса „%s“ је неисправна" msgstr "Адреса „%s“ је неисправна"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Име домаћина из адресе „%s“ је неисправно" msgstr "Име домаћина из адресе „%s“ је неисправно"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Адреса „%s“ садржи неисправно назначене знаке" msgstr "Адреса „%s“ садржи неисправно назначене знаке"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Путања „%s“ није апсолутна путања" msgstr "Путања „%s“ није апсолутна путања"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Неисправно име домаћина" msgstr "Неисправно име домаћина"

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 2.8\n" "Project-Id-Version: 2.8\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-08 10:59+0200\n" "PO-Revision-Date: 2005-07-08 10:59+0200\n"
"Last-Translator: Danilo Šegan <danilo@gnome.org>\n" "Last-Translator: Danilo Šegan <danilo@gnome.org>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n" "Language-Team: Serbian (sr) <gnom@prevod.org>\n"
@ -29,60 +29,60 @@ msgstr "Pretvaranje iz skupa znakova „%s“ u „%s“ nije podržano"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Ne mogu da pokrenem pretvaranje iz „%s“ u „%s“" msgstr "Ne mogu da pokrenem pretvaranje iz „%s“ u „%s“"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Neispravan niz bajtova u ulazu koji pretvaram" msgstr "Neispravan niz bajtova u ulazu koji pretvaram"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Greška pri pretvaranju: %s" msgstr "Greška pri pretvaranju: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Nepotpun niz znakova na kraju ulaza" msgstr "Nepotpun niz znakova na kraju ulaza"
# ovo pretpostavljam da se odnosi na delimičan UTF8 zapis # ovo pretpostavljam da se odnosi na delimičan UTF8 zapis
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ne može pretvoriti rezervu „%s“ u zapis „%s“" msgstr "Ne može pretvoriti rezervu „%s“ u zapis „%s“"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Adresa „%s“ nije apsolutna adresa pomoću „file“ šeme" msgstr "Adresa „%s“ nije apsolutna adresa pomoću „file“ šeme"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Adresa lokalne datoteke „%s“ ne sme sadržati „#“" msgstr "Adresa lokalne datoteke „%s“ ne sme sadržati „#“"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "Adresa „%s“ je neispravna" msgstr "Adresa „%s“ je neispravna"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Ime domaćina iz adrese „%s“ je neispravno" msgstr "Ime domaćina iz adrese „%s“ je neispravno"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Adresa „%s“ sadrži neispravno naznačene znake" msgstr "Adresa „%s“ sadrži neispravno naznačene znake"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Putanja „%s“ nije apsolutna putanja" msgstr "Putanja „%s“ nije apsolutna putanja"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Neispravno ime domaćina" msgstr "Neispravno ime domaćina"

View File

@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 2.4\n" "Project-Id-Version: 2.4\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2004-04-29 01:11+0200\n" "PO-Revision-Date: 2004-04-29 01:11+0200\n"
"Last-Translator: Bojan Suzic <bojans@teol.net>\n" "Last-Translator: Bojan Suzic <bojans@teol.net>\n"
"Language-Team: Serbian (sr) <serbiagnome-lista@nongnu.org>\n" "Language-Team: Serbian (sr) <serbiagnome-lista@nongnu.org>\n"
@ -28,61 +28,61 @@ msgstr "Претварање из скупа знакова „%s“ у „%s“
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Не могу да покренем претварање из „%s“ у „%s“" msgstr "Не могу да покренем претварање из „%s“ у „%s“"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Неисправан низ бајтова у улазу који претварам" msgstr "Неисправан низ бајтова у улазу који претварам"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Грешка при претварању: %s" msgstr "Грешка при претварању: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Непотпун низ знакова на крају улаза" msgstr "Непотпун низ знакова на крају улаза"
# ово претпостављам да се односи на делимичан УТФ8 запис # ово претпостављам да се односи на делимичан УТФ8 запис
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Не може претворити резерву „%s“ у запис „%s“" msgstr "Не може претворити резерву „%s“ у запис „%s“"
# bug: "file" should be in quotes, if it's about "file:///" # bug: "file" should be in quotes, if it's about "file:///"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Адреса „%s“ није апсолутна адреса помоћу „file“ шеме" msgstr "Адреса „%s“ није апсолутна адреса помоћу „file“ шеме"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Адреса локалне датотеке „%s“ не смије садржати „#“" msgstr "Адреса локалне датотеке „%s“ не смије садржати „#“"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "Адреса „%s“ је неисправна" msgstr "Адреса „%s“ је неисправна"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Име домаћина из адресе „%s“ је неисправно" msgstr "Име домаћина из адресе „%s“ је неисправно"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Адреса „%s“ садржи неисправно назначене знаке" msgstr "Адреса „%s“ садржи неисправно назначене знаке"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Путања „%s“ није апсолутна путања" msgstr "Путања „%s“ није апсолутна путања"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Неисправно име домаћина" msgstr "Неисправно име домаћина"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2004-12-18 15:59+0100\n" "PO-Revision-Date: 2004-12-18 15:59+0100\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n" "Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n" "Language-Team: Swedish <sv@li.org>\n"
@ -26,60 +26,60 @@ msgstr "Konvertering från teckentabellen \"%s\" till \"%s\" stöds inte"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Kunde inte öppna konverteraren från \"%s\" till \"%s\"" msgstr "Kunde inte öppna konverteraren från \"%s\" till \"%s\""
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Ogiltig bytesekvens i konverteringsindata" msgstr "Ogiltig bytesekvens i konverteringsindata"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Fel vid konvertering: %s" msgstr "Fel vid konvertering: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Ofullständig teckensekvens vid slutet av indata" msgstr "Ofullständig teckensekvens vid slutet av indata"
# fallback syftar på en sträng # fallback syftar på en sträng
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan inte konvertera reservsträngen \"%s\" till kodningen \"%s\"" msgstr "Kan inte konvertera reservsträngen \"%s\" till kodningen \"%s\""
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI:n \"%s\" är ingen absolut URI som använder \"file\"-schemat" msgstr "URI:n \"%s\" är ingen absolut URI som använder \"file\"-schemat"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Lokala fil-URI:n \"%s\" får inte innehålla en \"#\"" msgstr "Lokala fil-URI:n \"%s\" får inte innehålla en \"#\""
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI:n \"%s\" är ogiltig" msgstr "URI:n \"%s\" är ogiltig"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Värdnamnet i URI:n \"%s\" är ogiltigt" msgstr "Värdnamnet i URI:n \"%s\" är ogiltigt"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI:n \"%s\" innehåller ogiltigt kodade tecken" msgstr "URI:n \"%s\" innehåller ogiltigt kodade tecken"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Sökvägen \"%s\" är ingen absolut sökväg" msgstr "Sökvägen \"%s\" är ingen absolut sökväg"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Ogiltigt värdnamn" msgstr "Ogiltigt värdnamn"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.0\n" "Project-Id-Version: glib 2.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2004-02-16 20:30-0600\n" "PO-Revision-Date: 2004-02-16 20:30-0600\n"
"Last-Translator: Dinesh Nadarajah <dinesh_list@sbcglobal.net>\n" "Last-Translator: Dinesh Nadarajah <dinesh_list@sbcglobal.net>\n"
"Language-Team: Tamil <tamilinix@yahoogroups.com>\n" "Language-Team: Tamil <tamilinix@yahoogroups.com>\n"
@ -24,59 +24,59 @@ msgstr "வரியுரு வகை `%s' இலிருந்து `%s'
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "`%s' இலிருந்து `%s' க்கு மாற்றும் நிலை மாற்றியைத் திறக்க முடியவில்லை: %s" msgstr "`%s' இலிருந்து `%s' க்கு மாற்றும் நிலை மாற்றியைத் திறக்க முடியவில்லை: %s"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "நிலை மாற்றியின் உள்ளீடுக்கு தவறான பைட் வரிசைமுறை" msgstr "நிலை மாற்றியின் உள்ளீடுக்கு தவறான பைட் வரிசைமுறை"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "மாற்றும் போது பிழை: %s" msgstr "மாற்றும் போது பிழை: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "உள்ளீடின் முடிவில் பூர்த்தியாகாத வரியுரு வரிசைமுறை" msgstr "உள்ளீடின் முடிவில் பூர்த்தியாகாத வரியுரு வரிசைமுறை"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "பின்னடைப்பு '%s', '%s' குறிக் கணமிற்கு மாற்ற முடியவில்லை" msgstr "பின்னடைப்பு '%s', '%s' குறிக் கணமிற்கு மாற்ற முடியவில்லை"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "வலை முகவரி `%s' கோப்புத் திட்டமுறைப்படி ஓர் தனி வலை முகவரி அல்ல" msgstr "வலை முகவரி `%s' கோப்புத் திட்டமுறைப்படி ஓர் தனி வலை முகவரி அல்ல"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "உள்ளமைக் கோப்பு வலை முகவரி `%s' இல் ஓர் `#' இல்லாமல் இருக்கலாம்" msgstr "உள்ளமைக் கோப்பு வலை முகவரி `%s' இல் ஓர் `#' இல்லாமல் இருக்கலாம்"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "`%s' செல்லுபடியாகாத வலை முகவரி" msgstr "`%s' செல்லுபடியாகாத வலை முகவரி"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "`%s' வலை முகவரியின் விருந்தோம்புப்-பெயர் செல்லுபடியாகாதது" msgstr "`%s' வலை முகவரியின் விருந்தோம்புப்-பெயர் செல்லுபடியாகாதது"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "வலை முகவரி `%s' இல் செல்லுபடியாகாத 'விடுபடு' வரியுருகள்" msgstr "வலை முகவரி `%s' இல் செல்லுபடியாகாத 'விடுபடு' வரியுருகள்"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' பாதைப்-பெயர் ஓர் தனிப் பாதை அல்ல" msgstr "'%s' பாதைப்-பெயர் ஓர் தனிப் பாதை அல்ல"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "பிழையான விருந்தோம்புப்-பெயர்" msgstr "பிழையான விருந்தோம்புப்-பெயர்"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.7.1\n" "Project-Id-Version: glib 2.7.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-06-28 16:54+0700\n" "PO-Revision-Date: 2005-06-28 16:54+0700\n"
"Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n" "Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"
"Language-Team: Thai <l10n@opentle.org>\n" "Language-Team: Thai <l10n@opentle.org>\n"
@ -26,59 +26,59 @@ msgstr "ไม่สนับสนุนการแปลงรหัสอั
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "ไม่สามารถเปิดตัวแปลงรหัสอักขระจาก '%s' ไปเป็น '%s' ได้" msgstr "ไม่สามารถเปิดตัวแปลงรหัสอักขระจาก '%s' ไปเป็น '%s' ได้"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "มีลำดับไบต์ที่ไม่ถูกต้องในข้อมูลที่ป้อนให้ตัวแปลงรหัส" msgstr "มีลำดับไบต์ที่ไม่ถูกต้องในข้อมูลที่ป้อนให้ตัวแปลงรหัส"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "เกิดข้อผิดพลาดระหว่างแปลงรหัส: %s" msgstr "เกิดข้อผิดพลาดระหว่างแปลงรหัส: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "มีลำดับไบต์ไม่เต็มอักขระอยู่ที่ท้ายข้อมูลเข้า" msgstr "มีลำดับไบต์ไม่เต็มอักขระอยู่ที่ท้ายข้อมูลเข้า"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "ไม่สามารถแปลงสตริงซ่อมเสริม '%s' ให้เป็นรหัส '%s' ได้" msgstr "ไม่สามารถแปลงสตริงซ่อมเสริม '%s' ให้เป็นรหัส '%s' ได้"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' ไม่ใช่ URI สัมบูรณ์ที่ใช้ scheme \"file\"" msgstr "URI '%s' ไม่ใช่ URI สัมบูรณ์ที่ใช้ scheme \"file\""
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "URI ของแฟ้มท้องถิ่น '%s' ต้องไม่มี '#'" msgstr "URI ของแฟ้มท้องถิ่น '%s' ต้องไม่มี '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' ใช้ไม่ได้" msgstr "URI '%s' ใช้ไม่ได้"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "ชื่อโฮสต์ของ URI '%s' ใช้ไม่ได้" msgstr "ชื่อโฮสต์ของ URI '%s' ใช้ไม่ได้"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' มีอักขระหลีกที่ไม่ถูกต้อง" msgstr "URI '%s' มีอักขระหลีกที่ไม่ถูกต้อง"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "ชื่อพาธ '%s' ไม่ใช่พาธเต็ม" msgstr "ชื่อพาธ '%s' ไม่ใช่พาธเต็ม"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "ชื่อโฮสต์ผิดรูปแบบ" msgstr "ชื่อโฮสต์ผิดรูปแบบ"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-01-28 23:47+0800\n" "PO-Revision-Date: 2005-01-28 23:47+0800\n"
"Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n" "Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
"Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n" "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
@ -27,59 +27,59 @@ msgstr "Pagpalit mula sa karakter set '%s' tungong '%s' ay hindi suportado"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Hindi mabuksan ang converter mula '%s' tungong '%s'" msgstr "Hindi mabuksan ang converter mula '%s' tungong '%s'"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Di tanggap na byte sequence sa conversion input" msgstr "Di tanggap na byte sequence sa conversion input"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Error habang nagco-convert: %s" msgstr "Error habang nagco-convert: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Di kumpletong karakter sequence sa dulo ng input" msgstr "Di kumpletong karakter sequence sa dulo ng input"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Hindi maka-balik '%s' sa codeset '%s'" msgstr "Hindi maka-balik '%s' sa codeset '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Ang URI '%s' ay hindi absolute URI na gamit ang paraang \"file\"" msgstr "Ang URI '%s' ay hindi absolute URI na gamit ang paraang \"file\""
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Ang lokal na tipunang URI '%s' ay hindi maaaring maglaman ng '#'" msgstr "Ang lokal na tipunang URI '%s' ay hindi maaaring maglaman ng '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "Ang URI '%s' ay di tanggap" msgstr "Ang URI '%s' ay di tanggap"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Ang hostname ng URI '%s' ay di tanggap" msgstr "Ang hostname ng URI '%s' ay di tanggap"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Ang URI '%s' ay may di tanggap na escaped karakter" msgstr "Ang URI '%s' ay may di tanggap na escaped karakter"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Ang pathname '%s' ay hindi absolute path" msgstr "Ang pathname '%s' ay hindi absolute path"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Di tanggap na hostname" msgstr "Di tanggap na hostname"

275
po/tr.po
View File

@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-24 23:57+0300\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-24 23:57+0300\n" "PO-Revision-Date: 2005-07-24 23:57+0300\n"
"Last-Translator: Onur Can CAKMAK <onur@uzem.itu.edu.tr>\n" "Last-Translator: Onur Can CAKMAK <onur@uzem.itu.edu.tr>\n"
"Language-Team: Turkish <gnome-turk@gnome.org>\n" "Language-Team: Turkish <gnome-turk@gnome.org>\n"
@ -20,238 +20,237 @@ msgstr ""
"X-Generator: KBabel 1.10.1\n" "X-Generator: KBabel 1.10.1\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: ../glib/gconvert.c:406 #: glib/gconvert.c:406
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "`%s' karakter kümesinden `%s' karakter kümesine dönüşüm desteklenmiyor" msgstr "`%s' karakter kümesinden `%s' karakter kümesine dönüşüm desteklenmiyor"
#: ../glib/gconvert.c:410 #: glib/gconvert.c:410
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s'--'%s' dönüştürücüsü açılamıyor" msgstr "'%s'--'%s' dönüştürücüsü açılamıyor"
#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: ../glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Dönüşüm girdisinde geçersiz bayt dizisi" msgstr "Dönüşüm girdisinde geçersiz bayt dizisi"
#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Dönüşüm sırasında hata oluştu: %s" msgstr "Dönüşüm sırasında hata oluştu: %s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Girdinin sonunda parçalı karakter dizisi" msgstr "Girdinin sonunda parçalı karakter dizisi"
#: ../glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "" msgstr ""
"Geridönüş karakter kümesi '%s', '%s' karakter kümesine dönüştürülemiyor" "Geridönüş karakter kümesi '%s', '%s' karakter kümesine dönüştürülemiyor"
#: ../glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "\"dosya\" şemasını kullanan URI '%s' kesin bir URI değil" msgstr "\"dosya\" şemasını kullanan URI '%s' kesin bir URI değil"
#: ../glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "'%s' URI yerel dosyası '#' içeremez" msgstr "'%s' URI yerel dosyası '#' içeremez"
#: ../glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' hatalı" msgstr "URI '%s' hatalı"
#: ../glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "URI makine adı '%s' geçersiz" msgstr "URI makine adı '%s' geçersiz"
#: ../glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' geçersiz çıkış karakteri içeriyor" msgstr "URI '%s' geçersiz çıkış karakteri içeriyor"
#: ../glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' yol adı, kesin bir yol değil" msgstr "'%s' yol adı, kesin bir yol değil"
#: ../glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Geçersiz makine adı" msgstr "Geçersiz makine adı"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "'%s' dizini açılamadı: %s" msgstr "'%s' dizini açılamadı: %s"
#: ../glib/gfileutils.c:576 ../glib/gfileutils.c:649 #: glib/gfileutils.c:576 glib/gfileutils.c:649
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu bayt \"%s\" dosyasını okumak için ayrılamadı" msgstr "%lu bayt \"%s\" dosyasını okumak için ayrılamadı"
#: ../glib/gfileutils.c:591 #: glib/gfileutils.c:591
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "'%s' dosyası okunurken hata: %s" msgstr "'%s' dosyası okunurken hata: %s"
#: ../glib/gfileutils.c:673 #: glib/gfileutils.c:673
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "'%s' dosyasından okuma başarısız: %s" msgstr "'%s' dosyasından okuma başarısız: %s"
#: ../glib/gfileutils.c:724 ../glib/gfileutils.c:811 #: glib/gfileutils.c:724 glib/gfileutils.c:811
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "'%s' dosyasını açma başarısız: %s" msgstr "'%s' dosyasını açma başarısız: %s"
#: ../glib/gfileutils.c:741 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:741 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "" msgstr ""
"'%s' dosyasının özniteliklerini alma başarısız: fstat() başarısızlığı: %s" "'%s' dosyasının özniteliklerini alma başarısız: fstat() başarısızlığı: %s"
#: ../glib/gfileutils.c:775 #: glib/gfileutils.c:775
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' dosyasını açma başarısız: fdopen() başarısızlığı: %s" msgstr "'%s' dosyasını açma başarısız: fdopen() başarısızlığı: %s"
#: ../glib/gfileutils.c:909 #: glib/gfileutils.c:909
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "" msgstr ""
"'%s' dosyasının adı '%s' olarak değiştirilirken hata: g_rename() " "'%s' dosyasının adı '%s' olarak değiştirilirken hata: g_rename() "
"başarısızlığı: %s" "başarısızlığı: %s"
#: ../glib/gfileutils.c:952 #: glib/gfileutils.c:952
#, c-format #, c-format
msgid "Could not change file mode: fork() failed: %s" msgid "Could not change file mode: fork() failed: %s"
msgstr "Dosya kipi değiştilemedi: fork() başarısızlığı: %s" msgstr "Dosya kipi değiştilemedi: fork() başarısızlığı: %s"
#: ../glib/gfileutils.c:983 #: glib/gfileutils.c:983
#, c-format #, c-format
msgid "Could not change file mode: waitpid() failed: %s" msgid "Could not change file mode: waitpid() failed: %s"
msgstr "Dosya kipi değiştilemedi: waitpid() başarısızlığı: %s" msgstr "Dosya kipi değiştilemedi: waitpid() başarısızlığı: %s"
#: ../glib/gfileutils.c:1002 #: glib/gfileutils.c:1002
#, c-format #, c-format
msgid "Could not change file mode: chmod() failed: %s" msgid "Could not change file mode: chmod() failed: %s"
msgstr "Dosya kipi değiştilemedi: chmod() başarısızlığı: %s" msgstr "Dosya kipi değiştilemedi: chmod() başarısızlığı: %s"
#: ../glib/gfileutils.c:1013 #: glib/gfileutils.c:1013
#, c-format #, c-format
msgid "Could not change file mode: Child terminated by signal: %s" msgid "Could not change file mode: Child terminated by signal: %s"
msgstr "Dosya kipi değiştirilemedi: Alt süreç %s sinyaliyle kapatıldı" msgstr "Dosya kipi değiştirilemedi: Alt süreç %s sinyaliyle kapatıldı"
#: ../glib/gfileutils.c:1024 #: glib/gfileutils.c:1024
msgid "Could not change file mode: Child terminated abnormally" msgid "Could not change file mode: Child terminated abnormally"
msgstr "Dosya kipi değiştirilemedi: Alt süreç beklenmedik şekilde kapandı" msgstr "Dosya kipi değiştirilemedi: Alt süreç beklenmedik şekilde kapandı"
#: ../glib/gfileutils.c:1058 ../glib/gfileutils.c:1524 #: glib/gfileutils.c:1058 glib/gfileutils.c:1524
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "'%s' dosyasını oluşturma başarısız: %s" msgstr "'%s' dosyasını oluşturma başarısız: %s"
#: ../glib/gfileutils.c:1080 #: glib/gfileutils.c:1080
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "'%s' dosyası yazmak için açılamadı: fdopen() başarısızlığı: %s" msgstr "'%s' dosyası yazmak için açılamadı: fdopen() başarısızlığı: %s"
#: ../glib/gfileutils.c:1105 #: glib/gfileutils.c:1105
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' dosyasına yazılamadı: fwrite() başarısızlığı: %s" msgstr "'%s' dosyasına yazılamadı: fwrite() başarısızlığı: %s"
#: ../glib/gfileutils.c:1124 #: glib/gfileutils.c:1124
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' dosyası kapatılamadı: fclose() başarısızlığı: %s" msgstr "'%s' dosyası kapatılamadı: fclose() başarısızlığı: %s"
#: ../glib/gfileutils.c:1242 #: glib/gfileutils.c:1242
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Varolan dosya '%s' silinemedi: g_unlink() başarısızlığı: %s" msgstr "Varolan dosya '%s' silinemedi: g_unlink() başarısızlığı: %s"
#: ../glib/gfileutils.c:1485 #: glib/gfileutils.c:1485
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Şablon '%s' geçersiz, '%s' içermemeli" msgstr "Şablon '%s' geçersiz, '%s' içermemeli"
#: ../glib/gfileutils.c:1499 #: glib/gfileutils.c:1499
#, c-format #, c-format
msgid "Template '%s' doesn't end with XXXXXX" msgid "Template '%s' doesn't end with XXXXXX"
msgstr "Şablon '%s' XXXXXX ile bitmiyor" msgstr "Şablon '%s' XXXXXX ile bitmiyor"
#: ../glib/gfileutils.c:1977 #: glib/gfileutils.c:1977
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' sembolik bağını okuma başarısız: %s" msgstr "'%s' sembolik bağını okuma başarısız: %s"
#: ../glib/gfileutils.c:1998 #: glib/gfileutils.c:1998
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "Sembolik bağlar desteklenmiyor" msgstr "Sembolik bağlar desteklenmiyor"
#: ../glib/giochannel.c:1150 #: glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set `%s' to `%s' is not supported" msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "`%s' karakter kümesinden `%s' karakter kümesine dönüşüm desteklenmiyor" msgstr "`%s' karakter kümesinden `%s' karakter kümesine dönüşüm desteklenmiyor"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from `%s' to `%s': %s" msgid "Could not open converter from `%s' to `%s': %s"
msgstr "`%s'-`%s' dönüştürücüsü açılamıyor: %s" msgstr "`%s'-`%s' dönüştürücüsü açılamıyor: %s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
msgid "Can't do a raw read in g_io_channel_read_line_string" msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string içinde okuma yapılamıyor" msgstr "g_io_channel_read_line_string içinde okuma yapılamıyor"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "Okuma tampon belleğinde kalıntı çevrilmemiş veri" msgstr "Okuma tampon belleğinde kalıntı çevrilmemiş veri"
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "Kanal kısmi bir karakterde sonlanıyor" msgstr "Kanal kısmi bir karakterde sonlanıyor"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
msgid "Can't do a raw read in g_io_channel_read_to_end" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end içinde okuma başarısız" msgstr "g_io_channel_read_to_end içinde okuma başarısız"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "'%s' dosyasıılamadı: open() başarısızlığı: %s" msgstr "'%s' dosyasıılamadı: open() başarısızlığı: %s"
#: ../glib/gmappedfile.c:178 #: glib/gmappedfile.c:178
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' için eşlem oluşturulamadı: mmap() başarısızlığı: %s" msgstr "'%s' için eşlem oluşturulamadı: mmap() başarısızlığı: %s"
#: ../glib/gmarkup.c:232 #: glib/gmarkup.c:232
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "Satır %d karakter %d hata içeriyor: %s" msgstr "Satır %d karakter %d hata içeriyor: %s"
#: ../glib/gmarkup.c:330 #: glib/gmarkup.c:330
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "Satır %d hata içeriyor: %s" msgstr "Satır %d hata içeriyor: %s"
#: ../glib/gmarkup.c:434 #: glib/gmarkup.c:434
msgid "" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "" msgstr ""
"Boş özvarlık '&;' görüldü; geçerli öğeler: &amp; &quot; &lt; &qt; &apos;" "Boş özvarlık '&;' görüldü; geçerli öğeler: &amp; &quot; &lt; &qt; &apos;"
#: ../glib/gmarkup.c:444 #: glib/gmarkup.c:444
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "Character '%s' is not valid at the start of an entity name; the & character "
@ -262,17 +261,17 @@ msgstr ""
"özvarlığı başlatır; eger bu & işareti bir özvarlık değilse, &amp; olarak " "özvarlığı başlatır; eger bu & işareti bir özvarlık değilse, &amp; olarak "
"kullanabilirsiniz" "kullanabilirsiniz"
#: ../glib/gmarkup.c:478 #: glib/gmarkup.c:478
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr "Karakter '%s' bir özvarlık isminin içinde geçerli değildir" msgstr "Karakter '%s' bir özvarlık isminin içinde geçerli değildir"
#: ../glib/gmarkup.c:515 #: glib/gmarkup.c:515
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "Özvarlık ismi '%s' bilinmiyor" msgstr "Özvarlık ismi '%s' bilinmiyor"
#: ../glib/gmarkup.c:526 #: glib/gmarkup.c:526
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
@ -281,7 +280,7 @@ msgstr ""
"istemeksizin & karakteri kullandınız - & işaretini &amp; olarak " "istemeksizin & karakteri kullandınız - & işaretini &amp; olarak "
"kullanabilirsiniz" "kullanabilirsiniz"
#: ../glib/gmarkup.c:579 #: glib/gmarkup.c:579
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
@ -290,16 +289,16 @@ msgstr ""
"Karakter referansı içinde bir rakam olması gereken '%-.*s' ayrıştırılamadı, " "Karakter referansı içinde bir rakam olması gereken '%-.*s' ayrıştırılamadı, "
"(örneğin; &#234;) - rakam çok büyük olabilir" "(örneğin; &#234;) - rakam çok büyük olabilir"
#: ../glib/gmarkup.c:604 #: glib/gmarkup.c:604
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Karakter referansı '%-.*s' izin verilen karakteri kodlamıyor" msgstr "Karakter referansı '%-.*s' izin verilen karakteri kodlamıyor"
#: ../glib/gmarkup.c:619 #: glib/gmarkup.c:619
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Boş karakter referansı; &#454; gibi bir rakam içermelidir" msgstr "Boş karakter referansı; &#454; gibi bir rakam içermelidir"
#: ../glib/gmarkup.c:629 #: glib/gmarkup.c:629
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
@ -309,23 +308,23 @@ msgstr ""
"başlatmak istemeksizin & karakteri kullandınız - & işaretini &amp; olarak " "başlatmak istemeksizin & karakteri kullandınız - & işaretini &amp; olarak "
"kullanabilirsiniz" "kullanabilirsiniz"
#: ../glib/gmarkup.c:715 #: glib/gmarkup.c:715
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "Tamamlanmamış özvarlık referansı" msgstr "Tamamlanmamış özvarlık referansı"
#: ../glib/gmarkup.c:721 #: glib/gmarkup.c:721
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "Tamamlanmamış karakter referansı" msgstr "Tamamlanmamış karakter referansı"
#: ../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" msgid "Invalid UTF-8 encoded text"
msgstr "Geçersiz UTF-8 kodlanmış metin" msgstr "Geçersiz UTF-8 kodlanmış metin"
#: ../glib/gmarkup.c:1059 #: glib/gmarkup.c:1059
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "Belge bir öğe ile başlamalı (örneğin <kitap>)" msgstr "Belge bir öğe ile başlamalı (örneğin <kitap>)"
#: ../glib/gmarkup.c:1099 #: glib/gmarkup.c:1099
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
@ -334,7 +333,7 @@ msgstr ""
"'<' karakterinden sonra gelen '%s' geçerli bir karakter değil; bir öğe adı " "'<' karakterinden sonra gelen '%s' geçerli bir karakter değil; bir öğe adı "
"başlatmamalı" "başlatmamalı"
#: ../glib/gmarkup.c:1163 #: glib/gmarkup.c:1163
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
@ -343,7 +342,7 @@ msgstr ""
"Tuhaf karakter '%s', '%s' öğesinin başlangıç etiketinin sonunda '>' " "Tuhaf karakter '%s', '%s' öğesinin başlangıç etiketinin sonunda '>' "
"karakteri bekleniyor" "karakteri bekleniyor"
#: ../glib/gmarkup.c:1252 #: glib/gmarkup.c:1252
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -351,7 +350,7 @@ msgstr ""
"Tuhaf karakter '%1$s', '%3$s' öğesinin '%2$s' özniteliğinin sonunda '=' " "Tuhaf karakter '%1$s', '%3$s' öğesinin '%2$s' özniteliğinin sonunda '=' "
"karakteri bekleniyor" "karakteri bekleniyor"
#: ../glib/gmarkup.c:1294 #: glib/gmarkup.c:1294
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -362,7 +361,7 @@ msgstr ""
"veya bir öznitelik bekleniyor; öznitelik isminde geçersiz bir karakter " "veya bir öznitelik bekleniyor; öznitelik isminde geçersiz bir karakter "
"kullanmış olabilirsiniz" "kullanmış olabilirsiniz"
#: ../glib/gmarkup.c:1383 #: glib/gmarkup.c:1383
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
@ -371,7 +370,7 @@ msgstr ""
"Tuhaf karakter: '%s', '%s' özniteliğini '%s' öğesinde değiştirmek için " "Tuhaf karakter: '%s', '%s' özniteliğini '%s' öğesinde değiştirmek için "
"eşittir işaretinden sonra tırnak işareti bekleniyor" "eşittir işaretinden sonra tırnak işareti bekleniyor"
#: ../glib/gmarkup.c:1528 #: glib/gmarkup.c:1528
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
@ -380,7 +379,7 @@ msgstr ""
"'</' karakterlerini takip eden '%s' geçerli bir karakter değildir; öğe ismi " "'</' karakterlerini takip eden '%s' geçerli bir karakter değildir; öğe ismi "
"'%s' ile başlamamalı" "'%s' ile başlamamalı"
#: ../glib/gmarkup.c:1568 #: glib/gmarkup.c:1568
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
@ -389,27 +388,27 @@ msgstr ""
"'%s', kapalı öğe ismi '%s' ardından gelebilcek bir karakter değil; izin " "'%s', kapalı öğe ismi '%s' ardından gelebilcek bir karakter değil; izin "
"verilen karakter ise '>'" "verilen karakter ise '>'"
#: ../glib/gmarkup.c:1579 #: glib/gmarkup.c:1579
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' öğesi kapatılmış, hiç bir öğe açık değil" msgstr "'%s' öğesi kapatılmış, hiç bir öğe açık değil"
#: ../glib/gmarkup.c:1588 #: glib/gmarkup.c:1588
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' öğesi kapatılmış, fakat şu an açık öğe '%s'" msgstr "'%s' öğesi kapatılmış, fakat şu an açık öğe '%s'"
#: ../glib/gmarkup.c:1735 #: glib/gmarkup.c:1735
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "Belge boş veya sadece boşluk karakteri içeriyor" msgstr "Belge boş veya sadece boşluk karakteri içeriyor"
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "" msgstr ""
"Belge açık açı parantezi '<' işaretinden hemen sonra beklenmedik bir şekilde " "Belge açık açı parantezi '<' işaretinden hemen sonra beklenmedik bir şekilde "
"bitti" "bitti"
#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1757 glib/gmarkup.c:1801
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
@ -418,7 +417,7 @@ msgstr ""
"Belge öğeleri hala açıkken beklenmedik bir şekilde bitti - son açılan öğe: '%" "Belge öğeleri hala açıkken beklenmedik bir şekilde bitti - son açılan öğe: '%"
"s'" "s'"
#: ../glib/gmarkup.c:1765 #: glib/gmarkup.c:1765
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
@ -427,19 +426,19 @@ msgstr ""
"Belge beklenmedik bir şekilde bitti, etiketi bitiren kapalıı parantezi " "Belge beklenmedik bir şekilde bitti, etiketi bitiren kapalıı parantezi "
"ile biten <%s/> beklendi" "ile biten <%s/> beklendi"
#: ../glib/gmarkup.c:1771 #: glib/gmarkup.c:1771
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "Belge bir öğe isminin içinde beklenmedik bir şekilde bitti" msgstr "Belge bir öğe isminin içinde beklenmedik bir şekilde bitti"
#: ../glib/gmarkup.c:1776 #: glib/gmarkup.c:1776
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "Belge bir öznitelik ismi içinde beklenmedik bir şekilde bitti" msgstr "Belge bir öznitelik ismi içinde beklenmedik bir şekilde bitti"
#: ../glib/gmarkup.c:1781 #: glib/gmarkup.c:1781
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Belge bir öğe-açma etiketi içinde beklenmedik bir şekilde bitti." msgstr "Belge bir öğe-açma etiketi içinde beklenmedik bir şekilde bitti."
#: ../glib/gmarkup.c:1787 #: glib/gmarkup.c:1787
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
@ -447,73 +446,73 @@ msgstr ""
"Belge öznitelik adını takip eden eşittir isaretinden sonra beklenmedik bir " "Belge öznitelik adını takip eden eşittir isaretinden sonra beklenmedik bir "
"şekilde bitti; öznitelik degeri yok" "şekilde bitti; öznitelik degeri yok"
#: ../glib/gmarkup.c:1794 #: glib/gmarkup.c:1794
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Belge bir öznitelik değeri içinde iken beklenmedik bir şekilde bitti" msgstr "Belge bir öznitelik değeri içinde iken beklenmedik bir şekilde bitti"
#: ../glib/gmarkup.c:1809 #: glib/gmarkup.c:1809
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "" msgstr ""
"Belge, '%s' öğesinin kapama etiketi içinde beklenmedik bir şekilde bitti" "Belge, '%s' öğesinin kapama etiketi içinde beklenmedik bir şekilde bitti"
#: ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1815
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "" msgstr ""
"Belge bir yorum veya işlem talimatı içindeyken beklenmedik bir şekilde bitti" "Belge bir yorum veya işlem talimatı içindeyken beklenmedik bir şekilde bitti"
#: ../glib/gshell.c:73 #: glib/gshell.c:73
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Alıntılı metin tırnak işareti ile başlamıyor" msgstr "Alıntılı metin tırnak işareti ile başlamıyor"
#: ../glib/gshell.c:163 #: glib/gshell.c:163
msgid "Unmatched quotation mark in command line or other shell-quoted text" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "" msgstr ""
"Komut satırında veya diğer kabuk alıntısı metinde eşlenmemiş tırnak işareti" "Komut satırında veya diğer kabuk alıntısı metinde eşlenmemiş tırnak işareti"
#: ../glib/gshell.c:541 #: glib/gshell.c:541
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Metin '\\' karakterinden hemen sonra bitti. (Metin: '%s')" msgstr "Metin '\\' karakterinden hemen sonra bitti. (Metin: '%s')"
#: ../glib/gshell.c:548 #: glib/gshell.c:548
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "%c için eşleşen tırnak işareti bulunmadan metin bitti. (Metin: '%s')" msgstr "%c için eşleşen tırnak işareti bulunmadan metin bitti. (Metin: '%s')"
#: ../glib/gshell.c:560 #: glib/gshell.c:560
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Metin boştu (veya sadece boşluk içeriyordu)" msgstr "Metin boştu (veya sadece boşluk içeriyordu)"
#: ../glib/gspawn-win32.c:264 #: glib/gspawn-win32.c:264
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "Oğul süreçten bilgi okuma başarısızlığı" msgstr "Oğul süreçten bilgi okuma başarısızlığı"
#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 #: glib/gspawn-win32.c:281 glib/gspawn.c:1354
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Oğul süreçle haberleşme için boru yaratılamadı (%s)" msgstr "Oğul süreçle haberleşme için boru yaratılamadı (%s)"
#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 #: glib/gspawn-win32.c:321 glib/gspawn.c:1018
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Oğul süreç borusundan okuma başarısızlığı (%s)" msgstr "Oğul süreç borusundan okuma başarısızlığı (%s)"
#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 #: glib/gspawn-win32.c:349 glib/gspawn.c:1223
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "'%s' dizinine değiştirme başarısızlığı (%s)" msgstr "'%s' dizinine değiştirme başarısızlığı (%s)"
#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 #: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Oğul süreç yürütme başarısızlığı (%s)" msgstr "Oğul süreç yürütme başarısızlığı (%s)"
#: ../glib/gspawn-win32.c:599 #: glib/gspawn-win32.c:599
msgid "Failed to execute helper program" msgid "Failed to execute helper program"
msgstr "Yardımcı program çalıştırılamadı" msgstr "Yardımcı program çalıştırılamadı"
#: ../glib/gspawn-win32.c:797 #: glib/gspawn-win32.c:797
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@ -521,121 +520,121 @@ msgstr ""
"Oğul süreçten bilgi okurken g_io_channel_win32_poll() işleminde beklenmeyen " "Oğul süreçten bilgi okurken g_io_channel_win32_poll() işleminde beklenmeyen "
"hata" "hata"
#: ../glib/gspawn.c:179 #: glib/gspawn.c:179
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "Oğul süreçten bilgi okuma başarısızlığı (%s)" msgstr "Oğul süreçten bilgi okuma başarısızlığı (%s)"
#: ../glib/gspawn.c:310 #: glib/gspawn.c:310
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Oğul süreçten bilgi okurken select()'te beklenmeyen hata oluştu (%s)" msgstr "Oğul süreçten bilgi okurken select()'te beklenmeyen hata oluştu (%s)"
#: ../glib/gspawn.c:393 #: glib/gspawn.c:393
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid()'de beklenmeyen hata (%s)" msgstr "waitpid()'de beklenmeyen hata (%s)"
#: ../glib/gspawn.c:1083 #: glib/gspawn.c:1083
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "Çatallama başarısızlığı (%s)" msgstr "Çatallama başarısızlığı (%s)"
#: ../glib/gspawn.c:1233 #: glib/gspawn.c:1233
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "\"%s\" oğul süreç çalıştırılırken hata oluştu (%s)" msgstr "\"%s\" oğul süreç çalıştırılırken hata oluştu (%s)"
#: ../glib/gspawn.c:1243 #: glib/gspawn.c:1243
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "Oğul sürecin girdisi veya çıktısı yönlendirilemedi (%s)" msgstr "Oğul sürecin girdisi veya çıktısı yönlendirilemedi (%s)"
#: ../glib/gspawn.c:1252 #: glib/gspawn.c:1252
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "Oğul süreç çatallanamadı (%s)" msgstr "Oğul süreç çatallanamadı (%s)"
#: ../glib/gspawn.c:1260 #: glib/gspawn.c:1260
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "Oğul süreç \"%s\" çalıştırılırken bilinmeyen hata oluştu" msgstr "Oğul süreç \"%s\" çalıştırılırken bilinmeyen hata oluştu"
#: ../glib/gspawn.c:1282 #: glib/gspawn.c:1282
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Oğul süreç borusundan yeterli bilgi okunamadı (%s)" msgstr "Oğul süreç borusundan yeterli bilgi okunamadı (%s)"
#: ../glib/gutf8.c:986 #: glib/gutf8.c:986
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "UTF-8 için karakter sınırlarının dışında" msgstr "UTF-8 için karakter sınırlarının dışında"
#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 #: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230
#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 #: glib/gutf8.c:1371 glib/gutf8.c:1467
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "Dönüşüm girdisi içinde geçersiz dizi" msgstr "Dönüşüm girdisi içinde geçersiz dizi"
#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 #: glib/gutf8.c:1382 glib/gutf8.c:1478
msgid "Character out of range for UTF-16" msgid "Character out of range for UTF-16"
msgstr "UTF-16 için karakter sınırlarının dışında" msgstr "UTF-16 için karakter sınırlarının dışında"
#: ../glib/goption.c:468 #: glib/goption.c:468
msgid "Usage:" msgid "Usage:"
msgstr "Kullanım:" msgstr "Kullanım:"
#: ../glib/goption.c:468 #: glib/goption.c:468
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[SEÇENEK...]" msgstr "[SEÇENEK...]"
#: ../glib/goption.c:556 #: glib/goption.c:556
msgid "Help Options:" msgid "Help Options:"
msgstr "Yardım Seçenekleri:" msgstr "Yardım Seçenekleri:"
#: ../glib/goption.c:557 #: glib/goption.c:557
msgid "Show help options" msgid "Show help options"
msgstr "Yardım seçeneklerini göster" msgstr "Yardım seçeneklerini göster"
#: ../glib/goption.c:562 #: glib/goption.c:562
msgid "Show all help options" msgid "Show all help options"
msgstr "Tüm yardım seçeneklerini göster" msgstr "Tüm yardım seçeneklerini göster"
#: ../glib/goption.c:612 #: glib/goption.c:612
msgid "Application Options:" msgid "Application Options:"
msgstr "Uygulama Seçenekleri:" msgstr "Uygulama Seçenekleri:"
#: ../glib/goption.c:653 #: glib/goption.c:653
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "%2$s için tamsayı değeri '%1$s' ayrıştırılamıyor" msgstr "%2$s için tamsayı değeri '%1$s' ayrıştırılamıyor"
#: ../glib/goption.c:663 #: glib/goption.c:663
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "%2$s için tamsayı değeri '%1$s' aralık dışında" msgstr "%2$s için tamsayı değeri '%1$s' aralık dışında"
#: ../glib/goption.c:957 ../glib/goption.c:1068 #: glib/goption.c:957 glib/goption.c:1068
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "%s için parametre eksik" msgstr "%s için parametre eksik"
#: ../glib/goption.c:1472 #: glib/goption.c:1472
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "Bilinmeyen seçenek %s" msgstr "Bilinmeyen seçenek %s"
#: ../glib/gkeyfile.c:339 #: glib/gkeyfile.c:339
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "Veri dizinlerinde geçerli anahtar dosyası bulunamadı" msgstr "Veri dizinlerinde geçerli anahtar dosyası bulunamadı"
#: ../glib/gkeyfile.c:374 #: glib/gkeyfile.c:374
msgid "Not a regular file" msgid "Not a regular file"
msgstr "Normal dosya değil" msgstr "Normal dosya değil"
#: ../glib/gkeyfile.c:382 #: glib/gkeyfile.c:382
msgid "File is empty" msgid "File is empty"
msgstr "Dosya boş" msgstr "Dosya boş"
#: ../glib/gkeyfile.c:697 #: glib/gkeyfile.c:697
#, c-format #, c-format
msgid "" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment" "Key file contains line '%s' which is not a key-value pair, group, or comment"
@ -643,38 +642,38 @@ msgstr ""
"Anahtar dosyası anahtar-değer çifti, grup veya yorum olmayan '%s' satırını " "Anahtar dosyası anahtar-değer çifti, grup veya yorum olmayan '%s' satırını "
"içeriyor" "içeriyor"
#: ../glib/gkeyfile.c:765 #: glib/gkeyfile.c:765
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "Anahtar dosyası bir grupla başlamıyor" msgstr "Anahtar dosyası bir grupla başlamıyor"
#: ../glib/gkeyfile.c:808 #: glib/gkeyfile.c:808
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "Anahtar dosya geçersiz kodlama '%s' içeriyor" msgstr "Anahtar dosya geçersiz kodlama '%s' içeriyor"
#: ../glib/gkeyfile.c:1017 ../glib/gkeyfile.c:1176 ../glib/gkeyfile.c:2177 #: 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:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497
#: ../glib/gkeyfile.c:2649 ../glib/gkeyfile.c:2823 ../glib/gkeyfile.c:2880 #: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "Anahtar dosyasında '%s' grubu yok" msgstr "Anahtar dosyasında '%s' grubu yok"
#: ../glib/gkeyfile.c:1188 #: glib/gkeyfile.c:1188
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "Anahtar dosyasında '%s' anahtarı yok" msgstr "Anahtar dosyasında '%s' anahtarı yok"
#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 #: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" 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" msgstr "Anahtar dosyası UTF-8 olmayan '%s' anahtarını '%s' değeriyle içeriyor"
#: ../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 #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "Anahtar dosyası değeri yorumlanamayan '%s' değerini içeriyor." msgstr "Anahtar dosyası değeri yorumlanamayan '%s' değerini içeriyor."
#: ../glib/gkeyfile.c:2004 #: glib/gkeyfile.c:2004
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
@ -682,31 +681,31 @@ msgid ""
msgstr "" msgstr ""
"Anahtar dosyası, yorumlanamayan '%2$s' grubundaki '%1$s' anahtarını içeriyor." "Anahtar dosyası, yorumlanamayan '%2$s' grubundaki '%1$s' anahtarını içeriyor."
#: ../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 #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "Anahtar dosyası '%2$s' grubunda '%1$s' anahtarı içermiyor" msgstr "Anahtar dosyası '%2$s' grubunda '%1$s' anahtarı içermiyor"
#: ../glib/gkeyfile.c:3072 #: glib/gkeyfile.c:3072
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "Anahtar dosyası satır sonunda çıkış karakteri içeriyor" msgstr "Anahtar dosyası satır sonunda çıkış karakteri içeriyor"
#: ../glib/gkeyfile.c:3094 #: glib/gkeyfile.c:3094
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "URI '%s' geçersiz çıkış dizisi içeriyor" msgstr "URI '%s' geçersiz çıkış dizisi içeriyor"
#: ../glib/gkeyfile.c:3235 #: glib/gkeyfile.c:3235
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "'%s' değeri bir sayı olarak yorumlanamıyor." msgstr "'%s' değeri bir sayı olarak yorumlanamıyor."
#: ../glib/gkeyfile.c:3245 #: glib/gkeyfile.c:3245
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "Tamsayı değeri '%s' aralık dışında" msgstr "Tamsayı değeri '%s' aralık dışında"
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "'%s' değeri bool değer olarak yorumlanamıyor." msgstr "'%s' değeri bool değer olarak yorumlanamıyor."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-02-09 11:56--500\n" "PO-Revision-Date: 2005-02-09 11:56--500\n"
"Last-Translator: Maxim Dziumanenko <mvd@mylinux.com.ua>\n" "Last-Translator: Maxim Dziumanenko <mvd@mylinux.com.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\n" "Language-Team: Ukrainian <uk@li.org>\n"
@ -25,61 +25,61 @@ msgstr "Перетворення з набору символів \"%s\" у \"%s
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Не вдається відкрити перетворювач з \"%s\" у \"%s\"" msgstr "Не вдається відкрити перетворювач з \"%s\" у \"%s\""
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Неправильна послідовність байтів у перетворюваному вводі" msgstr "Неправильна послідовність байтів у перетворюваному вводі"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Помилка під час перетворення: %s" msgstr "Помилка під час перетворення: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Незавершена символьна послідовність на кінці вводу" msgstr "Незавершена символьна послідовність на кінці вводу"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Неможливо коректно перетворити символ \"%s\" у символ з набору \"%s\"" msgstr "Неможливо коректно перетворити символ \"%s\" у символ з набору \"%s\""
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "" msgstr ""
"Ідентифікатор URI \"%s\" не є абсолютним ідентифікатором при використанні " "Ідентифікатор URI \"%s\" не є абсолютним ідентифікатором при використанні "
"схеми \"file\"" "схеми \"file\""
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Ідентифікатор URI \"%s\" локального файла не може містити символ \"#\"" msgstr "Ідентифікатор URI \"%s\" локального файла не може містити символ \"#\""
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI \"%s\" неправильний" msgstr "URI \"%s\" неправильний"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Неправильна назва вузла в URI \"%s\"" msgstr "Неправильна назва вузла в URI \"%s\""
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Ідентифікатор URI \"%s\" містить неправильно екранований символ" msgstr "Ідентифікатор URI \"%s\" містить неправильно екранований символ"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Шлях \"%s\" не є абсолютним" msgstr "Шлях \"%s\" не є абсолютним"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Неправильна назва вузла" msgstr "Неправильна назва вузла"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 1.2\n" "Project-Id-Version: 1.2\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2004-06-25 05:12+0700\n" "PO-Revision-Date: 2004-06-25 05:12+0700\n"
"Last-Translator: T.M.Thanh <tmthanhmd@fptnet.com ; tmthanh@yahoo.com>\n" "Last-Translator: T.M.Thanh <tmthanhmd@fptnet.com ; tmthanh@yahoo.com>\n"
"Language-Team: Gnome-Vi Team <gnomevi-list@lists.sourceforge.net>\n" "Language-Team: Gnome-Vi Team <gnomevi-list@lists.sourceforge.net>\n"
@ -26,59 +26,59 @@ msgstr "Không hỗ trợ việc chuyển từ đặt ký tự '%s' thành '%s'
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Không thể mở trình chuyển đổi từ '%s' sang '%s'" msgstr "Không thể mở trình chuyển đổi từ '%s' sang '%s'"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Byte sequence không hợp lệ trong phần nhập chuyển đổi" msgstr "Byte sequence không hợp lệ trong phần nhập chuyển đổi"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Lỗi khi chuyển đổi: %s" msgstr "Lỗi khi chuyển đổi: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Character sequence riêng phần ở cuối đầu vào" msgstr "Character sequence riêng phần ở cuối đầu vào"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Không thể chuyển đổi fallback '%s' thành codeset '%s'" msgstr "Không thể chuyển đổi fallback '%s' thành codeset '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' không phải URI tuyệt đối sử dụng lược đồ tập tin" msgstr "URI '%s' không phải URI tuyệt đối sử dụng lược đồ tập tin"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "URI tập tin cục bộ '%s' có thể không bao gồm '#'" msgstr "URI tập tin cục bộ '%s' có thể không bao gồm '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' không hợp lệ" msgstr "URI '%s' không hợp lệ"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Tên chủ của URI '%s' không hợp lệ" msgstr "Tên chủ của URI '%s' không hợp lệ"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' chứa không hợp lệ các ký tự thoát" msgstr "URI '%s' chứa không hợp lệ các ký tự thoát"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Tên đường dẫn '%s' không phải một đường dẫn tuyệt đối" msgstr "Tên đường dẫn '%s' không phải một đường dẫn tuyệt đối"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Tên chủ không hợp lệ" msgstr "Tên chủ không hợp lệ"

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2004-05-03 14:40+0200\n" "PO-Revision-Date: 2004-05-03 14:40+0200\n"
"Last-Translator: Pablo Saratxaga <pablo@walon.org>\n" "Last-Translator: Pablo Saratxaga <pablo@walon.org>\n"
"Language-Team: Walloon <linux-wa@walon.org>\n" "Language-Team: Walloon <linux-wa@walon.org>\n"
@ -30,59 +30,59 @@ msgstr "Li cviersaedje di l' ecôdaede «%s» viè «%s» n' est nén sopoirt
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Dji n' a savou drovi l' cvierseu di «%s» viè «%s»" msgstr "Dji n' a savou drovi l' cvierseu di «%s» viè «%s»"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Secwince d' octets nén valide e l' intrêye do cviersaedje" msgstr "Secwince d' octets nén valide e l' intrêye do cviersaedje"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Åk n' a nén stî tot cviersant: %s" msgstr "Åk n' a nén stî tot cviersant: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "" msgstr ""
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "" msgstr ""
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Li tchmin «%s» n' est nén on tchmin absolou" msgstr "Li tchmin «%s» n' est nén on tchmin absolou"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "" msgstr ""
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "" msgstr ""
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "" msgstr ""
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "" msgstr ""
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Li tchmin «%s» n' est nén on tchmin absolou" msgstr "Li tchmin «%s» n' est nén on tchmin absolou"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "No d' lodjoe nén valide" msgstr "No d' lodjoe nén valide"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-02-08 12:31+0200\n" "PO-Revision-Date: 2005-02-08 12:31+0200\n"
"Last-Translator: Canonical Ltd <translations@canonical.com>\n" "Last-Translator: Canonical Ltd <translations@canonical.com>\n"
"Language-Team: Xhosa <xh-translate@ubuntu.com>\n" "Language-Team: Xhosa <xh-translate@ubuntu.com>\n"
@ -27,59 +27,59 @@ msgstr ""
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Akukwazekanga ukuvula isiguquli ukusuka ku '%s' ukuya ku '%s'" msgstr "Akukwazekanga ukuvula isiguquli ukusuka ku '%s' ukuya ku '%s'"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Ulandelelwano olungasebenziyo lwe-byte kungeniso-lwazi yenguqulo" msgstr "Ulandelelwano olungasebenziyo lwe-byte kungeniso-lwazi yenguqulo"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Impazamo ngelixa lenguqulo: %s" msgstr "Impazamo ngelixa lenguqulo: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Inxalenye yophawu lolandelelwano ekupheleni kongeniso-lwazi" msgstr "Inxalenye yophawu lolandelelwano ekupheleni kongeniso-lwazi"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Akukwazeki ukuguqula i-fallback '%s' kwiseti yekhowudi '%s'" msgstr "Akukwazeki ukuguqula i-fallback '%s' kwiseti yekhowudi '%s'"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "I-URI '%s' asiyiyo i-URI ngokupheleleyo esebenzisa indlela ye \"file\"" msgstr "I-URI '%s' asiyiyo i-URI ngokupheleleyo esebenzisa indlela ye \"file\""
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "I-URI yefayili yendawo '%s' kunokwenzeka ingaquki i-'#'" msgstr "I-URI yefayili yendawo '%s' kunokwenzeka ingaquki i-'#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "Ayisebenzi i-'%s' yeURI" msgstr "Ayisebenzi i-'%s' yeURI"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Igama lomququzeleli weURI '%s' alisebenzi" msgstr "Igama lomququzeleli weURI '%s' alisebenzi"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "I-URI '%s' iqulethe iimpawu ezisindileyo ezingasebenziyo" msgstr "I-URI '%s' iqulethe iimpawu ezisindileyo ezingasebenziyo"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Igama lendlela yothungelwano '%s' akuyiyo kuphela indlela" msgstr "Igama lendlela yothungelwano '%s' akuyiyo kuphela indlela"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Igama lomququzeleli elingasebenziyo" msgstr "Igama lomququzeleli elingasebenziyo"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 1.0\n" "Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2003-03-19\n" "PO-Revision-Date: 2003-03-19\n"
"Last-Translator: Raphael Finkel <raphael@cs.uky.edu>\n" "Last-Translator: Raphael Finkel <raphael@cs.uky.edu>\n"
"Language-Team: Yiddish <raphael@cs.uky.edu>\n" "Language-Team: Yiddish <raphael@cs.uky.edu>\n"
@ -24,59 +24,59 @@ msgstr "פֿאַרװאַנדלונג פֿון קאָדירונג %s צו %s ני
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "ניט געקענט עפֿענען פֿאַרװאַנדלער פֿון %s צו %s: %s" msgstr "ניט געקענט עפֿענען פֿאַרװאַנדלער פֿון %s צו %s: %s"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "אומלעקסיק אַכטעלע־סעײַװענץ אין פֿאַרװאַנדלונג אַרױסשרײַב" msgstr "אומלעקסיק אַכטעלע־סעײַװענץ אין פֿאַרװאַנדלונג אַרױסשרײַב"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "האַלבע כאַראַקטער־סעקװענץ צום סוף פֿון אַרײַנשרײַב" msgstr "האַלבע כאַראַקטער־סעקװענץ צום סוף פֿון אַרײַנשרײַב"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "ניט געקענט פֿאַרװאַנדלען גרונטבאַטרעף %s צו קאָדירונג %s" msgstr "ניט געקענט פֿאַרװאַנדלען גרונטבאַטרעף %s צו קאָדירונג %s"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, fuzzy, c-format #, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "דער URI %s איז ניט אַבסאָלוט לױט דער טעקע־סכעמע" msgstr "דער URI %s איז ניט אַבסאָלוט לױט דער טעקע־סכעמע"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "דער לאָקאַלער טעקע־URI %s טאָר ניט כּולל זײַן אַ '#'" msgstr "דער לאָקאַלער טעקע־URI %s טאָר ניט כּולל זײַן אַ '#'"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "דער URI %s איז אומלעקסיק" msgstr "דער URI %s איז אומלעקסיק"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "דער מאַשין־נאָמען פֿונעם URI %s איז אומלעקסיק" msgstr "דער מאַשין־נאָמען פֿונעם URI %s איז אומלעקסיק"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "דער URI %s איז כּולל אומלעקסיקע פּליטה־כאַראַקטערס" msgstr "דער URI %s איז כּולל אומלעקסיקע פּליטה־כאַראַקטערס"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "די פּאַפּקע־רשימה %s איז ניט אַבסאָלוט" msgstr "די פּאַפּקע־רשימה %s איז ניט אַבסאָלוט"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "אומלעקסיקער מאַשין־נאָמען" msgstr "אומלעקסיקער מאַשין־נאָמען"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-22 12:48-0400\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-18 13:14+0800\n" "PO-Revision-Date: 2005-07-18 13:14+0800\n"
"Last-Translator: He Qiangqiang <carton@263.net>\n" "Last-Translator: He Qiangqiang <carton@263.net>\n"
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n" "Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
@ -25,59 +25,59 @@ msgstr "不支持从字符集“%s”到“%s”的转换"
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "无法打开从“%s”到“%s”的转换器" msgstr "无法打开从“%s”到“%s”的转换器"
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "转换输入中出现无效字符序列" msgstr "转换输入中出现无效字符序列"
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "转换过程中出错:%s" msgstr "转换过程中出错:%s"
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "输入末尾出现未尽字符序列" msgstr "输入末尾出现未尽字符序列"
#: glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "无法转换后备字符集“%s”到字符集“%s”" msgstr "无法转换后备字符集“%s”到字符集“%s”"
#: glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI“%s”不是“file”格式的绝对 URI" msgstr "URI“%s”不是“file”格式的绝对 URI"
#: glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "本地文件 URI“%s”不能包含“#”" msgstr "本地文件 URI“%s”不能包含“#”"
#: glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI“%s”无效" msgstr "URI“%s”无效"
#: glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "URI中的主机名“%s”无效" msgstr "URI中的主机名“%s”无效"
#: glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI“%s”中包含无效的转义字符" msgstr "URI“%s”中包含无效的转义字符"
#: glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "路径名“%s”不是绝对路径" msgstr "路径名“%s”不是绝对路径"
#: glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "无效的主机名" msgstr "无效的主机名"

View File

@ -8,241 +8,240 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.3.0\n" "Project-Id-Version: glib 2.3.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-20 22:00+0000\n" "POT-Creation-Date: 2005-08-02 12:08-0400\n"
"PO-Revision-Date: 2005-07-21 10:01+0800\n" "PO-Revision-Date: 2005-07-21 10:01+0800\n"
"Last-Translator: Woodman Tuen <wmtuen@gmail.com>\n" "Last-Translator: Woodman Tuen <wmtuen@gmail.com>\n"
"Language-Team: Chinese/Traditional <community@linuxhall.org>\n" "Language-Team: Chinese/Traditional <community@linuxhall.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit" "Content-Transfer-Encoding: 8bit\n"
#: ../glib/gconvert.c:406 #: glib/gconvert.c:406
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "不支援將字元集‘%s轉換成%s" msgstr "不支援將字元集‘%s轉換成%s"
#: ../glib/gconvert.c:410 #: glib/gconvert.c:410
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "無法將‘%s轉換至%s" msgstr "無法將‘%s轉換至%s"
#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1322 #: glib/gconvert.c:562 glib/gconvert.c:951 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:911 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:911
#: ../glib/gutf8.c:1361 #: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "轉換輸入資料時遇到不正確的位元組次序" msgstr "轉換輸入資料時遇到不正確的位元組次序"
#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1329 #: glib/gconvert.c:568 glib/gconvert.c:878 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "轉換時發生錯誤:%s" msgstr "轉換時發生錯誤:%s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 #: glib/gconvert.c:603 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 #: glib/gutf8.c:1357
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "輸入資料結束時出現未完成的字元次序" msgstr "輸入資料結束時出現未完成的字元次序"
#: ../glib/gconvert.c:817 #: glib/gconvert.c:853
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "無法將後備字串‘%s的字元集轉換成%s" msgstr "無法將後備字串‘%s的字元集轉換成%s"
#: ../glib/gconvert.c:1619 #: glib/gconvert.c:1662
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI%s不是使用“file”格式的絕對 URI" msgstr "URI%s不是使用“file”格式的絕對 URI"
#: ../glib/gconvert.c:1629 #: glib/gconvert.c:1672
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "本機檔案的 URI%s不應含有#" msgstr "本機檔案的 URI%s不應含有#"
#: ../glib/gconvert.c:1646 #: glib/gconvert.c:1689
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI%s無效" msgstr "URI%s無效"
#: ../glib/gconvert.c:1658 #: glib/gconvert.c:1701
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "URI%s中的主機名稱無效" msgstr "URI%s中的主機名稱無效"
#: ../glib/gconvert.c:1674 #: glib/gconvert.c:1717
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI%s含有不正確的「跳出字元」(escaped characters)" msgstr "URI%s含有不正確的「跳出字元」(escaped characters)"
#: ../glib/gconvert.c:1768 #: glib/gconvert.c:1811
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "路徑名稱‘%s不是絕對路徑" msgstr "路徑名稱‘%s不是絕對路徑"
#: ../glib/gconvert.c:1778 #: glib/gconvert.c:1821
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "主機名稱無效" msgstr "主機名稱無效"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "開啟目錄‘%s時發生錯誤%s" msgstr "開啟目錄‘%s時發生錯誤%s"
#: ../glib/gfileutils.c:576 ../glib/gfileutils.c:649 #: glib/gfileutils.c:576 glib/gfileutils.c:649
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "無法分配 %lu 位元來讀取檔案“%s”" msgstr "無法分配 %lu 位元來讀取檔案“%s”"
#: ../glib/gfileutils.c:591 #: glib/gfileutils.c:591
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "讀取檔案‘%s時發生錯誤%s" msgstr "讀取檔案‘%s時發生錯誤%s"
#: ../glib/gfileutils.c:673 #: glib/gfileutils.c:673
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "讀取檔案‘%s失敗%s" msgstr "讀取檔案‘%s失敗%s"
#: ../glib/gfileutils.c:724 ../glib/gfileutils.c:811 #: glib/gfileutils.c:724 glib/gfileutils.c:811
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "開啟檔案‘%s失敗%s" msgstr "開啟檔案‘%s失敗%s"
#: ../glib/gfileutils.c:741 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:741 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "獲取檔案‘%s的屬性失敗fstat() 失敗:%s" msgstr "獲取檔案‘%s的屬性失敗fstat() 失敗:%s"
#: ../glib/gfileutils.c:775 #: glib/gfileutils.c:775
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "開啟檔案‘%s失敗fdopen() 失敗:%s" msgstr "開啟檔案‘%s失敗fdopen() 失敗:%s"
#: ../glib/gfileutils.c:909 #: glib/gfileutils.c:909
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "檔案名稱由‘%s改為%s失敗g_rename() 失敗:%s" msgstr "檔案名稱由‘%s改為%s失敗g_rename() 失敗:%s"
#: ../glib/gfileutils.c:952 #: glib/gfileutils.c:952
#, c-format #, c-format
msgid "Could not change file mode: fork() failed: %s" msgid "Could not change file mode: fork() failed: %s"
msgstr "無法更改檔案模式fork() 失敗:%s" msgstr "無法更改檔案模式fork() 失敗:%s"
#: ../glib/gfileutils.c:983 #: glib/gfileutils.c:983
#, c-format #, c-format
msgid "Could not change file mode: waitpid() failed: %s" msgid "Could not change file mode: waitpid() failed: %s"
msgstr "無法更改檔案模式waitpid() 失敗:%s" msgstr "無法更改檔案模式waitpid() 失敗:%s"
#: ../glib/gfileutils.c:1002 #: glib/gfileutils.c:1002
#, c-format #, c-format
msgid "Could not change file mode: chmod() failed: %s" msgid "Could not change file mode: chmod() failed: %s"
msgstr "無法更改檔案模式chmod() 失敗:%s" msgstr "無法更改檔案模式chmod() 失敗:%s"
#: ../glib/gfileutils.c:1013 #: glib/gfileutils.c:1013
#, c-format #, c-format
msgid "Could not change file mode: Child terminated by signal: %s" msgid "Could not change file mode: Child terminated by signal: %s"
msgstr "無法更改檔案模式:子程序被訊息中止,訊息:%s" msgstr "無法更改檔案模式:子程序被訊息中止,訊息:%s"
#: ../glib/gfileutils.c:1024 #: glib/gfileutils.c:1024
msgid "Could not change file mode: Child terminated abnormally" msgid "Could not change file mode: Child terminated abnormally"
msgstr "無法更改檔案模式:子程序不正常地被中止" msgstr "無法更改檔案模式:子程序不正常地被中止"
#: ../glib/gfileutils.c:1058 ../glib/gfileutils.c:1524 #: glib/gfileutils.c:1058 glib/gfileutils.c:1524
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "建立檔案‘%s失敗%s" msgstr "建立檔案‘%s失敗%s"
#: ../glib/gfileutils.c:1080 #: glib/gfileutils.c:1080
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "開啟檔案‘%s作寫入失敗fdopen() 失敗:%s" msgstr "開啟檔案‘%s作寫入失敗fdopen() 失敗:%s"
#: ../glib/gfileutils.c:1105 #: glib/gfileutils.c:1105
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "寫入檔案‘%s失敗fwrite() 失敗:%s" msgstr "寫入檔案‘%s失敗fwrite() 失敗:%s"
#: ../glib/gfileutils.c:1124 #: glib/gfileutils.c:1124
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "關閉檔案‘%s失敗fclose() 失敗:%s" msgstr "關閉檔案‘%s失敗fclose() 失敗:%s"
#: ../glib/gfileutils.c:1242 #: glib/gfileutils.c:1242
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "現存檔案‘%s無法移除g_unlink() 失敗:%s" msgstr "現存檔案‘%s無法移除g_unlink() 失敗:%s"
#: ../glib/gfileutils.c:1485 #: glib/gfileutils.c:1485
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "樣式‘%s無效不應含有%s" msgstr "樣式‘%s無效不應含有%s"
#: ../glib/gfileutils.c:1499 #: glib/gfileutils.c:1499
#, c-format #, c-format
msgid "Template '%s' doesn't end with XXXXXX" msgid "Template '%s' doesn't end with XXXXXX"
msgstr "樣式‘%s末端不是 XXXXXX" msgstr "樣式‘%s末端不是 XXXXXX"
#: ../glib/gfileutils.c:1977 #: glib/gfileutils.c:1977
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "讀取符號連結‘%s失敗%s" msgstr "讀取符號連結‘%s失敗%s"
#: ../glib/gfileutils.c:1998 #: glib/gfileutils.c:1998
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "不支援符號連結" msgstr "不支援符號連結"
#: ../glib/giochannel.c:1150 #: glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set `%s' to `%s' is not supported" msgid "Conversion from character set `%s' to `%s' is not supported"
msgstr "不支援將字元集‘%s轉換成%s" msgstr "不支援將字元集‘%s轉換成%s"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from `%s' to `%s': %s" msgid "Could not open converter from `%s' to `%s': %s"
msgstr "無法將‘%s轉換至%s%s" msgstr "無法將‘%s轉換至%s%s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
msgid "Can't do a raw read in g_io_channel_read_line_string" msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "在 g_io_channel_read_line_string 中無法讀取原始資料" msgstr "在 g_io_channel_read_line_string 中無法讀取原始資料"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "用來讀取資料的緩衝區中仍有未轉換的資料" msgstr "用來讀取資料的緩衝區中仍有未轉換的資料"
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "在字元未完整之前,輸入管道已經結束" msgstr "在字元未完整之前,輸入管道已經結束"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
msgid "Can't do a raw read in g_io_channel_read_to_end" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end 中無法讀取原始資料" msgstr "g_io_channel_read_to_end 中無法讀取原始資料"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "開啟檔案‘%s失敗open() 失敗:%s" msgstr "開啟檔案‘%s失敗open() 失敗:%s"
#: ../glib/gmappedfile.c:178 #: glib/gmappedfile.c:178
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "對應檔案‘%s失敗mmap() 失敗:%s" msgstr "對應檔案‘%s失敗mmap() 失敗:%s"
#: ../glib/gmarkup.c:232 #: glib/gmarkup.c:232
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "第 %d 行第 %d 個字發生錯誤:%s" msgstr "第 %d 行第 %d 個字發生錯誤:%s"
#: ../glib/gmarkup.c:330 #: glib/gmarkup.c:330
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "第 %d 行發生錯誤:%s" msgstr "第 %d 行發生錯誤:%s"
#: ../glib/gmarkup.c:434 #: glib/gmarkup.c:434
msgid "" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "出現空白的實體‘&;’;可用的實體為:&amp; &quot; &lt; &gt; &apos;" msgstr "出現空白的實體‘&;’;可用的實體為:&amp; &quot; &lt; &gt; &apos;"
#: ../glib/gmarkup.c:444 #: glib/gmarkup.c:444
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "Character '%s' is not valid at the start of an entity name; the & character "
@ -252,17 +251,17 @@ msgstr ""
"實體名稱不應以‘%s開始應該使用 & 字元;如果這個 & 字元不是作為實體使用,請" "實體名稱不應以‘%s開始應該使用 & 字元;如果這個 & 字元不是作為實體使用,請"
"將 & 轉換為 &amp;" "將 & 轉換為 &amp;"
#: ../glib/gmarkup.c:478 #: glib/gmarkup.c:478
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr "實體名稱中不應含有字元‘%s" msgstr "實體名稱中不應含有字元‘%s"
#: ../glib/gmarkup.c:515 #: glib/gmarkup.c:515
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "實體名稱‘%s意義不明" msgstr "實體名稱‘%s意義不明"
#: ../glib/gmarkup.c:526 #: glib/gmarkup.c:526
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
@ -270,23 +269,23 @@ msgstr ""
"實體的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉換" "實體的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉換"
"為 &amp;" "為 &amp;"
#: ../glib/gmarkup.c:579 #: glib/gmarkup.c:579
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large" "reference (&#234; for example) - perhaps the digit is too large"
msgstr "無法解析‘%-.*s字元參引內應該含有數字例如 &#234;)─ 可能是數字太大" msgstr "無法解析‘%-.*s字元參引內應該含有數字例如 &#234;)─ 可能是數字太大"
#: ../glib/gmarkup.c:604 #: glib/gmarkup.c:604
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "字元參引‘%-.*s含有不允許的編碼的字元" msgstr "字元參引‘%-.*s含有不允許的編碼的字元"
#: ../glib/gmarkup.c:619 #: glib/gmarkup.c:619
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "字元參引是空白的;它應該包括數字,像 &#454;" msgstr "字元參引是空白的;它應該包括數字,像 &#454;"
#: ../glib/gmarkup.c:629 #: glib/gmarkup.c:629
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
@ -295,43 +294,43 @@ msgstr ""
"字元參引的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉" "字元參引的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉"
"換為 &amp;" "換為 &amp;"
#: ../glib/gmarkup.c:715 #: glib/gmarkup.c:715
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "未完成的實體參引" msgstr "未完成的實體參引"
#: ../glib/gmarkup.c:721 #: glib/gmarkup.c:721
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "未完成的字元參引" 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" msgid "Invalid UTF-8 encoded text"
msgstr "無效的 UTF-8 編碼文字" msgstr "無效的 UTF-8 編碼文字"
#: ../glib/gmarkup.c:1059 #: glib/gmarkup.c:1059
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "文件開始必須為一元素(例如 <book>" msgstr "文件開始必須為一元素(例如 <book>"
#: ../glib/gmarkup.c:1099 #: glib/gmarkup.c:1099
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
"element name" "element name"
msgstr "<’字元後的‘%s不是有效的字元這樣不可能是元素名稱的開始部份" msgstr "<’字元後的‘%s不是有效的字元這樣不可能是元素名稱的開始部份"
#: ../glib/gmarkup.c:1163 #: glib/gmarkup.c:1163
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'" "'%s'"
msgstr "字元‘%s不尋常元素%s的開始標籤應該以>’字元結束" msgstr "字元‘%s不尋常元素%s的開始標籤應該以>’字元結束"
#: ../glib/gmarkup.c:1252 #: glib/gmarkup.c:1252
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" "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 #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -341,7 +340,7 @@ msgstr ""
"不尋常的字元‘%s元素%s的開始標籤應該以>’或‘/’字元終結,也可以是屬性;或" "不尋常的字元‘%s元素%s的開始標籤應該以>’或‘/’字元終結,也可以是屬性;或"
"許您在屬性名稱中使用了無效的字元" "許您在屬性名稱中使用了無效的字元"
#: ../glib/gmarkup.c:1383 #: glib/gmarkup.c:1383
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
@ -349,323 +348,322 @@ msgid ""
msgstr "" msgstr ""
"不尋常的字元‘%s當指定屬性%s的值屬於元素%s等號後應該出現開引號" "不尋常的字元‘%s當指定屬性%s的值屬於元素%s等號後應該出現開引號"
#: ../glib/gmarkup.c:1528 #: glib/gmarkup.c:1528
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name" "begin an element name"
msgstr "</’字元後的‘%s不是有效的字元%s不可能是元素名稱的開始部份" msgstr "</’字元後的‘%s不是有效的字元%s不可能是元素名稱的開始部份"
#: ../glib/gmarkup.c:1568 #: glib/gmarkup.c:1568
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'" "allowed character is '>'"
msgstr "字元‘%s是無效的位置在關閉元素%s末端允許的字元為>" msgstr "字元‘%s是無效的位置在關閉元素%s末端允許的字元為>"
#: ../glib/gmarkup.c:1579 #: glib/gmarkup.c:1579
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "元素‘%s已關閉沒有開啟中的元素" msgstr "元素‘%s已關閉沒有開啟中的元素"
#: ../glib/gmarkup.c:1588 #: glib/gmarkup.c:1588
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "元素‘%s已關閉但開啟中的元素是%s" msgstr "元素‘%s已關閉但開啟中的元素是%s"
#: ../glib/gmarkup.c:1735 #: glib/gmarkup.c:1735
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "文件完全空白或只含有空白字元" msgstr "文件完全空白或只含有空白字元"
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "文件在尖角括號‘<’後突然終止" msgstr "文件在尖角括號‘<’後突然終止"
#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1757 glib/gmarkup.c:1801
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
"element opened" "element opened"
msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s是最後一個開啟的元素" msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s是最後一個開啟的元素"
#: ../glib/gmarkup.c:1765 #: glib/gmarkup.c:1765
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>" "the tag <%s/>"
msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號" msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號"
#: ../glib/gmarkup.c:1771 #: glib/gmarkup.c:1771
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "在元素的名稱內,文件突然結束" msgstr "在元素的名稱內,文件突然結束"
#: ../glib/gmarkup.c:1776 #: glib/gmarkup.c:1776
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "在屬性名稱內,文件突然結束" msgstr "在屬性名稱內,文件突然結束"
#: ../glib/gmarkup.c:1781 #: glib/gmarkup.c:1781
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "在元素的開啟標籤內,文件突然結束" msgstr "在元素的開啟標籤內,文件突然結束"
#: ../glib/gmarkup.c:1787 #: glib/gmarkup.c:1787
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值" msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值"
#: ../glib/gmarkup.c:1794 #: glib/gmarkup.c:1794
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "在屬性值內,文件突然結束" msgstr "在屬性值內,文件突然結束"
#: ../glib/gmarkup.c:1809 #: glib/gmarkup.c:1809
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "在元素‘%s的關閉標籤內文件突然結束" msgstr "在元素‘%s的關閉標籤內文件突然結束"
#: ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1815
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "在註解或處理指示內,文件突然結束" msgstr "在註解或處理指示內,文件突然結束"
#: ../glib/gshell.c:73 #: glib/gshell.c:73
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "應該用引號括起來的文字不是以括號為開始" msgstr "應該用引號括起來的文字不是以括號為開始"
#: ../glib/gshell.c:163 #: glib/gshell.c:163
msgid "Unmatched quotation mark in command line or other shell-quoted text" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "指令列或其它標為指令的字串內有不對稱的引號" msgstr "指令列或其它標為指令的字串內有不對稱的引號"
#: ../glib/gshell.c:541 #: glib/gshell.c:541
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "文字在‘\\’字元後就終止了。(文字為‘%s" msgstr "文字在‘\\’字元後就終止了。(文字為‘%s"
#: ../glib/gshell.c:548 #: glib/gshell.c:548
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "字串完結前仍沒有對應於 %c 的引號(字串為‘%s" msgstr "字串完結前仍沒有對應於 %c 的引號(字串為‘%s"
#: ../glib/gshell.c:560 #: glib/gshell.c:560
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "文字是空白的(或只含有空白字元)" msgstr "文字是空白的(或只含有空白字元)"
#: ../glib/gspawn-win32.c:264 #: glib/gspawn-win32.c:264
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "無法從副進程讀取資料" msgstr "無法從副進程讀取資料"
#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 #: glib/gspawn-win32.c:281 glib/gspawn.c:1354
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "無法建立管道來和副進程溝通 (%s)" msgstr "無法建立管道來和副進程溝通 (%s)"
#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 #: glib/gspawn-win32.c:321 glib/gspawn.c:1018
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "無法從管道讀取資料 (%s)" msgstr "無法從管道讀取資料 (%s)"
#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 #: glib/gspawn-win32.c:349 glib/gspawn.c:1223
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "無法進入目錄‘%s(%s)" msgstr "無法進入目錄‘%s(%s)"
#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 #: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "無法執行副進程 (%s)" msgstr "無法執行副進程 (%s)"
#: ../glib/gspawn-win32.c:599 #: glib/gspawn-win32.c:599
msgid "Failed to execute helper program" msgid "Failed to execute helper program"
msgstr "無法執行助理程式" msgstr "無法執行助理程式"
#: ../glib/gspawn-win32.c:797 #: glib/gspawn-win32.c:797
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
msgstr "當 g_io_channel_win32_poll() 從副進程讀取資料時發生無法預計的錯誤" msgstr "當 g_io_channel_win32_poll() 從副進程讀取資料時發生無法預計的錯誤"
#: ../glib/gspawn.c:179 #: glib/gspawn.c:179
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "無法從副進程讀取資料 (%s)" msgstr "無法從副進程讀取資料 (%s)"
#: ../glib/gspawn.c:310 #: glib/gspawn.c:310
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "當 select() 從副進程讀取資料時發生無法預計的錯誤 (%s)" msgstr "當 select() 從副進程讀取資料時發生無法預計的錯誤 (%s)"
#: ../glib/gspawn.c:393 #: glib/gspawn.c:393
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid() 發生無法預計的錯誤 (%s)" msgstr "waitpid() 發生無法預計的錯誤 (%s)"
#: ../glib/gspawn.c:1083 #: glib/gspawn.c:1083
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "無法衍生進程 (%s)" msgstr "無法衍生進程 (%s)"
#: ../glib/gspawn.c:1233 #: glib/gspawn.c:1233
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "無法執行副進程“%s”(%s)" msgstr "無法執行副進程“%s”(%s)"
#: ../glib/gspawn.c:1243 #: glib/gspawn.c:1243
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "無法將副進程的輸出或輸入重新導向 (%s)" msgstr "無法將副進程的輸出或輸入重新導向 (%s)"
#: ../glib/gspawn.c:1252 #: glib/gspawn.c:1252
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "無法衍生副進程 (%s)" msgstr "無法衍生副進程 (%s)"
#: ../glib/gspawn.c:1260 #: glib/gspawn.c:1260
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "執行副進程“%s”時發生不明的錯誤" msgstr "執行副進程“%s”時發生不明的錯誤"
#: ../glib/gspawn.c:1282 #: glib/gspawn.c:1282
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "無法從 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" msgid "Character out of range for UTF-8"
msgstr "字元不在 UTF-8 範圍之內" msgstr "字元不在 UTF-8 範圍之內"
#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 #: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230
#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 #: glib/gutf8.c:1371 glib/gutf8.c:1467
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "轉換輸入資料時出現無效的字元次序" 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" msgid "Character out of range for UTF-16"
msgstr "字元不在 UTF-16 範圍之內" msgstr "字元不在 UTF-16 範圍之內"
#: ../glib/goption.c:468 #: glib/goption.c:468
msgid "Usage:" msgid "Usage:"
msgstr "用法:" msgstr "用法:"
#: ../glib/goption.c:468 #: glib/goption.c:468
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[選項...]" msgstr "[選項...]"
#: ../glib/goption.c:556 #: glib/goption.c:556
msgid "Help Options:" msgid "Help Options:"
msgstr "說明選項:" msgstr "說明選項:"
#: ../glib/goption.c:557 #: glib/goption.c:557
msgid "Show help options" msgid "Show help options"
msgstr "顯示說明的選項" msgstr "顯示說明的選項"
#: ../glib/goption.c:562 #: glib/goption.c:562
msgid "Show all help options" msgid "Show all help options"
msgstr "顯示所有的說明選項" msgstr "顯示所有的說明選項"
#: ../glib/goption.c:612 #: glib/goption.c:612
msgid "Application Options:" msgid "Application Options:"
msgstr "應用程式選項:" msgstr "應用程式選項:"
#: ../glib/goption.c:653 #: glib/goption.c:653
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "無法給 %2$s 解析整數值‘%1$s" msgstr "無法給 %2$s 解析整數值‘%1$s"
#: ../glib/goption.c:663 #: glib/goption.c:663
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "%2$s 的整數值‘%1$s超出範圍" msgstr "%2$s 的整數值‘%1$s超出範圍"
#: ../glib/goption.c:957 ../glib/goption.c:1068 #: glib/goption.c:957 glib/goption.c:1068
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "缺少 %s 的參數" msgstr "缺少 %s 的參數"
#: ../glib/goption.c:1472 #: glib/goption.c:1472
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "未知的選項 %s" msgstr "未知的選項 %s"
#: ../glib/gkeyfile.c:339 #: glib/gkeyfile.c:339
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "在資料目錄中找不到有效的設定鍵檔案" msgstr "在資料目錄中找不到有效的設定鍵檔案"
#: ../glib/gkeyfile.c:374 #: glib/gkeyfile.c:374
msgid "Not a regular file" msgid "Not a regular file"
msgstr "不是合格的檔案" msgstr "不是合格的檔案"
#: ../glib/gkeyfile.c:382 #: glib/gkeyfile.c:382
msgid "File is empty" msgid "File is empty"
msgstr "檔案是空的" msgstr "檔案是空的"
#: ../glib/gkeyfile.c:697 #: glib/gkeyfile.c:697
#, c-format #, c-format
msgid "" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment" "Key file contains line '%s' which is not a key-value pair, group, or comment"
msgstr "設定鍵檔案中‘%s行並非設定鍵值配對、群組或註解" msgstr "設定鍵檔案中‘%s行並非設定鍵值配對、群組或註解"
#: ../glib/gkeyfile.c:765 #: glib/gkeyfile.c:765
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "設定鍵檔案並非以群組開頭" msgstr "設定鍵檔案並非以群組開頭"
#: ../glib/gkeyfile.c:808 #: glib/gkeyfile.c:808
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "設定鍵檔案包含不支援的編碼‘%s" msgstr "設定鍵檔案包含不支援的編碼‘%s"
#: ../glib/gkeyfile.c:1017 ../glib/gkeyfile.c:1176 ../glib/gkeyfile.c:2177 #: 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:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497
#: ../glib/gkeyfile.c:2649 ../glib/gkeyfile.c:2823 ../glib/gkeyfile.c:2880 #: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "設定鍵檔案沒有群組‘%s" msgstr "設定鍵檔案沒有群組‘%s"
#: ../glib/gkeyfile.c:1188 #: glib/gkeyfile.c:1188
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "設定鍵檔案沒有設定鍵‘%s" msgstr "設定鍵檔案沒有設定鍵‘%s"
#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 #: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "設定鍵檔案包含的設定鍵‘%s數值為%s並非 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 #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "設定鍵檔案包含的設定鍵‘%s的數值無法解譯。" msgstr "設定鍵檔案包含的設定鍵‘%s的數值無法解譯。"
#: ../glib/gkeyfile.c:2004 #: glib/gkeyfile.c:2004
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
"interpreted." "interpreted."
msgstr "設定鍵檔案包含的群組‘%2$s中設定鍵%1$s數值無法解譯" 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 #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "設定鍵檔案的群組‘%2$s中沒有設定鍵%1$s" msgstr "設定鍵檔案的群組‘%2$s中沒有設定鍵%1$s"
#: ../glib/gkeyfile.c:3072 #: glib/gkeyfile.c:3072
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "設定鍵檔案在行尾包含跳出字元" msgstr "設定鍵檔案在行尾包含跳出字元"
#: ../glib/gkeyfile.c:3094 #: glib/gkeyfile.c:3094
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "設定鍵檔案含有不正確的「跳出字元」‘%s" msgstr "設定鍵檔案含有不正確的「跳出字元」‘%s"
#: ../glib/gkeyfile.c:3235 #: glib/gkeyfile.c:3235
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "數值‘%s不能被解譯為數字。" msgstr "數值‘%s不能被解譯為數字。"
#: ../glib/gkeyfile.c:3245 #: glib/gkeyfile.c:3245
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "整數值‘%s超出範圍" msgstr "整數值‘%s超出範圍"
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "數值‘%s不能被解譯為布林值。" msgstr "數值‘%s不能被解譯為布林值。"