From afa157a73d15dbb9538378177653bcfca3e2731b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 2 Feb 2009 20:09:08 +0000 Subject: [PATCH] 2.19.6 svn path=/trunk/; revision=7845 --- ChangeLog | 4 + INSTALL | 4 +- README | 2 +- docs/reference/ChangeLog | 4 + docs/reference/glib/glib-sections.txt | 1 + docs/reference/glib/tmpl/macros_misc.sgml | 3 +- docs/reference/glib/tmpl/types.sgml | 4 +- gio/ChangeLog | 4 + gmodule/ChangeLog | 4 + gobject/ChangeLog | 4 + gthread/ChangeLog | 4 + po/ChangeLog | 4 + po/am.po | 66 +- po/ar.po | 66 +- po/as.po | 66 +- po/az.po | 66 +- po/be.po | 66 +- po/be@latin.po | 66 +- po/bg.po | 823 ++++++++++---------- po/bn.po | 66 +- po/bn_IN.po | 66 +- po/bs.po | 66 +- po/ca.po | 66 +- po/cs.po | 66 +- po/cy.po | 66 +- po/da.po | 66 +- po/de.po | 66 +- po/dz.po | 66 +- po/el.po | 66 +- po/en_CA.po | 66 +- po/en_GB.po | 66 +- po/eo.po | 66 +- po/es.po | 66 +- po/et.po | 66 +- po/eu.po | 66 +- po/fa.po | 66 +- po/fi.po | 823 ++++++++++---------- po/fr.po | 66 +- po/ga.po | 66 +- po/gl.po | 66 +- po/gu.po | 66 +- po/he.po | 66 +- po/hi.po | 66 +- po/hr.po | 66 +- po/hu.po | 892 ++++++++++----------- po/hy.po | 66 +- po/id.po | 66 +- po/is.po | 66 +- po/it.po | 66 +- po/ja.po | 66 +- po/ka.po | 66 +- po/kn.po | 66 +- po/ko.po | 823 ++++++++++---------- po/ku.po | 66 +- po/lt.po | 66 +- po/lv.po | 66 +- po/mai.po | 66 +- po/mg.po | 66 +- po/mk.po | 66 +- po/ml.po | 66 +- po/mn.po | 66 +- po/mr.po | 66 +- po/ms.po | 66 +- po/nb.po | 66 +- po/ne.po | 66 +- po/nl.po | 66 +- po/nn.po | 66 +- po/oc.po | 66 +- po/or.po | 97 +-- po/pa.po | 66 +- po/pl.po | 66 +- po/ps.po | 66 +- po/pt.po | 66 +- po/pt_BR.po | 823 ++++++++++---------- po/ro.po | 66 +- po/ru.po | 66 +- po/rw.po | 66 +- po/si.po | 66 +- po/sk.po | 66 +- po/sl.po | 66 +- po/sq.po | 66 +- po/sr.po | 66 +- po/sr@ije.po | 66 +- po/sr@latin.po | 66 +- po/sv.po | 1190 ++++++++++++++--------------- po/ta.po | 66 +- po/te.po | 66 +- po/th.po | 66 +- po/tl.po | 66 +- po/tr.po | 66 +- po/tt.po | 66 +- po/uk.po | 66 +- po/vi.po | 66 +- po/wa.po | 66 +- po/xh.po | 66 +- po/yi.po | 66 +- po/zh_CN.po | 66 +- po/zh_HK.po | 1066 ++++++++++++-------------- po/zh_TW.po | 1066 ++++++++++++-------------- 99 files changed, 6308 insertions(+), 6485 deletions(-) diff --git a/ChangeLog b/ChangeLog index 99ebd68..9cbcbca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-02-02 Matthias Clasen + * === Released 2.19.6 === + +2009-02-02 Matthias Clasen + * configure.in: Bump version 2009-01-31 Matthias Clasen diff --git a/INSTALL b/INSTALL index 2e7f7ac..2a8a308 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-2.19.5.tar.gz | tar xvf - # unpack the sources - % cd glib-2.19.5 # change to the toplevel directory + % gzip -cd glib-2.19.6.tar.gz | tar xvf - # unpack the sources + % cd glib-2.19.6 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB diff --git a/README b/README index 2385638..9b14d57 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GLib version 2.19.5. GLib is the low-level core +This is GLib version 2.19.6. GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index fdd10b0..5f4e455 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2009-02-02 Matthias Clasen + + * === Released 2.19.6 === + 2009-01-19 Matthias Clasen * === Released 2.19.5 === diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index 67250b3..6df70cb 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -539,6 +539,7 @@ GThreadError GThreadFunctions g_thread_init g_thread_supported +g_thread_get_initialized GThreadFunc diff --git a/docs/reference/glib/tmpl/macros_misc.sgml b/docs/reference/glib/tmpl/macros_misc.sgml index 0802c07..cc66cdb 100644 --- a/docs/reference/glib/tmpl/macros_misc.sgml +++ b/docs/reference/glib/tmpl/macros_misc.sgml @@ -610,7 +610,6 @@ and printing values of type #goffset. It is a string literal. See also @Since: 2.20 - This is the platform dependent conversion specifier for scanning and @@ -619,3 +618,5 @@ printing values of type #goffset. See also #G_GINT64_FORMAT. Since: 2.20 + + diff --git a/docs/reference/glib/tmpl/types.sgml b/docs/reference/glib/tmpl/types.sgml index 9befc74..5209110 100644 --- a/docs/reference/glib/tmpl/types.sgml +++ b/docs/reference/glib/tmpl/types.sgml @@ -199,7 +199,7 @@ To print or scan values of this type, use - + An unsigned integer guaranteed to be 64 bits on all platforms. Values of this type can range from 0 to 18,446,744,073,709,551,615. @@ -209,8 +209,6 @@ To print or scan values of this type, use %G_GINT64_MODIFIER and/or %G_GUINT64_FORMAT. -@Returns: - diff --git a/gio/ChangeLog b/gio/ChangeLog index 0c5b634..321f75a 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2009-02-02 Matthias Clasen + + * === Released 2.19.6 === + 2009-01-31 Paolo Borelli * glocalfileinfo.c: plug a tiny mem leak. diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index f5b77ff..d4204ea 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,7 @@ +2009-02-02 Matthias Clasen + + * === Released 2.19.6 === + 2009-01-19 Matthias Clasen * === Released 2.19.5 === diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 368f4d6..1e68baa 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,7 @@ +2009-02-02 Matthias Clasen + + * === Released 2.19.6 === + 2009-01-19 Matthias Clasen * === Released 2.19.5 === diff --git a/gthread/ChangeLog b/gthread/ChangeLog index 0b98500..da0b763 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,7 @@ +2009-02-02 Matthias Clasen + + * === Released 2.19.6 === + 2009-01-19 Matthias Clasen * === Released 2.19.5 === diff --git a/po/ChangeLog b/po/ChangeLog index 11d528f..fd9ead4 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2009-02-02 Matthias Clasen + + * === Released 2.19.6 === + 2009-02-01 Gabor Kelemen * hu.po: Translation updated. diff --git a/po/am.po b/po/am.po index 5dd50cb..84e37d3 100644 --- a/po/am.po +++ b/po/am.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2003-01-16 08:39+EDT\n" "Last-Translator: Ge'ez Frontier Foundation \n" "Language-Team: Amharic \n" @@ -1078,14 +1078,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1109,38 +1109,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1440,87 +1440,87 @@ msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "" diff --git a/po/ar.po b/po/ar.po index 69f4c19..5324e6e 100644 --- a/po/ar.po +++ b/po/ar.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-09-17 05:06+0300\n" "Last-Translator: Anas Afif Emad \n" "Language-Team: Arabic \n" @@ -1102,14 +1102,14 @@ msgstr "لا يمكن تفسير القيمة '%s' كعدد عشري." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "لا يمكن تفسير القيمة '%s' كعدد منطقي." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "مُرِّرت قيمة كبيرة جدّا إلى %s" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "سبق إغلاق الدَفق " @@ -1133,38 +1133,38 @@ msgstr "نوع ملفّ %s" msgid "%s type" msgstr "نوع %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "نهاية دَفق غير متوقّعة وغير متوقعة " -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "غير مسمّى" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "ملف سطح المكتب لم يحدد الحقل التنفيدي" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "تعذّر إيجاد الطرفية المطلوبة للتطبيق" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "تعذّر إنشاء مجلد التهيئة الخاص بتطبيق المستخدم %s: ‏%s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "لا يمكن إنشاء مجلد التهيئة MIME %s للمستخدم: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "لا يمكن إنشاء الملف %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "تعريف مخصص لِ %s" @@ -1463,87 +1463,87 @@ msgstr "خطأ في إزالة الملف الهدف: %s" msgid "Move between mounts not supported" msgstr "النقل بين الوصلات غير مدعوم" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "قيمة الخاصية لا بد أن تكون غير منعدمة" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "نوع الخاصية غير سليم ( يُفترض أن يكون مقطعا )" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "اسم غير سليم للخاصية الممتدة" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "خطأ عند تعيين الخاصية الممتدة '%s'‏: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "خطأ عند تناول الملف '%s'‏: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (ترميز غير سليم)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "خطأ فى تناول واصف الملف: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "نوع الخاصية غير سليم ( يُفترض uint32 )" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "نوع الخاصية غير سليم ( يُفترض uint64 )" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "نوع الخاصية غير سليم ( يُنتضر مقطع بايت )" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "خطأ تعيين الأذونات: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "خطأ تعيين المالك: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "يجب أن يكون فهرس القائمة غير سلبي" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "خطأ أثناء تعيين الوصلة الرمزية: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "خطأ في تعيين الوصلة الرمزية: الملف ليس وصلة رمزية" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "يجب ألا يكون سياق SELinux صفرا" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "خطأ في ضبط سياق SELinux: ‏%s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "‏SELinux ليس مفعلا على هذا النظام" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "تعيين الصفة %s غير مُدَعَّم" diff --git a/po/as.po b/po/as.po index 3c94ba6..6b6f14a 100644 --- a/po/as.po +++ b/po/as.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: as\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-02-28 17:08+0530\n" "Last-Translator: Amitakhya Phukan \n" "Language-Team: Assamese\n" @@ -1100,14 +1100,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1131,38 +1131,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1466,88 +1466,88 @@ msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "প্ৰলেক্ষ" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "'%s' পঞ্জিকা খোলোঁতে ভুল: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "সলনি কৰাৰ সময়ত ভুল: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "সলনি কৰাৰ সময়ত ভুল: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d শাৰীত ভুল: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "সলনি কৰাৰ সময়ত ভুল: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়" diff --git a/po/az.po b/po/az.po index 74048fe..8f756f0 100644 --- a/po/az.po +++ b/po/az.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.az\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2004-02-02 12:12+0200\n" "Last-Translator: Mətin Əmirov \n" "Language-Team: Azerbaijani Turkish \n" @@ -1123,14 +1123,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1154,38 +1154,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1488,88 +1488,88 @@ msgstr "Fayl oxuma xətası: '%s': %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Sənəd bir xüsusiyyət adı içində gözlənilməz bir şəkildə qurtardı" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Cərgə açma xətası: '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d sətirində xəta : %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Simvolik körpülər dəstəklənmir" diff --git a/po/be.po b/po/be.po index e7687fd..254aae2 100644 --- a/po/be.po +++ b/po/be.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2005-11-16 11:21+0200\n" "Last-Translator: Vital Khilko \n" "Language-Team: Belarusian \n" @@ -1248,14 +1248,14 @@ msgstr "Значэньне '%s' не можа быць інтэрпрэтава msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Значэньне '%s' не можа быць інтэрпрэтаванае як булева." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1280,38 +1280,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1630,99 +1630,99 @@ msgstr "Памылка чытаньня файлу \"%s\": %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" # glib/gmarkup.c:1615 -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Дакумэнт нечакана скончыўся ўнутры назвы атрыбуту" # glib/gdir.c:79 -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Памылка ў часе адкрыцьця каталёгу \"%s\": %s" # glib/gfileutils.c:348 -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" # glib/gfileutils.c:348 -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Памылка ў часе пераўтварэньня: %s" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Памылка ў часе пераўтварэньня: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" # glib/gmarkup.c:303 -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Памылка ў радку %d: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Памылка ў часе пераўтварэньня: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Сымбалічныя спасылкі не падтрымліваюцца" diff --git a/po/be@latin.po b/po/be@latin.po index 75e01c8..342906a 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-02-16 23:33+0200\n" "Last-Translator: Ihar Hrachyshka \n" "Language-Team: Belarusian Latin \n" @@ -1253,14 +1253,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ličbavuju vartaść '%s' niemahčyma interpretavać jak lahičnuju vartaść." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Funkcyi %s pieradadzieny nadta vialiki ličylnik" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Płyń užo začynienaja" @@ -1284,39 +1284,39 @@ msgstr "typ fajłaÅ­ %s" msgid "%s type" msgstr "typ %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Zaŭčasny kaniec płyni" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nienazvany" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Fajł stała nie akreślivaje pola Exec" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Niemahčyma znajści terminału, vymahanaha dla aplikacyi" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Niemahčyma stvaryć kanfihuracyjny kataloh %s karystalnika dla aplikacyi: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Niemahčyma stvaryć kanfihuracyjny kataloh MIME %s dla karystalnika: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Niemahčyma stvaryć fajł stała %s dla karystalnika" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Asablivaje aznačeńnie dla %s" @@ -1632,101 +1632,101 @@ msgstr "Pamyłka vydaleńnia metavaha fajłu: %s" msgid "Move between mounts not supported" msgstr "Pieranos pamiž punktami mantavańnia nie padtrymlivajecca" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Vartaść atrybutu musić być nia-NULL" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Niapravilny typ atrybutu (čakaÅ­sia tekstavy radok)" # glib/gmarkup.c:1615 -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Niapravilnaja nazva paÅ¡yranaha atrybutu" # glib/gdir.c:79 -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Pamyłka akreśleńnia paÅ¡yranaha atrybutu '%s': %s" # glib/gfileutils.c:348 -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Pamyłka atrymańnia stat() dla fajłu '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (niapravilnaje kadavańnie)" # glib/gfileutils.c:348 -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Pamyłka atrymańnia stat() dla fajłavaha deskryptara: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Niapravilny typ atrybutu (čakaÅ­sia uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Niapravilny typ atrybutu (čakaÅ­sia uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Niapravilny typ atrybutu (čakaÅ­sia bajtavy radok)" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Pamyłka akreśleńnia pravoÅ­: %s" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Pamyłka akreśleńnia ŭładalnika: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "symbalnaja spasyłka musić być nia-NULL" # glib/gmarkup.c:303 -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Pamyłka akreśleńnia symbalnaj spasyłki: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "Pamyłka akreśleńnia symbalnaj spasyłki: fajł nie źjaÅ­lajecca symbalnaj " "spasyłkaj" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "symbalnaja spasyłka musić być nia-NULL" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Pamyłka akreśleńnia ŭładalnika: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Akreśleńnie atrybutu %s nie padtrymlivajecca" diff --git a/po/bg.po b/po/bg.po index 720bc48..dc05b07 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-30 13:11+0200\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2009-01-30 13:11+0200\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" @@ -16,311 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: ../glib/gbookmarkfile.c:737 +#: glib/gbookmarkfile.c:737 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Неочакван атрибут „%s“ на елемента „%s“" -#: ../glib/gbookmarkfile.c:748 ../glib/gbookmarkfile.c:819 -#: ../glib/gbookmarkfile.c:829 ../glib/gbookmarkfile.c:936 +#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829 +#: glib/gbookmarkfile.c:936 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Атрибутът „%s“ на елемента „%s“ не е открит" -#: ../glib/gbookmarkfile.c:1106 ../glib/gbookmarkfile.c:1171 -#: ../glib/gbookmarkfile.c:1235 ../glib/gbookmarkfile.c:1245 +#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171 +#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Неочакван етикет „%s“, очакваше се „%s“" -#: ../glib/gbookmarkfile.c:1131 ../glib/gbookmarkfile.c:1145 -#: ../glib/gbookmarkfile.c:1213 ../glib/gbookmarkfile.c:1265 +#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145 +#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Неочакван етикет „%s“ вътре в „%s“" -#: ../glib/gbookmarkfile.c:1793 +#: glib/gbookmarkfile.c:1793 msgid "No valid bookmark file found in data dirs" msgstr "Не може да се открие валиден файл с отметки в папките с данни" -#: ../glib/gbookmarkfile.c:1994 +#: glib/gbookmarkfile.c:1994 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Вече съществува отметка за адреса „%s“" -#: ../glib/gbookmarkfile.c:2040 ../glib/gbookmarkfile.c:2198 -#: ../glib/gbookmarkfile.c:2283 ../glib/gbookmarkfile.c:2363 -#: ../glib/gbookmarkfile.c:2448 ../glib/gbookmarkfile.c:2531 -#: ../glib/gbookmarkfile.c:2609 ../glib/gbookmarkfile.c:2688 -#: ../glib/gbookmarkfile.c:2730 ../glib/gbookmarkfile.c:2827 -#: ../glib/gbookmarkfile.c:2953 ../glib/gbookmarkfile.c:3143 -#: ../glib/gbookmarkfile.c:3219 ../glib/gbookmarkfile.c:3384 -#: ../glib/gbookmarkfile.c:3473 ../glib/gbookmarkfile.c:3563 -#: ../glib/gbookmarkfile.c:3691 +#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198 +#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363 +#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531 +#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688 +#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827 +#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143 +#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384 +#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563 +#: glib/gbookmarkfile.c:3691 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Не е открита отметка за адреса „%s“" -#: ../glib/gbookmarkfile.c:2372 +#: glib/gbookmarkfile.c:2372 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Не е указан видът MIME в отметката за адреса „%s“" -#: ../glib/gbookmarkfile.c:2457 +#: glib/gbookmarkfile.c:2457 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Не е зададен флаг за лични данни в отметката за адреса „%s“" -#: ../glib/gbookmarkfile.c:2836 +#: glib/gbookmarkfile.c:2836 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Не са зададени групи в отметката за адреса „%s“" -#: ../glib/gbookmarkfile.c:3237 ../glib/gbookmarkfile.c:3394 +#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Никоя програма „%s“ не е регистрирала отметка за „%s“" -#: ../glib/gbookmarkfile.c:3417 +#: glib/gbookmarkfile.c:3417 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Неуспех при дописването на реда за изпълнение „%s“ с адреса „%s“" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1230 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Преобразуването от набора знаци „%s“ към „%s“ не се поддържа" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Не може да се отвори конвертор от „%s“ към „%s“" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1402 -#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:955 -#: ../glib/gutf8.c:1404 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:955 +#: glib/gutf8.c:1404 msgid "Invalid byte sequence in conversion input" msgstr "Грешна байтова последователност на входа за преобразуване" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1409 -#: ../glib/giochannel.c:2300 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Грешка по време на преобразуване: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155 -#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400 +#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296 +#: glib/gutf8.c:1400 msgid "Partial character sequence at end of input" msgstr "Непълна знакова последователност в края на входните данни" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" "Заместващият знак „%s“ не може да бъде преобразуван към знак от набора „%s“" -#: ../glib/gconvert.c:1737 +#: glib/gconvert.c:1737 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "Адресът „%s“ не е абсолютен при използване на схемата „file“ (файлова " "система)" -#: ../glib/gconvert.c:1747 +#: glib/gconvert.c:1747 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Адресът „%s“ на локален файл не може да включва „#“" -#: ../glib/gconvert.c:1764 +#: glib/gconvert.c:1764 #, c-format msgid "The URI '%s' is invalid" msgstr "Адресът „%s“ е неправилен" -#: ../glib/gconvert.c:1776 +#: glib/gconvert.c:1776 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Името на хоста в адреса „%s“ е неправилно" -#: ../glib/gconvert.c:1792 +#: glib/gconvert.c:1792 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Адресът „%s“ съдържа грешни екраниращи последователности" -#: ../glib/gconvert.c:1887 +#: glib/gconvert.c:1887 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Пътят „%s“ не е абсолютен" -#: ../glib/gconvert.c:1897 +#: glib/gconvert.c:1897 msgid "Invalid hostname" msgstr "Неправилно име на хост" -#: ../glib/gdir.c:110 ../glib/gdir.c:130 +#: glib/gdir.c:110 glib/gdir.c:130 #, c-format msgid "Error opening directory '%s': %s" msgstr "Грешка при отваряне на папка „%s“: %s" -#: ../glib/gfileutils.c:532 ../glib/gfileutils.c:620 +#: glib/gfileutils.c:532 glib/gfileutils.c:620 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Неуспех при заделянето на %lu байта за четене на файла „%s“" -#: ../glib/gfileutils.c:547 +#: glib/gfileutils.c:547 #, c-format msgid "Error reading file '%s': %s" msgstr "Грешка при четене на файл „%s“: %s" -#: ../glib/gfileutils.c:561 +#: glib/gfileutils.c:561 #, c-format msgid "File \"%s\" is too large" msgstr "Файлът „%s“ е прекалено голям" -#: ../glib/gfileutils.c:644 +#: glib/gfileutils.c:644 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Неуспех при четене от файл „%s“: %s" -#: ../glib/gfileutils.c:695 ../glib/gfileutils.c:782 +#: glib/gfileutils.c:695 glib/gfileutils.c:782 #, c-format msgid "Failed to open file '%s': %s" msgstr "Неуспех при отваряне на файл „%s“: %s" -#: ../glib/gfileutils.c:712 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:712 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Неуспех при получаване на атрибутите на файл „%s“: неуспешно изпълнение на " "fstat(): %s" -#: ../glib/gfileutils.c:746 +#: glib/gfileutils.c:746 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "" "Неуспех при отваряне на файл „%s“: неуспешно изпълнение на fdopen(): %s" -#: ../glib/gfileutils.c:853 +#: glib/gfileutils.c:853 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Неуспех при преименуване на файл „%s“ на „%s“: неуспешно изпълнение на " "g_rename(): %s" -#: ../glib/gfileutils.c:895 ../glib/gfileutils.c:1284 +#: glib/gfileutils.c:895 glib/gfileutils.c:1284 #, c-format msgid "Failed to create file '%s': %s" msgstr "Неуспех при създаване на файл „%s“: %s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Неуспех при отваряне на файл „%s“ за писане: неуспешно изпълнение на fdopen" "(): %s" -#: ../glib/gfileutils.c:934 +#: glib/gfileutils.c:934 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Неуспех при запис на файл „%s“: неуспешно изпълнение на fwrite(): %s" -#: ../glib/gfileutils.c:953 +#: glib/gfileutils.c:953 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "" "Неуспех при затваряне на файл „%s“: неуспешно изпълнение на fclose(): %s" -#: ../glib/gfileutils.c:1071 +#: glib/gfileutils.c:1071 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Неуспех при изтриването на съществуващия файл „%s“: неуспешно изпълнение на " "g_unlink(): %s" -#: ../glib/gfileutils.c:1246 +#: glib/gfileutils.c:1246 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Шаблонът „%s“ е неправилен, не трябва да съдържа „%s“" -#: ../glib/gfileutils.c:1259 +#: glib/gfileutils.c:1259 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Шаблонът „%s“ не съдържа XXXXXX" -#: ../glib/gfileutils.c:1698 +#: glib/gfileutils.c:1698 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1703 +#: glib/gfileutils.c:1703 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1708 +#: glib/gfileutils.c:1708 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1751 +#: glib/gfileutils.c:1751 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Неуспех при четене на символната връзка „%s“: %s" -#: ../glib/gfileutils.c:1772 +#: glib/gfileutils.c:1772 msgid "Symbolic links not supported" msgstr "Символни връзки не се поддържат" -#: ../glib/giochannel.c:1234 +#: glib/giochannel.c:1234 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Не може да се отвори конвертор от „%s“ към „%s“: %s" -#: ../glib/giochannel.c:1579 +#: glib/giochannel.c:1579 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Не може да се чете от g_io_channel_read_line_string" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1884 -#: ../glib/giochannel.c:1971 +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "В буфера за четене останаха непреобразувани данни" -#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784 +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "Каналът прекъсна на непълен знак" -#: ../glib/giochannel.c:1770 +#: glib/giochannel.c:1770 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Не може да се чете от g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Неуспех при отваряне на файл „%s“: неуспешно изпълнение на open(): %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "" "Неуспех при отваряне на файл в паметта „%s“: неуспешно изпълнение на mmap(): " "%s" -#: ../glib/gmarkup.c:255 ../glib/gmarkup.c:295 +#: glib/gmarkup.c:255 glib/gmarkup.c:295 #, c-format msgid "Error on line %d char %d: " msgstr "Грешка на ред %d, знак %d: " -#: ../glib/gmarkup.c:389 +#: glib/gmarkup.c:389 #, c-format msgid "Error on line %d: %s" msgstr "Грешка на ред %d: %s" -#: ../glib/gmarkup.c:493 +#: glib/gmarkup.c:493 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Намерена е празна заместваща последователност: „&;“. Валидни " "последователности са: „&“, „"“, „<“, „>“, „'“" -#: ../glib/gmarkup.c:503 +#: glib/gmarkup.c:503 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -331,17 +330,17 @@ msgstr "" "започва със знака „&“. Ако той не трябва да започва заместваща " "последователност, той може да се екранира така: „&“" -#: ../glib/gmarkup.c:537 +#: glib/gmarkup.c:537 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Знакът „%s“ не може да се съдържа в заместваща последователност" -#: ../glib/gmarkup.c:574 +#: glib/gmarkup.c:574 #, c-format msgid "Entity name '%s' is not known" msgstr "Заместващата последователност „%s“ е неизвестна" -#: ../glib/gmarkup.c:585 +#: glib/gmarkup.c:585 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -350,7 +349,7 @@ msgstr "" "амперсанд, без той да е начало на заместваща последователност. Представете " "амперсанда чрез „&“" -#: ../glib/gmarkup.c:638 +#: glib/gmarkup.c:638 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -359,16 +358,16 @@ msgstr "" "Грешка при анализ на „%-.*s“, което трябва да е число в указател на знак " "(напр. ê). Вероятно числото е твърде голямо" -#: ../glib/gmarkup.c:660 +#: glib/gmarkup.c:660 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Указателят на знак „%-.*s“ не представя разрешен знак при декодиране" -#: ../glib/gmarkup.c:675 +#: glib/gmarkup.c:675 msgid "Empty character reference; should include a digit such as dž" msgstr "Празен указател на знак. Трябва да включва число, напр. dž" -#: ../glib/gmarkup.c:685 +#: glib/gmarkup.c:685 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -378,32 +377,32 @@ msgstr "" "без той да е начало на заместваща последователност. Представете амперсанда " "чрез „&“" -#: ../glib/gmarkup.c:771 +#: glib/gmarkup.c:771 msgid "Unfinished entity reference" msgstr "Незавършена заместваща последователност" -#: ../glib/gmarkup.c:777 +#: glib/gmarkup.c:777 msgid "Unfinished character reference" msgstr "Незавършен указател на знак" -#: ../glib/gmarkup.c:1063 +#: glib/gmarkup.c:1063 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Неправилно кодиран текст в UTF-8 — прекалено дълга последователност" -#: ../glib/gmarkup.c:1091 +#: glib/gmarkup.c:1091 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Неправилно кодиран текст в UTF-8 — не може да се започва с този знак" -#: ../glib/gmarkup.c:1130 +#: glib/gmarkup.c:1130 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Неправилно кодиран текст в UTF-8 — „%s“ е грешен" -#: ../glib/gmarkup.c:1168 +#: glib/gmarkup.c:1168 msgid "Document must begin with an element (e.g. )" msgstr "Документът трябва да започва с елемент (напр. )" -#: ../glib/gmarkup.c:1208 +#: glib/gmarkup.c:1208 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -411,7 +410,7 @@ msgid "" msgstr "" "„%s“ е неправилен знак след „<“. Името на елемент не може да започне с него" -#: ../glib/gmarkup.c:1276 +#: glib/gmarkup.c:1276 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the empty-element tag '%" @@ -420,7 +419,7 @@ msgstr "" "Неподходящ знак „%s“, очаква се етикетът на празния елемент „%s“ да завърши " "с „>“" -#: ../glib/gmarkup.c:1365 +#: glib/gmarkup.c:1365 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -428,7 +427,7 @@ msgstr "" "Неподходящ знак „%s“, очаква се „=“ след името на атрибут „%s“ на елемент „%" "s“" -#: ../glib/gmarkup.c:1407 +#: glib/gmarkup.c:1407 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -439,7 +438,7 @@ msgstr "" "завърши със знак „>“ или „/“, или евентуално да продължи с атрибут. Най-" "вероятно използвате неправилен знак в името на атрибут" -#: ../glib/gmarkup.c:1493 +#: glib/gmarkup.c:1493 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -448,7 +447,7 @@ msgstr "" "Неподходящ знак „%s“, очаква се знакът „\"“ след знака за равенство, когато " "се присвоява стойност на атрибута „%s“ на елемент „%s“" -#: ../glib/gmarkup.c:1635 +#: glib/gmarkup.c:1635 #, c-format msgid "" "'%s' is not a valid character following the characters '“" -#: ../glib/gmarkup.c:1686 +#: glib/gmarkup.c:1686 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Елементът „%s“ е затворен, няма текущо отворен елемент" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Елементът „%s“ е затворен, но текущо е отворен елемент „%s“" -#: ../glib/gmarkup.c:1858 +#: glib/gmarkup.c:1858 msgid "Document was empty or contained only whitespace" msgstr "Документът е празен или съдържа само празни знаци" -#: ../glib/gmarkup.c:1872 +#: glib/gmarkup.c:1872 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Документът завършва неочаквано веднага след отваряща счупена скоба — „<“" -#: ../glib/gmarkup.c:1880 ../glib/gmarkup.c:1925 +#: glib/gmarkup.c:1880 glib/gmarkup.c:1925 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -493,7 +492,7 @@ msgstr "" "Документът завършва неочаквано — има отворени елементи. Последно отворен е „%" "s“" -#: ../glib/gmarkup.c:1888 +#: glib/gmarkup.c:1888 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -502,19 +501,19 @@ msgstr "" "Документът завършва неочаквано, очаква се затваряща счупена скоба да завърши " "етикета <%s/>" -#: ../glib/gmarkup.c:1894 +#: glib/gmarkup.c:1894 msgid "Document ended unexpectedly inside an element name" msgstr "Документът завършва неочаквано в името на елемент" -#: ../glib/gmarkup.c:1900 +#: glib/gmarkup.c:1900 msgid "Document ended unexpectedly inside an attribute name" msgstr "Документът завършва неочаквано в името на атрибут" -#: ../glib/gmarkup.c:1905 +#: glib/gmarkup.c:1905 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Документът завършва неочаквано в отварящ етикет на елемент " -#: ../glib/gmarkup.c:1911 +#: glib/gmarkup.c:1911 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -522,397 +521,395 @@ msgstr "" "Документът завършва неочаквано след знака за равенство следващ името на " "атрибута. Атрибутът няма стойност" -#: ../glib/gmarkup.c:1918 +#: glib/gmarkup.c:1918 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Документът завършва неочаквано вътре в стойността на атрибут" -#: ../glib/gmarkup.c:1934 +#: glib/gmarkup.c:1934 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Документът завършва неочаквано в затварящия етикет на елемент „%s“" -#: ../glib/gmarkup.c:1940 +#: glib/gmarkup.c:1940 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Документът завършва неочаквано в коментар или инструкция за обработка" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "повреден обект" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "вътрешна грешка или повреден обект" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "недостатъчно памет" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "достигната е границата на обратното връщане" -#: ../glib/gregex.c:152 ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "" "шаблонът съдържа елементи, които не се поддържат при частично съвпадение" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1999 +#: glib/gregex.c:154 gio/glocalfile.c:1999 msgid "internal error" msgstr "вътрешна грешка" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "обратните указатели не се поддържат като условие при частично съвпадение" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "прекалено дълбока рекурсия" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "границата на работното пространство за празни поднизове е достигната" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "неправилна комбинация от флагове за нов ред" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "непозната грешка" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "„\\“ в края на шаблон" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "„\\c“ в края на шаблон" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "след „\\“ следва непознат знак" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "тук не са позволени екранирания за промяна на регистъра („\\l“, „\\L“, " "„\\u“, „\\U“)" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "числата не са в правилен ред в определението за брой с „{}“" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "прекалено голямо число в определението за брой с „{}“" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "липсва завършващ знак „]“ за клас от знаци" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "грешна екранираща последователност в класа от знаци" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "знаците са в неправилен ред в класа от знаци" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "няма какво да се повтори" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "непознат знак след „(?“" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "непознат знак след „(?<“" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "непознат знак след „(?P“" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "именованите класове от POSIX се поддържат само в клас" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "липсва завършваща „)“" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr "„)“ без отваряща „(“" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "„(?R“ или „(?[+-]цифри“ трябва да се следват от „)“" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "указател към несъществуващ подшаблон" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "липсваща „)“ след коментар" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "регулярният израз е прекалено голям" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "неуспех при получаването на памет" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "предположението за преглед назад не е с постоянна дължина" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "неправилен номер или име след „(?(“" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "условната група съдържа повече от две разклонения" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "очаква се предположение след „(?(“" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "непознато име на клас по POSIX" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "не се поддържат елементи на POSIX за подредба" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "знаковата стойност в последователността „\\x{…}“ е прекалено голяма" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "неправилно условие „(?(0)“" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "предположението за преглед назад не може да съдържа „\\C“" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "рекурсивно извикване може да доведе до безкраен цикъл" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "липсва краен знак в име на подшаблон" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "два именовани подшаблона са с еднакво име" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "неправилни последователности „\\P“ или „\\p“" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "непознато име на свойство след „\\P“ или „\\p“" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "името на подшаблон е прекалено дълго (максимално е 32 знака)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "прекалено много именовани подшаблони (максимумът е 10 000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "осмичната стойност е по-голяма от „\\377“" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "групата DEFINE съдържа повече от едно разклонение" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "не можете да повторите група DEFINE" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "несъвместими опции за нов ред" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "„\\g“ не е последвано от име във фигурни скоби или число различно от „0“ " "евентуално във фигурни скоби" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "неочаквано повторение" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "препълване на кода" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "надхвърлено е работното пространство за компилация" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "не е открит указан предварително проверен подшаблон" -#: ../glib/gregex.c:526 ../glib/gregex.c:1605 +#: glib/gregex.c:526 glib/gregex.c:1605 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Грешка %2$s при напасването на регулярния израз — %1$s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "Библиотеката PCRE е компилирана без поддръжка на UTF-8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "Библиотеката PCRE е компилирана без поддръжка на настройки в UTF-8" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Грешка при компилирането на регулярния израз %s, знак %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Грешка при оптимизирането на регулярния израз %s: %s" -#: ../glib/gregex.c:2033 +#: glib/gregex.c:2033 msgid "hexadecimal digit or '}' expected" msgstr "очаква се шестнайсетично число или „}“" -#: ../glib/gregex.c:2049 +#: glib/gregex.c:2049 msgid "hexadecimal digit expected" msgstr "очаква се шестнайсетично число" -#: ../glib/gregex.c:2089 +#: glib/gregex.c:2089 msgid "missing '<' in symbolic reference" msgstr "в символния указател липсва „<“" -#: ../glib/gregex.c:2098 +#: glib/gregex.c:2098 msgid "unfinished symbolic reference" msgstr "незавършен символен указател" -#: ../glib/gregex.c:2105 +#: glib/gregex.c:2105 msgid "zero-length symbolic reference" msgstr "символен указател с нулева дължина" -#: ../glib/gregex.c:2116 +#: glib/gregex.c:2116 msgid "digit expected" msgstr "очаква се цифра" -#: ../glib/gregex.c:2134 +#: glib/gregex.c:2134 msgid "illegal symbolic reference" msgstr "неправилен символен указател" -#: ../glib/gregex.c:2196 +#: glib/gregex.c:2196 msgid "stray final '\\'" msgstr "в края има един знак „\\“ в повече" -#: ../glib/gregex.c:2200 +#: glib/gregex.c:2200 msgid "unknown escape sequence" msgstr "непозната екранираща последователност" -#: ../glib/gregex.c:2210 +#: glib/gregex.c:2210 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Грешка при анализа на текста за замяна „%s“, знак %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Цитиран текст не започва със знака „\"“" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Липсват затварящи кавички в команден ред или друг текст цитиран за обвивката" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Текстът свърши веднага след знака „\\“. (Текстът е „%s“)" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Текстът свърши преди откриването на затварящи кавички за %c. (Текстът е „%s“)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "Текстът е празен (или съдържа само празни знаци)" -#: ../glib/gspawn-win32.c:283 +#: glib/gspawn-win32.c:283 msgid "Failed to read data from child process" msgstr "Неуспех при четене на данни от дъщерен процес" -#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1468 +#: glib/gspawn-win32.c:298 glib/gspawn.c:1468 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Неуспех при създаването на канал за комуникация с дъщерен процес (%s)" -#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1132 +#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1132 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Неуспех при четене от дъщерен канал (%s)" -#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1337 +#: glib/gspawn-win32.c:367 glib/gspawn.c:1337 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Неуспех при промяна към папка „%s“ (%s)" -#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:492 +#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492 #, c-format msgid "Failed to execute child process (%s)" msgstr "Неуспех при изпълнение на дъщерен процес (%s)" -#: ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:442 #, c-format msgid "Invalid program name: %s" msgstr "Неправилно име на програма: %s" -#: ../glib/gspawn-win32.c:452 ../glib/gspawn-win32.c:720 -#: ../glib/gspawn-win32.c:1276 +#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Невалиден низ във вектора с аргументи на позиция %d: %s" -#: ../glib/gspawn-win32.c:463 ../glib/gspawn-win32.c:735 -#: ../glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309 #, c-format msgid "Invalid string in environment: %s" msgstr "Неправилен низ в средата: %s" -#: ../glib/gspawn-win32.c:716 ../glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257 #, c-format msgid "Invalid working directory: %s" msgstr "Неправилна работна папка: %s" -#: ../glib/gspawn-win32.c:781 +#: glib/gspawn-win32.c:781 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Неуспех при изпълнение на програмата за помощта (%s)" -#: ../glib/gspawn-win32.c:995 +#: glib/gspawn-win32.c:995 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -920,143 +917,143 @@ msgstr "" "Неочаквана грешка в g_io_channel_win32_poll() при четене на данни от дъщерен " "процес" -#: ../glib/gspawn.c:188 +#: glib/gspawn.c:188 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Неуспех при четене на данни от дъщерен процес (%s)" -#: ../glib/gspawn.c:325 +#: glib/gspawn.c:325 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Неочаквана грешка в select() при четене на данни от дъщерен процес (%s)" -#: ../glib/gspawn.c:408 +#: glib/gspawn.c:408 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Неочаквана грешка в waitpid() (%s)" -#: ../glib/gspawn.c:1197 +#: glib/gspawn.c:1197 #, c-format msgid "Failed to fork (%s)" msgstr "Неуспешно разклоняване (%s)" -#: ../glib/gspawn.c:1347 +#: glib/gspawn.c:1347 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Неуспех при изпълнение на дъщерен процес „%s“ (%s)" -#: ../glib/gspawn.c:1357 +#: glib/gspawn.c:1357 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Неуспех при пренасочване на изхода или входа на дъщерен процес (%s)" -#: ../glib/gspawn.c:1366 +#: glib/gspawn.c:1366 #, c-format msgid "Failed to fork child process (%s)" msgstr "Неуспех при разклоняване на дъщерен процес (%s)" -#: ../glib/gspawn.c:1374 +#: glib/gspawn.c:1374 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Неизвестна грешка при изпълнение на дъщерен процес „%s“" -#: ../glib/gspawn.c:1396 +#: glib/gspawn.c:1396 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Неуспех при четенето на достатъчно данни от канала на дъщерен процес (с " "идентификатор %s)" -#: ../glib/gutf8.c:1029 +#: glib/gutf8.c:1029 msgid "Character out of range for UTF-8" msgstr "Знак извън обхвата на UTF-8" -#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264 -#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510 +#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273 +#: glib/gutf8.c:1414 glib/gutf8.c:1510 msgid "Invalid sequence in conversion input" msgstr "Неправилна последователност на входа за преобразуване" -#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521 +#: glib/gutf8.c:1425 glib/gutf8.c:1521 msgid "Character out of range for UTF-16" msgstr "Знак извън обхвата на UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Употреба:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[ОПЦИЯ…]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Настройки на помощта:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Показване на настройките на помощта" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Показване на всички настройки на помощта" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Настройки на приложението:" -#: ../glib/goption.c:850 ../glib/goption.c:920 +#: glib/goption.c:850 glib/goption.c:920 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Не може да се анализира целочислената стойност „%s“ за %s" -#: ../glib/goption.c:860 ../glib/goption.c:928 +#: glib/goption.c:860 glib/goption.c:928 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" "Целочислената стойност „%s“ за %s е извън интервала на допустимите стойности" -#: ../glib/goption.c:885 +#: glib/goption.c:885 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "" "Не може да се анализира стойността с повишена точност double „%s“ за %s" -#: ../glib/goption.c:893 +#: glib/goption.c:893 #, c-format msgid "Double value '%s' for %s out of range" msgstr "" "Стойността с повишена точност — double „%s“ за %s е извън интервала на " "допустимите стойности" -#: ../glib/goption.c:1156 ../glib/goption.c:1235 +#: glib/goption.c:1156 glib/goption.c:1235 #, c-format msgid "Error parsing option %s" msgstr "Грешка при анализа на опцията: %s" -#: ../glib/goption.c:1266 ../glib/goption.c:1380 +#: glib/goption.c:1266 glib/goption.c:1380 #, c-format msgid "Missing argument for %s" msgstr "Липсва аргумент за %s" -#: ../glib/goption.c:1773 +#: glib/goption.c:1773 #, c-format msgid "Unknown option %s" msgstr "Непозната опция %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 msgid "Valid key file could not be found in search dirs" msgstr "Не може да се открие валиден файл с ключове в папките с данни" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 msgid "Not a regular file" msgstr "Не е обикновен файл" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 msgid "File is empty" msgstr "Файлът е празен" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1064,50 +1061,50 @@ msgstr "" "Ключовият файл съдържа реда „%s“, който не е нито двойка ключ-стойност, нито " "група, нито коментар" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Неправилно име на група: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 msgid "Key file does not start with a group" msgstr "Ключовият файл не започва с група" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Неправилно име на ключ: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Ключовият файл съдържа неподдържаното кодиране „%s“" -#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1274 ../glib/gkeyfile.c:2503 -#: ../glib/gkeyfile.c:2569 ../glib/gkeyfile.c:2704 ../glib/gkeyfile.c:2837 -#: ../glib/gkeyfile.c:2990 ../glib/gkeyfile.c:3177 ../glib/gkeyfile.c:3238 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1274 glib/gkeyfile.c:2503 +#: glib/gkeyfile.c:2569 glib/gkeyfile.c:2704 glib/gkeyfile.c:2837 +#: glib/gkeyfile.c:2990 glib/gkeyfile.c:3177 glib/gkeyfile.c:3238 #, c-format msgid "Key file does not have group '%s'" msgstr "Ключовият файл не съдържа групата „%s“" -#: ../glib/gkeyfile.c:1286 +#: glib/gkeyfile.c:1286 #, c-format msgid "Key file does not have key '%s'" msgstr "Ключовият файл не съдържа ключа „%s“" -#: ../glib/gkeyfile.c:1393 ../glib/gkeyfile.c:1508 +#: glib/gkeyfile.c:1393 glib/gkeyfile.c:1508 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Ключовият файл съдържа ключ „%s“ със стойност „%s“, която не е в UTF-8" -#: ../glib/gkeyfile.c:1413 ../glib/gkeyfile.c:1528 ../glib/gkeyfile.c:1907 +#: glib/gkeyfile.c:1413 glib/gkeyfile.c:1528 glib/gkeyfile.c:1907 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Ключовият файл съдържа ключа „%s“, чиято стойност не може да бъде " "анализирана." -#: ../glib/gkeyfile.c:2122 ../glib/gkeyfile.c:2334 +#: glib/gkeyfile.c:2122 glib/gkeyfile.c:2334 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1116,147 +1113,145 @@ msgstr "" "Ключовият файл съдържа ключа „%s“ в групата „%s“, чиято стойност не може да " "бъде анализирана." -#: ../glib/gkeyfile.c:2518 ../glib/gkeyfile.c:2719 ../glib/gkeyfile.c:3249 +#: glib/gkeyfile.c:2518 glib/gkeyfile.c:2719 glib/gkeyfile.c:3249 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Ключовият файл не съдържа ключа „%s“ в групата „%s“" -#: ../glib/gkeyfile.c:3483 +#: glib/gkeyfile.c:3483 msgid "Key file contains escape character at end of line" msgstr "Ключовият файл съдържа екранираща последователност в край на ред" -#: ../glib/gkeyfile.c:3505 +#: glib/gkeyfile.c:3505 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Ключовият файл съдържа грешна екранираща последователност — „%s“" -#: ../glib/gkeyfile.c:3647 +#: glib/gkeyfile.c:3647 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Стойността „%s“ не може да се интерпретира като число." -#: ../glib/gkeyfile.c:3661 +#: glib/gkeyfile.c:3661 #, c-format msgid "Integer value '%s' out of range" msgstr "Целочислената стойност „%s“ е извън интервала на допустими стойности" -#: ../glib/gkeyfile.c:3694 +#: glib/gkeyfile.c:3694 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" "Стойността „%s“ не може да се интерпретира като число с плаваща запетая." -#: ../glib/gkeyfile.c:3718 +#: glib/gkeyfile.c:3718 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Стойността „%s“ не може да се интерпретира като булева." -#: ../gio/gbufferedinputstream.c:417 ../gio/gbufferedinputstream.c:498 -#: ../gio/ginputstream.c:193 ../gio/ginputstream.c:325 -#: ../gio/ginputstream.c:566 ../gio/ginputstream.c:691 -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Подадена е прекалено голяма стойност на %s" -#: ../gio/gbufferedinputstream.c:885 ../gio/ginputstream.c:901 -#: ../gio/goutputstream.c:1085 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 +#: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Потокът вече е затворен" -#: ../gio/gcancellable.c:366 ../gio/glocalfile.c:1992 -#: ../gio/gsimpleasyncresult.c:623 ../gio/gsimpleasyncresult.c:650 +#: gio/gcancellable.c:366 gio/glocalfile.c:1992 gio/gsimpleasyncresult.c:623 +#: gio/gsimpleasyncresult.c:650 msgid "Operation was cancelled" msgstr "Действието е прекратено" -#: ../gio/gcontenttype.c:180 +#: gio/gcontenttype.c:180 msgid "Unknown type" msgstr "Непознат вид" -#: ../gio/gcontenttype.c:181 +#: gio/gcontenttype.c:181 #, c-format msgid "%s filetype" msgstr "Вид на файла %s" -#: ../gio/gcontenttype.c:678 +#: gio/gcontenttype.c:678 #, c-format msgid "%s type" msgstr "Вид на %s" -#: ../gio/gdatainputstream.c:313 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Неочаквано ранен край на поток" -#: ../gio/gdesktopappinfo.c:460 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Без име" -#: ../gio/gdesktopappinfo.c:696 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Във файла .desktop липсва поле за изпълнение" -#: ../gio/gdesktopappinfo.c:990 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Не може да се открие терминал за приложението" -#: ../gio/gdesktopappinfo.c:1222 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Не може да се създаде папката с потребителските настройки %s: %s" -#: ../gio/gdesktopappinfo.c:1226 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не може да се създаде папката с настройките за MIME %s: %s" -#: ../gio/gdesktopappinfo.c:1630 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Не може да се създаде файл .desktop — „%s“" -#: ../gio/gdesktopappinfo.c:1742 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Потребителска дефиниция за %s" -#: ../gio/gdrive.c:381 +#: gio/gdrive.c:381 msgid "drive doesn't implement eject" msgstr "устройството не поддържа изваждане" -#: ../gio/gdrive.c:451 +#: gio/gdrive.c:451 msgid "drive doesn't implement polling for media" msgstr "устройството не поддържа следене за носител" -#: ../gio/gemblem.c:325 +#: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "Версия %d на кодирането GEmblem не се поддържа" -#: ../gio/gemblem.c:335 +#: gio/gemblem.c:335 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "Неправилен брой лексеми (%d) в кодирането GEmblem" -#: ../gio/gemblemedicon.c:295 +#: gio/gemblemedicon.c:295 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "Версия %d на кодирането GEmblemedIcon не се поддържа" -#: ../gio/gemblemedicon.c:305 +#: gio/gemblemedicon.c:305 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "Неправилен брой лексеми (%d) в кодирането GEmblemedIcon" -#: ../gio/gemblemedicon.c:328 +#: gio/gemblemedicon.c:328 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Очакваше се GEmblem за GEmblemedIcon" -#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190 -#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537 -#: ../gio/gfile.c:1620 ../gio/gfile.c:2694 ../gio/gfile.c:2748 -#: ../gio/gfile.c:2879 ../gio/gfile.c:2919 ../gio/gfile.c:3246 -#: ../gio/gfile.c:3648 ../gio/gfile.c:3732 ../gio/gfile.c:3815 -#: ../gio/gfile.c:3895 ../gio/gfile.c:4225 ../gio/win32/gwinhttpfile.c:428 +#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426 +#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2694 +#: gio/gfile.c:2748 gio/gfile.c:2879 gio/gfile.c:2919 gio/gfile.c:3246 +#: gio/gfile.c:3648 gio/gfile.c:3732 gio/gfile.c:3815 gio/gfile.c:3895 +#: gio/gfile.c:4225 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Действието не се поддържа" @@ -1268,130 +1263,130 @@ msgstr "Действието не се поддържа" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1071 ../gio/glocalfile.c:1082 -#: ../gio/glocalfile.c:1095 +#: gio/gfile.c:1311 gio/glocalfile.c:1071 gio/glocalfile.c:1082 +#: gio/glocalfile.c:1095 msgid "Containing mount does not exist" msgstr "Съдържащият монтиран обект не съществува" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2142 +#: gio/gfile.c:1963 gio/glocalfile.c:2142 msgid "Can't copy over directory" msgstr "Не може да се копира върху папка" -#: ../gio/gfile.c:2023 +#: gio/gfile.c:2023 msgid "Can't copy directory over directory" msgstr "Папка не може да се копира върху папка" -#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2151 +#: gio/gfile.c:2031 gio/glocalfile.c:2151 msgid "Target file exists" msgstr "Целевият файл съществува" -#: ../gio/gfile.c:2049 +#: gio/gfile.c:2049 msgid "Can't recursively copy directory" msgstr "Папката не може да се копира рекурсивно" -#: ../gio/gfile.c:2869 +#: gio/gfile.c:2869 msgid "Invalid symlink value given" msgstr "Зададена е неправилна стойност на символна връзка" -#: ../gio/gfile.c:2962 +#: gio/gfile.c:2962 msgid "Trash not supported" msgstr "Не се поддържа кошче" -#: ../gio/gfile.c:3011 +#: gio/gfile.c:3011 #, c-format msgid "File names cannot contain '%c'" msgstr "Файловите имена не могат да съдържат „%c“" -#: ../gio/gfile.c:4993 ../gio/gvolume.c:370 +#: gio/gfile.c:4993 gio/gvolume.c:370 msgid "volume doesn't implement mount" msgstr "томът не поддържа монтиране" -#: ../gio/gfile.c:5101 +#: gio/gfile.c:5101 msgid "No application is registered as handling this file" msgstr "Не е регистрирано приложение за обработка на този вид файлове" -#: ../gio/gfileenumerator.c:206 +#: gio/gfileenumerator.c:206 msgid "Enumerator is closed" msgstr "Броячът е затворен" -#: ../gio/gfileenumerator.c:213 ../gio/gfileenumerator.c:272 -#: ../gio/gfileenumerator.c:372 ../gio/gfileenumerator.c:481 +#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272 +#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481 msgid "File enumerator has outstanding operation" msgstr "Файловият брояч все още е е привършил" -#: ../gio/gfileenumerator.c:362 ../gio/gfileenumerator.c:471 +#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 msgid "File enumerator is already closed" msgstr "Файловият брояч вече е затворен" -#: ../gio/gfileicon.c:145 +#: gio/gfileicon.c:145 msgid "file" msgstr "файл" -#: ../gio/gfileicon.c:146 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Файлът съдържащ иконата" -#: ../gio/gfileicon.c:237 +#: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "Версия %d на кодирането GFileIcon не се поддържа" -#: ../gio/gfileicon.c:247 +#: gio/gfileicon.c:247 msgid "Malformed input data for GFileIcon" msgstr "Неправилни входни данни за GFileIcon" -#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424 -#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526 +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Потокът не поддържа запитване за информация" -#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384 +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Търсенето не се поддържа от потока" -#: ../gio/gfileinputstream.c:383 +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Входният поток не може да се съкращава" -#: ../gio/gfileoutputstream.c:460 +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Потокът не може да се съкращава" -#: ../gio/gicon.c:324 +#: gio/gicon.c:324 #, c-format msgid "Wrong number of tokens (%d)" msgstr "Неправилен брой лексеми (%d)" -#: ../gio/gicon.c:344 +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "Липсва тип за името на клас %s" -#: ../gio/gicon.c:354 +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "Типът „%s“ не поддържа интерфейса GIcon" -#: ../gio/gicon.c:365 +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "Типът „%s“ не е класов" -#: ../gio/gicon.c:379 +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "Неправилен номер на версия: %s" -#: ../gio/gicon.c:393 +#: gio/gicon.c:393 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "Типът „%s“ не поддържа from_tokens() от интерфейса GIcon" -#: ../gio/gicon.c:469 +#: gio/gicon.c:469 msgid "Can't handle the supplied version the icon encoding" msgstr "Подадената версия на кодирането на икони не се поддържа" -#: ../gio/ginputstream.c:202 +#: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Входният поток не поддържа четене" @@ -1401,358 +1396,358 @@ msgstr "Входният поток не поддържа четене" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095 +#: gio/ginputstream.c:911 gio/goutputstream.c:1095 msgid "Stream has outstanding operation" msgstr "Действията върху потока не са привършили" -#: ../gio/glocaldirectorymonitor.c:274 +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" "Стандартният датчик за монтиране на локални папки не може да се открие " -#: ../gio/glocalfile.c:608 ../gio/win32/gwinhttpfile.c:411 +#: gio/glocalfile.c:608 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Неправилно име на файл: %s" -#: ../gio/glocalfile.c:979 +#: gio/glocalfile.c:979 #, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка при получаване на информация за файловата система: %s" -#: ../gio/glocalfile.c:1115 +#: gio/glocalfile.c:1115 msgid "Can't rename root directory" msgstr "Кореновата папка не може да се преименува" -#: ../gio/glocalfile.c:1135 ../gio/glocalfile.c:1161 +#: gio/glocalfile.c:1135 gio/glocalfile.c:1161 #, c-format msgid "Error renaming file: %s" msgstr "Грешка при преименуване на файл: %s" -#: ../gio/glocalfile.c:1144 +#: gio/glocalfile.c:1144 msgid "Can't rename file, filename already exist" msgstr "Файлът не може да се преименува — съществува друг файл с такова име" -#: ../gio/glocalfile.c:1157 ../gio/glocalfile.c:2021 ../gio/glocalfile.c:2050 -#: ../gio/glocalfile.c:2204 ../gio/glocalfileoutputstream.c:505 -#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967 +#: gio/glocalfile.c:1157 gio/glocalfile.c:2021 gio/glocalfile.c:2050 +#: gio/glocalfile.c:2204 gio/glocalfileoutputstream.c:505 +#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Неправилно име на файл" -#: ../gio/glocalfile.c:1280 +#: gio/glocalfile.c:1280 #, c-format msgid "Error opening file: %s" msgstr "Грешка при отваряне на файл: %s" -#: ../gio/glocalfile.c:1290 +#: gio/glocalfile.c:1290 msgid "Can't open directory" msgstr "Папката не може да бъде отворена" -#: ../gio/glocalfile.c:1350 +#: gio/glocalfile.c:1350 #, c-format msgid "Error removing file: %s" msgstr "Грешка при изтриване на файл: %s" -#: ../gio/glocalfile.c:1714 +#: gio/glocalfile.c:1714 #, c-format msgid "Error trashing file: %s" msgstr "Грешка при преместване на файл в кошчето: %s" -#: ../gio/glocalfile.c:1737 +#: gio/glocalfile.c:1737 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Неуспех при създаване на папката за кошче „%s“: %s" -#: ../gio/glocalfile.c:1758 +#: gio/glocalfile.c:1758 msgid "Unable to find toplevel directory for trash" msgstr "Не може да се открие най-горната папка за кошче" -#: ../gio/glocalfile.c:1837 ../gio/glocalfile.c:1857 +#: gio/glocalfile.c:1837 gio/glocalfile.c:1857 msgid "Unable to find or create trash directory" msgstr "Не може да се създаде папката за кошче" -#: ../gio/glocalfile.c:1891 +#: gio/glocalfile.c:1891 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Неуспех при създаване на файл с информация за кошчето: %s" -#: ../gio/glocalfile.c:1916 ../gio/glocalfile.c:1991 ../gio/glocalfile.c:1998 +#: gio/glocalfile.c:1916 gio/glocalfile.c:1991 gio/glocalfile.c:1998 #, c-format msgid "Unable to trash file: %s" msgstr "Неуспех при преместване на файл в кошчето: %s" -#: ../gio/glocalfile.c:2025 +#: gio/glocalfile.c:2025 #, c-format msgid "Error creating directory: %s" msgstr "Грешка при създаване на папка: %s" -#: ../gio/glocalfile.c:2054 +#: gio/glocalfile.c:2054 #, c-format msgid "Error making symbolic link: %s" msgstr "Грешка при създаване на символна връзка: %s" -#: ../gio/glocalfile.c:2114 ../gio/glocalfile.c:2208 +#: gio/glocalfile.c:2114 gio/glocalfile.c:2208 #, c-format msgid "Error moving file: %s" msgstr "Грешка при преместване на файл: %s" -#: ../gio/glocalfile.c:2137 +#: gio/glocalfile.c:2137 msgid "Can't move directory over directory" msgstr "Папка не може да бъде преместена върху папка" -#: ../gio/glocalfile.c:2164 ../gio/glocalfileoutputstream.c:819 -#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848 -#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878 +#: gio/glocalfile.c:2164 gio/glocalfileoutputstream.c:819 +#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848 +#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878 msgid "Backup file creation failed" msgstr "Неуспешно създаване на резервен файл" -#: ../gio/glocalfile.c:2183 +#: gio/glocalfile.c:2183 #, c-format msgid "Error removing target file: %s" msgstr "Грешка при премахване на целевия файл: %s" -#: ../gio/glocalfile.c:2197 +#: gio/glocalfile.c:2197 msgid "Move between mounts not supported" msgstr "Не се поддържа местене между монтирани местоположения" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Стойността на атрибут не трябва да е NULL" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Неправилен вид на атрибут (очакваше се низ)" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Неправилно име на допълнителен атрибут" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Грешка при задаване на допълнителен атрибут „%s“: %s" -#: ../gio/glocalfileinfo.c:1462 ../gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Грешка при получаване на състоянието на файл „%s“: %s" -#: ../gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (неправилно кодиране)" -#: ../gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка при получаване на състоянието на файловия дескриптор: %s" -#: ../gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Неправилен вид на атрибут (очакваше се uint32)" -#: ../gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Неправилен вид на атрибут (очакваше се uint64)" -#: ../gio/glocalfileinfo.c:1782 ../gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Неправилен вид на атрибут (очакваше се низ от байтове)" -#: ../gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Грешка при задаване на правата за достъп: %s" -#: ../gio/glocalfileinfo.c:1878 ../gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Грешка при задаване на собственик: %s" -#: ../gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "символната връзка трябва да не е NULL" -#: ../gio/glocalfileinfo.c:1911 ../gio/glocalfileinfo.c:1930 -#: ../gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Грешка при задаване на символна връзка: %s" -#: ../gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "Грешка при задаване на символна връзка: файлът не е такава" -#: ../gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "Контекстът на SELinux трябва да не е NULL" -#: ../gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Грешка при задаване на контекста на SELinux: %s" -#: ../gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux не е включен на тази система" -#: ../gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Не се поддържа задаването на атрибута %s" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:603 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603 #, c-format msgid "Error reading from file: %s" msgstr "Грешка при четене от файл: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:405 -#: ../gio/glocalfileoutputstream.c:896 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405 +#: gio/glocalfileoutputstream.c:896 #, c-format msgid "Error seeking in file: %s" msgstr "Грешка при търсене във файл: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:208 -#: ../gio/glocalfileoutputstream.c:303 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208 +#: gio/glocalfileoutputstream.c:303 #, c-format msgid "Error closing file: %s" msgstr "Грешка при затваряне на файл: %s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Стандартният датчик за локални файлове не може да се открие " -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:624 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624 #, c-format msgid "Error writing to file: %s" msgstr "Грешка при запис във файл: %s" -#: ../gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:235 #, c-format msgid "Error removing old backup link: %s" msgstr "Грешка при премахване на стара, резервна връзка: %s" -#: ../gio/glocalfileoutputstream.c:249 ../gio/glocalfileoutputstream.c:262 +#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262 #, c-format msgid "Error creating backup copy: %s" msgstr "Грешка при създаване на резервно копие: %s" -#: ../gio/glocalfileoutputstream.c:280 +#: gio/glocalfileoutputstream.c:280 #, c-format msgid "Error renaming temporary file: %s" msgstr "Грешка при преименуване на временен файл: %s" -#: ../gio/glocalfileoutputstream.c:451 ../gio/glocalfileoutputstream.c:913 +#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913 #, c-format msgid "Error truncating file: %s" msgstr "Грешка при съкращаване на файл: %s" -#: ../gio/glocalfileoutputstream.c:511 ../gio/glocalfileoutputstream.c:556 -#: ../gio/glocalfileoutputstream.c:688 ../gio/glocalfileoutputstream.c:973 +#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556 +#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973 #, c-format msgid "Error opening file '%s': %s" msgstr "Грешка при отваряне на файла „%s“: %s" -#: ../gio/glocalfileoutputstream.c:719 +#: gio/glocalfileoutputstream.c:719 msgid "Target file is a directory" msgstr "Целевият файл е папка" -#: ../gio/glocalfileoutputstream.c:724 +#: gio/glocalfileoutputstream.c:724 msgid "Target file is not a regular file" msgstr "Целевият файл не е обикновен файл" -#: ../gio/glocalfileoutputstream.c:736 +#: gio/glocalfileoutputstream.c:736 msgid "The file was externally modified" msgstr "Файлът бе променен от външно приложение" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 msgid "Invalid GSeekType supplied" msgstr "Зададен е неправилен GSeekType" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 msgid "Invalid seek request" msgstr "Неправилна заявка за търсене" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream не може да се съкрати" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 msgid "Reached maximum data array limit" msgstr "Стигнат е максималният размер на масив за данни" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 msgid "Memory output stream not resizable" msgstr "Изходящият поток в паметта не може да бъде преоразмерен" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 msgid "Failed to resize memory output stream" msgstr "Неуспех при преоразмеряването на изходящия поток в паметта" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:360 +#: gio/gmount.c:360 msgid "mount doesn't implement unmount" msgstr "монтираният обект не поддържа демонтиране" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:435 +#: gio/gmount.c:435 msgid "mount doesn't implement eject" msgstr "монтираният обект не поддържа изваждане" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:517 +#: gio/gmount.c:517 msgid "mount doesn't implement remount" msgstr "монтираният обект не поддържа повторно монтиране" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:601 +#: gio/gmount.c:601 msgid "mount doesn't implement content type guessing" msgstr "монтираният обект не поддържа откриване на вида" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:690 +#: gio/gmount.c:690 msgid "mount doesn't implement synchronous content type guessing" msgstr "монтираният обект не поддържа синхронно откриване на вида" -#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412 +#: gio/goutputstream.c:211 gio/goutputstream.c:412 msgid "Output stream doesn't implement write" msgstr "Изходният поток не поддържа запис" -#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780 +#: gio/goutputstream.c:372 gio/goutputstream.c:780 msgid "Source stream is already closed" msgstr "Изходният поток вече е затворен" -#: ../gio/gthemedicon.c:211 +#: gio/gthemedicon.c:211 msgid "name" msgstr "име" -#: ../gio/gthemedicon.c:212 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Името на иконата" -#: ../gio/gthemedicon.c:223 +#: gio/gthemedicon.c:223 msgid "names" msgstr "имена" -#: ../gio/gthemedicon.c:224 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Масив с имена на икони" -#: ../gio/gthemedicon.c:249 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "използване на стандартните резервни настройки" -#: ../gio/gthemedicon.c:250 +#: gio/gthemedicon.c:250 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1761,85 +1756,85 @@ msgstr "" "съкращаване на името при знаците „-“. Ако са дадени множество имена, се " "взема само първото." -#: ../gio/gthemedicon.c:499 +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "Версия %d на кодирането GThemedIcon не се поддържа" -#: ../gio/gunixinputstream.c:161 ../gio/gunixoutputstream.c:147 +#: gio/gunixinputstream.c:161 gio/gunixoutputstream.c:147 msgid "File descriptor" msgstr "Файлов дескриптор" -#: ../gio/gunixinputstream.c:162 +#: gio/gunixinputstream.c:162 msgid "The file descriptor to read from" msgstr "Файловият дескриптор от който да се чете" -#: ../gio/gunixinputstream.c:176 ../gio/gunixoutputstream.c:162 +#: gio/gunixinputstream.c:176 gio/gunixoutputstream.c:162 msgid "Close file descriptor" msgstr "Затваряне на файловия дескриптор" -#: ../gio/gunixinputstream.c:177 ../gio/gunixoutputstream.c:163 +#: gio/gunixinputstream.c:177 gio/gunixoutputstream.c:163 msgid "Whether to close the file descriptor when the stream is closed" msgstr "Дали файловият дескриптор да се затваря със затварянето на потока" -#: ../gio/gunixinputstream.c:358 ../gio/gunixinputstream.c:378 -#: ../gio/gunixinputstream.c:456 ../gio/gunixoutputstream.c:443 +#: gio/gunixinputstream.c:358 gio/gunixinputstream.c:378 +#: gio/gunixinputstream.c:456 gio/gunixoutputstream.c:443 #, c-format msgid "Error reading from unix: %s" msgstr "Грешка при четене от ЮНИКС: %s" -#: ../gio/gunixinputstream.c:411 ../gio/gunixinputstream.c:593 -#: ../gio/gunixoutputstream.c:398 ../gio/gunixoutputstream.c:549 +#: gio/gunixinputstream.c:411 gio/gunixinputstream.c:593 +#: gio/gunixoutputstream.c:398 gio/gunixoutputstream.c:549 #, c-format msgid "Error closing unix: %s" msgstr "Грешка при затваряне на ЮНИКС: %s" -#: ../gio/gunixmounts.c:1781 ../gio/gunixmounts.c:1818 +#: gio/gunixmounts.c:1781 gio/gunixmounts.c:1818 msgid "Filesystem root" msgstr "Коренова папка на файловата система" -#: ../gio/gunixoutputstream.c:148 +#: gio/gunixoutputstream.c:148 msgid "The file descriptor to write to" msgstr "Дескрипторът на файла, в който да се записва" -#: ../gio/gunixoutputstream.c:344 ../gio/gunixoutputstream.c:365 +#: gio/gunixoutputstream.c:344 gio/gunixoutputstream.c:365 #, c-format msgid "Error writing to unix: %s" msgstr "Грешка при запис към ЮНИКС: %s" -#: ../gio/gvolume.c:444 +#: gio/gvolume.c:444 msgid "volume doesn't implement eject" msgstr "томът не поддържа изваждане" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "Приложението не може да бъде открито" -#: ../gio/gwin32appinfo.c:300 +#: gio/gwin32appinfo.c:300 #, c-format msgid "Error launching application: %s" msgstr "Грешка при стартиране на приложение: %s" -#: ../gio/gwin32appinfo.c:336 +#: gio/gwin32appinfo.c:336 msgid "URIs not supported" msgstr "Не се поддържат такива адреси" -#: ../gio/gwin32appinfo.c:358 +#: gio/gwin32appinfo.c:358 msgid "association changes not supported on win32" msgstr "не се поддържа промяна на асоциациите при win32" -#: ../gio/gwin32appinfo.c:370 +#: gio/gwin32appinfo.c:370 msgid "Association creation not supported on win32" msgstr "Не се поддържа създаването на асоциации при win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "елементите да не се скриват" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "ползване на дълъг формат" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[ФАЙЛ…]" diff --git a/po/bn.po b/po/bn.po index 1463607..f752826 100644 --- a/po/bn.po +++ b/po/bn.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2006-08-31 21:21+0600\n" "Last-Translator: Khandakar Mujahidul Islam \n" "Language-Team: Bengali \n" @@ -1114,14 +1114,14 @@ msgstr "'%s' মান float সংখ্যা রূপে ব্যাখ্ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "মান '%s' কে বুলিয়ান হিসেবে ইন্টারপ্রেট করা যায় না।" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1146,38 +1146,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1481,88 +1481,88 @@ msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "একটি বৈশিষ্ট্য নাম অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "ডাইরেক্টরি '%s' খুলতে ব্যর্থ: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "পরিবর্তন সময়কালীন ভুল: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "পরিবর্তন সময়কালীন ভুল: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "লাইন %d এ ভুল: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "পরিবর্তন সময়কালীন ভুল: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়" diff --git a/po/bn_IN.po b/po/bn_IN.po index 950a5c7..61f1394 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: bn_IN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-09-09 18:16+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bengali INDIA \n" @@ -1121,14 +1121,14 @@ msgstr "'%s' মান float সংখ্যা রূপে ব্যাখ্ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' মান বুলিয়ান রূপে ব্যাখ্যা করা সম্ভব নয়।" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1152,38 +1152,38 @@ msgstr "%s ফাইলের ধরন" msgid "%s type" msgstr "%s ধরন" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "নামবিহীন" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "ডেস্কটপ ফাইলের মধ্যে Exec ফিল্ড" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "অ্যাপ্লিকেশনের জন্য আবশ্যক টার্মিনাল পাওয়া যায়নি" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "উইজার অ্যাপ্লিকেশনের কনফিগারেশন ফোল্ডার %s নির্মাণ করতে ব্যর্থ: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ইউজার MIME কনফিগারেশন ফোল্ডার %s নির্মাণ করতে ব্যর্থ: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "ইউজার ডেস্কটপ ফাইল %s নির্মাণ করতে ব্যর্থ" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "%s-র জন্য স্বনির্ধারত ব্যাখ্যা" @@ -1483,87 +1483,87 @@ msgstr "উদ্দিষ্ট ফাইল মুছে ফেলতে স msgid "Move between mounts not supported" msgstr "মাউন্ট করা অবস্থানের মধ্যে স্থানান্তর করা সম্ভব নয়" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "ফাইল '%s' stat করতে ব্যর্থ: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (অবৈধ এনকোডিং)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "ফাইলের বিবরণ stat করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "অনুমতি নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "মালিকানা নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "সিম্‌-লিঙ্ক NULL-ব্যাতীত মান হওয়া আবশ্যক" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "সিম্‌-লিঙ্ক নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "সিম্‌-লিঙ্ক নির্ধারণ করতে ত্রুটি: ফাইলটি সিম্‌-লিঙ্ক নয়" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux কনটেক্সটের NULL-ব্যাতীত মান হওয়া আবশ্যক" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux কনটেক্সট নির্ধারণ করতে ব্যর্থ: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "এই সিস্টেমে SELinux সক্রিয় করা হয়নি" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "%s অ্যাট্রিবিউটের মান নির্ধারণ সমর্থিত নয়" diff --git a/po/bs.po b/po/bs.po index ab32e87..97526b3 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2004-05-17 01:30+0000\n" "Last-Translator: Kenan Hadžiavdić \n" "Language-Team: Bosnian \n" @@ -1122,14 +1122,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1153,38 +1153,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1487,88 +1487,88 @@ msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Neočekivan kraj dokumenta unutar imena osobine" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "GreÅ¡ka tokom otvaranja direktorija '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "GreÅ¡ka u %d. redu: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Simbolički linkovi nisu podržani" diff --git a/po/ca.po b/po/ca.po index 7174c3a..4921e1e 100644 --- a/po/ca.po +++ b/po/ca.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2009-01-16 01:53+0100\n" "Last-Translator: Gil Forcada \n" "Language-Team: Catalan \n" @@ -1164,14 +1164,14 @@ msgstr "El valor «%s» no es pot interpretar com a un nombre en coma flotant." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "El valor «%s» no es pot interpretar com un booleà." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "El valor de comptatge passat a %s és massa llarg" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Ja està tancat el flux" @@ -1195,41 +1195,41 @@ msgstr "tipus de tixer %s" msgid "%s type" msgstr "tipus %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "No s'esperava un final de flux tant aviat" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sense nom" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "El fitxer d'escriptori no especificava el camp d'execucció" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "No s'ha pogut trobar el terminal que demanava l'aplicació" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "No s'ha pogut crear el directori de configuració de l'aplicació de l'usuari %" "s: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" "No s'ha pogut crear el directori de configuració MIME de l'usuari %s: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "No s'ha pogut crear el fitxer d'escriptori de l'usuari %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Definició personalitzada per a %s" @@ -1536,92 +1536,92 @@ msgstr "S'ha produït un error en suprimir el fitxer objectiu: %s" msgid "Move between mounts not supported" msgstr "No està implementat el moure entre muntatges" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "El valor de l'atribut no pot ser nul" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Tipus d'atribut no vàlid (s'esperava una cadena)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "El nom de l'atribut estés no és vàlid" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "S'ha produït un error en establir l'atribut estés «%s»: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "" "S'ha produït un error en executar la funció «stat()» en el fitxer «%s»: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (codificació no vàlida)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "" "S'ha produït un error en executar la funció «stat()» al descriptor de fitxer: " "%s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipus d'atribut no vàlid (s'esperava un uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipus d'atribut no vàlid (s'esperava un uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Tipus d'atribut no vàlid (s'esperava una cadena de bytes)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "S'ha produït un error en establir els permisos: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "S'ha produït un error en establir el propietari: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "l'enllaç simbòlic no pot ser nul" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "S'ha produït un error en establir l'enllaç simbòlic: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "S'ha produït un error en establir l'enllaç simbòlic: el fitxer no és un " "enllaç simbòlic" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "El context del SELinux no pot ser nul" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "S'ha produït un error en establir el context del SELinux: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "Aquest sistema no té habilitat el SELinux" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "No està implementat establir l'atribut %s" diff --git a/po/cs.po b/po/cs.po index c091bbc..abeff2f 100644 --- a/po/cs.po +++ b/po/cs.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-08-27 01:22+0200\n" "Last-Translator: Petr Kovar \n" "Language-Team: Czech \n" @@ -1126,14 +1126,14 @@ msgstr "Hodnotu \"%s\" nelze interpretovat jako reálné (float) číslo." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Hodnotu \"%s\" nelze interpretovat jako booleovskou hodnotu." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "%s poskytnut příliÅ¡ vysoký počet" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Proud je již uzavřen" @@ -1157,38 +1157,38 @@ msgstr "typ souboru %s" msgid "%s type" msgstr "typ %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Neočekávaný časný konec proudu" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Bez názvu" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "V souboru desktop nezadáno pole Exec" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Nelze nalézt terminál vyžadovaný pro aplikaci" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Nelze vytvořit uživatelskou konfigurační složku aplikace %s: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Nelze vytvořit uživatelskou konfigurační složku MIME %s: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Nelze vytvořit uživatelský soubor desktop %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Vlastní definice %s" @@ -1487,88 +1487,88 @@ msgstr "Chyba při odstraňování cílového souboru: %s" msgid "Move between mounts not supported" msgstr "Přesunování mezi připojeními není podporováno" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Hodnota atributu nesmí být prázdná" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Neplatný typ atributu (očekáván řetězec)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Neplatný název rozšířeného atributu" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Chyba při nastavování rozšířeného atributu \"%s\": %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Chyba při prohledávání souboru \"%s\" s fstat(): %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (neplatné kódování)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Chyba při prohledávání popisovače souboru s fstat(): %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Neplatný typ atributu (očekáván uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Neplatný typ atributu (očekáván uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Neplatný typ atributu (očekáván bajtový řetězec)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Chyba při nastavování oprávnění: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Chyba při nastavování vlastníka: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "symbolický odkaz nesmí být prázdný" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Chyba při nastavování symbolického odkazu: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "Chyba při nastavování symbolického odkazu: soubor není symbolickým odkazem" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "Kontext SELinux nesmí být prázdný" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Chyba při nastavování kontextu SELinux: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "V tomto systému není SELinux povolen" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Nastavení atributu %s není podporováno" diff --git a/po/cy.po b/po/cy.po index f4398e8..f0f4156 100644 --- a/po/cy.po +++ b/po/cy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2006-06-29 19:38+0100\n" "Last-Translator: Rhys Jones \n" "Language-Team: Welsh \n" @@ -1129,14 +1129,14 @@ msgstr "Ni ellir darllen y gwerth '%s' fel rhif arnawf." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ni ellir darllen '%s' fel gwerth Boole." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1161,38 +1161,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1496,88 +1496,88 @@ msgstr "Gwall wrth ddarllen ffeil '%s': %s " msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw priodoledd" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Gwall y cyfeiriadur '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Gwall wrth drawsnewid: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Gwall wrth drawsnewid: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Gwall ar linell %d: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Gwall wrth drawsnewid: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Ni chynhelir cysylltion symbolaidd" diff --git a/po/da.po b/po/da.po index 1a3aec2..76b05ee 100644 --- a/po/da.po +++ b/po/da.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-09-22 21:19+0000\n" "Last-Translator: Ask Hjorth Larsen \n" "Language-Team: Danish \n" @@ -1143,14 +1143,14 @@ msgstr "Værdien \"%s\" kan ikke fortolkes som en float." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Værdien \"%s\" kan ikke fortolkes som en sandhedsværdi." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "For stor talværdi givet til %s" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Strømmen er allerede lukket" @@ -1174,38 +1174,38 @@ msgstr "%s-filtype" msgid "%s type" msgstr "%s-type" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Uventet tidlig strømafslutning" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unavngivet" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Skrivebordsfil angav intet Exec-felt" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Kan ikke finde terminal krævet af dette program" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kan ikke oprette konfigurationsfolder %s for brugerprogram: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kan ikke oprette bruger-MIME-konfigurationsfolder %s: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan ikke oprette brugerskrivebords-fil %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Tilpasset definition for %s" @@ -1506,89 +1506,89 @@ msgstr "Fejl ved fjernelse af mÃ¥lfil: %s" msgid "Move between mounts not supported" msgstr "Flytning mellem monteringer understøttes ikke" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Attributværdien mÃ¥ ikke være NULL" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Ugyldig attributtype (streng forventet)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Ugyldigt udvidet attributnavn" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Fejl ved instilling af udvidet attribut \"%s\": %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Fejl ved stat for filen \"%s\": %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (ugyldig kodning)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fejl ved stat af fildeskriptor: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Ugyldig attributtype (uint32 forventet)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Ugyldig attributtype (uint64 forventet)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Ugyldig attributtype (byte-streng forventet)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Fejl ved ændring af rettigheder: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Fejl ved ændring af ejer: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "symbolsk henvisning mÃ¥ ikke være NULL" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Fejl ved manipulation af symbolsk henvisning: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "Fejl ved manipulation af symbolsk henvisning: filen er ikke en symbolsk " "henvisning" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux-kontekst skal være forskellig fra NULL" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Fejl ved ændring af SELinux-kontekst: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux er ikke aktiveret pÃ¥ dette system" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Indstilling af attributten %s understøttes ikke" diff --git a/po/de.po b/po/de.po index 3ab4b2f..d7e8d8b 100644 --- a/po/de.po +++ b/po/de.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-08-28 06:53+0200\n" "Last-Translator: Hendrik Richter \n" "Language-Team: German \n" @@ -1170,14 +1170,14 @@ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" "Der Wert »%s« konnte nicht als boolescher Ausdruck interpretiert werden." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Zu großer Zählwert an %s übermittelt" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Datenstrom ist bereits geschlossen" @@ -1201,41 +1201,41 @@ msgstr "%s-Dateityp" msgid "%s type" msgstr "%s-Typ" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Unerwartet frühes Datenstromende" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unbenannt" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Desktop-Datei hat kein Exec-Feld angegeben" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Für die Anwendung benötigtes Terminal konnte nicht gefunden werden" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Konfigurationsordner %s für Benutzeranwendungen konnte nicht erstellt " "werden: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" "MIME-Konfigurationsordner %s des Benutzers konnte nicht erstellt werden: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Benutzer-Desktop-Datei %s kann nicht erstellt werden" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Benutzerdefinition für %s" @@ -1535,89 +1535,89 @@ msgstr "Fehler beim Entfernen der Zieldatei: %s" msgid "Move between mounts not supported" msgstr "Verschieben zwischen Einhängepunkten nicht unterstützt" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Attributwert darf nicht NULL sein" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Ungültiger Attributtyp (»string« erwartet)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Ungültiger erweiterter Attributname" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Fehler beim Setzen des erweiterten Attributs »%s«: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Fehler beim Untersuchen der Datei %s mit fstat(): %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (ungültige Kodierung)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fehler beim Untersuchen des Datei-Deskriptors mit fstat(): %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Ungültiger Attributtyp (»uint32« erwartet)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Ungültiger Attributtyp (»uint64« erwartet)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Ungültiger Attributtyp (»byte string« erwartet)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Fehler beim Setzen der Zugriffsrechte: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Fehler beim Setzen des Besitzers: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "Symbolische Verknüpfung darf nicht NULL sein" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Fehler beim Setzen der Symbolischen Verknüpfung: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "Fehler beim Setzen der Symbolischen Verknüpfung: Datei ist keine Symbolische " "Verknüpfung" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux-Kontext darf nicht NULL sein" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Fehler beim Setzen des SELinux-Kontexts: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux ist auf diesem System nicht aktiviert" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Setzen des Attributs %s nicht unterstützt" diff --git a/po/dz.po b/po/dz.po index 2e139e0..0167c8d 100644 --- a/po/dz.po +++ b/po/dz.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.dz\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2006-08-09 10:23+0530\n" "Last-Translator: Mindu Dorji\n" "Language-Team: DZONGKHA \n" @@ -1127,14 +1127,14 @@ msgstr "བེ་ལུ་'%s'དེ་ འཕུར་ལྡིང་ཨང་ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "བེ་ལུ་'%s'དེ་ བུ་ལིན་ཅིག་སྦེ་ ཁ་བསྒྱུར་འབད་མི་ཚུགས།" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1159,38 +1159,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1494,88 +1494,88 @@ msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་ msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མིང་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "སྣོད་ཐོ་ '%s':%s ཁ་ཕྱེ་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག" diff --git a/po/el.po b/po/el.po index 8a3c67f..aaa030c 100644 --- a/po/el.po +++ b/po/el.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-03-18 03:34+0200\n" "Last-Translator: Giannis Katsampirhs \n" "Language-Team: Greek \n" @@ -1182,14 +1182,14 @@ msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως έν msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως boolean." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1214,38 +1214,38 @@ msgstr "" msgid "%s type" msgstr "τύπος %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Ανώνυμο" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1560,95 +1560,95 @@ msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα γνωρίσματος" # -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Σφάλμα ανοίγματος καταλόγου '%s': %s" # -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" # -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" # gconf/gconftool.c:1181 -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Σφάλμα κατά τη μετατροπή: %s" # gconf/gconftool.c:1181 -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Σφάλμα κατά τη μετατροπή: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" # -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Σφάλμα στη γραμμή %d: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" # gconf/gconftool.c:1181 -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Σφάλμα κατά τη μετατροπή: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται" diff --git a/po/en_CA.po b/po/en_CA.po index 0063c12..0a6a46d 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2005-08-27 16:20-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" @@ -1114,14 +1114,14 @@ msgstr "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Too large count value passed to %s" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Stream is already closed" @@ -1145,38 +1145,38 @@ msgstr "%s filetype" msgid "%s type" msgstr "%s type" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Unexpected early end-of-stream" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unnamed" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Desktop file didn't specify Exec field" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Unable to find terminal required for application" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Can't create user application configuration folder %s: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Can't create user MIME configuration folder %s: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Can't create user desktop file %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Custom definition for %s" @@ -1476,88 +1476,88 @@ msgstr "Error removing target file: %s" msgid "Move between mounts not supported" msgstr "Move between mounts not supported" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Attribute value must be non-NULL" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Invalid attribute type (string expected)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Invalid extended attribute name" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Error setting extended attribute '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Error stating file '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (invalid encoding)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Error stating file descriptor: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Invalid attribute type (uint32 expected)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Invalid attribute type (uint64 expected)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Invalid attribute type (byte string expected)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Error setting permissions: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Error setting owner: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "symlink must be non-NULL" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Error setting symlink: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "Error setting symlink: file is not a symlink" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "symlink must be non-NULL" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Error setting owner: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Setting attribute %s not supported" diff --git a/po/en_GB.po b/po/en_GB.po index 3570592..850af56 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-02-17 09:21-0000\n" "Last-Translator: David Lodge \n" "Language-Team: \n" @@ -1113,14 +1113,14 @@ msgstr "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Too large count value passed to %s" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Stream is already closed" @@ -1144,38 +1144,38 @@ msgstr "%s filetype" msgid "%s type" msgstr "%s type" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Unexpected early end-of-stream" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unnamed" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Desktop file didn't specify Exec field" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Unable to find terminal required for application" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Can't create user application configuration folder %s: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Can't create user MIME configuration folder %s: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Can't create user desktop file %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Custom definition for %s" @@ -1474,87 +1474,87 @@ msgstr "Error removing target file: %s" msgid "Move between mounts not supported" msgstr "Move between mounts not supported" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Attribute value must be non-NULL" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Invalid attribute type (string expected)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Invalid extended attribute name" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Error setting extended attribute '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Error stating file '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (invalid encoding)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Error stating file descriptor: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Invalid attribute type (uint32 expected)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Invalid attribute type (uint64 expected)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Invalid attribute type (byte string expected)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Error setting permissions: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Error setting owner: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "symlink must be non-NULL" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Error setting symlink: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "Error setting symlink: file is not a symlink" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux context must be non-NULL" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Error setting SELinux context: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux is not enabled on this system" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Setting attribute %s not supported" diff --git a/po/eo.po b/po/eo.po index 152418c..5d3653a 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2003-07-01 15:10-0500\n" "Last-Translator: Charles Voelger \n" "Language-Team: Esperanto \n" @@ -1116,14 +1116,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1147,38 +1147,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1479,88 +1479,88 @@ msgstr "Eraro dum legado de dosiero '%s': %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Dokumento neatendite finis en atributa nomo" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Eraro dum malfermado de dosierujo '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Eraro ĉe linio %d: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "" diff --git a/po/es.po b/po/es.po index 22e124f..180165a 100644 --- a/po/es.po +++ b/po/es.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2009-01-17 12:12+0100\n" "Last-Translator: Jorge González \n" "Language-Team: Español \n" @@ -1157,14 +1157,14 @@ msgstr "El valor «%s» no puede interpretarse como un número de coma flotante. msgid "Value '%s' cannot be interpreted as a boolean." msgstr "El valor «%s» no puede interpretarse como un booleano." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "El valor de conteo pasado a %s es demasiado largo" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "El flujo ya se cerró" @@ -1188,40 +1188,40 @@ msgstr "tipo de archivo %s" msgid "%s type" msgstr "tipo %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Final de flujo inesperadamente prematuro" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sin nombre" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "El archivo de escritorio no especificó el campo Exec" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Imposible encontrar el terminal requerido por la aplicación" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "No se puede crear la carpeta de configuración de la aplicación %s del " "usuario: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "No se puede crear la carpeta de configuración MIME %s del usuario: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "No se puede crear el archivo de escritorio %s del usuario" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Definición personalizada para %s" @@ -1524,89 +1524,89 @@ msgstr "Error al eliminar el archivo destino: %s" msgid "Move between mounts not supported" msgstr "No se soporta mover archivos entre puntos de montaje" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "El valor del atributo de ser no nulo" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Tipo de atributo no válido (se esperaba una cadena)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Nombre extendido del atributo no válido" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Error al establecer el atributo extendido «%s»: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Error al mostrar información del estado del archivo «%s»: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (codificación no válida)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "" "Error al mostrar la información del estado del descriptor del archivo: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo no válido (se esperaba uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo no válido (se esperaba uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo no válido (se esperaba una cadena byte)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Error al establecer permisos: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Error al establecer el propietario: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "el enlace simbólico debe ser no nulo" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Error al establecer el enlace simbólico: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "Error al establecer el enlace simbólico: el archivo no es un enlace simbólico" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "El contexto SELinux debe ser no nulo" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Error al establecer el contexto SELinux: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux no está activado en este sistema" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Establecer el atributo %s no está soportado" diff --git a/po/et.po b/po/et.po index 4c18e6b..22fa4c6 100644 --- a/po/et.po +++ b/po/et.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: GLib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-08-23 14:50+0300\n" "Last-Translator: Ivar Smolin \n" "Language-Team: Estonian \n" @@ -1119,14 +1119,14 @@ msgstr "Väärtust '%s' pole võimalik ujukomalise väärtusena kasutada." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Väärtust '%s' pole võimalik tõeväärtusena kasutada." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Voog on juba suletud" @@ -1150,39 +1150,39 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Ootamatult varajane voolõpp" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nimeta" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Töölauafail ei määra Exec-välja" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" "Rakenduse käivitamiseks vajalikku terminalprogrammi pole võimalik leida" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kasutaja rakenduse seadistustekataloogi %s pole võimalik luua: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kasutaja MIME-seadistustekataloogi %s pole võimalik luua: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Kasutaja töölauafaili %s pole võimalik luua" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1481,87 +1481,87 @@ msgstr "Viga sihtfaili eemaldamisel: %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Rekvisiidi väärtus ei tohi olla NULL" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse stringi)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Vigane laiendatud rekvisiidi nimi" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Viga laiendatud rekvisiidi '%s' seadmisel: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Viga faili '%s' kohta andmete hankimisel: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (vigane kodeering)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Viga failideskriptori kohta andmete hankimisel: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse baitstringi)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Viga pääsuõiguste määramisel: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Viga omaniku seadmisel: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "nimeviit ei tohi olla NULL" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Viga nimeviida seadmisel: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "Viga nimeviida seadmisel: fail pole nimeviide" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinuxi kontekst ei tohi olla NULL" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Viga SELinuxi konteksti seadmisel: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux pole selles süsteemis lubatud" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Rekvisiidi %s seadmine pole toetatud" diff --git a/po/eu.po b/po/eu.po index 11c7101..678fb8a 100644 --- a/po/eu.po +++ b/po/eu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-08-30 12:45+0200\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" @@ -1153,14 +1153,14 @@ msgstr "'%s' balioa ezin da zenbaki mugikor gisa interpretatu." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' balioa ezin da bolear gisa interpretatu" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Zenbaketaren balio handiegia honi pasatuta: %s" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Korrontea jadanik itxita dago" @@ -1184,39 +1184,39 @@ msgstr "%s fitxategi mota" msgid "%s type" msgstr "%s mota" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Ustekabeko korronte-amaiera azkarregia" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Izenbagea" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Mahaigaineko fitxategiak ez du Exec eremua zehaztu" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Ezin izan da aplikazioak eskatzen duen terminala aurkitu" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Ezin da erabiltzailearen aplikazioaren %s konfigurazio-karpeta sortu: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Ezin da erabiltzailearen MIMEren %s konfigurazio-karpeta sortu: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Ezin da erabiltzailearen mahaigaineko %s fitxategia sortu" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "%s(r)en definizio pertsonalizatua" @@ -1517,88 +1517,88 @@ msgstr "Errorea helburuko fitxategia kentzean: %s" msgid "Move between mounts not supported" msgstr "Muntaien artean lekuz aldatzea ez dago onartuta" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Atributuaren balioa NULL ezin da izan" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Atributu mota baliogabea (katea espero zen)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Atributu hedatuaren izen baliogabea" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Errorea '%s' atributu hedatua ezartzean: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Errorea '%s' fitxategiaren egoera irakurtzean: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (baliogabeko kodeketa)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Errorea fitxategiaren deskriptorearen egoera irakurtzean: %s " -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Baliogabeko atributu mota (uint32 espero zen)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Baliogabeko atributu mota (uint64 espero zen)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Baliogabeko atributu mota (byte katea espero zen)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Errorea baimenak ezartzean: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Errorea jabea ezartzean: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "esteka sinbolikoak NULL-en desberdina izan behar du" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Errorea esteka sinbolikoa ezartzean: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "Errorea esteka sinbolikoa ezartzean: fitxategia ez da esteka sinboliko bat" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux testuinguruak NULL-en desberdina izan behar du" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Errorea SELinux testuingurua ezartzean: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux ez dago gaituta sistema honetan" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "%s atributuaren ezarpena ez dago onartuta" diff --git a/po/fa.po b/po/fa.po index ef2071b..6b08c73 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2006-09-04 18:36+0330\n" "Last-Translator: Roozbeh Pournader \n" "Language-Team: Persian\n" @@ -1122,14 +1122,14 @@ msgstr "مقدار «%s» را نمی‌توان به عدد اعشاری تفس msgid "Value '%s' cannot be interpreted as a boolean." msgstr "مقدار «%s» را نمی‌توان به مقدار بولی تفسیر کرد" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1154,38 +1154,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1489,88 +1489,88 @@ msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک مشخصه به‌پایان رسید" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "خطا در باز کردن شاخهٔ «‎%s»‏: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "خطا در حین تبدیل: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "خطا در حین تبدیل: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "خطا در سطر %Id:‏ %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "خطا در حین تبدیل: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" diff --git a/po/fi.po b/po/fi.po index 90cd6c8..643becb 100644 --- a/po/fi.po +++ b/po/fi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-27 05:57+0300\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2009-01-27 06:00+0300\n" "Last-Translator: Ilkka Tuohela \n" "Language-Team: Finnish \n" @@ -18,305 +18,304 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n" -#: ../glib/gbookmarkfile.c:737 +#: glib/gbookmarkfile.c:737 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Odottamaton ominaisuus \"%s\" elementille \"%s\"" -#: ../glib/gbookmarkfile.c:748 ../glib/gbookmarkfile.c:819 -#: ../glib/gbookmarkfile.c:829 ../glib/gbookmarkfile.c:936 +#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829 +#: glib/gbookmarkfile.c:936 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Ominaisuutta \"%s\" elementille \"%s\" ei löydy" -#: ../glib/gbookmarkfile.c:1106 ../glib/gbookmarkfile.c:1171 -#: ../glib/gbookmarkfile.c:1235 ../glib/gbookmarkfile.c:1245 +#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171 +#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Odottamaton merkintä \"%s\", odotettiin merkintää \"%s\"" -#: ../glib/gbookmarkfile.c:1131 ../glib/gbookmarkfile.c:1145 -#: ../glib/gbookmarkfile.c:1213 ../glib/gbookmarkfile.c:1265 +#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145 +#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Odottamaton merkintä \"%s\" kohdassa \"%s\"" -#: ../glib/gbookmarkfile.c:1793 +#: glib/gbookmarkfile.c:1793 msgid "No valid bookmark file found in data dirs" msgstr "Kelvollista kirjanmerkkitiedostoa ei löytynyt datahakemistoista" -#: ../glib/gbookmarkfile.c:1994 +#: glib/gbookmarkfile.c:1994 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI:lle \"%s\" on jo olemassa kirjanmerkki" -#: ../glib/gbookmarkfile.c:2040 ../glib/gbookmarkfile.c:2198 -#: ../glib/gbookmarkfile.c:2283 ../glib/gbookmarkfile.c:2363 -#: ../glib/gbookmarkfile.c:2448 ../glib/gbookmarkfile.c:2531 -#: ../glib/gbookmarkfile.c:2609 ../glib/gbookmarkfile.c:2688 -#: ../glib/gbookmarkfile.c:2730 ../glib/gbookmarkfile.c:2827 -#: ../glib/gbookmarkfile.c:2953 ../glib/gbookmarkfile.c:3143 -#: ../glib/gbookmarkfile.c:3219 ../glib/gbookmarkfile.c:3384 -#: ../glib/gbookmarkfile.c:3473 ../glib/gbookmarkfile.c:3563 -#: ../glib/gbookmarkfile.c:3691 +#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198 +#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363 +#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531 +#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688 +#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827 +#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143 +#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384 +#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563 +#: glib/gbookmarkfile.c:3691 #, c-format msgid "No bookmark found for URI '%s'" msgstr "URI:lle \"%s\" ei löydy kirjanmerkkiä" -#: ../glib/gbookmarkfile.c:2372 +#: glib/gbookmarkfile.c:2372 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI:n \"%s\" kirjanmerkissä ei ole määritelty MIME-tyyppiä" -#: ../glib/gbookmarkfile.c:2457 +#: glib/gbookmarkfile.c:2457 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI:n \"%s\" kirjanmerkissä ei ole määritelty yksityisyyslippua" -#: ../glib/gbookmarkfile.c:2836 +#: glib/gbookmarkfile.c:2836 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI:n \"%s\" kirjanmerkissä ei ole asetettu ryhmiä" -#: ../glib/gbookmarkfile.c:3237 ../glib/gbookmarkfile.c:3394 +#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" "Sovellus nimeltä \"%s\" ei rekisteröinyt kirjanmerkkiä kohteelle \"%s\"" -#: ../glib/gbookmarkfile.c:3417 +#: glib/gbookmarkfile.c:3417 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Suoritettavaa riviä \"%s\" ei voitu laajentaa URI:lla \"%s\"" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1230 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Muunnos merkistöstä \"%s\" merkistöön \"%s\" ei ole tuettu" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1402 -#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:955 -#: ../glib/gutf8.c:1404 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:955 +#: glib/gutf8.c:1404 msgid "Invalid byte sequence in conversion input" msgstr "Virheellinen tavusarja muunnettavassa syötteessä" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1409 -#: ../glib/giochannel.c:2300 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Virhe muunnoksen aikana: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155 -#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400 +#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296 +#: glib/gutf8.c:1400 msgid "Partial character sequence at end of input" msgstr "Osittainen tavusarja syötteen lopussa" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Koodausmerkkijonoa \"%s\" ei voi muuntaa merkistöön \"%s\"" -#: ../glib/gconvert.c:1737 +#: glib/gconvert.c:1737 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI \"%s\" ei ole absoluuttinen URI \"file\"-muodossa" -#: ../glib/gconvert.c:1747 +#: glib/gconvert.c:1747 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Paikallinen tiedosto-URI \"%s\" ei saa sisältää merkkiä \"#\"" -#: ../glib/gconvert.c:1764 +#: glib/gconvert.c:1764 #, c-format msgid "The URI '%s' is invalid" msgstr "URI \"%s\" on virheellinen" -#: ../glib/gconvert.c:1776 +#: glib/gconvert.c:1776 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI:n \"%s\" isäntänimi on virheellinen" -#: ../glib/gconvert.c:1792 +#: glib/gconvert.c:1792 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI \"%s\" sisältää virheellisesti suojattuja merkkejä" -#: ../glib/gconvert.c:1887 +#: glib/gconvert.c:1887 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Polku \"%s\" ei ole absoluuttinen" -#: ../glib/gconvert.c:1897 +#: glib/gconvert.c:1897 msgid "Invalid hostname" msgstr "Virheellinen isäntänimi" -#: ../glib/gdir.c:110 ../glib/gdir.c:130 +#: glib/gdir.c:110 glib/gdir.c:130 #, c-format msgid "Error opening directory '%s': %s" msgstr "Virhe hakemiston \"%s\" avaamisessa: %s" -#: ../glib/gfileutils.c:532 ../glib/gfileutils.c:620 +#: glib/gfileutils.c:532 glib/gfileutils.c:620 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Ei voitu varata %lu tavua muistia tiedoston \"%s\" lukemiseksi" -#: ../glib/gfileutils.c:547 +#: glib/gfileutils.c:547 #, c-format msgid "Error reading file '%s': %s" msgstr "Virhe tiedoston \"%s\" lukemisessa: %s" -#: ../glib/gfileutils.c:561 +#: glib/gfileutils.c:561 #, c-format msgid "File \"%s\" is too large" msgstr "Tiedosto \"%s\" on liian suuri" -#: ../glib/gfileutils.c:644 +#: glib/gfileutils.c:644 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Tiedoston \"%s\" lukeminen epäonnistui: %s" -#: ../glib/gfileutils.c:695 ../glib/gfileutils.c:782 +#: glib/gfileutils.c:695 glib/gfileutils.c:782 #, c-format msgid "Failed to open file '%s': %s" msgstr "Tiedoston \"%s\" avaaminen epäonnistui: %s" -#: ../glib/gfileutils.c:712 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:712 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Tiedoston \"%s\" ominaisuuksien lukeminen epäonnistui: fstat() epäonnistui: %" "s" -#: ../glib/gfileutils.c:746 +#: glib/gfileutils.c:746 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Tiedoston \"%s\" avaaminen epäonnistui: fdopen() epäonnistui: %s" -#: ../glib/gfileutils.c:853 +#: glib/gfileutils.c:853 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Tiedoston \"%s\" uudelleen nimeäminen nimelle \"%s\" epäonnistui: g_rename() " "epäonnistui: %s" -#: ../glib/gfileutils.c:895 ../glib/gfileutils.c:1284 +#: glib/gfileutils.c:895 glib/gfileutils.c:1284 #, c-format msgid "Failed to create file '%s': %s" msgstr "Tiedoston \"%s\" luominen epäonnistui: %s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Tiedoston \"%s\" avaaminen kirjoitettavaksi epäonnistui: fdopen() " "epäonnistui: %s" -#: ../glib/gfileutils.c:934 +#: glib/gfileutils.c:934 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Tiedoston \"%s\" kirjoittaminen epäonnistui: fwrite() epäonnistui: %s" -#: ../glib/gfileutils.c:953 +#: glib/gfileutils.c:953 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Tiedoston \"%s\" sulkeminen epäonnistui: fclose() epäonnistui: %s" -#: ../glib/gfileutils.c:1071 +#: glib/gfileutils.c:1071 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Olemassaolevan tiedoston \"%s\" poisto epäonnistui: g_unlink epäonnistui: %s" -#: ../glib/gfileutils.c:1246 +#: glib/gfileutils.c:1246 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Malli \"%s\" on virheellinen, se ei saa sisältää merkkijonoa \"%s\"" -#: ../glib/gfileutils.c:1259 +#: glib/gfileutils.c:1259 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Malli \"%s\" ei sisällä merkkijonoa XXXXXX" -#: ../glib/gfileutils.c:1698 +#: glib/gfileutils.c:1698 #, c-format msgid "%.1f KB" msgstr "%.1f kt" -#: ../glib/gfileutils.c:1703 +#: glib/gfileutils.c:1703 #, c-format msgid "%.1f MB" msgstr "%.1f Mt" -#: ../glib/gfileutils.c:1708 +#: glib/gfileutils.c:1708 #, c-format msgid "%.1f GB" msgstr "%.1f Gt" -#: ../glib/gfileutils.c:1751 +#: glib/gfileutils.c:1751 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Symbolisen linkin \"%s\" lukeminen epäonnistui: %s" -#: ../glib/gfileutils.c:1772 +#: glib/gfileutils.c:1772 msgid "Symbolic links not supported" msgstr "Symbolisia linkkejä ei tueta" -#: ../glib/giochannel.c:1234 +#: glib/giochannel.c:1234 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata: %s" -#: ../glib/giochannel.c:1579 +#: glib/giochannel.c:1579 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Funktiossa g_io_channel_read_line_string ei voi suorittaa raakalukemista" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1884 -#: ../glib/giochannel.c:1971 +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "Jäljelle jäänyt muuntamaton data lukupuskurissa" -#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784 +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "Kanava päättyy osittaiseen merkkiin" -#: ../glib/giochannel.c:1770 +#: glib/giochannel.c:1770 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Funktiossa g_io_channel_read_to_end ei voi suorittaa raakalukemista" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Tiedoston \"%s\" avaaminen epäonnistui: open() epäonnistui: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Tiedoston \"%s\" mappaaminen epäonnistui: mmap() epäonnistui: %s" -#: ../glib/gmarkup.c:255 ../glib/gmarkup.c:295 +#: glib/gmarkup.c:255 glib/gmarkup.c:295 #, c-format msgid "Error on line %d char %d: " msgstr "Virhe rivillä %d merkissä %d: " -#: ../glib/gmarkup.c:389 +#: glib/gmarkup.c:389 #, c-format msgid "Error on line %d: %s" msgstr "Virhe rivillä %d: %s" -#: ../glib/gmarkup.c:493 +#: glib/gmarkup.c:493 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Havaittu tyhjä entiteetti \"&;\"; kelvolliset ovat: & " < > " "'" -#: ../glib/gmarkup.c:503 +#: glib/gmarkup.c:503 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -327,17 +326,17 @@ msgstr "" "entiteetin. Jos tämän &-merkin ei ole tarkoitus olla entiteetti, käytä " "merkintää &" -#: ../glib/gmarkup.c:537 +#: glib/gmarkup.c:537 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Merkki \"%s\" ei ole kelvollinen entiteetin nimessä" -#: ../glib/gmarkup.c:574 +#: glib/gmarkup.c:574 #, c-format msgid "Entity name '%s' is not known" msgstr "Entiteetin nimi \"%s\" on tuntematon" -#: ../glib/gmarkup.c:585 +#: glib/gmarkup.c:585 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -345,7 +344,7 @@ msgstr "" "Entiteetti ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä " "aikomatta aloittaa entiteettiä - käytä merkintää &" -#: ../glib/gmarkup.c:638 +#: glib/gmarkup.c:638 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -354,16 +353,16 @@ msgstr "" "Merkkijonon \"%-.*s\" piti olla luku merkkiviitteen sisällä (esim. ê), " "mutta sen jäsentäminen epäonnistui - ehkä luku on liian suuri" -#: ../glib/gmarkup.c:660 +#: glib/gmarkup.c:660 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Merkkiviite \"%-.*s\" ei ole sallitun merkin koodaus" -#: ../glib/gmarkup.c:675 +#: glib/gmarkup.c:675 msgid "Empty character reference; should include a digit such as dž" msgstr "Tyhjä merkkiviite; viitteen tulee sisältää luku, esim dž" -#: ../glib/gmarkup.c:685 +#: glib/gmarkup.c:685 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -372,32 +371,32 @@ msgstr "" "Merkkiviite ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä " "aikomatta aloittaa entiteettiä - käytä merkintää &" -#: ../glib/gmarkup.c:771 +#: glib/gmarkup.c:771 msgid "Unfinished entity reference" msgstr "Päättämätön entiteettiviite" -#: ../glib/gmarkup.c:777 +#: glib/gmarkup.c:777 msgid "Unfinished character reference" msgstr "Päättämätön merkkiviite" -#: ../glib/gmarkup.c:1063 +#: glib/gmarkup.c:1063 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Virheellinen UTF-8-koodattu teksti - ylipitkä sekvenssi" -#: ../glib/gmarkup.c:1091 +#: glib/gmarkup.c:1091 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Virheellinen UTF-8-koodattu teksti - ei aloitusmerkki" -#: ../glib/gmarkup.c:1130 +#: glib/gmarkup.c:1130 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Virheellinen UTF-8-koodattu teksti - epäkelpo \"%s\"" -#: ../glib/gmarkup.c:1168 +#: glib/gmarkup.c:1168 msgid "Document must begin with an element (e.g. )" msgstr "Asiakirjan on alettava elementillä (esim. )" -#: ../glib/gmarkup.c:1208 +#: glib/gmarkup.c:1208 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -406,7 +405,7 @@ msgstr "" "\"%s\" ei ole kelvollinen merkki \"<\"-merkin jälkeen; se ei voi aloittaa " "elementin nimeä" -#: ../glib/gmarkup.c:1276 +#: glib/gmarkup.c:1276 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the empty-element tag '%" @@ -414,7 +413,7 @@ msgid "" msgstr "" "Pariton merkki \"%s\", odotettiin \">\"-merkkiä päättämään elementin \"%s\"" -#: ../glib/gmarkup.c:1365 +#: glib/gmarkup.c:1365 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -422,7 +421,7 @@ msgstr "" "Pariton merkki \"%1$s\", odotettiin \"=\"-merkkiä elementin \"%3$s\" " "ominaisuuden \"%2$s\" jälkeen" -#: ../glib/gmarkup.c:1407 +#: glib/gmarkup.c:1407 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -433,7 +432,7 @@ msgstr "" "elementin \"%s\" aloituslippu, tai mahdollista ominaisuutta; käytit ehkä " "ominaisuuden nimessä siihen kelpaamatonta merkkiä" -#: ../glib/gmarkup.c:1493 +#: glib/gmarkup.c:1493 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -442,7 +441,7 @@ msgstr "" "Pariton merkki \"%1$s\", odotettiin avaavaa lainausmerkkiä yhtäsuuruusmerkin " "jälkeen annettaessa elementin \"%3$s\" ominaisuuden \"%2$s\" arvoa" -#: ../glib/gmarkup.c:1635 +#: glib/gmarkup.c:1635 #, c-format msgid "" "'%s' is not a valid character following the characters '\"" -#: ../glib/gmarkup.c:1686 +#: glib/gmarkup.c:1686 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Elementti \"%s\" on suljettu, ei avoimia elementtejä" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" "Elementti \"%s\" on suljettu, mutta tällä hetkellä on avoinna elementti \"%s" "\"" -#: ../glib/gmarkup.c:1858 +#: glib/gmarkup.c:1858 msgid "Document was empty or contained only whitespace" msgstr "Asiakirja oli tyhjä tai sisälsi vain tyhjiä merkkejä" -#: ../glib/gmarkup.c:1872 +#: glib/gmarkup.c:1872 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Asiakirja loppui odottamattomasti heti avoimen kulmasulkeen \"<\" jälkeen" -#: ../glib/gmarkup.c:1880 ../glib/gmarkup.c:1925 +#: glib/gmarkup.c:1880 glib/gmarkup.c:1925 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -490,7 +489,7 @@ msgstr "" "Asiakirja loppui odottamattomasti elementtien ollessa sulkematta - \"%s\" " "oli viimeinen avattu elementti" -#: ../glib/gmarkup.c:1888 +#: glib/gmarkup.c:1888 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -499,19 +498,19 @@ msgstr "" "Asiakirja loppui odottamattomasti, odotettiin lipun <%s/> sulkevaa " "kulmasuljetta" -#: ../glib/gmarkup.c:1894 +#: glib/gmarkup.c:1894 msgid "Document ended unexpectedly inside an element name" msgstr "Asiakirja loppui odottamattomasti elementin nimen kohdalla" -#: ../glib/gmarkup.c:1900 +#: glib/gmarkup.c:1900 msgid "Document ended unexpectedly inside an attribute name" msgstr "Asiakirja loppui odottamattomasti ominaisuuden nimen kohdalla" -#: ../glib/gmarkup.c:1905 +#: glib/gmarkup.c:1905 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Asiakirja loppui odottamattomasti elementin avauslipun kohdalla" -#: ../glib/gmarkup.c:1911 +#: glib/gmarkup.c:1911 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -519,397 +518,395 @@ msgstr "" "Asiakirja loppui odottamattomasti ominaisuuden nimen jälkeisen " "yhtäsuuruusmerkin jälkeen; ominaisuudella ei ole arvoa" -#: ../glib/gmarkup.c:1918 +#: glib/gmarkup.c:1918 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Asiakirja loppui odottamattomasti ominaisuuden arvon kohdalla" -#: ../glib/gmarkup.c:1934 +#: glib/gmarkup.c:1934 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Asiakirja loppui odottamattomasti elementin \"%s\" sulkulipun kohdalla" -#: ../glib/gmarkup.c:1940 +#: glib/gmarkup.c:1940 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Asiakirja loppui odottamattomasti kommentin tai käsittelykomennon kohdalla" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "vioittunut kohde" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "sisäinen virhe tai vioittunut kohde" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "muisti loppui" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "taakseviittausten raja saavutettu" -#: ../glib/gregex.c:152 ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "" "malli sisältää kohtia, jotka eivät ole tuettu osittaisessa täsmäyksessä" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1999 +#: glib/gregex.c:154 gio/glocalfile.c:1999 msgid "internal error" msgstr "sisäinen virhe" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "takaisinviittaukset ehtoina eivät ole tuettu osittaisissa täsmäyksissä" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "rekursion enimmäissyvyys saavutettiin" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "työtilan raja tyhjille alamerkkijonoille saavutettiin" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "virheellinen yhdistelmä rivinvaihtolippuja" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "tuntematon virhe" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ mallin lopussa" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c mallin lopussa" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "Tuntematon merkki \\:n jälkeen" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "merkkikokoa muuttavia ohjaimia (\\l, \\L, \\u, \\U) ei sallita tässä" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "numerot epäjärjestyksessä {}-määreessä" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "numerot liian suuria {}-määreessä" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "merkkiluokasta puuttuu päättävä ]" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "virheellinen escape-jono merkkiluokassa" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "alue epäjärjestyksessä merkkijoukolle" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "ei mitään toistettavaa" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "tuntematon merkki (? jälkeen" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "tuntematon merkki (?< jälkeen" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "tuntmaton merkki (?P jälkeen" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX:in nimetyt luokat on tuettu vain luokan sisällä" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "päättävä ) puuttuu" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") ilman aloittavaa (-merkkiä" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R tai (?[+-]numeroita täytyy seurata )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "viittaus olemattomaan alitäsmäykseen" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "puuttuva ) kommentin jälkeen" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "säännöllinen lauseke on liian suuri" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "muistia ei voitu varata" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "lookbehind-tyyppinen assert-makro ei ole kiinteäpituinen" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "virheellinen numero tai nimi (?( jälkeen" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "ehdollisessa ryhmässä on enenmmän kuin kaksi haaraa" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "assert-makrotoiminto odotettu merkkien (?( jälkeen" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "tuntematon POSIX-luokan nimi" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX-vertailuelementtejä ei tueta" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "Merkin arvo sekvenssissä \\x{...} on liian suuri" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "virheellinen ehto (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C ei ole sallittu lookbehind-tyyppisissä assert-makroissa" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "rekursiivinen kutsu voisi olla päättymätön" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "alimallin nimestä puuttuu päätösmerkki" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "kahdella nimetyllä alimallilla on sama nimi" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "väärin muotoiltu \\P- tai \\p-sekvenssi" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "tuntematon ominaisuuden nimi \\P- tai \\p-sekvenssin jälkeen" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "alimallin nimi on liian pitkä (enintään 32 merkkiä)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "liian monta nimettyä alimallia (enintään 10000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "oktaaliarvo on suurempi kuin \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE-ryhmä sisältää useampia kuin yhden haaran" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "DEFINE-ryhmän toisto ei ole sallittu" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "epäyhtenäisiä NEWLINE-valitsimia" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g:n jälkeen ei tule nimeä aaltosulkeissa tai nollasta poikeavaa numeroa " "valinnaisesti aaltosulkeissa" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "odottamaton toisto" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "koodin ylivuoto" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "käännöksen työalueen koko loppui kesken" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "aiemmin tarkistettua ja viitattua alimallia ei löydy" -#: ../glib/gregex.c:526 ../glib/gregex.c:1605 +#: glib/gregex.c:526 glib/gregex.c:1605 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Virhe täsmätessä säännöllistä lauseketta %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE-kirjasto on käännetty ilman UTF8-tukea" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE-kirjasto on käännetty ilman UTF8-ominaisuuksien tukea" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Virhe säännöllisessä lausekkeessa %s kohdassa %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Virhe optimoitaessa säännöllistä lauseketta %s: %s" -#: ../glib/gregex.c:2033 +#: glib/gregex.c:2033 msgid "hexadecimal digit or '}' expected" msgstr "odotettiin heksadesimaalista numeroa tai merkkiä \"}\"" -#: ../glib/gregex.c:2049 +#: glib/gregex.c:2049 msgid "hexadecimal digit expected" msgstr "odotettiin heksadesimaalista numeroa" -#: ../glib/gregex.c:2089 +#: glib/gregex.c:2089 msgid "missing '<' in symbolic reference" msgstr "merkki '<' puuttuu symbolisesta viitteestä" -#: ../glib/gregex.c:2098 +#: glib/gregex.c:2098 msgid "unfinished symbolic reference" msgstr "päättämätön symbolinen viite" -#: ../glib/gregex.c:2105 +#: glib/gregex.c:2105 msgid "zero-length symbolic reference" msgstr "nollan mittainen symbolinen viite" -#: ../glib/gregex.c:2116 +#: glib/gregex.c:2116 msgid "digit expected" msgstr "odotettiin numeroa" -#: ../glib/gregex.c:2134 +#: glib/gregex.c:2134 msgid "illegal symbolic reference" msgstr "virheellinen symbolinen viite" -#: ../glib/gregex.c:2196 +#: glib/gregex.c:2196 msgid "stray final '\\'" msgstr "ylimääräinen päättävä '\\'" -#: ../glib/gregex.c:2200 +#: glib/gregex.c:2200 msgid "unknown escape sequence" msgstr "tuntematon escape-jono" -#: ../glib/gregex.c:2210 +#: glib/gregex.c:2210 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Virhe tulkittaessa korvaavaa tekstia \"%s\" kohdassa %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Lainattu teksti ei ala lainausmerkillä" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Pariton lainausmerkki komentorivillä tai muussa kuorisuojatussa tekstissä" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Teksti loppui aivan merkin \"\\\" jälkeen. (Teksti oli \"%s\")" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Teksti loppui ennen kuin löytyi merkkiä %c vastaava lainausmerkki. (Teksti " "oli \"%s\")" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "Teksti oli tyhjä (tai sisälsi vain tyhjiä merkkejä)" -#: ../glib/gspawn-win32.c:283 +#: glib/gspawn-win32.c:283 msgid "Failed to read data from child process" msgstr "Datan lukeminen lapsiprosessilta epäonnistui" -#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1468 +#: glib/gspawn-win32.c:298 glib/gspawn.c:1468 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Putken luominen lapsiprosessin kanssa viestintää varten epäonnistui (%s)" -#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1132 +#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1132 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Lukeminen lapsiprosessin putkesta epäonnistui (%s)" -#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1337 +#: glib/gspawn-win32.c:367 glib/gspawn.c:1337 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Hakemistoon \"%s\" siirtyminen epäonnistui (%s)" -#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:492 +#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492 #, c-format msgid "Failed to execute child process (%s)" msgstr "Lapsiprosessin käynnistys epäonnistui (%s)" -#: ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:442 #, c-format msgid "Invalid program name: %s" msgstr "Virheellinen ohjelman nimi: %s" -#: ../glib/gspawn-win32.c:452 ../glib/gspawn-win32.c:720 -#: ../glib/gspawn-win32.c:1276 +#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Virheellinen merkkijono argumenttivektorin kohdassa %d: %s" -#: ../glib/gspawn-win32.c:463 ../glib/gspawn-win32.c:735 -#: ../glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309 #, c-format msgid "Invalid string in environment: %s" msgstr "Virheellinen merkkijono ympäristössä: %s" -#: ../glib/gspawn-win32.c:716 ../glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257 #, c-format msgid "Invalid working directory: %s" msgstr "Virhe työhakemisto: %s" -#: ../glib/gspawn-win32.c:781 +#: glib/gspawn-win32.c:781 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Apuohjelman suoritus epäonnistui (%s)" -#: ../glib/gspawn-win32.c:995 +#: glib/gspawn-win32.c:995 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -917,137 +914,137 @@ msgstr "" "Odottamaton virhe funktiossa g_io_channel_win32_poll() luettaessa dataa " "lapsiprosessilta" -#: ../glib/gspawn.c:188 +#: glib/gspawn.c:188 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Datan lukeminen lapsiprosessilta epäonnistui (%s)" -#: ../glib/gspawn.c:325 +#: glib/gspawn.c:325 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Odottamaton virhe funktiossa select() lapsiprosessilta dataa luettaessa (%s)" -#: ../glib/gspawn.c:408 +#: glib/gspawn.c:408 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Odottamaton virhe funktiossa waitpid() (%s)" -#: ../glib/gspawn.c:1197 +#: glib/gspawn.c:1197 #, c-format msgid "Failed to fork (%s)" msgstr "Haarauttaminen epäonnistui (%s)" -#: ../glib/gspawn.c:1347 +#: glib/gspawn.c:1347 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Lapsiprosessin \"%s\" käynnistäminen epäonnistui (%s)" -#: ../glib/gspawn.c:1357 +#: glib/gspawn.c:1357 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Lapsiprosessin tulosteen tai syötteen uudelleenohjaus epäonnistui (%s)" -#: ../glib/gspawn.c:1366 +#: glib/gspawn.c:1366 #, c-format msgid "Failed to fork child process (%s)" msgstr "Lapsiprosessin haarauttaminen epäonnistui (%s)" -#: ../glib/gspawn.c:1374 +#: glib/gspawn.c:1374 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Tuntematon virhe käynnistettäessä lapsiprosessia \"%s\"" -#: ../glib/gspawn.c:1396 +#: glib/gspawn.c:1396 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Lapsiprosessin pid-putkesta ei voitu lukea riittävästi dataa (%s)" -#: ../glib/gutf8.c:1029 +#: glib/gutf8.c:1029 msgid "Character out of range for UTF-8" msgstr "Merkki on sallitun UTF-8-välin ulkopuolella" -#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264 -#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510 +#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273 +#: glib/gutf8.c:1414 glib/gutf8.c:1510 msgid "Invalid sequence in conversion input" msgstr "Virheellinen sarja muunnettavassa syötteessä" -#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521 +#: glib/gutf8.c:1425 glib/gutf8.c:1521 msgid "Character out of range for UTF-16" msgstr "Merkki on sallitun UTF-16-välin ulkopuolella" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Käyttö:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[VALITSIN...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Ohjevalitsimet:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Näytä ohjevalitsimet" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Näytä kaikki ohjevalitsimet" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Sovelluksen valitsimet:" -#: ../glib/goption.c:850 ../glib/goption.c:920 +#: glib/goption.c:850 glib/goption.c:920 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Kokonaislukua \"%s\" ei voida tulkita kohteelle %s" -#: ../glib/goption.c:860 ../glib/goption.c:928 +#: glib/goption.c:860 glib/goption.c:928 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Kokonaisluku \"%s\" kohteelle %s on ylittää sallitun alueen" -#: ../glib/goption.c:885 +#: glib/goption.c:885 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Kokonaislukua \"%s\" ei voida tulkita kohteelle %s" -#: ../glib/goption.c:893 +#: glib/goption.c:893 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Double-arvo \"%s\" kohteelle %s ylittää sallitun alueen" -#: ../glib/goption.c:1156 ../glib/goption.c:1235 +#: glib/goption.c:1156 glib/goption.c:1235 #, c-format msgid "Error parsing option %s" msgstr "Virhe käsiteltäessä valitsinta %s" -#: ../glib/goption.c:1266 ../glib/goption.c:1380 +#: glib/goption.c:1266 glib/goption.c:1380 #, c-format msgid "Missing argument for %s" msgstr "Puuttuva argumentti kohteelle %s" -#: ../glib/goption.c:1773 +#: glib/goption.c:1773 #, c-format msgid "Unknown option %s" msgstr "Tuntematon optio %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 msgid "Valid key file could not be found in search dirs" msgstr "Kelvollista avaintiedostoa ei löytynyt haetuista kansioista" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 msgid "Not a regular file" msgstr "Ei tavallinen tiedosto" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 msgid "File is empty" msgstr "Tiedosto on tyhjä" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1055,50 +1052,50 @@ msgstr "" "Avaintiedosto sisältää rivin \"%s\", joka ei ole avain-arvopari, ryhmä tai " "kommentti" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Virheellinen ryhmän nimi: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 msgid "Key file does not start with a group" msgstr "Avaintiedosto ei ala ryhmällä" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Virheellinen avaimen nimi: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Avaintiedosto sisältää epäkelvon koodauksen \"%s\"" -#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1274 ../glib/gkeyfile.c:2503 -#: ../glib/gkeyfile.c:2569 ../glib/gkeyfile.c:2704 ../glib/gkeyfile.c:2837 -#: ../glib/gkeyfile.c:2990 ../glib/gkeyfile.c:3177 ../glib/gkeyfile.c:3238 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1274 glib/gkeyfile.c:2503 +#: glib/gkeyfile.c:2569 glib/gkeyfile.c:2704 glib/gkeyfile.c:2837 +#: glib/gkeyfile.c:2990 glib/gkeyfile.c:3177 glib/gkeyfile.c:3238 #, c-format msgid "Key file does not have group '%s'" msgstr "Avaintiedostossa ei ole ryhmää \"%s\"" -#: ../glib/gkeyfile.c:1286 +#: glib/gkeyfile.c:1286 #, c-format msgid "Key file does not have key '%s'" msgstr "Avaintiedostossa ei ole avainta \"%s\"" -#: ../glib/gkeyfile.c:1393 ../glib/gkeyfile.c:1508 +#: glib/gkeyfile.c:1393 glib/gkeyfile.c:1508 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Avaintiedosto sisältää avaimen \"%s\" arvolla \"%s\", joka ei ole UTF-8 " "merkkijono" -#: ../glib/gkeyfile.c:1413 ../glib/gkeyfile.c:1528 ../glib/gkeyfile.c:1907 +#: glib/gkeyfile.c:1413 glib/gkeyfile.c:1528 glib/gkeyfile.c:1907 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita." -#: ../glib/gkeyfile.c:2122 ../glib/gkeyfile.c:2334 +#: glib/gkeyfile.c:2122 glib/gkeyfile.c:2334 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1107,146 +1104,144 @@ msgstr "" "Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita, " "ryhmässä \"%s\"." -#: ../glib/gkeyfile.c:2518 ../glib/gkeyfile.c:2719 ../glib/gkeyfile.c:3249 +#: glib/gkeyfile.c:2518 glib/gkeyfile.c:2719 glib/gkeyfile.c:3249 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "AVaintiedostossa ei ole avainta \"%s\" ryhmässä \"%s\"" -#: ../glib/gkeyfile.c:3483 +#: glib/gkeyfile.c:3483 msgid "Key file contains escape character at end of line" msgstr "Avaintiedosto sisältää escape-jonon rivin lopussa" -#: ../glib/gkeyfile.c:3505 +#: glib/gkeyfile.c:3505 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Avaintiedostossa on virheellinen escape-jono \"%s\"" -#: ../glib/gkeyfile.c:3647 +#: glib/gkeyfile.c:3647 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Arvoa \"%s\" ei voida tulkita numeroksi." -#: ../glib/gkeyfile.c:3661 +#: glib/gkeyfile.c:3661 #, c-format msgid "Integer value '%s' out of range" msgstr "Kokonaisluku \"%s\" on sallitun alueen ulkopuolella" -#: ../glib/gkeyfile.c:3694 +#: glib/gkeyfile.c:3694 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Arvoa \"%s\" ei voida tulkita liukuluvuksi." -#: ../glib/gkeyfile.c:3718 +#: glib/gkeyfile.c:3718 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Arvoa \"%s\" ei voida turkita totuusarvoksi." -#: ../gio/gbufferedinputstream.c:417 ../gio/gbufferedinputstream.c:498 -#: ../gio/ginputstream.c:193 ../gio/ginputstream.c:325 -#: ../gio/ginputstream.c:566 ../gio/ginputstream.c:691 -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Liian suuri laskuriarvo välitetty kohteelle %s" -#: ../gio/gbufferedinputstream.c:885 ../gio/ginputstream.c:901 -#: ../gio/goutputstream.c:1085 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 +#: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Virta on jo suljettu" -#: ../gio/gcancellable.c:366 ../gio/glocalfile.c:1992 -#: ../gio/gsimpleasyncresult.c:623 ../gio/gsimpleasyncresult.c:650 +#: gio/gcancellable.c:366 gio/glocalfile.c:1992 gio/gsimpleasyncresult.c:623 +#: gio/gsimpleasyncresult.c:650 msgid "Operation was cancelled" msgstr "Toiminto oli peruttu" -#: ../gio/gcontenttype.c:180 +#: gio/gcontenttype.c:180 msgid "Unknown type" msgstr "Tuntematon tyyppi" -#: ../gio/gcontenttype.c:181 +#: gio/gcontenttype.c:181 #, c-format msgid "%s filetype" msgstr "%s-tiedostotyyppi" -#: ../gio/gcontenttype.c:678 +#: gio/gcontenttype.c:678 #, c-format msgid "%s type" msgstr "%s-tyyppi" -#: ../gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Odottamaton aikainen virran loppu" -#: ../gio/gdesktopappinfo.c:460 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nimeämätön" -#: ../gio/gdesktopappinfo.c:696 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Työpöytätiedosto ei määrittele Exec-kenttää" -#: ../gio/gdesktopappinfo.c:990 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Sovelluksen vaatimaa päätettä ei löydy" -#: ../gio/gdesktopappinfo.c:1222 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Käyttäjän sovellusten asetuskansiota %s ei voi luoda: %s" -#: ../gio/gdesktopappinfo.c:1226 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Käyttäjän MIME-asetusten kansiota %s ei voi luoda: %s" -#: ../gio/gdesktopappinfo.c:1630 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Käyttäjän työpöytätiedostoa %s ei voi luoda" -#: ../gio/gdesktopappinfo.c:1742 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Oma määrittely kohteelle %s" -#: ../gio/gdrive.c:381 +#: gio/gdrive.c:381 msgid "drive doesn't implement eject" msgstr "asema ei toteuta aseman avausta" -#: ../gio/gdrive.c:451 +#: gio/gdrive.c:451 msgid "drive doesn't implement polling for media" msgstr "asema ei toteut median tarkkailua" -#: ../gio/gemblem.c:325 +#: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "GEmblem-koodauksen versiota %d ei voi käsitellä" -#: ../gio/gemblem.c:335 +#: gio/gemblem.c:335 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "Virheellinen määrä tunnisteita (%d) GEmblem-koodauksessa" -#: ../gio/gemblemedicon.c:295 +#: gio/gemblemedicon.c:295 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "GEmblemedIcon-koodauksen versiota %d ei voi käsitellä" -#: ../gio/gemblemedicon.c:305 +#: gio/gemblemedicon.c:305 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "Virheellinen määrä tunnisteita (%d) GEmblemedIcon-koodauksessa" -#: ../gio/gemblemedicon.c:328 +#: gio/gemblemedicon.c:328 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Oletettiin GEmblen kohteelle GEmblemedIcon" -#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190 -#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537 -#: ../gio/gfile.c:1620 ../gio/gfile.c:2694 ../gio/gfile.c:2748 -#: ../gio/gfile.c:2879 ../gio/gfile.c:2919 ../gio/gfile.c:3246 -#: ../gio/gfile.c:3648 ../gio/gfile.c:3732 ../gio/gfile.c:3815 -#: ../gio/gfile.c:3895 ../gio/gfile.c:4225 ../gio/win32/gwinhttpfile.c:428 +#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426 +#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2694 +#: gio/gfile.c:2748 gio/gfile.c:2879 gio/gfile.c:2919 gio/gfile.c:3246 +#: gio/gfile.c:3648 gio/gfile.c:3732 gio/gfile.c:3815 gio/gfile.c:3895 +#: gio/gfile.c:4225 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Toiminto ei ole tuettu" @@ -1258,130 +1253,130 @@ msgstr "Toiminto ei ole tuettu" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1071 ../gio/glocalfile.c:1082 -#: ../gio/glocalfile.c:1095 +#: gio/gfile.c:1311 gio/glocalfile.c:1071 gio/glocalfile.c:1082 +#: gio/glocalfile.c:1095 msgid "Containing mount does not exist" msgstr "Ylläolevaa liitospistettä ei löydy" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2142 +#: gio/gfile.c:1963 gio/glocalfile.c:2142 msgid "Can't copy over directory" msgstr "Kansion päälle ei voi kopioida" -#: ../gio/gfile.c:2023 +#: gio/gfile.c:2023 msgid "Can't copy directory over directory" msgstr "Kansiota ei voi kopioida kansion päälle" -#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2151 +#: gio/gfile.c:2031 gio/glocalfile.c:2151 msgid "Target file exists" msgstr "Kohdetiedosto on olemassa" -#: ../gio/gfile.c:2049 +#: gio/gfile.c:2049 msgid "Can't recursively copy directory" msgstr "Kansiota ei voi kopioida rekursiivisesti" -#: ../gio/gfile.c:2869 +#: gio/gfile.c:2869 msgid "Invalid symlink value given" msgstr "Saatiin virheellinen symbolisen linkin arvo" -#: ../gio/gfile.c:2962 +#: gio/gfile.c:2962 msgid "Trash not supported" msgstr "Roskakori ei ole tuettu" -#: ../gio/gfile.c:3011 +#: gio/gfile.c:3011 #, c-format msgid "File names cannot contain '%c'" msgstr "Tiedostonimi ei voi sisältää merkkiä \"%c\"" -#: ../gio/gfile.c:4993 ../gio/gvolume.c:370 +#: gio/gfile.c:4993 gio/gvolume.c:370 msgid "volume doesn't implement mount" msgstr "taltio ei toteuta liittämistä" -#: ../gio/gfile.c:5101 +#: gio/gfile.c:5101 msgid "No application is registered as handling this file" msgstr "Tiedoston käsittelyyn ei ole rekisteröity mitään sovellusta" -#: ../gio/gfileenumerator.c:206 +#: gio/gfileenumerator.c:206 msgid "Enumerator is closed" msgstr "Numeraattori on suljettu" -#: ../gio/gfileenumerator.c:213 ../gio/gfileenumerator.c:272 -#: ../gio/gfileenumerator.c:372 ../gio/gfileenumerator.c:481 +#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272 +#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481 msgid "File enumerator has outstanding operation" msgstr "Tiedoston numeraattorilla on odottavia toimintoja" -#: ../gio/gfileenumerator.c:362 ../gio/gfileenumerator.c:471 +#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 msgid "File enumerator is already closed" msgstr "Numeraattori on jo suljettu" -#: ../gio/gfileicon.c:145 +#: gio/gfileicon.c:145 msgid "file" msgstr "tiedosto" -#: ../gio/gfileicon.c:146 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Kuvakkeiden sisältävä tiedosto" -#: ../gio/gfileicon.c:237 +#: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "GFileIcon-koodauksen versiota %d ei voi käsitellä" -#: ../gio/gfileicon.c:247 +#: gio/gfileicon.c:247 msgid "Malformed input data for GFileIcon" msgstr "Virheellistä syötetietoa GFileIcon-oliolle" -#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424 -#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526 +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Virta ei tue komentoa query_info" -#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384 +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Virta ei tue siirtymistä" -#: ../gio/gfileinputstream.c:383 +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Syötevirtaa ei voi kutistaa" -#: ../gio/gfileoutputstream.c:460 +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Virta ei tue kutistamista" -#: ../gio/gicon.c:324 +#: gio/gicon.c:324 #, c-format msgid "Wrong number of tokens (%d)" msgstr "Väärä määrä tunnisteita (%d)" -#: ../gio/gicon.c:344 +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "Luokan nimelle %s ei ole tyyppiä" -#: ../gio/gicon.c:354 +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "Tyyppi %s ei toteuta GIcon-määritystä" -#: ../gio/gicon.c:365 +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "Typpi %s ei ole luokkatyyppi" -#: ../gio/gicon.c:379 +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "Virheellinen versionumero: %s" -#: ../gio/gicon.c:393 +#: gio/gicon.c:393 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "Tyyppi %s ei toteuta GIcon-määrityksen kutsua from_tokens()" -#: ../gio/gicon.c:469 +#: gio/gicon.c:469 msgid "Can't handle the supplied version the icon encoding" msgstr "Annettua kuvakkeen koodauksen versiota ei voi käsitellä" -#: ../gio/ginputstream.c:202 +#: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Syötevirta ei toteuta lukua" @@ -1391,358 +1386,358 @@ msgstr "Syötevirta ei toteuta lukua" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095 +#: gio/ginputstream.c:911 gio/goutputstream.c:1095 msgid "Stream has outstanding operation" msgstr "Virrassa on toiminto odottamassa" -#: ../gio/glocaldirectorymonitor.c:274 +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Paikallista kansiontarkkailun oletustyyppiä ei voi selvittää" -#: ../gio/glocalfile.c:608 ../gio/win32/gwinhttpfile.c:411 +#: gio/glocalfile.c:608 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Virheellinen tiedostonimi %s" -#: ../gio/glocalfile.c:979 +#: gio/glocalfile.c:979 #, c-format msgid "Error getting filesystem info: %s" msgstr "Virhe haettaessa tietoja tiedostojärjestelmästä: %s" -#: ../gio/glocalfile.c:1115 +#: gio/glocalfile.c:1115 msgid "Can't rename root directory" msgstr "Juurikansiota ei voi nimetä uudestaan" -#: ../gio/glocalfile.c:1135 ../gio/glocalfile.c:1161 +#: gio/glocalfile.c:1135 gio/glocalfile.c:1161 #, c-format msgid "Error renaming file: %s" msgstr "Virhe nimettäessä tiedostoa uudestaan: %s" -#: ../gio/glocalfile.c:1144 +#: gio/glocalfile.c:1144 msgid "Can't rename file, filename already exist" msgstr "Tiedostoa ei voi nimetä uudestaan, tiedosto on jo olemassa" -#: ../gio/glocalfile.c:1157 ../gio/glocalfile.c:2021 ../gio/glocalfile.c:2050 -#: ../gio/glocalfile.c:2204 ../gio/glocalfileoutputstream.c:505 -#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967 +#: gio/glocalfile.c:1157 gio/glocalfile.c:2021 gio/glocalfile.c:2050 +#: gio/glocalfile.c:2204 gio/glocalfileoutputstream.c:505 +#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Virheellinen tiedostonimi" -#: ../gio/glocalfile.c:1280 +#: gio/glocalfile.c:1280 #, c-format msgid "Error opening file: %s" msgstr "Virhe avattaessa tiedostoa: %s" -#: ../gio/glocalfile.c:1290 +#: gio/glocalfile.c:1290 msgid "Can't open directory" msgstr "Kansiota ei voi avata" -#: ../gio/glocalfile.c:1350 +#: gio/glocalfile.c:1350 #, c-format msgid "Error removing file: %s" msgstr "Virhe poistettaessa tiedostoa: %s" -#: ../gio/glocalfile.c:1714 +#: gio/glocalfile.c:1714 #, c-format msgid "Error trashing file: %s" msgstr "Virhe siirrettäessä tiedostoa roskakoriin: %s" -#: ../gio/glocalfile.c:1737 +#: gio/glocalfile.c:1737 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Roskakorikansiota %s ei voi luoda: %s" -#: ../gio/glocalfile.c:1758 +#: gio/glocalfile.c:1758 msgid "Unable to find toplevel directory for trash" msgstr "Päätasoa roskakoria varten ei löydy" -#: ../gio/glocalfile.c:1837 ../gio/glocalfile.c:1857 +#: gio/glocalfile.c:1837 gio/glocalfile.c:1857 msgid "Unable to find or create trash directory" msgstr "Roskakori kansiota ei löydy tai sitä ei voi luoda" -#: ../gio/glocalfile.c:1891 +#: gio/glocalfile.c:1891 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Roskakorin informaatiotiedostoa ei voi luoda: %s" -#: ../gio/glocalfile.c:1916 ../gio/glocalfile.c:1991 ../gio/glocalfile.c:1998 +#: gio/glocalfile.c:1916 gio/glocalfile.c:1991 gio/glocalfile.c:1998 #, c-format msgid "Unable to trash file: %s" msgstr "Tiedosto ei voi siirtää roskakoriin: %s" -#: ../gio/glocalfile.c:2025 +#: gio/glocalfile.c:2025 #, c-format msgid "Error creating directory: %s" msgstr "Virhe luotaessa kansiota: %s" -#: ../gio/glocalfile.c:2054 +#: gio/glocalfile.c:2054 #, c-format msgid "Error making symbolic link: %s" msgstr "Virhe luotaessa symbolista linkkiä: %s" -#: ../gio/glocalfile.c:2114 ../gio/glocalfile.c:2208 +#: gio/glocalfile.c:2114 gio/glocalfile.c:2208 #, c-format msgid "Error moving file: %s" msgstr "Virhe siirrettäessä tiedostoa: %s" -#: ../gio/glocalfile.c:2137 +#: gio/glocalfile.c:2137 msgid "Can't move directory over directory" msgstr "Kansiota ei voi siirtää kansion päälle" -#: ../gio/glocalfile.c:2164 ../gio/glocalfileoutputstream.c:819 -#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848 -#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878 +#: gio/glocalfile.c:2164 gio/glocalfileoutputstream.c:819 +#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848 +#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878 msgid "Backup file creation failed" msgstr "Varmuuskopiotiedoston luonti epäonnistui" -#: ../gio/glocalfile.c:2183 +#: gio/glocalfile.c:2183 #, c-format msgid "Error removing target file: %s" msgstr "Virhe poistettaessa kohdetiedostoa: %s" -#: ../gio/glocalfile.c:2197 +#: gio/glocalfile.c:2197 msgid "Move between mounts not supported" msgstr "Siirto liitospisteiden välillä ei ole tuettu" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Ominaisuuden arvo ei voi olla NULL" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Virheellinen ominaisuustyyppi (piti olla merkkijono)" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Virheellinen laajennetun ominaisuuden nimi" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Virhe asetettaessa laajennettua ominaisuutta \"%s\": %s" -#: ../gio/glocalfileinfo.c:1462 ../gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Virhe tarkkailtaessa tiedostoa \"%s\": %s" -#: ../gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (virheellinen merkistökoodaus)" -#: ../gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Virhe tarkkailtaessa tiedostokuvaajaa: %s" -#: ../gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint32)" -#: ../gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint64)" -#: ../gio/glocalfileinfo.c:1782 ../gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla tavujono)" -#: ../gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Virhe asetettaessa oikeuksia: %s" -#: ../gio/glocalfileinfo.c:1878 ../gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Virhe asetettaessa omistajaa: %s" -#: ../gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "symbolinen linkki ei voi olla NULL" -#: ../gio/glocalfileinfo.c:1911 ../gio/glocalfileinfo.c:1930 -#: ../gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Virhe asetettaessa symbolista linkkiä: %s" -#: ../gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "Virhe asetettaessa symbolista linkkiä: tiedosto ei ole symbolinen linkki" -#: ../gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux-konteksti ei voi olla NULL" -#: ../gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Virhe asetettaessa SELinux-kontekstia: %s" -#: ../gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux ei ole käytössä tässä tietokoneessa" -#: ../gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Ominaisuuden %s asetus ei ole tuettu" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:603 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603 #, c-format msgid "Error reading from file: %s" msgstr "Virhe luettaessa tiedostosta: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:405 -#: ../gio/glocalfileoutputstream.c:896 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405 +#: gio/glocalfileoutputstream.c:896 #, c-format msgid "Error seeking in file: %s" msgstr "Virhe siirryttäessä tiedostossa: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:208 -#: ../gio/glocalfileoutputstream.c:303 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208 +#: gio/glocalfileoutputstream.c:303 #, c-format msgid "Error closing file: %s" msgstr "Virhe suljettaessa tiedostoa: %s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Paikallisen tiedostomonitorinnin oletustapaa ei voitu selvittää" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:624 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624 #, c-format msgid "Error writing to file: %s" msgstr "Virhe kirjoitettaessa tiedostoon: %s" -#: ../gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:235 #, c-format msgid "Error removing old backup link: %s" msgstr "Virhe poistettaessa vanhaa varmuuskopiolinkkiä: %s" -#: ../gio/glocalfileoutputstream.c:249 ../gio/glocalfileoutputstream.c:262 +#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262 #, c-format msgid "Error creating backup copy: %s" msgstr "Virhe luotaessa varmuuskopiota: %s" -#: ../gio/glocalfileoutputstream.c:280 +#: gio/glocalfileoutputstream.c:280 #, c-format msgid "Error renaming temporary file: %s" msgstr "Virhe nimettäessä uudestaan väliaikaistiedostoa: %s" -#: ../gio/glocalfileoutputstream.c:451 ../gio/glocalfileoutputstream.c:913 +#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913 #, c-format msgid "Error truncating file: %s" msgstr "Virhe katkaistaessa tiedostoa: %s" -#: ../gio/glocalfileoutputstream.c:511 ../gio/glocalfileoutputstream.c:556 -#: ../gio/glocalfileoutputstream.c:688 ../gio/glocalfileoutputstream.c:973 +#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556 +#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973 #, c-format msgid "Error opening file '%s': %s" msgstr "Virhe avattaessa tiedostoa \"%s\": %s" -#: ../gio/glocalfileoutputstream.c:719 +#: gio/glocalfileoutputstream.c:719 msgid "Target file is a directory" msgstr "Kohdetiedosto on kansio" -#: ../gio/glocalfileoutputstream.c:724 +#: gio/glocalfileoutputstream.c:724 msgid "Target file is not a regular file" msgstr "Kohdetiedosto ei ole tavallinen tiedosto" -#: ../gio/glocalfileoutputstream.c:736 +#: gio/glocalfileoutputstream.c:736 msgid "The file was externally modified" msgstr "Tiedostoa muokattiin muualta" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 msgid "Invalid GSeekType supplied" msgstr "Saatiin virheellinen GSeekType" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 msgid "Invalid seek request" msgstr "Virheellinen siirtymispyyntö" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream-kohdetta ei voi kutistaa" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 msgid "Reached maximum data array limit" msgstr "Tietotaulukon suurin koko tuli vastaan" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 msgid "Memory output stream not resizable" msgstr "Muistin tulostevirran koko ei ole muutettavissa" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 msgid "Failed to resize memory output stream" msgstr "Muistin tulostevirran koon muutos epäonnistui" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:360 +#: gio/gmount.c:360 msgid "mount doesn't implement unmount" msgstr "mount ei toteuta irrottamista" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:435 +#: gio/gmount.c:435 msgid "mount doesn't implement eject" msgstr "mount ei toteuta aseman avaamista" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:517 +#: gio/gmount.c:517 msgid "mount doesn't implement remount" msgstr "mount ei toteuta uudestaanliittämistä" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:601 +#: gio/gmount.c:601 msgid "mount doesn't implement content type guessing" msgstr "mount ei toteuta sisältötyypin arvausta" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:690 +#: gio/gmount.c:690 msgid "mount doesn't implement synchronous content type guessing" msgstr "mount ei toteuta synkronista sisältötyypin arvausta" -#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412 +#: gio/goutputstream.c:211 gio/goutputstream.c:412 msgid "Output stream doesn't implement write" msgstr "Tulostevirta ei toteuta kirjoitusta" -#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780 +#: gio/goutputstream.c:372 gio/goutputstream.c:780 msgid "Source stream is already closed" msgstr "Lähdevirta on jo suljettu" -#: ../gio/gthemedicon.c:211 +#: gio/gthemedicon.c:211 msgid "name" msgstr "nimi" -#: ../gio/gthemedicon.c:212 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Kuvakkeen nimi" -#: ../gio/gthemedicon.c:223 +#: gio/gthemedicon.c:223 msgid "names" msgstr "nimet" -#: ../gio/gthemedicon.c:224 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Kuvakkeiden nimiä sisältävä jono" -#: ../gio/gthemedicon.c:249 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "käytä oletusvarmistuksia" -#: ../gio/gthemedicon.c:250 +#: gio/gthemedicon.c:250 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1751,86 +1746,86 @@ msgstr "" "merkkien kohdilta. Jättää huomiotta ensimmäisen jälkeiset nimet, jos useita " "on annettu." -#: ../gio/gthemedicon.c:499 +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "GThemeIcon-koodauksen versiota %d ei voi käsitellä" -#: ../gio/gunixinputstream.c:161 ../gio/gunixoutputstream.c:147 +#: gio/gunixinputstream.c:161 gio/gunixoutputstream.c:147 msgid "File descriptor" msgstr "Tiedostokuvaaja" -#: ../gio/gunixinputstream.c:162 +#: gio/gunixinputstream.c:162 msgid "The file descriptor to read from" msgstr "Tiedostokuvaaja, josta luetaan" -#: ../gio/gunixinputstream.c:176 ../gio/gunixoutputstream.c:162 +#: gio/gunixinputstream.c:176 gio/gunixoutputstream.c:162 msgid "Close file descriptor" msgstr "Sulje tiedostokuvaaja" -#: ../gio/gunixinputstream.c:177 ../gio/gunixoutputstream.c:163 +#: gio/gunixinputstream.c:177 gio/gunixoutputstream.c:163 msgid "Whether to close the file descriptor when the stream is closed" msgstr "Suljetaanko tiedostokuvaaja, kun virta on suljettu" -#: ../gio/gunixinputstream.c:358 ../gio/gunixinputstream.c:378 -#: ../gio/gunixinputstream.c:456 ../gio/gunixoutputstream.c:443 +#: gio/gunixinputstream.c:358 gio/gunixinputstream.c:378 +#: gio/gunixinputstream.c:456 gio/gunixoutputstream.c:443 #, c-format msgid "Error reading from unix: %s" msgstr "Virhe luettaessa UNIX:ilta: %s" -#: ../gio/gunixinputstream.c:411 ../gio/gunixinputstream.c:593 -#: ../gio/gunixoutputstream.c:398 ../gio/gunixoutputstream.c:549 +#: gio/gunixinputstream.c:411 gio/gunixinputstream.c:593 +#: gio/gunixoutputstream.c:398 gio/gunixoutputstream.c:549 #, c-format msgid "Error closing unix: %s" msgstr "Virhe suljettaessa UNIX:ia: %s" -#: ../gio/gunixmounts.c:1781 ../gio/gunixmounts.c:1818 +#: gio/gunixmounts.c:1781 gio/gunixmounts.c:1818 msgid "Filesystem root" msgstr "Tiedostojärjestelmän juuri" -#: ../gio/gunixoutputstream.c:148 +#: gio/gunixoutputstream.c:148 msgid "The file descriptor to write to" msgstr "Tiedostokuvaaja, johon kirjoitetaan" -#: ../gio/gunixoutputstream.c:344 ../gio/gunixoutputstream.c:365 +#: gio/gunixoutputstream.c:344 gio/gunixoutputstream.c:365 #, c-format msgid "Error writing to unix: %s" msgstr "Virhe käsiteltäessä UNIX:iin: %s" -#: ../gio/gvolume.c:444 +#: gio/gvolume.c:444 msgid "volume doesn't implement eject" msgstr "taltio ei toteuta aseman avausta" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "Ohjelmaa ei löydy" -#: ../gio/gwin32appinfo.c:300 +#: gio/gwin32appinfo.c:300 #, c-format msgid "Error launching application: %s" msgstr "Virhe käynnistettäessä ohjelmaa: %s" -#: ../gio/gwin32appinfo.c:336 +#: gio/gwin32appinfo.c:336 msgid "URIs not supported" msgstr "URI:ja ei tueta" -#: ../gio/gwin32appinfo.c:358 +#: gio/gwin32appinfo.c:358 msgid "association changes not supported on win32" msgstr "assosiaation muutokset eivät ole tuettu win32-alustalla" -#: ../gio/gwin32appinfo.c:370 +#: gio/gwin32appinfo.c:370 msgid "Association creation not supported on win32" msgstr "Assosiaation luonti ei ole tuettu win32-alustalla" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "älä piilota kohtia" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "käytä pitkää listausmuotoa" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[TIEDOSTO...]" diff --git a/po/fr.po b/po/fr.po index b4a0f43..1e09cdc 100644 --- a/po/fr.po +++ b/po/fr.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-08-21 13:10+0200\n" "Last-Translator: Robert-André Mauchin \n" "Language-Team: GNOME French Team \n" @@ -1186,14 +1186,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "La valeur « %s » ne peut pas être interprétée comme un booléen." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "La valeur de comptage fournie à %s est trop grande" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Le flux est déjà fermé" @@ -1217,42 +1217,42 @@ msgstr "Type de fichier %s" msgid "%s type" msgstr "Type %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Fin précoce de flux inattendue" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sans nom" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Le fichier Bureau n'a pas indiqué de champ Exec" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Impossible de trouver le terminal requis par l'application" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Impossible de créer le dossier de configuration de l'application %s pour " "l'utilisateur : %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" "Impossible de créer le dossier de configuration MIME %s pour l'utilisateur : " "%s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Impossible de créer le fichier bureau %s pour l'utilisateur" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Définition personnalisée pour %s" @@ -1553,89 +1553,89 @@ msgstr "Erreur lors de la suppression du fichier cible : %s" msgid "Move between mounts not supported" msgstr "Le déplacement entre des points de montage n'est pas pris en charge" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "La valeur d'attribut ne doit pas être « NULL »" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Type d'attribut non valide (une chaîne est attendue)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Nom d'attribut étendu non valide" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Erreur lors de la définition de l'attribut étendu « %s » : %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Erreur de l'interrogation du fichier « %s » : %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (codage non valide)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erreur de l'interrogation du descripteur de fichier : %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Type d'attribut non valide (uint32 attendu)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Type d'attribut non valide (uint64 attendu)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Type d'attribut non valide (chaîne octet attendu)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Erreur lors de la définition des permissions : %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Erreur lors de la définition du propriétaire : %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "un lien symbolique ne doit pas être « NULL »" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Erreur lors de la définition du lien symbolique : %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "Erreur lors de la définition du lien symbolique : le fichier n'est pas un " "lien symbolique" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "Le contexte SELinux ne doit pas être « NULL »" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Erreur lors de la définition du contexte SELinux : %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux n'est pas activé sur ce système" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "La définition de l'attribut %s n'est pas prise en charge" diff --git a/po/ga.po b/po/ga.po index f5e2418..8d0e416 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2007-12-20 21:28-0700\n" "Last-Translator: Seán de Búrca \n" "Language-Team: Irish \n" @@ -1077,14 +1077,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1108,38 +1108,38 @@ msgstr "cineál comhaid %s" msgid "%s type" msgstr "cineál %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Gan ainm" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1439,87 +1439,87 @@ msgstr "Earráid agus comhad '%s' á léamh: %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Earráid agus comhadlann '%s' á oscailt: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Earráid agus comhad '%s' á léamh: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (ionchódú neamhbhailí)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Earráid agus comhad '%s' á léamh: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Earráid le linn cumarsáide: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Earráid le linn cumarsáide: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Earráid agus nasc siombalach á shocrú: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Earráid le linn cumarsáide: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "" diff --git a/po/gl.po b/po/gl.po index af3c8f5..e5affc7 100644 --- a/po/gl.po +++ b/po/gl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-08-08 15:04+0200\n" "Last-Translator: Ignacio Casal Quinteiro \n" "Language-Team: Galego \n" @@ -1143,14 +1143,14 @@ msgstr "O valor '%s' non se pode interpretar como un número flotante." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "O valor '%s' non se pode interpretar como un booleano." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "O valor de contaxe pasado a %s é demasiado longo" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "O fluxo xa se pechou" @@ -1174,38 +1174,38 @@ msgstr "tipo de ficheiro %s" msgid "%s type" msgstr "tipo %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Final de fluxo inesperadamente prematuro" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sen nome" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "O ficheiro de escritorio non especificou o campo Exec" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Imposible encontrar a terminal requerida pola aplicación" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Non se pode crear o cartafol de configuración da aplicación %s: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Non se pode crear o cartafol de configuración MIME %s do usuario: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Non se pode crear o ficheiro de escritorio %s do usuario" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Definición personalizada para %s" @@ -1506,87 +1506,87 @@ msgstr "Erro ao eliminar o ficheiro obxectivo: %s" msgid "Move between mounts not supported" msgstr "Non se soporta mover ficheiros entre puntos de montaxe" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "O valor do atributo debe ser non nulo1" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Tipo de atributo inválido (esperábase unha cadea)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Nome extendido do atributo inválido" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Erro ao establecer o atributo extendido '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Erro ao iniciar o ficheiro '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (codificación inválida)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erro ao iniciar o descritor de ficheiro: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo inválido (esperábase uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo inválido (esperábase uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo inválido (esperábase cadea de bytes)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Erro ao establecer os permisos: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Erro ao establecer o propietario: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "a ligazón non debe ser nula" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Erro ao establecer a ligazón: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "Erro ao establecer a ligazón: o ficheiro non é unha ligazón" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "O contexto SELinux non debe ser nulo" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Erro ao establecer o contexto SELinux: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux non está activado neste sistema" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Establecer o atributo %s non está soportado" diff --git a/po/gu.po b/po/gu.po index 6da615b..ffab7cf 100644 --- a/po/gu.po +++ b/po/gu.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-03-03 14:10+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" @@ -1108,14 +1108,14 @@ msgstr "કિંમત '%s' એ અપૂર્ણાંક સંખ્યા msgid "Value '%s' cannot be interpreted as a boolean." msgstr "કિંમત '%s' બુલિયન તરીકે ઈન્ટરપ્રીટ કરી શકાતું નથી." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "%s ને ખૂબ મોટી ગણક કિંમત પસાર કરેલ છે" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "સ્ટ્રીમ પહેલાથી જ બંધ થઈ ગયેલ છે" @@ -1139,38 +1139,38 @@ msgstr "%s ફાઈલપ્રકાર" msgid "%s type" msgstr "%s પ્રકાર" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "સ્ટ્રીમનો-અંત અનિચ્છનીય રીતે જલદી" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "શીર્ષકવીહિન" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "ડેસ્કટોપ ફાઈલે Exec ક્ષેત્ર સ્પષ્ટ કરેલ નથી" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "કાર્યક્રમ માટે જરૂરી ટર્મિનલ શોધવામાં અસમર્થ" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "વપરાશકર્તા કાર્યક્રમ રૂપરેખાંકન ફોલ્ડર %s બનાવી શક્યા નહિં: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "વપરાશકર્તા MIME રૂપરેખાંકન ફોલ્ડર %s બનાવી શક્યા નહિં: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "વપરાશકર્તા ડેસ્કટોપ ફાઈલ %s બનાવી શકતા નથી" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "%s માટે વૈવિધ્યપૂર્ણ વ્યાખ્યા" @@ -1470,88 +1470,88 @@ msgstr "લક્ષ્ય ફાઈલ દૂર કરવામાં ભૂ msgid "Move between mounts not supported" msgstr "માઉન્ટો વચ્ચે ખસેડવાનું આધારભૂત નથી" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "લક્ષણ કિંમત બિન-શૂન્ય જ હોવી જોઈએ" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (શબ્દમાળા ઈચ્છિત)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "અયોગ્ય વિસ્તૃત લક્ષણ નામ" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "વિસ્તૃત લક્ષણ '%s' સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "ફાઈલ '%s' કહેવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (અયોગ્ય સંગ્રહપદ્ધતિ)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "ફાઈલ વર્ણનકાર કહેવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint32 ઈચ્છિત)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint64 ઈચ્છિત)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (બાઈટ શબ્દમાળા ઈચ્છિત)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "પરવાનગીઓ સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "માલિક સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "સાંકેતિક કડી non-NULL જ હોવી જોઈએ" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: ફાઈલ સાંકેતિક કડી નથી" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "સાંકેતિક કડી non-NULL જ હોવી જોઈએ" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "માલિક સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "લક્ષણ %s સુયોજીત કરવાનું આધારભૂત નથી" diff --git a/po/he.po b/po/he.po index 2c14c39..6728374 100644 --- a/po/he.po +++ b/po/he.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2006-04-27 18:48+0300\n" "Last-Translator: Yair Hershkovitz \n" "Language-Team: Hebrew \n" @@ -1121,14 +1121,14 @@ msgstr "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Too large count value passed to %s" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Stream is already closed" @@ -1152,38 +1152,38 @@ msgstr "%s filetype" msgid "%s type" msgstr "%s type" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Unexpected early end-of-stream" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unnamed" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Desktop file didn't specify Exec field" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Unable to find terminal required for application" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Can't create user application configuration folder %s: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Can't create user MIME configuration folder %s: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Can't create user desktop file %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Custom definition for %s" @@ -1482,88 +1482,88 @@ msgstr "Error removing target file: %s" msgid "Move between mounts not supported" msgstr "Move between mounts not supported" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Attribute value must be non-NULL" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Invalid attribute type (string expected)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Invalid extended attribute name" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Error setting extended attribute '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Error stating file '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (invalid encoding)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Error stating file descriptor: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Invalid attribute type (uint32 expected)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Invalid attribute type (uint64 expected)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Invalid attribute type (byte string expected)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Error setting permissions: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Error setting owner: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "symlink must be non-NULL" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Error setting symlink: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "Error setting symlink: file is not a symlink" # c-format -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux context must be non-NULL" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Error setting SELinux context: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux is not enabled on this system" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Setting attribute %s not supported" diff --git a/po/hi.po b/po/hi.po index 97a7ceb..d170623 100644 --- a/po/hi.po +++ b/po/hi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-09-11 16:41+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" @@ -1119,14 +1119,14 @@ msgstr "मान '%s' को एक फ्लोट संख्या की msgid "Value '%s' cannot be interpreted as a boolean." msgstr "मान '%s' को बुलियन के तौर पर विश्लेषित नहीं किया जा सकता." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1151,38 +1151,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "बेनाम" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1486,88 +1486,88 @@ msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से विशेषता नाम के भीतर हो गया" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "डिरेक्ट्री '%s' को खोलने में त्रुटि: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "परिवर्तन के दौरान त्रुटि: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "परिवर्तन के दौरान त्रुटि: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "पंक्ति %d: पर त्रुटि %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "परिवर्तन के दौरान त्रुटि: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "सिंबालिक लिंक समर्थित नहीं है" diff --git a/po/hr.po b/po/hr.po index 6d60fac..9ce01b3 100644 --- a/po/hr.po +++ b/po/hr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-05-18 15:38+0000\n" "Last-Translator: Launchpad Translations Administrators \n" @@ -1128,14 +1128,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vrijednost '%s' ne može biti protumačena kao boolean." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1159,38 +1159,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1493,88 +1493,88 @@ msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Dokument je zavrÅ¡io neočekivano unutar imena atributa" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "GreÅ¡ka pri otvaranju mape '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "GreÅ¡ka na retku %d: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Nisu podržane simboličke veze" diff --git a/po/hu.po b/po/hu.po index 1bd30d5..bbaaa96 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=general\n" -"POT-Creation-Date: 2009-01-19 07:46+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2009-02-01 01:41+0100\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -18,298 +18,305 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:737 +#: glib/gbookmarkfile.c:737 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Váratlan attribútum („%s”) a(z) „%s” elemhez" -#: ../glib/gbookmarkfile.c:748 ../glib/gbookmarkfile.c:819 -#: ../glib/gbookmarkfile.c:829 ../glib/gbookmarkfile.c:936 +#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829 +#: glib/gbookmarkfile.c:936 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "A(z) „$2%s” elem „$1%s” attribútuma nem található" -#: ../glib/gbookmarkfile.c:1106 ../glib/gbookmarkfile.c:1171 -#: ../glib/gbookmarkfile.c:1235 ../glib/gbookmarkfile.c:1245 +#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171 +#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Váratlan címke: „%s” a várt „%s” helyett" -#: ../glib/gbookmarkfile.c:1131 ../glib/gbookmarkfile.c:1145 -#: ../glib/gbookmarkfile.c:1213 ../glib/gbookmarkfile.c:1265 +#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145 +#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Váratlan címke: „%s” a következőn belül: „%s”" -#: ../glib/gbookmarkfile.c:1793 +#: glib/gbookmarkfile.c:1793 msgid "No valid bookmark file found in data dirs" msgstr "Az adatkönyvtárakban nem található érvényes könyvjelzőfájl" -#: ../glib/gbookmarkfile.c:1994 +#: glib/gbookmarkfile.c:1994 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Már létezik könyvjelző a következő URI címhez: „%s”" -#: ../glib/gbookmarkfile.c:2040 ../glib/gbookmarkfile.c:2198 -#: ../glib/gbookmarkfile.c:2283 ../glib/gbookmarkfile.c:2363 -#: ../glib/gbookmarkfile.c:2448 ../glib/gbookmarkfile.c:2531 -#: ../glib/gbookmarkfile.c:2609 ../glib/gbookmarkfile.c:2688 -#: ../glib/gbookmarkfile.c:2730 ../glib/gbookmarkfile.c:2827 -#: ../glib/gbookmarkfile.c:2953 ../glib/gbookmarkfile.c:3143 -#: ../glib/gbookmarkfile.c:3219 ../glib/gbookmarkfile.c:3384 -#: ../glib/gbookmarkfile.c:3473 ../glib/gbookmarkfile.c:3563 -#: ../glib/gbookmarkfile.c:3691 +#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198 +#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363 +#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531 +#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688 +#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827 +#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143 +#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384 +#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563 +#: glib/gbookmarkfile.c:3691 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Nem található könyvjelző a következő URI címhez: „%s”" -#: ../glib/gbookmarkfile.c:2372 +#: glib/gbookmarkfile.c:2372 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Nincs MIME típus meghatározva a következő URI könyvjelzőjéhez: „%s”" -#: ../glib/gbookmarkfile.c:2457 +#: glib/gbookmarkfile.c:2457 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Nincs magán jelző meghatározva a következő URI könyvjelzőjéhez: „%s”" -#: ../glib/gbookmarkfile.c:2836 +#: glib/gbookmarkfile.c:2836 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Nincsenek csoportok beállítva a következő URI könyvjelzőjéhez: „%s”" # FIXME: hol jön ez elő? -#: ../glib/gbookmarkfile.c:3237 ../glib/gbookmarkfile.c:3394 +#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" -msgstr "Nincs „%s” nevű alkalmazás regisztrálva a következő könyvjelzőjéhez: „%s”" +msgstr "" +"Nincs „%s” nevű alkalmazás regisztrálva a következő könyvjelzőjéhez: „%s”" -#: ../glib/gbookmarkfile.c:3417 +#: glib/gbookmarkfile.c:3417 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" -msgstr "Nem sikerült kiterjeszteni a(z) „%s” végrehajtási sort a(z) „%s” URL címmel" +msgstr "" +"Nem sikerült kiterjeszteni a(z) „%s” végrehajtási sort a(z) „%s” URL címmel" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1230 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "A(z) „%s” és „%s” karakterkészletek közötti átalakítás nem támogatott" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "" "A(z) „%s” karakterkészletről „%s” karakterkészletre átalakító nem nyitható " "meg" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1402 -#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:955 -#: ../glib/gutf8.c:1404 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:955 +#: glib/gutf8.c:1404 msgid "Invalid byte sequence in conversion input" msgstr "Érvénytelen bájtsorrend az átalakítás bemenetében" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1409 -#: ../glib/giochannel.c:2300 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Hiba az átalakítás során: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155 -#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400 +#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296 +#: glib/gutf8.c:1400 msgid "Partial character sequence at end of input" msgstr "Részleges karaktersorozat a bemenet végén" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Nem alakítható át a tartalék „%s” a(z) „%s” kódkészletre" -#: ../glib/gconvert.c:1737 +#: glib/gconvert.c:1737 #, c-format 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" -#: ../glib/gconvert.c:1747 +#: glib/gconvert.c:1747 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "A(z) „%s” helyi fájl URI nem tartalmazhat „#” karaktert" -#: ../glib/gconvert.c:1764 +#: glib/gconvert.c:1764 #, c-format msgid "The URI '%s' is invalid" msgstr "A(z) „%s” URI érvénytelen" -#: ../glib/gconvert.c:1776 +#: glib/gconvert.c:1776 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "A(z) „%s” gépneve érvénytelen" -#: ../glib/gconvert.c:1792 +#: glib/gconvert.c:1792 #, c-format msgid "The URI '%s' contains invalidly escaped characters" -msgstr "A(z) „%s” URI érvénytelen, escape sorozatként megadott karaktereket tartalmaz" +msgstr "" +"A(z) „%s” URI érvénytelen, escape sorozatként megadott karaktereket tartalmaz" -#: ../glib/gconvert.c:1887 +#: glib/gconvert.c:1887 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "A(z) „%s” elérési út neve nem abszolút útvonal" -#: ../glib/gconvert.c:1897 +#: glib/gconvert.c:1897 msgid "Invalid hostname" msgstr "Érvénytelen gépnév" -#: ../glib/gdir.c:110 ../glib/gdir.c:130 +#: glib/gdir.c:110 glib/gdir.c:130 #, c-format msgid "Error opening directory '%s': %s" msgstr "Hiba a(z) „%s” könyvtár megnyitásakor: %s" -#: ../glib/gfileutils.c:532 ../glib/gfileutils.c:620 +#: glib/gfileutils.c:532 glib/gfileutils.c:620 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Nem sikerült %lu bájtot lefoglalni a(z) „%s” fájl olvasásához" -#: ../glib/gfileutils.c:547 +#: glib/gfileutils.c:547 #, c-format msgid "Error reading file '%s': %s" msgstr "Hiba a(z) „%s” fájl olvasása közben: %s" -#: ../glib/gfileutils.c:561 +#: glib/gfileutils.c:561 #, c-format msgid "File \"%s\" is too large" msgstr "A fájl („%s”) túl nagy" -#: ../glib/gfileutils.c:644 +#: glib/gfileutils.c:644 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Nem sikerült olvasni a(z) „%s” fájlból: %s" -#: ../glib/gfileutils.c:695 ../glib/gfileutils.c:782 +#: glib/gfileutils.c:695 glib/gfileutils.c:782 #, c-format msgid "Failed to open file '%s': %s" msgstr "Nem sikerült megnyitni a(z) „%s” fájlt: %s" -#: ../glib/gfileutils.c:712 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:712 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" -msgstr "Nem sikerült lekérni a(z) „%s” fájl attribútumait. Az fstat() sikertelen: %s" +msgstr "" +"Nem sikerült lekérni a(z) „%s” fájl attribútumait. Az fstat() sikertelen: %s" -#: ../glib/gfileutils.c:746 +#: glib/gfileutils.c:746 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Nem sikerült megnyitni a(z) „%s” fájlt. Az fdopen() sikertelen: %s" -#: ../glib/gfileutils.c:853 +#: glib/gfileutils.c:853 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Nem sikerült átnevezni a(z) „%s” fájlt erre: „%s”. A g_rename() sikertelen: %" "s" -#: ../glib/gfileutils.c:895 ../glib/gfileutils.c:1284 +#: glib/gfileutils.c:895 glib/gfileutils.c:1284 #, c-format msgid "Failed to create file '%s': %s" msgstr "Nem sikerült létrehozni a(z) „%s” fájlt: %s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" -msgstr "Nem sikerült írásra megnyitni a(z) „%s” fájlt: Az fdopen() sikertelen: %s" +msgstr "" +"Nem sikerült írásra megnyitni a(z) „%s” fájlt: Az fdopen() sikertelen: %s" -#: ../glib/gfileutils.c:934 +#: glib/gfileutils.c:934 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Nem sikerült írni a(z) „%s” fájlt: az fwrite() sikertelen: %s" -#: ../glib/gfileutils.c:953 +#: glib/gfileutils.c:953 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Nem sikerült lezárni a(z) „%s” fájlt: az fclose() sikertelen: %s" -#: ../glib/gfileutils.c:1071 +#: glib/gfileutils.c:1071 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "A létező „%s” fájl nem távolítható el: a g_unlink() sikertelen: %s" -#: ../glib/gfileutils.c:1246 +#: glib/gfileutils.c:1246 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "A(z) „%s” sablon érvénytelen, „%s” nem lehet benne" -#: ../glib/gfileutils.c:1259 +#: glib/gfileutils.c:1259 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "A(z) „%s” sablon nem tartalmaz XXXXXX karaktersorozatot" -#: ../glib/gfileutils.c:1698 +#: glib/gfileutils.c:1698 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1703 +#: glib/gfileutils.c:1703 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1708 +#: glib/gfileutils.c:1708 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1751 +#: glib/gfileutils.c:1751 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Nem sikerült kiolvasni a(z) „%s” szimbolikus linket: %s" -#: ../glib/gfileutils.c:1772 +#: glib/gfileutils.c:1772 msgid "Symbolic links not supported" msgstr "A szimbolikus linkek használata nem támogatott" -#: ../glib/giochannel.c:1234 +#: glib/giochannel.c:1234 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Az átalakító a(z) „%s” elemről „%s” elemre nem nyitható meg: %s" -#: ../glib/giochannel.c:1579 +#: glib/giochannel.c:1579 msgid "Can't do a raw read in g_io_channel_read_line_string" -msgstr "Nem lehet nyers (raw) olvasást végezni a g_io_channel_read_line_string-ben" +msgstr "" +"Nem lehet nyers (raw) olvasást végezni a g_io_channel_read_line_string-ben" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1884 -#: ../glib/giochannel.c:1971 +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "Át nem alakított adatok maradtak az olvasási pufferben" -#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784 +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "A csatorna töredék karakterrel ér véget" -#: ../glib/giochannel.c:1770 +#: glib/giochannel.c:1770 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Nem lehet nyers (raw) olvasást végezni a g_io_channel_read_to_end-ben" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Nem sikerült megnyitni a(z) „%s” fájlt: az open() sikertelen: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Nem sikerült leképezni a(z) „%s” fájlt: Az mmap() sikertelen: %s" -#: ../glib/gmarkup.c:255 ../glib/gmarkup.c:295 +#: glib/gmarkup.c:255 glib/gmarkup.c:295 #, c-format msgid "Error on line %d char %d: " msgstr "Hiba a(z) %d. sor %d. karakterénél: " -#: ../glib/gmarkup.c:389 +#: glib/gmarkup.c:389 #, c-format msgid "Error on line %d: %s" msgstr "Hiba a(z) %d. sorban: %s" -#: ../glib/gmarkup.c:493 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" -msgstr "Üres „&;” entitás; az érvényes entitások: & " < > '" +#: glib/gmarkup.c:493 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"Üres „&;” entitás; az érvényes entitások: & " < > '" -#: ../glib/gmarkup.c:503 +#: glib/gmarkup.c:503 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -320,17 +327,17 @@ msgstr "" "nevét az & karakter kezdi. Ha ez az & karakter nem lehet entitás, akkor " "& módon kell írni." -#: ../glib/gmarkup.c:537 +#: glib/gmarkup.c:537 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "A(z) „%s” karakter nem érvényes egy entitás nevén belül" -#: ../glib/gmarkup.c:574 +#: glib/gmarkup.c:574 #, c-format msgid "Entity name '%s' is not known" msgstr "A(z) „%s” entitásnév ismeretlen" -#: ../glib/gmarkup.c:585 +#: glib/gmarkup.c:585 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -338,7 +345,7 @@ msgstr "" "Az entitás neve nem pontosvesszővel ért véget; valószínűleg egy &-jelet " "használt anélkül, hogy entitást akart volna kezdeni - írja & formában." -#: ../glib/gmarkup.c:638 +#: glib/gmarkup.c:638 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -347,16 +354,17 @@ msgstr "" "Nem sikerült feldolgozni ezt: „%-.*s”. Valószínűleg számjegy lett volna egy " "karakterhivatkozáson (mint az ê) belül - lehet, hogy túl nagy a számjegy" -#: ../glib/gmarkup.c:660 +#: glib/gmarkup.c:660 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "A(z) „%-.*s” karakterhivatkozás nem engedélyezett karaktert kódol" -#: ../glib/gmarkup.c:675 +#: glib/gmarkup.c:675 msgid "Empty character reference; should include a digit such as dž" -msgstr "Üres karakterhivatkozás; számjegyet is kell tartalmaznia, például így: dž" +msgstr "" +"Üres karakterhivatkozás; számjegyet is kell tartalmaznia, például így: dž" -#: ../glib/gmarkup.c:685 +#: glib/gmarkup.c:685 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -365,39 +373,40 @@ msgstr "" "A karakterhivatkozás nem pontosvesszővel ért véget; valószínűleg egy &-jelet " "használt anélkül, hogy entitást akart volna kezdeni - írja & formában." -#: ../glib/gmarkup.c:771 +#: glib/gmarkup.c:771 msgid "Unfinished entity reference" msgstr "Befejezetlen entitáshivatkozás" -#: ../glib/gmarkup.c:777 +#: glib/gmarkup.c:777 msgid "Unfinished character reference" msgstr "Befejezetlen karakterhivatkozás" -#: ../glib/gmarkup.c:1063 +#: glib/gmarkup.c:1063 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Érvénytelen UTF-8 kódolású szöveg - túl hosszú sorozat" -#: ../glib/gmarkup.c:1091 +#: glib/gmarkup.c:1091 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Érvénytelen UTF-8 kódolású szöveg - ez nem kezdőkarakter" -#: ../glib/gmarkup.c:1130 +#: glib/gmarkup.c:1130 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Érvénytelen UTF-8 kódolású szöveg - nem érvényes „%s”" -#: ../glib/gmarkup.c:1168 +#: glib/gmarkup.c:1168 msgid "Document must begin with an element (e.g. )" msgstr "A dokumentumnak egy elemmel kell kezdődnie (például: )" -#: ../glib/gmarkup.c:1208 +#: glib/gmarkup.c:1208 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" -msgstr "„%s” nem érvényes karakter a „<” karakter után; elem neve nem kezdődhet vele" +msgstr "" +"„%s” nem érvényes karakter a „<” karakter után; elem neve nem kezdődhet vele" -#: ../glib/gmarkup.c:1276 +#: glib/gmarkup.c:1276 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the empty-element tag '%" @@ -406,14 +415,15 @@ msgstr "" "Furcsa karakter („%s”), „>” karakternek kellett volna jönnie, hogy lezárja a" "(z) „%s” üres elemcímkét" -#: ../glib/gmarkup.c:1365 +#: glib/gmarkup.c:1365 #, 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 "" "Furcsa karakter („%s”) - „=” karakternek kellett volna jönnie a(z) „%s” elem " "„%s” attribútumneve után" -#: ../glib/gmarkup.c:1407 +#: glib/gmarkup.c:1407 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -424,7 +434,7 @@ msgstr "" "„%s” elem kezdő címkéje után, esetleg egy attribútumnak; lehet, hogy " "érvénytelen karaktert használt az attribútum nevében" -#: ../glib/gmarkup.c:1493 +#: glib/gmarkup.c:1493 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -433,7 +443,7 @@ msgstr "" "Furcsa karakter („%s”) - egy nyitó idézőjelnek kellene jönnie az " "egyenlőségjel után, ha értéket ad a(z) „%s” attribútumnak „%s” elemben" -#: ../glib/gmarkup.c:1635 +#: glib/gmarkup.c:1635 #, c-format msgid "" "'%s' is not a valid character following the characters '”." -#: ../glib/gmarkup.c:1686 +#: glib/gmarkup.c:1686 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "A(z) „%s” elem le lett lezárva, jelenleg egy elem sincs nyitva" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "A(z) „%s” elem le lett lezárva, de a jelenleg nyitott elem a(z) „%s”" -#: ../glib/gmarkup.c:1858 +#: glib/gmarkup.c:1858 msgid "Document was empty or contained only whitespace" msgstr "A dokumentum üres volt, vagy csak üreshely karaktereket tartalmazott" -#: ../glib/gmarkup.c:1872 +#: glib/gmarkup.c:1872 msgid "Document ended unexpectedly just after an open angle bracket '<'" -msgstr "A dokumentum váratlanul véget ért egy nyitott hegyes zárójel („<”) után" +msgstr "" +"A dokumentum váratlanul véget ért egy nyitott hegyes zárójel („<”) után" -#: ../glib/gmarkup.c:1880 ../glib/gmarkup.c:1925 +#: glib/gmarkup.c:1880 glib/gmarkup.c:1925 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -478,7 +489,7 @@ msgstr "" "A dokumentum váratlanul véget ért, pedig még nyitva vannak elemek - „%s” az " "utoljára megnyitott elem" -#: ../glib/gmarkup.c:1888 +#: glib/gmarkup.c:1888 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -487,19 +498,19 @@ msgstr "" "A dokumentum váratlanul véget ért; a(z) <%s/> elemet lezáró hegyes " "zárójelnek kellett volna következnie" -#: ../glib/gmarkup.c:1894 +#: glib/gmarkup.c:1894 msgid "Document ended unexpectedly inside an element name" msgstr "A dokumentum váratlanul véget ért egy elemnéven belül" -#: ../glib/gmarkup.c:1900 +#: glib/gmarkup.c:1900 msgid "Document ended unexpectedly inside an attribute name" msgstr "A dokumentum váratlanul véget ért egy attribútumnéven belül" -#: ../glib/gmarkup.c:1905 +#: glib/gmarkup.c:1905 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "A dokumentum váratlanul véget ért egy elemnyitó címkén belül" -#: ../glib/gmarkup.c:1911 +#: glib/gmarkup.c:1911 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -507,400 +518,405 @@ msgstr "" "A dokumentum váratlanul véget ért egy az attribútumnevet követő " "egyenlőségjel után; az attribútum értéke nem lett megadva" -#: ../glib/gmarkup.c:1918 +#: glib/gmarkup.c:1918 msgid "Document ended unexpectedly while inside an attribute value" msgstr "A dokumentum váratlanul véget ért egy attribútumértéken belül" -#: ../glib/gmarkup.c:1934 +#: glib/gmarkup.c:1934 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "A dokumentum váratlanul véget ért a(z) „%s” elem lezáró címkéjén belül" -#: ../glib/gmarkup.c:1940 +#: glib/gmarkup.c:1940 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "A dokumentum váratlanul véget ért egy megjegyzésen vagy feldolgozási " "utasításon belül" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "sérült objektum" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "belső hiba vagy sérült objektum" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "elfogyott a memória" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "a visszakövetési korlát elérve" -#: ../glib/gregex.c:152 ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" -msgstr "a minta a részleges mintaillesztés esetén nem támogatott elemeket tartalmaz" +msgstr "" +"a minta a részleges mintaillesztés esetén nem támogatott elemeket tartalmaz" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1999 +#: glib/gregex.c:154 gio/glocalfile.c:1999 msgid "internal error" msgstr "belső hiba" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "a visszahivatkozások használata feltételekként nem támogatott a részleges " "mintaillesztéshez" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "az ismétlési korlát elérve" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "az üres rész-karaktersorozatok munkaterület-korlátja elérve" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "újsor-jelzők érvénytelen kombinációja" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "ismeretlen hiba" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ a minta végén" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c a minta végén" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "ismeretlen karakter következik a \\ után" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "itt nem engedélyezettek a kis-és nagybetűket átalakító escape-karakterek " "(\\l, \\L, \\u, \\U)" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "a számok nincsenek sorrendben a {} kvantálóban" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "a szám túl nagy a a {} kvantálóban" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "a karakterosztály befejező ] jele hiányzik" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "érvénytelen escape-sorozat a karakterosztályban" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "a tartomány kívül esik a karakterosztály nagyságán" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "nincs mit ismételni" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "ismeretlen karakter a (? után" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "ismeretlen karakter a (?< után" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "ismeretlen karakter a (?P után" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "a POSIX elnevezett osztályok csak osztályon belül támogatottak" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "hiányzó befejező )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") nyitó ( nélkül" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "a (?R vagy (?[+-]számjegyek elemeket )-nek kell követnie" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "hivatkozás nem létező almintára" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "a megjegyzés utáni ) hiányzik" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "a reguláris kifejezés túl nagy" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "a memóriakérés meghiúsult" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "a lookbehind kijelentés nem rögzített hosszúságú" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "hibásan formázott szám vagy név a (?( után" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "a feltételes csoport kettőnél több ágat tartalmaz" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "a (?( után kijelentésnek kellene állnia" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "ismeretlen POSIX osztálynév" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "a POSIX leválogató elemek nem támogatottak" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "a \\x{...} sorozaton belüli karakterérték túl nagy" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "érvénytelen feltétel: (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "A \\C nem engedélyezett a lookbehind kijelentésben" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "a rekurzív hívás végtelen ciklushoz vezethet" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "hiányzó befejező az alminta nevében" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "két elnevezett alminta neve azonos" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "rosszul formázott \\P vagy \\p sorozat" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "ismeretlen tulajdonságnév a \\P vagy \\p után" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "az alminta neve túl hosszú (legfeljebb 32 karakter)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "túl sok elnevezett alminta (legfeljebb 10 000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "az oktális érték nagyobb, mint \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "a DEFINE csoport több ágat tartalmaz" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "egy DEFINE csoport ismétlése nem engedélyezett" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "inkonzisztens NEWLINE beállítások" -#: ../glib/gregex.c:333 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" +#: glib/gregex.c:333 +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "a \\g után nem egy zárójelezett név vagy opcionálisan zárójelezett nem nulla " "szám áll" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "váratlan ismétlés" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "kódtúlcsordulás" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "a fordítási munkaterület túlcsordult" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "a korábban ellenőrzött hivatkozott alminta nem található" -#: ../glib/gregex.c:526 ../glib/gregex.c:1605 +#: glib/gregex.c:526 glib/gregex.c:1605 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Hiba a(z) %s reguláris kifejezés illesztésekor: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "A PRCE programkönyvtár UTF-8 támogatás nélkül lett fordítva" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" -msgstr "A PRCE programkönyvtár az UTF-8 tulajdonságok támogatása nélkül lett fordítva" +msgstr "" +"A PRCE programkönyvtár az UTF-8 tulajdonságok támogatása nélkül lett fordítva" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" -msgstr "Hiba a(z) „%s” reguláris kifejezés fordításakor a(z) %d. karakternél: %s" +msgstr "" +"Hiba a(z) „%s” reguláris kifejezés fordításakor a(z) %d. karakternél: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Hiba a(z) %s reguláris kifejezés optimalizálásakor: %s" -#: ../glib/gregex.c:2033 +#: glib/gregex.c:2033 msgid "hexadecimal digit or '}' expected" msgstr "a program hexadecimális számjegyet vagy „}” jelet várt" -#: ../glib/gregex.c:2049 +#: glib/gregex.c:2049 msgid "hexadecimal digit expected" msgstr "a program hexadecimális számjegyet várt" -#: ../glib/gregex.c:2089 +#: glib/gregex.c:2089 msgid "missing '<' in symbolic reference" msgstr "hiányzó „<” jel a szimbolikus hivatkozásban" -#: ../glib/gregex.c:2098 +#: glib/gregex.c:2098 msgid "unfinished symbolic reference" msgstr "befejezetlen szimbolikus hivatkozás" -#: ../glib/gregex.c:2105 +#: glib/gregex.c:2105 msgid "zero-length symbolic reference" msgstr "nulla hosszúságú szimbolikus hivatkozás" -#: ../glib/gregex.c:2116 +#: glib/gregex.c:2116 msgid "digit expected" msgstr "re rendszer számjegyet várt" -#: ../glib/gregex.c:2134 +#: glib/gregex.c:2134 msgid "illegal symbolic reference" msgstr "illegális szimbolikus hivatkozás" -#: ../glib/gregex.c:2196 +#: glib/gregex.c:2196 msgid "stray final '\\'" msgstr "a záró „\\” helye nem megfelelő" -#: ../glib/gregex.c:2200 +#: glib/gregex.c:2200 msgid "unknown escape sequence" msgstr "ismeretlen escape sorozat" -#: ../glib/gregex.c:2210 +#: glib/gregex.c:2210 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" -msgstr "Hiba a(z) „%s” helyettesítőszöveg elemzésekor a(z) %lu. karakternél: %s" +msgstr "" +"Hiba a(z) „%s” helyettesítőszöveg elemzésekor a(z) %lu. karakternél: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Az idézett szöveg nem idézőjellel kezdődik" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Pár nélküli idézőjel a parancssorban vagy más, parancsértelmezőből idézett " "szövegben" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "A szöveg egy „\\” karakter után véget ért. (A szöveg: „%s”)" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" -msgstr "A szöveg véget ért, mielőtt %c idézőjelpárja meglett volna. (A szöveg: „%s”)" +msgstr "" +"A szöveg véget ért, mielőtt %c idézőjelpárja meglett volna. (A szöveg: „%s”)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" -msgstr "A szöveg üres volt (vagy legfeljebb üreshely-karaktereket tartalmazott)" +msgstr "" +"A szöveg üres volt (vagy legfeljebb üreshely-karaktereket tartalmazott)" -#: ../glib/gspawn-win32.c:283 +#: glib/gspawn-win32.c:283 msgid "Failed to read data from child process" msgstr "Nem sikerült adatokat kiolvasni a gyermekfolyamatból" -#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1468 +#: glib/gspawn-win32.c:298 glib/gspawn.c:1468 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Nem sikerült csővezetéket készíteni a gyermekfolyamattal (%s) való " "kommunikációhoz" -#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1132 +#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1132 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Nem sikerült olvasni a gyermek csővezetékből (%s)" -#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1337 +#: glib/gspawn-win32.c:367 glib/gspawn.c:1337 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nem sikerült átváltani a(z) „%s” könyvtárra (%s)" -#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:492 +#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492 #, c-format msgid "Failed to execute child process (%s)" msgstr "Nem sikerült végrehajtani a gyermekfolyamatot (%s)" -#: ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:442 #, c-format msgid "Invalid program name: %s" msgstr "Érvénytelen programnév: %s" -#: ../glib/gspawn-win32.c:452 ../glib/gspawn-win32.c:720 -#: ../glib/gspawn-win32.c:1276 +#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Érvénytelen karaktersorozat a paraméterben a következő helyen: %d: %s" -#: ../glib/gspawn-win32.c:463 ../glib/gspawn-win32.c:735 -#: ../glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309 #, c-format msgid "Invalid string in environment: %s" msgstr "Érvénytelen karaktersorozat a környezetben: %s" -#: ../glib/gspawn-win32.c:716 ../glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257 #, c-format msgid "Invalid working directory: %s" msgstr "Érvénytelen munkakönyvtár: %s" -#: ../glib/gspawn-win32.c:781 +#: glib/gspawn-win32.c:781 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Nem sikerült végrehajtani a segítő programot (%s)" -#: ../glib/gspawn-win32.c:995 +#: glib/gspawn-win32.c:995 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -908,192 +924,193 @@ msgstr "" "Váratlan hiba, miközben a g_io_channel_win32_poll() adatokat olvasott egy " "gyermekfolyamatból" -#: ../glib/gspawn.c:188 +#: glib/gspawn.c:188 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Nem sikerült adatokat olvasni a gyermekfolyamatból (%s)" -#: ../glib/gspawn.c:325 +#: glib/gspawn.c:325 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Váratlan hiba, miközben a select() adatokat próbált olvasni egy " "gyermekfolyamatból (%s)" -#: ../glib/gspawn.c:408 +#: glib/gspawn.c:408 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Váratlan hiba a waitpid()-ben (%s)" -#: ../glib/gspawn.c:1197 +#: glib/gspawn.c:1197 #, c-format msgid "Failed to fork (%s)" msgstr "Nem sikerült folyamatot indítani (%s)" -#: ../glib/gspawn.c:1347 +#: glib/gspawn.c:1347 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Nem sikerült a gyermekfolyamat („%s”) végrehajtása (%s)" -#: ../glib/gspawn.c:1357 +#: glib/gspawn.c:1357 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Nem sikerült a gyermekfolyamat ki- vagy bemenetének átirányítása (%s)" -#: ../glib/gspawn.c:1366 +#: glib/gspawn.c:1366 #, c-format msgid "Failed to fork child process (%s)" msgstr "Nem sikerült a gyermekfolyamat elindítása (%s)" -#: ../glib/gspawn.c:1374 +#: glib/gspawn.c:1374 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Ismeretlen hiba a gyermekfolyamat („%s”) végrehajtása közben" -#: ../glib/gspawn.c:1396 +#: glib/gspawn.c:1396 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nem sikerült elég adatot kiolvasni a gyermek pid csővezetékből (%s)" -#: ../glib/gutf8.c:1029 +#: glib/gutf8.c:1029 msgid "Character out of range for UTF-8" msgstr "A karakter az UTF-8 tartományon kívülre esik" -#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264 -#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510 +#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273 +#: glib/gutf8.c:1414 glib/gutf8.c:1510 msgid "Invalid sequence in conversion input" msgstr "Érvénytelen sorozat az átalakítási bemenetben" -#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521 +#: glib/gutf8.c:1425 glib/gutf8.c:1521 msgid "Character out of range for UTF-16" msgstr "A karakter az UTF-16 tartományon kívülre esik" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Használat:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[KAPCSOLÓ...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Súgólehetőségek:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Súgólehetőségek megjelenítése" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Minden súgólehetőség megjelenítése" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Alkalmazás kapcsolói:" -#: ../glib/goption.c:850 ../glib/goption.c:920 +#: glib/goption.c:850 glib/goption.c:920 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Nem dolgozható fel a(z) „%s” egész érték a következőhöz: %s" -#: ../glib/goption.c:860 ../glib/goption.c:928 +#: glib/goption.c:860 glib/goption.c:928 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "A(z) „%s” egész érték a tartományon kívülre esik a következőhöz: %s" -#: ../glib/goption.c:885 +#: glib/goption.c:885 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Nem dolgozható fel a(z) „%s” dupla hosszúságú érték a következőhöz: %s" -#: ../glib/goption.c:893 +#: glib/goption.c:893 #, c-format msgid "Double value '%s' for %s out of range" msgstr "" "A(z) „%s” dupla hosszúságú érték a tartományon kívülre esik a következőhöz: %" "s" -#: ../glib/goption.c:1156 ../glib/goption.c:1235 +#: glib/goption.c:1156 glib/goption.c:1235 #, c-format msgid "Error parsing option %s" msgstr "Hiba a kapcsoló feldolgozása során: %s" -#: ../glib/goption.c:1266 ../glib/goption.c:1380 +#: glib/goption.c:1266 glib/goption.c:1380 #, c-format msgid "Missing argument for %s" msgstr "Hiányzó paraméter a következőhöz: %s" -#: ../glib/goption.c:1773 +#: glib/goption.c:1773 #, c-format msgid "Unknown option %s" msgstr "Ismeretlen kapcsoló: %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 msgid "Valid key file could not be found in search dirs" msgstr "A keresési könyvtárakban nem található érvényes kulcsfájl" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 msgid "Not a regular file" msgstr "Nem szabályos fájl" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 msgid "File is empty" msgstr "A fájl üres" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, 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 "" "A kulcsfájl tartalmazza a(z) „%s” sort, amelyik nem egy kulcs-érték pár, " "csoport, vagy megjegyzés" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Érvénytelen csoportnév: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 msgid "Key file does not start with a group" msgstr "A kulcsfájl nem csoporttal kezdődik" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Érvénytelen kulcsnév: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "A kulcsfájl a nem támogatott „%s” kódolást tartalmazza" -#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1274 ../glib/gkeyfile.c:2503 -#: ../glib/gkeyfile.c:2569 ../glib/gkeyfile.c:2704 ../glib/gkeyfile.c:2837 -#: ../glib/gkeyfile.c:2990 ../glib/gkeyfile.c:3177 ../glib/gkeyfile.c:3238 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1274 glib/gkeyfile.c:2503 +#: glib/gkeyfile.c:2569 glib/gkeyfile.c:2704 glib/gkeyfile.c:2837 +#: glib/gkeyfile.c:2990 glib/gkeyfile.c:3177 glib/gkeyfile.c:3238 #, c-format msgid "Key file does not have group '%s'" msgstr "A kulcsfájlból hiányzik a(z) „%s” csoport" -#: ../glib/gkeyfile.c:1286 +#: glib/gkeyfile.c:1286 #, c-format msgid "Key file does not have key '%s'" msgstr "A kulcsfájlban nincs „%s” kulcs" -#: ../glib/gkeyfile.c:1393 ../glib/gkeyfile.c:1508 +#: glib/gkeyfile.c:1393 glib/gkeyfile.c:1508 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "A kulcsfájl tartalmazza a(z) „%s” kulcsot „%s” értékkel, amelyik azonban nem " "UTF-8" -#: ../glib/gkeyfile.c:1413 ../glib/gkeyfile.c:1528 ../glib/gkeyfile.c:1907 +#: glib/gkeyfile.c:1413 glib/gkeyfile.c:1528 glib/gkeyfile.c:1907 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "A kulcsfájl tartalmazza a(z) „%s” kulcsot, amelynek az értéke nem " "értelmezhető." -#: ../glib/gkeyfile.c:2122 ../glib/gkeyfile.c:2334 +#: glib/gkeyfile.c:2122 glib/gkeyfile.c:2334 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1102,146 +1119,145 @@ msgstr "" "A kulcsfájl tartalmazza a(z) „%s” kulcsot a(z) „%s” csoportban, amelynek " "értéke nem értelmezhető." -#: ../glib/gkeyfile.c:2518 ../glib/gkeyfile.c:2719 ../glib/gkeyfile.c:3249 +#: glib/gkeyfile.c:2518 glib/gkeyfile.c:2719 glib/gkeyfile.c:3249 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "A kulcsfájl nem tartalmazza a(z) „%s” kulcsot a(z) „%s” csoportban." -#: ../glib/gkeyfile.c:3483 +#: glib/gkeyfile.c:3483 msgid "Key file contains escape character at end of line" msgstr "A kulcsfájl escape sorozattal megadott karaktert tartalmaz a sor végén" -#: ../glib/gkeyfile.c:3505 +#: glib/gkeyfile.c:3505 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "A kulcsfájl érvénytelen escape sorozatot tartalmaz („%s”)" -#: ../glib/gkeyfile.c:3647 +#: glib/gkeyfile.c:3647 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "A(z) „%s” érték nem értelmezhető számként." -#: ../glib/gkeyfile.c:3661 +#: glib/gkeyfile.c:3661 #, c-format msgid "Integer value '%s' out of range" msgstr "A(z) „%s” egész érték a tartományon kívülre esik" -#: ../glib/gkeyfile.c:3694 +#: glib/gkeyfile.c:3694 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "A(z) „%s” érték nem értelmezhető lebegőpontos számként." -#: ../glib/gkeyfile.c:3718 +#: glib/gkeyfile.c:3718 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "A(z) „%s” érték nem értelmezhető logikai értékként." -#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193 -#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566 -#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202 -#: ../gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Túl nagy számérték került átadásra ennek: %s" -#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901 -#: ../gio/goutputstream.c:1085 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 +#: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Az adatfolyam már le van zárva" -#: ../gio/gcancellable.c:366 ../gio/glocalfile.c:1992 -#: ../gio/gsimpleasyncresult.c:623 ../gio/gsimpleasyncresult.c:650 +#: gio/gcancellable.c:366 gio/glocalfile.c:1992 gio/gsimpleasyncresult.c:623 +#: gio/gsimpleasyncresult.c:650 msgid "Operation was cancelled" msgstr "A művelet megszakítva" -#: ../gio/gcontenttype.c:180 +#: gio/gcontenttype.c:180 msgid "Unknown type" msgstr "Ismeretlen típus" -#: ../gio/gcontenttype.c:181 +#: gio/gcontenttype.c:181 #, c-format msgid "%s filetype" msgstr "%s fájltípus" -#: ../gio/gcontenttype.c:678 +#: gio/gcontenttype.c:678 #, c-format msgid "%s type" msgstr "%s típus" -#: ../gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Váratlan korai adatfolyam vége" -#: ../gio/gdesktopappinfo.c:450 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Névtelen" -#: ../gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "A desktop fájl nem adta meg az Exec mezőt" -#: ../gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Nem található az alkalmazáshoz szükséges terminál" -#: ../gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" -msgstr "Nem hozható létre a(z) %s felhasználói alkalmazáskonfigurációs mappa: %s" +msgstr "" +"Nem hozható létre a(z) %s felhasználói alkalmazáskonfigurációs mappa: %s" -#: ../gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Nem hozható létre a(z) %s felhasználói MIME konfigurációs mappa: %s" -#: ../gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Nem hozható létre a felhasználói desktop fájl (%s)" -#: ../gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "%s egyéni meghatározása" -#: ../gio/gdrive.c:381 +#: gio/gdrive.c:381 msgid "drive doesn't implement eject" msgstr "a meghajtó nem valósítja meg a kiadást" -#: ../gio/gdrive.c:451 +#: gio/gdrive.c:451 msgid "drive doesn't implement polling for media" msgstr "a meghajtó nem valósítja meg a média lekérdezését" -#: ../gio/gemblem.c:325 +#: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "A GEmblem kódolás %d. verziója nem kezelhető" -#: ../gio/gemblem.c:335 +#: gio/gemblem.c:335 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "A GEmblem kódolásban a jelsorok száma (%d) hibásan formált" -#: ../gio/gemblemedicon.c:295 +#: gio/gemblemedicon.c:295 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "A GEmblemedIcon kódolás %d. verziója nem kezelhető" -#: ../gio/gemblemedicon.c:305 +#: gio/gemblemedicon.c:305 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "A GEmblemedIcon kódolásban a jelsorok száma (%d) hibásan formált" -#: ../gio/gemblemedicon.c:328 +#: gio/gemblemedicon.c:328 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Egy GEmblem kellene a GEmblemedIconhoz" -#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190 -#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537 -#: ../gio/gfile.c:1620 ../gio/gfile.c:2694 ../gio/gfile.c:2748 -#: ../gio/gfile.c:2879 ../gio/gfile.c:2919 ../gio/gfile.c:3246 -#: ../gio/gfile.c:3648 ../gio/gfile.c:3732 ../gio/gfile.c:3815 -#: ../gio/gfile.c:3895 ../gio/gfile.c:4225 ../gio/win32/gwinhttpfile.c:428 +#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426 +#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2694 +#: gio/gfile.c:2748 gio/gfile.c:2879 gio/gfile.c:2919 gio/gfile.c:3246 +#: gio/gfile.c:3648 gio/gfile.c:3732 gio/gfile.c:3815 gio/gfile.c:3895 +#: gio/gfile.c:4225 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "A művelet nem támogatott" @@ -1253,130 +1269,131 @@ msgstr "A művelet nem támogatott" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1071 ../gio/glocalfile.c:1082 -#: ../gio/glocalfile.c:1095 +#: gio/gfile.c:1311 gio/glocalfile.c:1071 gio/glocalfile.c:1082 +#: gio/glocalfile.c:1095 msgid "Containing mount does not exist" msgstr "A tartalmazó csatolás nem létezik" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2142 +#: gio/gfile.c:1963 gio/glocalfile.c:2142 msgid "Can't copy over directory" msgstr "Nem lehet a könyvtárra másolni" -#: ../gio/gfile.c:2023 +#: gio/gfile.c:2023 msgid "Can't copy directory over directory" msgstr "A könyvtár nem másolható könyvtárba" -#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2151 +#: gio/gfile.c:2031 gio/glocalfile.c:2151 msgid "Target file exists" msgstr "A célfájl létezik" -#: ../gio/gfile.c:2049 +#: gio/gfile.c:2049 msgid "Can't recursively copy directory" msgstr "A könyvtár nem másolható rekurzívan" -#: ../gio/gfile.c:2869 +#: gio/gfile.c:2869 msgid "Invalid symlink value given" msgstr "Érvénytelen szimbolikus link érték került megadásra" -#: ../gio/gfile.c:2962 +#: gio/gfile.c:2962 msgid "Trash not supported" msgstr "A Kuka nem támogatott" -#: ../gio/gfile.c:3011 +#: gio/gfile.c:3011 #, c-format msgid "File names cannot contain '%c'" msgstr "A fájlnevek nem tartalmazhatnak „%c” karaktert" -#: ../gio/gfile.c:4993 ../gio/gvolume.c:370 +#: gio/gfile.c:4993 gio/gvolume.c:370 msgid "volume doesn't implement mount" msgstr "a kötet nem valósítja meg a csatolást" -#: ../gio/gfile.c:5101 +#: gio/gfile.c:5101 msgid "No application is registered as handling this file" msgstr "Nincs alkalmazás regisztrálva a fájl kezeléséhez" -#: ../gio/gfileenumerator.c:206 +#: gio/gfileenumerator.c:206 msgid "Enumerator is closed" msgstr "Az enumerátor le van zárva" -#: ../gio/gfileenumerator.c:213 ../gio/gfileenumerator.c:272 -#: ../gio/gfileenumerator.c:372 ../gio/gfileenumerator.c:481 +#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272 +#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481 msgid "File enumerator has outstanding operation" msgstr "A fájlenumerátor hátralévő művelettel rendelkezik" -#: ../gio/gfileenumerator.c:362 ../gio/gfileenumerator.c:471 +#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 msgid "File enumerator is already closed" msgstr "A fájlenumerátor már le van zárva" -#: ../gio/gfileicon.c:145 +#: gio/gfileicon.c:145 msgid "file" msgstr "fájl" -#: ../gio/gfileicon.c:146 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Az ikont tartalmazó fájl" -#: ../gio/gfileicon.c:237 +#: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "A GFileIcon kódolás %d. verziója nem kezelhető" -#: ../gio/gfileicon.c:247 +#: gio/gfileicon.c:247 msgid "Malformed input data for GFileIcon" msgstr "A GFileIcon bemeneti adatai rosszul formáltak" -#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424 -#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526 +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Az adatfolyam nem támogatja a query_info-t" -#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384 +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Az adatfolyam nem támogatja a pozicionálást" -#: ../gio/gfileinputstream.c:383 +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "A bemeneti adatfolyam csonkítása nem engedélyezett" -#: ../gio/gfileoutputstream.c:460 +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Az adatfolyam csonkítása nem engedélyezett" -#: ../gio/gicon.c:324 +#: gio/gicon.c:324 #, c-format msgid "Wrong number of tokens (%d)" msgstr "A jelsorok száma hibás (%d)" -#: ../gio/gicon.c:344 +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "Nincs típus az osztálynévhez: %s" -#: ../gio/gicon.c:354 +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "A típus (%s) nem valósítja meg a GIcon felületet" -#: ../gio/gicon.c:365 +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "A típus (%s) nem tartalmaz osztályokat" -#: ../gio/gicon.c:379 +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "Rosszul formált verziószám: %s" -#: ../gio/gicon.c:393 +#: gio/gicon.c:393 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" -msgstr "A típus (%s) nem valósítja meg a from_tokens() függvényt a GIcon felületen" +msgstr "" +"A típus (%s) nem valósítja meg a from_tokens() függvényt a GIcon felületen" -#: ../gio/gicon.c:469 +#: gio/gicon.c:469 msgid "Can't handle the supplied version the icon encoding" msgstr "Az ikonkódolás megadott verziója nem kezelhető" -#: ../gio/ginputstream.c:202 +#: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "A bemeneti adatfolyam nem valósítja meg az olvasást" @@ -1386,357 +1403,357 @@ msgstr "A bemeneti adatfolyam nem valósítja meg az olvasást" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095 +#: gio/ginputstream.c:911 gio/goutputstream.c:1095 msgid "Stream has outstanding operation" msgstr "Az adatfolyam hátralévő művelettel rendelkezik" -#: ../gio/glocaldirectorymonitor.c:274 +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Nem található az alapértelmezett helyi könyvtárfigyelő típus" -#: ../gio/glocalfile.c:608 ../gio/win32/gwinhttpfile.c:411 +#: gio/glocalfile.c:608 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Érvénytelen fájlnév: %s" -#: ../gio/glocalfile.c:979 +#: gio/glocalfile.c:979 #, c-format msgid "Error getting filesystem info: %s" msgstr "Hiba a fájlrendszer-információk lekérése közben: %s" -#: ../gio/glocalfile.c:1115 +#: gio/glocalfile.c:1115 msgid "Can't rename root directory" msgstr "Nem nevezhető át a gyökérkönyvtár" -#: ../gio/glocalfile.c:1135 ../gio/glocalfile.c:1161 +#: gio/glocalfile.c:1135 gio/glocalfile.c:1161 #, c-format msgid "Error renaming file: %s" msgstr "Hiba a fájl átnevezése közben: %s" -#: ../gio/glocalfile.c:1144 +#: gio/glocalfile.c:1144 msgid "Can't rename file, filename already exist" msgstr "A fájl nem nevezhető át, a fájlnév már létezik" -#: ../gio/glocalfile.c:1157 ../gio/glocalfile.c:2021 ../gio/glocalfile.c:2050 -#: ../gio/glocalfile.c:2204 ../gio/glocalfileoutputstream.c:505 -#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967 +#: gio/glocalfile.c:1157 gio/glocalfile.c:2021 gio/glocalfile.c:2050 +#: gio/glocalfile.c:2204 gio/glocalfileoutputstream.c:505 +#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Érvénytelen fájlnév" -#: ../gio/glocalfile.c:1280 +#: gio/glocalfile.c:1280 #, c-format msgid "Error opening file: %s" msgstr "Hiba a fájl megnyitása közben: %s" -#: ../gio/glocalfile.c:1290 +#: gio/glocalfile.c:1290 msgid "Can't open directory" msgstr "A könyvtár nem nyitható meg" -#: ../gio/glocalfile.c:1350 +#: gio/glocalfile.c:1350 #, c-format msgid "Error removing file: %s" msgstr "Hiba a fájl eltávolítása közben: %s" -#: ../gio/glocalfile.c:1714 +#: gio/glocalfile.c:1714 #, c-format msgid "Error trashing file: %s" msgstr "Hiba fájl kidobása közben: %s" -#: ../gio/glocalfile.c:1737 +#: gio/glocalfile.c:1737 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nem sikerült létrehozni a(z) %s Kuka könyvtárat: %s" -#: ../gio/glocalfile.c:1758 +#: gio/glocalfile.c:1758 msgid "Unable to find toplevel directory for trash" msgstr "Nem található a Kuka felső szintű könyvtára" -#: ../gio/glocalfile.c:1837 ../gio/glocalfile.c:1857 +#: gio/glocalfile.c:1837 gio/glocalfile.c:1857 msgid "Unable to find or create trash directory" msgstr "Nem található vagy nem hozható létre a Kuka könyvtár" -#: ../gio/glocalfile.c:1891 +#: gio/glocalfile.c:1891 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Nem sikerült létrehozni a kukainformációs fájlt: %s" -#: ../gio/glocalfile.c:1916 ../gio/glocalfile.c:1991 ../gio/glocalfile.c:1998 +#: gio/glocalfile.c:1916 gio/glocalfile.c:1991 gio/glocalfile.c:1998 #, c-format msgid "Unable to trash file: %s" msgstr "Nem lehet a Kukába dobni a fájlt: %s" -#: ../gio/glocalfile.c:2025 +#: gio/glocalfile.c:2025 #, c-format msgid "Error creating directory: %s" msgstr "Hiba a könyvtár létrehozásakor: %s" -#: ../gio/glocalfile.c:2054 +#: gio/glocalfile.c:2054 #, c-format msgid "Error making symbolic link: %s" msgstr "Hiba a szimbolikus link létrehozása során: %s" -#: ../gio/glocalfile.c:2114 ../gio/glocalfile.c:2208 +#: gio/glocalfile.c:2114 gio/glocalfile.c:2208 #, c-format msgid "Error moving file: %s" msgstr "Hiba a fájl áthelyezésekor: %s" -#: ../gio/glocalfile.c:2137 +#: gio/glocalfile.c:2137 msgid "Can't move directory over directory" msgstr "A könyvtár nem helyezhető át könyvtárba" -#: ../gio/glocalfile.c:2164 ../gio/glocalfileoutputstream.c:819 -#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848 -#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878 +#: gio/glocalfile.c:2164 gio/glocalfileoutputstream.c:819 +#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848 +#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878 msgid "Backup file creation failed" msgstr "A mentési fájl létrehozása meghiúsult" -#: ../gio/glocalfile.c:2183 +#: gio/glocalfile.c:2183 #, c-format msgid "Error removing target file: %s" msgstr "Hiba a célfájl eltávolításakor: %s" -#: ../gio/glocalfile.c:2197 +#: gio/glocalfile.c:2197 msgid "Move between mounts not supported" msgstr "A csatolások közti áthelyezés nem támogatott" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Az attribútum értéke nem lehet NULL" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Érvénytelen attribútumtípus (a várt karakterlánc helyett)" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Érvénytelen kiterjesztett attribútumnév" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Hiba a(z) „%s” kiterjesztett attribútum beállításakor: %s" -#: ../gio/glocalfileinfo.c:1462 ../gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Hiba a(z) „%s” fájl elérése közben: %s" -#: ../gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (érvénytelen kódolás)" -#: ../gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Hiba a fájlleíró elérésekor: %s" -#: ../gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Érvénytelen attribútumtípus (a várt uint32 helyett)" -#: ../gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Érvénytelen attribútumtípus (a várt uint64 helyett)" -#: ../gio/glocalfileinfo.c:1782 ../gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Érvénytelen attribútumtípus (a várt bájtkarakterlánc helyett)" -#: ../gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Hiba a jogosultságok beállításakor: %s" -#: ../gio/glocalfileinfo.c:1878 ../gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Hiba a tulajdonos beállításakor: %s" -#: ../gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "a szimbolikus link nem lehet NULL" -#: ../gio/glocalfileinfo.c:1911 ../gio/glocalfileinfo.c:1930 -#: ../gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Hiba a szimbolikus link beállításakor: %s" -#: ../gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "Hiba a szimbolikus link beállításakor: a fájl nem szimbolikus link" -#: ../gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "A SELinux környezet nem lehet NULL" -#: ../gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Hiba a SELinux környezet beállításakor: %s" -#: ../gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "A SELinux nem engedélyezett ezen rendszeren" -#: ../gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "A(z) %s attribútum beállítása nem támogatott" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:603 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603 #, c-format msgid "Error reading from file: %s" msgstr "Hiba a fájl olvasásakor: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:405 -#: ../gio/glocalfileoutputstream.c:896 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405 +#: gio/glocalfileoutputstream.c:896 #, c-format msgid "Error seeking in file: %s" msgstr "Hiba a fájlban kereséskor: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:208 -#: ../gio/glocalfileoutputstream.c:303 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208 +#: gio/glocalfileoutputstream.c:303 #, c-format msgid "Error closing file: %s" msgstr "Hiba a fájl lezárásakor: %s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Nem található az alapértelmezett helyi fájlfigyelő típus" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:624 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624 #, c-format msgid "Error writing to file: %s" msgstr "Hiba a fájl írásakor: %s" -#: ../gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:235 #, c-format msgid "Error removing old backup link: %s" msgstr "Hiba a régi mentési link eltávolításakor: %s" -#: ../gio/glocalfileoutputstream.c:249 ../gio/glocalfileoutputstream.c:262 +#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262 #, c-format msgid "Error creating backup copy: %s" msgstr "Hiba a mentés létrehozásakor: %s" -#: ../gio/glocalfileoutputstream.c:280 +#: gio/glocalfileoutputstream.c:280 #, c-format msgid "Error renaming temporary file: %s" msgstr "Hiba az ideiglenes fájl átnézésekor: %s" -#: ../gio/glocalfileoutputstream.c:451 ../gio/glocalfileoutputstream.c:913 +#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913 #, c-format msgid "Error truncating file: %s" msgstr "Hiba a fájl csonkításakor: %s" -#: ../gio/glocalfileoutputstream.c:511 ../gio/glocalfileoutputstream.c:556 -#: ../gio/glocalfileoutputstream.c:688 ../gio/glocalfileoutputstream.c:973 +#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556 +#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973 #, c-format msgid "Error opening file '%s': %s" msgstr "Hiba a(z) „%s” fájl megnyitásakor: %s" -#: ../gio/glocalfileoutputstream.c:719 +#: gio/glocalfileoutputstream.c:719 msgid "Target file is a directory" msgstr "A célfájl egy könyvtár" -#: ../gio/glocalfileoutputstream.c:724 +#: gio/glocalfileoutputstream.c:724 msgid "Target file is not a regular file" msgstr "A célfájl nem szabályos fájl" -#: ../gio/glocalfileoutputstream.c:736 +#: gio/glocalfileoutputstream.c:736 msgid "The file was externally modified" msgstr "A fájlt külső program módosította" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 msgid "Invalid GSeekType supplied" msgstr "A megadott GSeekType nem támogatott" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 msgid "Invalid seek request" msgstr "Érvénytelen keresési kérés" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "A GMemoryInputStream nem csonkítható" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 msgid "Reached maximum data array limit" msgstr "A maximális adattömbkorlát elérve" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 msgid "Memory output stream not resizable" msgstr "A memóriakimeneti adatfolyam nem méretezhető át" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 msgid "Failed to resize memory output stream" msgstr "A memóriakimeneti adatfolyam átméretezése meghiúsult" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:360 +#: gio/gmount.c:360 msgid "mount doesn't implement unmount" msgstr "A csatolás nem valósítja meg a leválasztást" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:435 +#: gio/gmount.c:435 msgid "mount doesn't implement eject" msgstr "A csatolás nem valósítja meg a kiadást" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:517 +#: gio/gmount.c:517 msgid "mount doesn't implement remount" msgstr "A csatolás nem valósítja meg az újracsatolást" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:601 +#: gio/gmount.c:601 msgid "mount doesn't implement content type guessing" msgstr "A csatolás nem valósítja meg a tartalomtípus meghatározását" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:690 +#: gio/gmount.c:690 msgid "mount doesn't implement synchronous content type guessing" msgstr "A csatolás nem valósítja meg a tartalomtípus szinkron meghatározását" -#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412 +#: gio/goutputstream.c:211 gio/goutputstream.c:412 msgid "Output stream doesn't implement write" msgstr "A kimeneti adatfolyam nem valósítja meg az írást" -#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780 +#: gio/goutputstream.c:372 gio/goutputstream.c:780 msgid "Source stream is already closed" msgstr "A forrás adatfolyam már le van zárva" -#: ../gio/gthemedicon.c:211 +#: gio/gthemedicon.c:211 msgid "name" msgstr "név" -#: ../gio/gthemedicon.c:212 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Az ikon neve" -#: ../gio/gthemedicon.c:223 +#: gio/gthemedicon.c:223 msgid "names" msgstr "nevek" -#: ../gio/gthemedicon.c:224 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Az ikonneveket tartalmazó tömb" -#: ../gio/gthemedicon.c:249 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "alapértelmezett tartalékok használata" -#: ../gio/gthemedicon.c:250 +#: gio/gthemedicon.c:250 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1745,86 +1762,85 @@ msgstr "" "rövidítésével talált tartalékok. Több név megadása esetén az első utániakat " "figyelmen kívül hagyja." -#: ../gio/gthemedicon.c:499 +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "A GThemedIcon kódolás %d. verziója nem kezelhető" -#: ../gio/gunixinputstream.c:161 ../gio/gunixoutputstream.c:147 +#: gio/gunixinputstream.c:161 gio/gunixoutputstream.c:147 msgid "File descriptor" msgstr "Fájlleíró" -#: ../gio/gunixinputstream.c:162 +#: gio/gunixinputstream.c:162 msgid "The file descriptor to read from" msgstr "Az olvasandó fájlleíró" -#: ../gio/gunixinputstream.c:176 ../gio/gunixoutputstream.c:162 +#: gio/gunixinputstream.c:176 gio/gunixoutputstream.c:162 msgid "Close file descriptor" msgstr "Fájlleíró lezárása" -#: ../gio/gunixinputstream.c:177 ../gio/gunixoutputstream.c:163 +#: gio/gunixinputstream.c:177 gio/gunixoutputstream.c:163 msgid "Whether to close the file descriptor when the stream is closed" msgstr "A fájlleíró lezárandó-e az adatfolyam lezárásakor" -#: ../gio/gunixinputstream.c:358 ../gio/gunixinputstream.c:378 -#: ../gio/gunixinputstream.c:456 ../gio/gunixoutputstream.c:443 +#: gio/gunixinputstream.c:358 gio/gunixinputstream.c:378 +#: gio/gunixinputstream.c:456 gio/gunixoutputstream.c:443 #, c-format msgid "Error reading from unix: %s" msgstr "Hiba a unix olvasásakor: %s" -#: ../gio/gunixinputstream.c:411 ../gio/gunixinputstream.c:593 -#: ../gio/gunixoutputstream.c:398 ../gio/gunixoutputstream.c:549 +#: gio/gunixinputstream.c:411 gio/gunixinputstream.c:593 +#: gio/gunixoutputstream.c:398 gio/gunixoutputstream.c:549 #, c-format msgid "Error closing unix: %s" msgstr "Hiba a unix lezárásakor: %s" -#: ../gio/gunixmounts.c:1781 ../gio/gunixmounts.c:1818 +#: gio/gunixmounts.c:1781 gio/gunixmounts.c:1818 msgid "Filesystem root" msgstr "Fájlrendszer gyökere" -#: ../gio/gunixoutputstream.c:148 +#: gio/gunixoutputstream.c:148 msgid "The file descriptor to write to" msgstr "Az írandó fájlleíró" -#: ../gio/gunixoutputstream.c:344 ../gio/gunixoutputstream.c:365 +#: gio/gunixoutputstream.c:344 gio/gunixoutputstream.c:365 #, c-format msgid "Error writing to unix: %s" msgstr "Hiba a unix írásakor: %s" -#: ../gio/gvolume.c:444 +#: gio/gvolume.c:444 msgid "volume doesn't implement eject" msgstr "a kötet nem valósítja meg a kiadást" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "Nem található az alkalmazás" -#: ../gio/gwin32appinfo.c:300 +#: gio/gwin32appinfo.c:300 #, c-format msgid "Error launching application: %s" msgstr "Hiba az alkalmazás indításakor: %s" -#: ../gio/gwin32appinfo.c:336 +#: gio/gwin32appinfo.c:336 msgid "URIs not supported" msgstr "Az URI címek nem támogatottak" -#: ../gio/gwin32appinfo.c:358 +#: gio/gwin32appinfo.c:358 msgid "association changes not supported on win32" msgstr "a társításmódosítások nem támogatottak win32 rendszeren" -#: ../gio/gwin32appinfo.c:370 +#: gio/gwin32appinfo.c:370 msgid "Association creation not supported on win32" msgstr "A társítás létrehozása nem támogatott win32 rendszeren" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "ne rejtse el a bejegyzéseket" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "hosszú felsorolási formátum használata" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FÁJL...]" - diff --git a/po/hy.po b/po/hy.po index b7b5aba..69a150e 100644 --- a/po/hy.po +++ b/po/hy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2006-03-03 16:24+0000\n" "Last-Translator: Norayr Chilingaryan \n" "Language-Team: Armenian \n" @@ -1079,14 +1079,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1110,38 +1110,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1442,87 +1442,87 @@ msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "'%s' ÕºÕ¡Õ¶Õ¡Õ¯Õ¨ բացելու սխալ՝ %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Սիմվոլիկ հղումները Õ¹Õ¥Õ¶ ապահովվում" diff --git a/po/id.po b/po/id.po index 274fb96..2d63a76 100644 --- a/po/id.po +++ b/po/id.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2005-08-30 22:41+0300\n" "Last-Translator: Mohammad DAMT \n" "Language-Team: Indonesia \n" @@ -1147,14 +1147,14 @@ msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai sebuah nomor." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai suatu nilai boolean." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1179,38 +1179,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1513,88 +1513,88 @@ msgstr "Error saat membaca file '%s': %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Dokumen terpotong tidak sempurna di dalam nama atribut" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Error saat membuka direktori '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Error pada baris ke %d: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Link simbolik tidak didukung oleh sistem" diff --git a/po/is.po b/po/is.po index fe84d96..75582bb 100644 --- a/po/is.po +++ b/po/is.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2003-08-18 18:05+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" @@ -1110,14 +1110,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1141,38 +1141,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1475,88 +1475,88 @@ msgstr "Villa við lestur skráarinnar '%s': %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Skjalið endar óvænt inn í heiti eiginleika" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Villa við að opna möppuna '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Villa á línu %d: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Tákntengi eru ekki studd" diff --git a/po/it.po b/po/it.po index 853a5be..9e64521 100644 --- a/po/it.po +++ b/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.19.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2009-01-06 12:50+0100\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" @@ -1274,14 +1274,14 @@ msgstr "Impossibile interpretare il valore \"%s\" come un booleano." # GLIB-2-16 # count (gssize) è un parametro delle funzione -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Valore count troppo largo passato a %s" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Lo stream è già chiuso" @@ -1305,26 +1305,26 @@ msgstr "Tipo di file %s" msgid "%s type" msgstr "Tipo %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "End-of-stream prematuro inatteso" # NdT: nome di applicazione (quando manca) -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Senza nome" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Il file .desktop non specifica il campo Exec" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Impossibile trovare il terminale richiesto per l'applicazione" # NdT il primo %s è il percorso alla cartella .local/share/application # messo tra parentesi per scelta stilistica... -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" @@ -1332,17 +1332,17 @@ msgstr "" # NdT il primo %s è il percorso alla cartella .local/share/application # messo tra parentesi per scelta stilistica... -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Impossibile creare la cartella utente di configurazione MIME (%s): %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Impossibile creare il file .desktop utente %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Definizione personalizzata per %s" @@ -1670,70 +1670,70 @@ msgstr "Errore nel rimuovare il file destinazione: %s" msgid "Move between mounts not supported" msgstr "Spostamento tra oggetti mount non supportato" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Il valore dell'attributo deve essere non-NULL" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Tipo di attributo non valido (attesa stringa)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Nome di attributo esteso non valido" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Errore nell'impostare l'attributo esteso \"%s\": %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Impossibile eseguire lo stat del file \"%s\": %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (codifica non valida)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Errore nell'eseguire lo stat del descrittore di file: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo di attributo non valido (atteso unit32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo di attributo non valido (atteso uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo di attributo non valido (attesa stringa di byte)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Errore nell'impostare i permessi: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Errore nell'impostare il proprietario: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "il collegamento simbolico deve essere non-NULL" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Errore nell'impostare il collegamento simbolico: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "Errore nell'impostare il collegamento simbolico: il file non è un " @@ -1741,23 +1741,23 @@ msgstr "" # GLIB-2-18 # lasciata minuscola come per precedente messaggio con symlink -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "il contesto SELinux deve essere non-NULL" # GLIB-2-18 -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Errore nell'impostare contesto SELinux: %s" # GLIB-2-18 -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux non è abilitato su questo sistema" # %s è l'attributo -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Impostazione dell'attributo %s non supportata" diff --git a/po/ja.po b/po/ja.po index 20a1378..610ac5d 100644 --- a/po/ja.po +++ b/po/ja.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-08-23 12:13+0900\n" "Last-Translator: Takeshi AIHANA \n" "Language-Team: Japanese \n" @@ -1122,14 +1122,14 @@ msgstr "値 '%s' を実数値として解釈できません" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "値 '%s' を論理値として解釈できません" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "%s に引き渡した値が大きすぎます" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "既にストリームは閉じています" @@ -1153,38 +1153,38 @@ msgstr "%s (ファイルの種類)" msgid "%s type" msgstr "%s (種類)" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "想定していたよりも早くストリームの最後に到達しました" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "名前なし" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "デスクトップ・ファイルで Exec 項目を指定してませんでした" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "アプリケーションで必要な端末が見つかりませんでした" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ユーザのアプリケーション設定フォルダ %s を生成できません: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ユーザの MIME 型設定フォルダ %s を生成できません: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "ユーザのデスクトップ・ファイル %s を生成できません" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "%s に対する独自の設定" @@ -1484,87 +1484,87 @@ msgstr "対象となるファイルを削除する際にエラー: %s" msgid "Move between mounts not supported" msgstr "マウント間の移動はサポートしていません" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "属性値を NULL にしないで下さい" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "属性の種類が無効です (文字列を想定していた)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "拡張属性の名前が無効です" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "'%s' という拡張属性をセットする際にエラー: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' というファイルの状態を取得する際にエラー: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (無効なエンコーディング)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "ファイル・ディスクリプタの状態を取得する際にエラー: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "属性の種類が無効です (uint32 型を想定していた)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "属性の種類が無効です (uint64 型を想定していた)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "属性の種類が無効です (バイト型の文字列を想定していた)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "アクセス権をセットする際にエラー: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "所有者をセットする際にエラー: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "シンボリックリンクを NULL にしないで下さい" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "シンボリックリンクをセットする際にエラー: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "シンボリックリンクの指定でエラー: ファイルがリンクではない" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux のコンテキストを NULL にしないで下さい" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux のコンテキストを指定する際にエラー: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "このシステムでは SELinux が有効になっていません" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "%s という属性値はセットできません" diff --git a/po/ka.po b/po/ka.po index 8b8612a..22fb026 100644 --- a/po/ka.po +++ b/po/ka.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: ka\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2007-09-14 12:15+0200\n" "Last-Translator: Vladimer Sichinava ვლადიმერ სიჭინავა \n" "Language-Team: Georgian \n" "Language-Team: Kannada \n" @@ -1121,14 +1121,14 @@ msgstr "ಮೌಲ್ಯ '%s' ವನ್ನು ಒಂದು ತೇಲು ಸಂಖ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ಮೌಲ್ಯ '%s' ವನ್ನು ಒಂದು ಬೂಲಿಯನ್ ಆಗಿ ವಿವರಿಸಲು ಆಗುವುದಿಲ್ಲ." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "%s ಗೆ ಬಹಳ ದೊಡ್ಡದಾದ ಎಣಿಕೆ ಮೌಲ್ಯವನ್ನು ರವಾನಿಸಲಾಗಿದೆ" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "ಸ್ಟ್ರೀಮ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ" @@ -1152,38 +1152,38 @@ msgstr "%s ಕಡತದ ಬಗೆ" msgid "%s type" msgstr "%s ಬಗೆ" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "ಸ್ಟ್ರೀಮ್‍ನ ಅನಿರೀಕ್ಷಿತ ಕ್ಷಿಪ್ರ ಅಂತ್ಯ" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "ಹೆಸರಿಸಲಾಗದ" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "ಗಣಕತೆರೆ ಕಡತವು Exec ಕ್ಷೇತ್ರವನ್ನು ಸೂಚಿಸಿಲ್ಲ" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "ಅನ್ವಯಕ್ಕೆ ಅಗತ್ಯವಿರುವ ಟರ್ಮಿನಲ್‍ ಅನ್ನು ಪತ್ತೆಮಾಡಲಾಗಲಿಲ್ಲ" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ಬಳಕೆದಾರ ಅನ್ವಯ ಸಂರಚನಾ ಫೋಲ್ಡರ್ %s ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ಬಳಕೆದಾರ MIME ಸಂರಚನಾ ಫೋಲ್ಡರ್ %s ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "ಬಳಕೆದಾರನ ಡೆಸ್ಕ್‍ಟಾಪ್ ಕಡತ %s ಅನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "%s ಗಾಗಿನ ಕಸ್ಟಮ್ ವಿವರಣೆ" @@ -1483,88 +1483,88 @@ msgstr "ಸೂಚಿತ ಕಡತವನ್ನು ತೆಗೆದು ಹಾಕು msgid "Move between mounts not supported" msgstr "ಎರಡು ಆರೋಹಣ ತಾಣಗಳ ನಡುವೆ ವರ್ಗಾಯಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "ವೈಶಿಷ್ಟ್ಯದ ಮೌಲ್ಯವು ಶೂನ್ಯವಲ್ಲದುದಾಗಿರಬೇಕು" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (ನಿರೀಕ್ಷಿತ ಸಾಲು)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "ಅಮಾನ್ಯವಾದ ವಿಸ್ತರಿಸಲ್ಪಟ್ಟ ವೈಶಿಷ್ಟ್ಯದ ಹೆಸರು" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "ವಿಸ್ತರಿಸಲ್ಪಟ್ಟ ವೈಶಿಷ್ಟ್ಯ '%s' ಅನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ಕಡತವನ್ನು ವ್ಯಕ್ತಪಡಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (ಅಮಾನ್ಯ ಸಂಕೇತಿಕರಣ)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "ಕಡತ ಡಿಸ್ಕ್ರಿಪ್ಟರನ್ನು ವ್ಯಕ್ತಪಡಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (uint32 ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (uint64 ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (ಬೈಟ್ ಸಾಲನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "ಅನುಮತಿಗಳನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "ಮಾಲಿಕನನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "ಸಾಂಕೇತಿಕಕೊಂಡಿಯು ಶೂನ್ಯವಾಗಿರುವಂತಿಲ್ಲ" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: ಕಡತವು ಒಂದು ಸಾಂಕೇತಿಕಕೊಂಡಿಯಾಗಿಲ್ಲ" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "ಸಾಂಕೇತಿಕಕೊಂಡಿಯು ಶೂನ್ಯವಾಗಿರುವಂತಿಲ್ಲ" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "ಮಾಲಿಕನನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "%s ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಹೊಂದಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" diff --git a/po/ko.po b/po/ko.po index 0a03618..758e95e 100644 --- a/po/ko.po +++ b/po/ko.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-21 06:13+0900\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2009-01-21 06:21+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: GNOME Korea \n" @@ -18,289 +18,288 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../glib/gbookmarkfile.c:737 +#: glib/gbookmarkfile.c:737 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "예상치 못하게 '%2$s' 엘리먼트에 '%1$s' 애트리뷰트가 있습니다" -#: ../glib/gbookmarkfile.c:748 ../glib/gbookmarkfile.c:819 -#: ../glib/gbookmarkfile.c:829 ../glib/gbookmarkfile.c:936 +#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829 +#: glib/gbookmarkfile.c:936 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "'%2$s' 엘리먼트에 '%1$s' 애트리뷰트가 없습니다" -#: ../glib/gbookmarkfile.c:1106 ../glib/gbookmarkfile.c:1171 -#: ../glib/gbookmarkfile.c:1235 ../glib/gbookmarkfile.c:1245 +#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171 +#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "예상치 못하게 '%s' 태그가 있습니다. '%s' 태그가 있어야 합니다" -#: ../glib/gbookmarkfile.c:1131 ../glib/gbookmarkfile.c:1145 -#: ../glib/gbookmarkfile.c:1213 ../glib/gbookmarkfile.c:1265 +#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145 +#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "예상치 못하게 '%2$s' 안에 '%1$s' 태그가 있습니다" -#: ../glib/gbookmarkfile.c:1793 +#: glib/gbookmarkfile.c:1793 msgid "No valid bookmark file found in data dirs" msgstr "데이터 디렉토리에 올바른 북마크 파일이 없습니다" -#: ../glib/gbookmarkfile.c:1994 +#: glib/gbookmarkfile.c:1994 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "'%s' URL에 대한 북마크가 이미 있습니다" -#: ../glib/gbookmarkfile.c:2040 ../glib/gbookmarkfile.c:2198 -#: ../glib/gbookmarkfile.c:2283 ../glib/gbookmarkfile.c:2363 -#: ../glib/gbookmarkfile.c:2448 ../glib/gbookmarkfile.c:2531 -#: ../glib/gbookmarkfile.c:2609 ../glib/gbookmarkfile.c:2688 -#: ../glib/gbookmarkfile.c:2730 ../glib/gbookmarkfile.c:2827 -#: ../glib/gbookmarkfile.c:2953 ../glib/gbookmarkfile.c:3143 -#: ../glib/gbookmarkfile.c:3219 ../glib/gbookmarkfile.c:3384 -#: ../glib/gbookmarkfile.c:3473 ../glib/gbookmarkfile.c:3563 -#: ../glib/gbookmarkfile.c:3691 +#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198 +#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363 +#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531 +#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688 +#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827 +#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143 +#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384 +#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563 +#: glib/gbookmarkfile.c:3691 #, c-format msgid "No bookmark found for URI '%s'" msgstr "'%s' URL에 대한 북마크가 없습니다" -#: ../glib/gbookmarkfile.c:2372 +#: glib/gbookmarkfile.c:2372 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "'%s' URL에 대한 북마크에 MIME 타입이 없습니다" -#: ../glib/gbookmarkfile.c:2457 +#: glib/gbookmarkfile.c:2457 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "'%s' URL에 대한 북마크에 개인 플래그가 없습니다" -#: ../glib/gbookmarkfile.c:2836 +#: glib/gbookmarkfile.c:2836 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "'%s' URL에 대한 북마크에 그룹이 설정되어 있지 않습니다" -#: ../glib/gbookmarkfile.c:3237 ../glib/gbookmarkfile.c:3394 +#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "이름이 '%s'인 어떤 프로그램도 '%s'에 대한 북마크를 등록하지 않았습니다" -#: ../glib/gbookmarkfile.c:3417 +#: glib/gbookmarkfile.c:3417 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "URI '%s'을(를) 사용해 '%s' 실행줄 확장하기에 실패했습니다" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1230 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "문자셋 '%s'에서 '%s'(으)로 변환은 지원되지 않습니다" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s'에서 '%s'(으)로 변환하는 변환기를 열 수 없습니다" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1402 -#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:955 -#: ../glib/gutf8.c:1404 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:955 +#: glib/gutf8.c:1404 msgid "Invalid byte sequence in conversion input" msgstr "변환 입력에서 잘못된 바이트 순서" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1409 -#: ../glib/giochannel.c:2300 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "변환중 오류: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155 -#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400 +#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296 +#: glib/gutf8.c:1400 msgid "Partial character sequence at end of input" msgstr "입력의 끝에서 부분적인 문자 순서" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "코드셋 '%2$s'에서 대체하는 '%1$s'(으)로 변환 못함" -#: ../glib/gconvert.c:1737 +#: glib/gconvert.c:1737 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s'은(는) \"file\" 스키마를 사용하는 절대 경로 URI가 아닙니다" -#: ../glib/gconvert.c:1747 +#: glib/gconvert.c:1747 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "로컬 파일 URI '%s'에는 '#'이 들어갈 수 없습니다" -#: ../glib/gconvert.c:1764 +#: glib/gconvert.c:1764 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s'이(가) 잘못되었습니다" -#: ../glib/gconvert.c:1776 +#: glib/gconvert.c:1776 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI '%s'의 호스트 이름이 잘못되었습니다" -#: ../glib/gconvert.c:1792 +#: glib/gconvert.c:1792 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s'은(는) 잘못된 이스케이프 문자가 들어 있습니다" -#: ../glib/gconvert.c:1887 +#: glib/gconvert.c:1887 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "경로이름 '%s'은(는) 절대 경로가 아닙니다" -#: ../glib/gconvert.c:1897 +#: glib/gconvert.c:1897 msgid "Invalid hostname" msgstr "잘못된 호스트 이름" -#: ../glib/gdir.c:110 ../glib/gdir.c:130 +#: glib/gdir.c:110 glib/gdir.c:130 #, c-format msgid "Error opening directory '%s': %s" msgstr "디렉토리 '%s' 여는 중 오류 : %s" -#: ../glib/gfileutils.c:532 ../glib/gfileutils.c:620 +#: glib/gfileutils.c:532 glib/gfileutils.c:620 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "파일 \"%2$s\"을(를) 읽은 %1$lu 바이트를 할당할 수 없습니다" -#: ../glib/gfileutils.c:547 +#: glib/gfileutils.c:547 #, c-format msgid "Error reading file '%s': %s" msgstr "파일 '%s'을(를) 읽는 중 오류: %s" -#: ../glib/gfileutils.c:561 +#: glib/gfileutils.c:561 #, c-format msgid "File \"%s\" is too large" msgstr "파일 \"%s\"이(가) 너무 큽니다" -#: ../glib/gfileutils.c:644 +#: glib/gfileutils.c:644 #, c-format msgid "Failed to read from file '%s': %s" msgstr "파일 '%s'에서 읽기 실패 : %s" -#: ../glib/gfileutils.c:695 ../glib/gfileutils.c:782 +#: glib/gfileutils.c:695 glib/gfileutils.c:782 #, c-format msgid "Failed to open file '%s': %s" msgstr "파일 '%s' 열기 실패 : %s" -#: ../glib/gfileutils.c:712 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:712 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "파일 '%s'의 속성을 가져오기 실패 : fstat() 실패: %s" -#: ../glib/gfileutils.c:746 +#: glib/gfileutils.c:746 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "파일 '%s' 열기 실패: fdopen() 실패: %s" -#: ../glib/gfileutils.c:853 +#: glib/gfileutils.c:853 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "파일 '%s'의 이름을 '%s'(으)로 바꾸는 데 실패: g_rename() 실패: %s" -#: ../glib/gfileutils.c:895 ../glib/gfileutils.c:1284 +#: glib/gfileutils.c:895 glib/gfileutils.c:1284 #, c-format msgid "Failed to create file '%s': %s" msgstr "파일 '%s' 만들기 실패: %s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "파일 '%s' 쓰기 용도로 열기 실패: fdopen() 실패: %s" -#: ../glib/gfileutils.c:934 +#: glib/gfileutils.c:934 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "파일 '%s' 쓰기 실패: fwrite() 실패: %s" -#: ../glib/gfileutils.c:953 +#: glib/gfileutils.c:953 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "파일 '%s' 닫기 실패: fclose() 실패: %s" -#: ../glib/gfileutils.c:1071 +#: glib/gfileutils.c:1071 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "기존의 '%s' 파일을 지울 수 없습니다: g_unlink() 실패: %s" -#: ../glib/gfileutils.c:1246 +#: glib/gfileutils.c:1246 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "템플리트 '%s'이(가) 잘못되었습니다, '%s'이(가) 들어 있으면 안 됩니다" -#: ../glib/gfileutils.c:1259 +#: glib/gfileutils.c:1259 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "템플리트 '%s'에 XXXXXX가 없습니다" -#: ../glib/gfileutils.c:1698 +#: glib/gfileutils.c:1698 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1703 +#: glib/gfileutils.c:1703 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1708 +#: glib/gfileutils.c:1708 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1751 +#: glib/gfileutils.c:1751 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "심볼릭 링크 '%s' 읽기 실패: %s" -#: ../glib/gfileutils.c:1772 +#: glib/gfileutils.c:1772 msgid "Symbolic links not supported" msgstr "심볼릭 링크를 지원하지 않습니다" -#: ../glib/giochannel.c:1234 +#: glib/giochannel.c:1234 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "`%s'에서 `%s'(으)로 변환하는 변환기를 열 수 없음: %s" -#: ../glib/giochannel.c:1579 +#: glib/giochannel.c:1579 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "g_io_channel_read_line_string으로 raw 읽기를 할 수 없습니다" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1884 -#: ../glib/giochannel.c:1971 +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "읽기 버퍼에서 변환되지 않은 데이터를 남겨둠" -#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784 +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "일부 문자에서 채널 끝냄" -#: ../glib/giochannel.c:1770 +#: glib/giochannel.c:1770 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_endi로 raw 읽기를 할 수 없습니다" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "파일 '%s' 열기 실패: dopen() 실패: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "파일 '%s' 매핑 실패: mmap() 실패: %s" -#: ../glib/gmarkup.c:255 ../glib/gmarkup.c:295 +#: glib/gmarkup.c:255 glib/gmarkup.c:295 #, c-format msgid "Error on line %d char %d: " msgstr "%d째 줄 %d 문자에서 오류: " -#: ../glib/gmarkup.c:389 +#: glib/gmarkup.c:389 #, c-format msgid "Error on line %d: %s" msgstr "%d째 줄에서 오류: %s" -#: ../glib/gmarkup.c:493 +#: glib/gmarkup.c:493 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" @@ -308,7 +307,7 @@ msgstr "" "' 입니다" # FIXME: "escape"라는 동사를 번역? -#: ../glib/gmarkup.c:503 +#: glib/gmarkup.c:503 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -319,18 +318,18 @@ msgstr "" "작합니다. 이 & 기호가 엔티티에 사용되는 것이 아닌 경우에는, & 라고 쓰십" "시오" -#: ../glib/gmarkup.c:537 +#: glib/gmarkup.c:537 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "문자 '%s'은(는) 엔티티 이름에서 올바르지 않습니다" -#: ../glib/gmarkup.c:574 +#: glib/gmarkup.c:574 #, c-format msgid "Entity name '%s' is not known" msgstr "엔티티 이름 '%s'이(가) 알려져 있지 않습니다" # FIXME: "escape"라는 동사를 번역? -#: ../glib/gmarkup.c:585 +#: glib/gmarkup.c:585 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -339,7 +338,7 @@ msgstr "" "ê³  하지 않은 곳에서 & 기호를 사용한 경우일 것입니다 - 이런 경우 & 라고쓰" "십시오" -#: ../glib/gmarkup.c:638 +#: glib/gmarkup.c:638 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -348,16 +347,16 @@ msgstr "" "'%-.*s'의 구문 해석에 실패했습니다. 문자 참조에는 숫자를 써야 합니다 (예를 " "들어 ê) - 숫자가 너무 클 수도 있습니다" -#: ../glib/gmarkup.c:660 +#: glib/gmarkup.c:660 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "문자 참조 '%-*s'에 대응되는 문자는 허용되지 않습니다" -#: ../glib/gmarkup.c:675 +#: glib/gmarkup.c:675 msgid "Empty character reference; should include a digit such as dž" msgstr "문자 참조가 비어 있습니다; dž처럼 숫자를 써야 합니다" -#: ../glib/gmarkup.c:685 +#: glib/gmarkup.c:685 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -367,32 +366,32 @@ msgstr "" "려고 하지 않은 곳에서 & 기호를 사용한 경우일 것입니다 - 이런 경우 & 라고" "쓰십시오" -#: ../glib/gmarkup.c:771 +#: glib/gmarkup.c:771 msgid "Unfinished entity reference" msgstr "엔티티 참조가 미완성입니다" -#: ../glib/gmarkup.c:777 +#: glib/gmarkup.c:777 msgid "Unfinished character reference" msgstr "문자 참조가 미완성입니다" -#: ../glib/gmarkup.c:1063 +#: glib/gmarkup.c:1063 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "잘못된 UTF-8 인코딩된 텍스트 - 너무 시퀀스가 깁니다" -#: ../glib/gmarkup.c:1091 +#: glib/gmarkup.c:1091 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "잘못된 UTF-8 인코딩된 텍스트 - 시작 문자가 아닙니다" -#: ../glib/gmarkup.c:1130 +#: glib/gmarkup.c:1130 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "잘못된 UTF-8 인코딩된 텍스트 - '%s' 부분이 올바르지 않습니다" -#: ../glib/gmarkup.c:1168 +#: glib/gmarkup.c:1168 msgid "Document must begin with an element (e.g. )" msgstr "문서는 엘리먼트로 시작하여야 합니다 (예 )" -#: ../glib/gmarkup.c:1208 +#: glib/gmarkup.c:1208 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -401,7 +400,7 @@ msgstr "" "'%s'은(는) '<' 문자 다음에 쓸 수 없습니다; 이 문자로는 엘리먼트 이름을 시작" "할 수 없습니다" -#: ../glib/gmarkup.c:1276 +#: glib/gmarkup.c:1276 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the empty-element tag '%" @@ -409,7 +408,7 @@ msgid "" msgstr "" "이상한 문자 '%s'. 빈 엘리먼트 '%s' 태그를 끝내는 '>' 문자가 나타나야 합니다" -#: ../glib/gmarkup.c:1365 +#: glib/gmarkup.c:1365 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -417,7 +416,7 @@ msgstr "" "이상한 문자 '%1$s'. 엘리먼트 '%3$s'의 애트리뷰트 이름 '%2$s' 다음에 '='이 나" "타나야 합니다" -#: ../glib/gmarkup.c:1407 +#: glib/gmarkup.c:1407 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -428,7 +427,7 @@ msgstr "" "나, 애트리뷰트가 나와야 합니다; 아마도 애트리뷰트 이름에 잘못된 문자를 쓴 ê²½" "우일 것입니다" -#: ../glib/gmarkup.c:1493 +#: glib/gmarkup.c:1493 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -437,7 +436,7 @@ msgstr "" "이상한 문자 '%1$s'. 엘리먼트 '%3$s'의 애트리뷰트 '%2$s'의 값을 부여할 때 = " "기호 다음에 따옴표가 나타나야 합니다" -#: ../glib/gmarkup.c:1635 +#: glib/gmarkup.c:1635 #, c-format msgid "" "'%s' is not a valid character following the characters '' 문" "자를 쓸 수 있습니다" -#: ../glib/gmarkup.c:1686 +#: glib/gmarkup.c:1686 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "'%s' 엘리먼트는 닫혔고, 현재 아무 엘리먼트도 열려 있지 않습니다" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "'%s' 엘리먼트는 닫혔고, 현재 열려 있는 엘리먼트는 '%s'입니다" -#: ../glib/gmarkup.c:1858 +#: glib/gmarkup.c:1858 msgid "Document was empty or contained only whitespace" msgstr "문서가 비어있거나 공백문자만 들어 있습니다" -#: ../glib/gmarkup.c:1872 +#: glib/gmarkup.c:1872 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "'<' 바로 다음에 문서가 갑작스럽게 끝났습니다" -#: ../glib/gmarkup.c:1880 ../glib/gmarkup.c:1925 +#: glib/gmarkup.c:1880 glib/gmarkup.c:1925 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -482,7 +481,7 @@ msgstr "" "엘리먼트가 열려 있는 상태로 문서가 갑작스럽게 끝났습니다 - 마지막에 열려 있" "던 엘리먼트는 '%s'입니다" -#: ../glib/gmarkup.c:1888 +#: glib/gmarkup.c:1888 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -490,19 +489,19 @@ msgid "" msgstr "" "문서가 갑작스럽게 끝났습니다. <%s/> 태그를 끝내는 > 기호가 나타나야 합니다" -#: ../glib/gmarkup.c:1894 +#: glib/gmarkup.c:1894 msgid "Document ended unexpectedly inside an element name" msgstr "엘리먼트 이름에서 문서가 갑작스럽게 끝났습니다" -#: ../glib/gmarkup.c:1900 +#: glib/gmarkup.c:1900 msgid "Document ended unexpectedly inside an attribute name" msgstr "에트리뷰트 이름에서 문서가 갑작스럽게 끝났습니다" -#: ../glib/gmarkup.c:1905 +#: glib/gmarkup.c:1905 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "엘리먼트의 열기 태그 안에서 문서가 갑작스럽게 끝났습니다." -#: ../glib/gmarkup.c:1911 +#: glib/gmarkup.c:1911 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -510,399 +509,397 @@ msgstr "" "애트리뷰트 이름 다음의 = 기호 다음에서 문서가 갑작스럽게 끝났습니다; 애트리뷰" "트 값이 없습니다" -#: ../glib/gmarkup.c:1918 +#: glib/gmarkup.c:1918 msgid "Document ended unexpectedly while inside an attribute value" msgstr "애트리뷰트 값 안에서 문서가 갑작스럽게 끝났습니다" -#: ../glib/gmarkup.c:1934 +#: glib/gmarkup.c:1934 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "엘리먼트 '%s'의 닫기 태그 안에서 문서가 갑작스럽게 끝났습니다" # FIXME: processing instruction? -#: ../glib/gmarkup.c:1940 +#: glib/gmarkup.c:1940 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "주석문 혹은 처리 안내자 태그 안에서 문서가 갑작스럽게 끝났습니다" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "개체가 손상되었습니다" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "내부 오류 또는 개체가 손상되었습니다" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "메모리 부족" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "역추적 최대값에 도달했습니다" -#: ../glib/gregex.c:152 ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "패턴 안에 부분 매치에서 지원하지 않는 항목이 들어 있습니다." -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1999 +#: glib/gregex.c:154 gio/glocalfile.c:1999 msgid "internal error" msgstr "내부 오류" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "후위 참조를 조건으로 사용하면 부분 매치에서 지원하지 않습니다." -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "재귀 최대값에 도달했습니다" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "비어있는 부분 문자열에 대해 작업 공간 최대값에 도달했습니다" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "줄바꿈 플래그의 조합이 잘못되었습니다" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "알 수 없는 오류" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "패턴 끝에 \\\\" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "패턴 끝에 \\\\c" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "\\\\ 다음에 인식할 수 없는 문자" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "대소문자 바꾸기 이스케이프는 (\\\\l, \\\\L, \\\\u, \\\\U) 여기에서 허용하지 " "않습니다" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "{} 안에서 숫자가 순서를 벗어났습니다" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "{} 안에서 숫자가 너무 큽니다" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "문자 클래스에서 끝나는 ] 괄호가 빠졌습니다" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "문자 클래스에서 이스케이프 시퀀스가 잘못되었습니다" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "문자 클래스에서 범위가 순서를 벗어났습니다" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "반복할 사항 없음" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "(? 다음에 알 수 없는 문자" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "(?< 다음에 알 수 없는 문자" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "(?P 다음에 알 수 없는 문자" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX 네임드 클래스는 클래스 안에서만 지원합니다" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "끝나는 ) 괄호가 없습니다" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") 괄호가 여는 ( 괄호 없이 있습니다" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R 혹은 (?[+-]digits 다음에는 ) 괄호가 와야 합니다" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "없는 서브패턴을 참조합니다" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "주석 다음에 ) 괄호가 빠졌습니다" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "정규식이 너무 큽니다" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "메모리를 확보하는 데 실패했습니다" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "룩비하인드 어서션이 고정된 길이가 아닙니다" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "(?( 다음에 숫자나 이름의 형식이 잘못되었습니다" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "조건문 그룹에 브랜치가 2개보다 많이 들어 있습니다" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "(?( 다음에 어서션이 이와야 합니다" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "알 수 없는 POSIX 클래스 이름" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX 사전 순서 항목은 지원하지 않습니다" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "\\x{...} 시퀀스의 문자 값이 너무 큽니다" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "잘못된 조건문 (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C는 룩비하인드 어서션에서 사용할 수 없습니다" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "재귀 호출때문에 무한히 반복할 수 있습니다" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "서브패턴 이름에 끝나는 글자가 빠졌습니다" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "이름 있는 2개의 서브 패턴의 이름이 같습니다" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "\\P 혹은 \\p 시퀀스의 형식이 잘못되었습니다" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "\\P 혹은 \\p 다음에 속성 이름을 알 수 없습니다" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "서브패턴 이름이 너무 깁니다 (최대 32글자)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "이름 있는 서브패턴이 너무 많습니다 (최대 10,000개)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "8진수값이 \\377보다 큽니다" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE 그룹에 브랜치가 여러 개 들어 있습니다" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "DEFINE 그룹의 반복은 허용하지 않습니다" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "일관성 없는 NEWLINE 옵션" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g 다음에 {}로 둘러싼 이름이나 {}로 둘러싼 0이 아닌 숫자가 오지 않았습니다." -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "예상하지 못한 반복" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "코드 오버플로우" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "컴파일 작업 공간을 넘어갔습니다" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "이전에 검사한 참조할 서브패턴이 없습니다" -#: ../glib/gregex.c:526 ../glib/gregex.c:1605 +#: glib/gregex.c:526 glib/gregex.c:1605 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "정규 표현식 %s을(를) 맞추는 도중 오류가 발생했습니다: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE 라이브러리가 UTF8 지원 없이 컴파일되었습니다" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE 라이브러리는 UTF8 속성을 지원하지 않고 컴파일되었습니다" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "" "정규 표현식 %s을(를) 컴파일하는 중 %d번째 문자에서 오류가 발생했습니다: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "정규 표현식 %s을(를) 최적화하는 도중 오류 발생: %s" -#: ../glib/gregex.c:2033 +#: glib/gregex.c:2033 msgid "hexadecimal digit or '}' expected" msgstr "16 진수 또는 '}'가 있어야 합니다" -#: ../glib/gregex.c:2049 +#: glib/gregex.c:2049 msgid "hexadecimal digit expected" msgstr "16 진수가 있어야 합니다" -#: ../glib/gregex.c:2089 +#: glib/gregex.c:2089 msgid "missing '<' in symbolic reference" msgstr "심볼 참조에 '<' 기호가 없습니다" -#: ../glib/gregex.c:2098 +#: glib/gregex.c:2098 msgid "unfinished symbolic reference" msgstr "심볼 참조가 끝나지 않았습니다" -#: ../glib/gregex.c:2105 +#: glib/gregex.c:2105 msgid "zero-length symbolic reference" msgstr "심볼 참조에 내용이 없습니다" -#: ../glib/gregex.c:2116 +#: glib/gregex.c:2116 msgid "digit expected" msgstr "숫자가 있어야 합니다" -#: ../glib/gregex.c:2134 +#: glib/gregex.c:2134 msgid "illegal symbolic reference" msgstr "심볼 참조가 잘못되었습니다" -#: ../glib/gregex.c:2196 +#: glib/gregex.c:2196 msgid "stray final '\\'" msgstr "마지막 '\\'가 없습니다" -#: ../glib/gregex.c:2200 +#: glib/gregex.c:2200 msgid "unknown escape sequence" msgstr "알 수 없는 이스케이프 시퀀스" -#: ../glib/gregex.c:2210 +#: glib/gregex.c:2210 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "\"%s\" 대체 문자열을 읽는 중 %lu번째 문자에서 오류가 발생했습니다: %s" # g_shell_unquote()에 쓰임. shell의 quoted text를 raw string으로 바꾸는 기능 # FIXME: "quoted"라는 말을 어떻게 해야 할 것인가? -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 msgid "Quoted text doesn't begin with a quotation mark" msgstr "따옴표된 텍스트가 따옴표로 시작하지 않습니다" # FIXME: 위 참조, "quoted" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "명령행에서 따옴표가 맞지 않거나 쉘따옴표된 텍스트가 또 있습니다" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "텍스트가 '\\' 문자 다음에 끝났습니다. (텍스트는 '%s'입니다)" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "텍스트가 %c에 대응되는 따옴표가 나타나기 전에 끝났습니다. (텍스트는 '%s'입니" "다)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "텍스트가 비어 있음 (또는 공백만 들어 있음)" -#: ../glib/gspawn-win32.c:283 +#: glib/gspawn-win32.c:283 msgid "Failed to read data from child process" msgstr "자식 프로세스에서 데이터 읽기 실패" -#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1468 +#: glib/gspawn-win32.c:298 glib/gspawn.c:1468 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "자식 프로세스와 통신을 위한 파이프를 만드는 중 실패 (%s)" -#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1132 +#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1132 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "자식 파이프로 부터 읽기 실패 (%s)" -#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1337 +#: glib/gspawn-win32.c:367 glib/gspawn.c:1337 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "디렉토리 '%s'(으)로 바꾸기 실패 (%s)" -#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:492 +#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492 #, c-format msgid "Failed to execute child process (%s)" msgstr "자식 프로세스 실행 실패 (%s)" -#: ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:442 #, c-format msgid "Invalid program name: %s" msgstr "잘못된 프로그램 이름: %s" -#: ../glib/gspawn-win32.c:452 ../glib/gspawn-win32.c:720 -#: ../glib/gspawn-win32.c:1276 +#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "인자에서 잘못된 문자열, %d: %s" -#: ../glib/gspawn-win32.c:463 ../glib/gspawn-win32.c:735 -#: ../glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309 #, c-format msgid "Invalid string in environment: %s" msgstr "환경에서 잘못된 문자열: %s" -#: ../glib/gspawn-win32.c:716 ../glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257 #, c-format msgid "Invalid working directory: %s" msgstr "잘못된 현재 디렉토리: %s" -#: ../glib/gspawn-win32.c:781 +#: glib/gspawn-win32.c:781 #, c-format msgid "Failed to execute helper program (%s)" msgstr "도움 프로그램 실행 실패 (%s)" -#: ../glib/gspawn-win32.c:995 +#: glib/gspawn-win32.c:995 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -910,137 +907,137 @@ msgstr "" "자식 프로세스에서 데이터를 읽는중 g_io_channel_win32_poll()에서 기대되지않은 " "오류" -#: ../glib/gspawn.c:188 +#: glib/gspawn.c:188 #, c-format msgid "Failed to read data from child process (%s)" msgstr "자식 프로세스 에서 데이터를 읽기 실패 (%s)" -#: ../glib/gspawn.c:325 +#: glib/gspawn.c:325 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "자식 프로세스 에서 데이터를 읽는 중 select()에서 예상되지 않은 오류 (%s)" -#: ../glib/gspawn.c:408 +#: glib/gspawn.c:408 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid()에서 예상되지 않은 오류 (%s)" -#: ../glib/gspawn.c:1197 +#: glib/gspawn.c:1197 #, c-format msgid "Failed to fork (%s)" msgstr "포크 실패(%s)" -#: ../glib/gspawn.c:1347 +#: glib/gspawn.c:1347 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "자식 프로세스 \"%s\"을(를) 실행하기 실패 (%s)" -#: ../glib/gspawn.c:1357 +#: glib/gspawn.c:1357 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "자식 프로세스 (%s)의 입력 또는 출력의 리다이렉트 실패" -#: ../glib/gspawn.c:1366 +#: glib/gspawn.c:1366 #, c-format msgid "Failed to fork child process (%s)" msgstr "자식 프로세스 (%s)를 생성 실패" -#: ../glib/gspawn.c:1374 +#: glib/gspawn.c:1374 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "자식 프로세스 \"%s\"을(를) 실행하는 중 알 수 없는 오류" -#: ../glib/gspawn.c:1396 +#: glib/gspawn.c:1396 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "자식 pid 파이프에서 필요한 데이타를 읽는 데 실패했습니다 (%s)" -#: ../glib/gutf8.c:1029 +#: glib/gutf8.c:1029 msgid "Character out of range for UTF-8" msgstr "UTF-8 범위 밖의 문자" -#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264 -#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510 +#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273 +#: glib/gutf8.c:1414 glib/gutf8.c:1510 msgid "Invalid sequence in conversion input" msgstr "변환 입력에서 잘못된 순서" -#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521 +#: glib/gutf8.c:1425 glib/gutf8.c:1521 msgid "Character out of range for UTF-16" msgstr "UTF-16 범위 밖의 문자" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "사용법:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[옵션...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "도움말 옵션:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "도움말 옵션을 봅니다" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "모든 도움말 옵션을 봅니다" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "프로그램 옵션:" -#: ../glib/goption.c:850 ../glib/goption.c:920 +#: glib/goption.c:850 glib/goption.c:920 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "%2$s에 대한 정수 값 '%1$s'을(를) 분석할 수 없습니다" -#: ../glib/goption.c:860 ../glib/goption.c:928 +#: glib/goption.c:860 glib/goption.c:928 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s에 대한 정수 값 '%1$s'이(가) 범위를 벗어났습니다" -#: ../glib/goption.c:885 +#: glib/goption.c:885 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "%2$s에 대한 배정도 실수 값 '%1$s'을(를) 분석할 수 없습니다" -#: ../glib/goption.c:893 +#: glib/goption.c:893 #, c-format msgid "Double value '%s' for %s out of range" msgstr "%2$s에 대한 배정도 실수 값 '%1$s'이(가) 범위를 벗어났습니다" -#: ../glib/goption.c:1156 ../glib/goption.c:1235 +#: glib/goption.c:1156 glib/goption.c:1235 #, c-format msgid "Error parsing option %s" msgstr "옵션 읽는 중에 오류: %s" -#: ../glib/goption.c:1266 ../glib/goption.c:1380 +#: glib/goption.c:1266 glib/goption.c:1380 #, c-format msgid "Missing argument for %s" msgstr "%s에 대한 인자가 빠졌습니다" -#: ../glib/goption.c:1773 +#: glib/goption.c:1773 #, c-format msgid "Unknown option %s" msgstr "알 수 없는 옵션 %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 msgid "Valid key file could not be found in search dirs" msgstr "찾기 디렉토리 안에 올바른 키 파일이 없습니다" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 msgid "Not a regular file" msgstr "일반 파일이 아닙니다" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 msgid "File is empty" msgstr "파일이 비었습니다" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1048,194 +1045,192 @@ msgstr "" "키 파일에 들어 있는 '%s' 줄은 키-값 쌍도 아니고, 그룹도 아니고, 주석도 아닙니" "다" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "잘못된 그룹 이름: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 msgid "Key file does not start with a group" msgstr "키 파일이 그룹으로 시작하지 않습니다" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "잘못된 키 이름: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "키 파일에 지원하지 않는 '%s' 인코딩이 들어 있습니다" -#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1274 ../glib/gkeyfile.c:2503 -#: ../glib/gkeyfile.c:2569 ../glib/gkeyfile.c:2704 ../glib/gkeyfile.c:2837 -#: ../glib/gkeyfile.c:2990 ../glib/gkeyfile.c:3177 ../glib/gkeyfile.c:3238 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1274 glib/gkeyfile.c:2503 +#: glib/gkeyfile.c:2569 glib/gkeyfile.c:2704 glib/gkeyfile.c:2837 +#: glib/gkeyfile.c:2990 glib/gkeyfile.c:3177 glib/gkeyfile.c:3238 #, c-format msgid "Key file does not have group '%s'" msgstr "키 파일에 '%s' 그룹이 없습니다" -#: ../glib/gkeyfile.c:1286 +#: glib/gkeyfile.c:1286 #, c-format msgid "Key file does not have key '%s'" msgstr "키 파일에 '%s' 키가 없습니다" -#: ../glib/gkeyfile.c:1393 ../glib/gkeyfile.c:1508 +#: glib/gkeyfile.c:1393 glib/gkeyfile.c:1508 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "키 파일에 있는 '%s' 키와 '%s' 값은 UTF-8이 아닙니다" -#: ../glib/gkeyfile.c:1413 ../glib/gkeyfile.c:1528 ../glib/gkeyfile.c:1907 +#: glib/gkeyfile.c:1413 glib/gkeyfile.c:1528 glib/gkeyfile.c:1907 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "키 파일에 있는 '%s' 키의 값을 해석할 수 없습니다." -#: ../glib/gkeyfile.c:2122 ../glib/gkeyfile.c:2334 +#: glib/gkeyfile.c:2122 glib/gkeyfile.c:2334 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "키 파일에 있는 '%2$s' 그룹의 '%1$s' 키의 값을 해석할 수 없습니다." -#: ../glib/gkeyfile.c:2518 ../glib/gkeyfile.c:2719 ../glib/gkeyfile.c:3249 +#: glib/gkeyfile.c:2518 glib/gkeyfile.c:2719 glib/gkeyfile.c:3249 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "키 파일에 있는 '%2$s' 그룹의 '%1$s' 키가 없습니다" -#: ../glib/gkeyfile.c:3483 +#: glib/gkeyfile.c:3483 msgid "Key file contains escape character at end of line" msgstr "키 파일의 줄 끝에 이스케이프 문자가 있습니다" -#: ../glib/gkeyfile.c:3505 +#: glib/gkeyfile.c:3505 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "키 파일에 잘못된 이스케이프 시퀀스 '%s'이(가) 들어 있습니다" -#: ../glib/gkeyfile.c:3647 +#: glib/gkeyfile.c:3647 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "값 '%s'을(를) 숫자로 해석할 수 없습니다." -#: ../glib/gkeyfile.c:3661 +#: glib/gkeyfile.c:3661 #, c-format msgid "Integer value '%s' out of range" msgstr "정수 값 '%s'이(가) 범위를 벗어났습니다" -#: ../glib/gkeyfile.c:3694 +#: glib/gkeyfile.c:3694 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "값 '%s'을(를) 단정도 실수로 해석할 수 없습니다." -#: ../glib/gkeyfile.c:3718 +#: glib/gkeyfile.c:3718 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "값 '%s'을(를) 불리언 값으로 해석할 수 없습니다." -#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193 -#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566 -#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202 -#: ../gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "%s에 넘긴 카운트 값이 너무 큽니다" -#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901 -#: ../gio/goutputstream.c:1085 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 +#: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "스트림을 이미 닫았습니다" -#: ../gio/gcancellable.c:366 ../gio/glocalfile.c:1992 -#: ../gio/gsimpleasyncresult.c:623 ../gio/gsimpleasyncresult.c:650 +#: gio/gcancellable.c:366 gio/glocalfile.c:1992 gio/gsimpleasyncresult.c:623 +#: gio/gsimpleasyncresult.c:650 msgid "Operation was cancelled" msgstr "동작이 취소되었습니다" -#: ../gio/gcontenttype.c:180 +#: gio/gcontenttype.c:180 msgid "Unknown type" msgstr "알 수 없는 종류" -#: ../gio/gcontenttype.c:181 +#: gio/gcontenttype.c:181 #, c-format msgid "%s filetype" msgstr "%s 파일종류" -#: ../gio/gcontenttype.c:678 +#: gio/gcontenttype.c:678 #, c-format msgid "%s type" msgstr "%s 종류" -#: ../gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "예기치 않게 일찍 스트림이 끝났습니다" -#: ../gio/gdesktopappinfo.c:460 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "이름없음" -#: ../gio/gdesktopappinfo.c:696 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "desktop 파일에 Exec 필드를 지정하지 않았습니다" -#: ../gio/gdesktopappinfo.c:990 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "프로그램에 필요한 터미널을 찾을 수 없습니다" -#: ../gio/gdesktopappinfo.c:1222 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "사용자 프로그램 설정 폴더(%s)를 만들 수 없습니다: %s" -#: ../gio/gdesktopappinfo.c:1226 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "사용자 MIME 설정 폴더(%s)를 만들 수 없습니다: %s" -#: ../gio/gdesktopappinfo.c:1630 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "%s 사용자 desktop 파일을 만들 수 없습니다" -#: ../gio/gdesktopappinfo.c:1742 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "%s에 대한 사용자 설정 정의" -#: ../gio/gdrive.c:381 +#: gio/gdrive.c:381 msgid "drive doesn't implement eject" msgstr "드라이브가 eject를 구현하지 않았습니다" -#: ../gio/gdrive.c:451 +#: gio/gdrive.c:451 msgid "drive doesn't implement polling for media" msgstr "드라이브가 미디어의 폴링을 구현하지 않았습니다" -#: ../gio/gemblem.c:325 +#: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "GEmblem 인코딩의 %d 버전을 처리할 수 없습니다" -#: ../gio/gemblem.c:335 +#: gio/gemblem.c:335 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "GEmblem 인코딩에서 토큰 수가 잘못되었습니다 (%d개)" -#: ../gio/gemblemedicon.c:295 +#: gio/gemblemedicon.c:295 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "GEmblemedIcon 인코딩의 %d 버전을 처리할 수 없습니다" -#: ../gio/gemblemedicon.c:305 +#: gio/gemblemedicon.c:305 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "GEmblemedIcon 인코딩에서 토큰 수가 잘못되었습니다 (%d개)" -#: ../gio/gemblemedicon.c:328 +#: gio/gemblemedicon.c:328 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon에 GEmblem이 없습니다" -#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190 -#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537 -#: ../gio/gfile.c:1620 ../gio/gfile.c:2694 ../gio/gfile.c:2748 -#: ../gio/gfile.c:2879 ../gio/gfile.c:2919 ../gio/gfile.c:3246 -#: ../gio/gfile.c:3648 ../gio/gfile.c:3732 ../gio/gfile.c:3815 -#: ../gio/gfile.c:3895 ../gio/gfile.c:4225 ../gio/win32/gwinhttpfile.c:428 +#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426 +#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2694 +#: gio/gfile.c:2748 gio/gfile.c:2879 gio/gfile.c:2919 gio/gfile.c:3246 +#: gio/gfile.c:3648 gio/gfile.c:3732 gio/gfile.c:3815 gio/gfile.c:3895 +#: gio/gfile.c:4225 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "동작을 지원하지 않습니다" @@ -1247,130 +1242,130 @@ msgstr "동작을 지원하지 않습니다" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1071 ../gio/glocalfile.c:1082 -#: ../gio/glocalfile.c:1095 +#: gio/gfile.c:1311 gio/glocalfile.c:1071 gio/glocalfile.c:1082 +#: gio/glocalfile.c:1095 msgid "Containing mount does not exist" msgstr "들어 있는 마운트가 없습니다" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2142 +#: gio/gfile.c:1963 gio/glocalfile.c:2142 msgid "Can't copy over directory" msgstr "디렉토리를 덮어 써서 복사할 수 없습니다" -#: ../gio/gfile.c:2023 +#: gio/gfile.c:2023 msgid "Can't copy directory over directory" msgstr "디렉토리를 덮어 써서 디렉토리를 복사할 수 없습니다" -#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2151 +#: gio/gfile.c:2031 gio/glocalfile.c:2151 msgid "Target file exists" msgstr "대상 파일이 있습니다" -#: ../gio/gfile.c:2049 +#: gio/gfile.c:2049 msgid "Can't recursively copy directory" msgstr "디렉토리를 재귀적으로 복사할 수 없습니다" -#: ../gio/gfile.c:2869 +#: gio/gfile.c:2869 msgid "Invalid symlink value given" msgstr "잘못된 심볼릭 링크 값이 주어졌습니다" -#: ../gio/gfile.c:2962 +#: gio/gfile.c:2962 msgid "Trash not supported" msgstr "휴지통을 지원하지 않습니다" -#: ../gio/gfile.c:3011 +#: gio/gfile.c:3011 #, c-format msgid "File names cannot contain '%c'" msgstr "파일 이름에 '%c' 문자가 들어갈 수 없습니다" -#: ../gio/gfile.c:4993 ../gio/gvolume.c:370 +#: gio/gfile.c:4993 gio/gvolume.c:370 msgid "volume doesn't implement mount" msgstr "볼륨이 mount를 구현하지 않았습니다" -#: ../gio/gfile.c:5101 +#: gio/gfile.c:5101 msgid "No application is registered as handling this file" msgstr "이 파일을 처리하는 프로그램을 아무 것도 등록하지 않았습니다" -#: ../gio/gfileenumerator.c:206 +#: gio/gfileenumerator.c:206 msgid "Enumerator is closed" msgstr "이뉴머레이터를 이미 닫았습니다 " -#: ../gio/gfileenumerator.c:213 ../gio/gfileenumerator.c:272 -#: ../gio/gfileenumerator.c:372 ../gio/gfileenumerator.c:481 +#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272 +#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481 msgid "File enumerator has outstanding operation" msgstr "파일 이뉴머레이터에 진행 중인 동작이 있습니다" -#: ../gio/gfileenumerator.c:362 ../gio/gfileenumerator.c:471 +#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 msgid "File enumerator is already closed" msgstr "파일 이뉴머레이터를 이미 닫았습니다" -#: ../gio/gfileicon.c:145 +#: gio/gfileicon.c:145 msgid "file" msgstr "파일" -#: ../gio/gfileicon.c:146 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "아이콘이 들어 있는 파일" -#: ../gio/gfileicon.c:237 +#: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "GFileIcon 인코딩의 %d 버전을 처리할 수 없습니다" -#: ../gio/gfileicon.c:247 +#: gio/gfileicon.c:247 msgid "Malformed input data for GFileIcon" msgstr "GFileIcon 입력 데이터의 형식이 잘못되었습니다" -#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424 -#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526 +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "스트림이 query_info를 지원하지 않습니다" -#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384 +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "스트림에서 seek를 지원하지 않습니다" -#: ../gio/gfileinputstream.c:383 +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "입력 스트림이 truncate를 허용하지 않습니다" -#: ../gio/gfileoutputstream.c:460 +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "스트림에서 truncate를 지원하지 않습니다" -#: ../gio/gicon.c:324 +#: gio/gicon.c:324 #, c-format msgid "Wrong number of tokens (%d)" msgstr "토큰 수가 잘못되었습니다 (%d개)" -#: ../gio/gicon.c:344 +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "클래스 이름 \"%s\"에 대한 타입이 없습니다" -#: ../gio/gicon.c:354 +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "\"%s\" 타입은 GIcon 인터페이스를 구현하지 않습니다" -#: ../gio/gicon.c:365 +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "\"%s\" 타입에 대한 클래스가 없습니다" -#: ../gio/gicon.c:379 +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "버전 형식이 잘못되었습니다: %s" -#: ../gio/gicon.c:393 +#: gio/gicon.c:393 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "\"%s\" 타입은 GIcon 인터페이스에서 from_token()를 구현하지 않습니다" -#: ../gio/gicon.c:469 +#: gio/gicon.c:469 msgid "Can't handle the supplied version the icon encoding" msgstr "아이콘 인코딩의 해당 버전을 처리할 수 없습니다" -#: ../gio/ginputstream.c:202 +#: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "입력 스트림이 read를 구현하지 않았습니다" @@ -1380,357 +1375,357 @@ msgstr "입력 스트림이 read를 구현하지 않았습니다" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095 +#: gio/ginputstream.c:911 gio/goutputstream.c:1095 msgid "Stream has outstanding operation" msgstr "스트림에 진행 중인 동작이 있습니다" -#: ../gio/glocaldirectorymonitor.c:274 +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "기본 로컬 디렉토리 모니터 종류를 찾을 수 없습니다" -#: ../gio/glocalfile.c:608 ../gio/win32/gwinhttpfile.c:411 +#: gio/glocalfile.c:608 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "잘못된 파일 이름 %s" -#: ../gio/glocalfile.c:979 +#: gio/glocalfile.c:979 #, c-format msgid "Error getting filesystem info: %s" msgstr "파일 시스템 정보를 가져오는 중 오류: %s" -#: ../gio/glocalfile.c:1115 +#: gio/glocalfile.c:1115 msgid "Can't rename root directory" msgstr "루트 디렉토리의 이름을 바꿀 수 없습니다" -#: ../gio/glocalfile.c:1135 ../gio/glocalfile.c:1161 +#: gio/glocalfile.c:1135 gio/glocalfile.c:1161 #, c-format msgid "Error renaming file: %s" msgstr "파일 이름 바꾸기 오류: %s" -#: ../gio/glocalfile.c:1144 +#: gio/glocalfile.c:1144 msgid "Can't rename file, filename already exist" msgstr "파일 이름을 바꿀 수 없습니다. 파일이 이미 있습니다" -#: ../gio/glocalfile.c:1157 ../gio/glocalfile.c:2021 ../gio/glocalfile.c:2050 -#: ../gio/glocalfile.c:2204 ../gio/glocalfileoutputstream.c:505 -#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967 +#: gio/glocalfile.c:1157 gio/glocalfile.c:2021 gio/glocalfile.c:2050 +#: gio/glocalfile.c:2204 gio/glocalfileoutputstream.c:505 +#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "잘못된 파일 이름" -#: ../gio/glocalfile.c:1280 +#: gio/glocalfile.c:1280 #, c-format msgid "Error opening file: %s" msgstr "파일 열기 오류: %s" -#: ../gio/glocalfile.c:1290 +#: gio/glocalfile.c:1290 msgid "Can't open directory" msgstr "디렉토리를 열 수 없습니다" -#: ../gio/glocalfile.c:1350 +#: gio/glocalfile.c:1350 #, c-format msgid "Error removing file: %s" msgstr "파일 지우기 오류: %s" -#: ../gio/glocalfile.c:1714 +#: gio/glocalfile.c:1714 #, c-format msgid "Error trashing file: %s" msgstr "파일 버리기 오류: %s" -#: ../gio/glocalfile.c:1737 +#: gio/glocalfile.c:1737 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "휴지통 디렉토리(%s)를 만들 수 없습니다: %s" -#: ../gio/glocalfile.c:1758 +#: gio/glocalfile.c:1758 msgid "Unable to find toplevel directory for trash" msgstr "휴지통의 상위 디렉토리를 찾을 수 없습니다" -#: ../gio/glocalfile.c:1837 ../gio/glocalfile.c:1857 +#: gio/glocalfile.c:1837 gio/glocalfile.c:1857 msgid "Unable to find or create trash directory" msgstr "휴지통 디렉토리를 찾을 수 없거나 만들 수 없습니다" -#: ../gio/glocalfile.c:1891 +#: gio/glocalfile.c:1891 #, c-format msgid "Unable to create trashing info file: %s" msgstr "휴지통 정보 파일을 만들 수 없습니다: %s" -#: ../gio/glocalfile.c:1916 ../gio/glocalfile.c:1991 ../gio/glocalfile.c:1998 +#: gio/glocalfile.c:1916 gio/glocalfile.c:1991 gio/glocalfile.c:1998 #, c-format msgid "Unable to trash file: %s" msgstr "파일을 버릴 수 없습니다: %s" -#: ../gio/glocalfile.c:2025 +#: gio/glocalfile.c:2025 #, c-format msgid "Error creating directory: %s" msgstr "디렉토리를 만드는 데 오류: %s" -#: ../gio/glocalfile.c:2054 +#: gio/glocalfile.c:2054 #, c-format msgid "Error making symbolic link: %s" msgstr "심볼릭 링크를 만드는 데 오류: %s" -#: ../gio/glocalfile.c:2114 ../gio/glocalfile.c:2208 +#: gio/glocalfile.c:2114 gio/glocalfile.c:2208 #, c-format msgid "Error moving file: %s" msgstr "파일 옮기는 데 오류: %s" -#: ../gio/glocalfile.c:2137 +#: gio/glocalfile.c:2137 msgid "Can't move directory over directory" msgstr "디렉토리를 덮어 써서 디렉토리를 옮길 수 없습니다" -#: ../gio/glocalfile.c:2164 ../gio/glocalfileoutputstream.c:819 -#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848 -#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878 +#: gio/glocalfile.c:2164 gio/glocalfileoutputstream.c:819 +#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848 +#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878 msgid "Backup file creation failed" msgstr "백업 파일 만들기가 실패했습니다" -#: ../gio/glocalfile.c:2183 +#: gio/glocalfile.c:2183 #, c-format msgid "Error removing target file: %s" msgstr "대상 파일을 지우는 데 오류: %s" -#: ../gio/glocalfile.c:2197 +#: gio/glocalfile.c:2197 msgid "Move between mounts not supported" msgstr "다른 마운트 사이에 옮기기는 지원하지 않습니다" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "애트리뷰트 값은 NULL이 아니어야 합니다" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "잘못된 애트리뷰트 종류 (문자열 필요)" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "잘못된 확장 에트리뷰트 이름" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "확장 애트리뷰트 '%s' 설정 중 오류: %s" -#: ../gio/glocalfileinfo.c:1462 ../gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' 파일의 정보를 읽는 중 오류: %s" -#: ../gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (잘못된 인코딩)" -#: ../gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "파일 디스크립터 정보를 읽는 중 오류: %s" -#: ../gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "잘못된 애트리뷰트 종류 (uint32 필요)" -#: ../gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "잘못된 애트리뷰트 종류 (uint64 필요)" -#: ../gio/glocalfileinfo.c:1782 ../gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "잘못된 애트리뷰트 종류 (바이트 문자열 필요)" -#: ../gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "권한 설정 중 오류: %s" -#: ../gio/glocalfileinfo.c:1878 ../gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "소유자 설정 중 오류: %s" -#: ../gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "심볼릭 링크는 NULL이 아니어야 합니다" -#: ../gio/glocalfileinfo.c:1911 ../gio/glocalfileinfo.c:1930 -#: ../gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "심볼릭 링크 설정 중 오류: %s" -#: ../gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "심볼릭 링크 설정 중 오류: 파일이 심볼릭 링크가 아닙니다" -#: ../gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux 컨텍스트는 NULL이 아니어야 합니다" -#: ../gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux 컨텍스트 설정 중 오류: %s" -#: ../gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "이 시스템은 SELinux를 사용하지 않습니다" -#: ../gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "%s 애트리뷰트 설정은 지원하지 않습니다" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:603 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603 #, c-format msgid "Error reading from file: %s" msgstr "파일을 읽는 중 오류: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:405 -#: ../gio/glocalfileoutputstream.c:896 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405 +#: gio/glocalfileoutputstream.c:896 #, c-format msgid "Error seeking in file: %s" msgstr "파일에서 seek하는 중 오류: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:208 -#: ../gio/glocalfileoutputstream.c:303 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208 +#: gio/glocalfileoutputstream.c:303 #, c-format msgid "Error closing file: %s" msgstr "파일을 닫는 중 오류: %s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "기본 로컬 파일 모니터 종류를 찾을 수 없습니다" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:624 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624 #, c-format msgid "Error writing to file: %s" msgstr "파일에 쓰는 중 오류: %s" -#: ../gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:235 #, c-format msgid "Error removing old backup link: %s" msgstr "예전 백업 링크를 지우는 중 오류: %s" -#: ../gio/glocalfileoutputstream.c:249 ../gio/glocalfileoutputstream.c:262 +#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262 #, c-format msgid "Error creating backup copy: %s" msgstr "백업 사본을 만드는 중 오류: %s" -#: ../gio/glocalfileoutputstream.c:280 +#: gio/glocalfileoutputstream.c:280 #, c-format msgid "Error renaming temporary file: %s" msgstr "임시 파일의 이름을 바꾸는 오류: %s" -#: ../gio/glocalfileoutputstream.c:451 ../gio/glocalfileoutputstream.c:913 +#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913 #, c-format msgid "Error truncating file: %s" msgstr "파일을 자르는 중 오류: %s" -#: ../gio/glocalfileoutputstream.c:511 ../gio/glocalfileoutputstream.c:556 -#: ../gio/glocalfileoutputstream.c:688 ../gio/glocalfileoutputstream.c:973 +#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556 +#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973 #, c-format msgid "Error opening file '%s': %s" msgstr "'%s' 파일을 여는 중 오류: %s" -#: ../gio/glocalfileoutputstream.c:719 +#: gio/glocalfileoutputstream.c:719 msgid "Target file is a directory" msgstr "대상 파일이 디렉토리입니다" -#: ../gio/glocalfileoutputstream.c:724 +#: gio/glocalfileoutputstream.c:724 msgid "Target file is not a regular file" msgstr "대상 파일이 일반 파일이 아닙니다" -#: ../gio/glocalfileoutputstream.c:736 +#: gio/glocalfileoutputstream.c:736 msgid "The file was externally modified" msgstr "파일이 외부에서 바뀌었습니다" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 msgid "Invalid GSeekType supplied" msgstr "잘못된 GSeekType이 주어졌습니다" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 msgid "Invalid seek request" msgstr "잘못된 seek 요청" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream은 자를 수 없습니다" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 msgid "Reached maximum data array limit" msgstr "최대 데이터 배열 한계에 도달했습니다" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 msgid "Memory output stream not resizable" msgstr "메모리 출력 스트림은 크기를 바꿀 수 없습니다" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 msgid "Failed to resize memory output stream" msgstr "출력 스트림의 크기를 바꾸는 데 실패했습니다" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:360 +#: gio/gmount.c:360 msgid "mount doesn't implement unmount" msgstr "마운트가 unmount를 구현하지 않았습니다" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:435 +#: gio/gmount.c:435 msgid "mount doesn't implement eject" msgstr "마운트가 eject를 구현하지 않았습니다" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:517 +#: gio/gmount.c:517 msgid "mount doesn't implement remount" msgstr "마운트가 remount를 구현하지 않았습니다" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:601 +#: gio/gmount.c:601 msgid "mount doesn't implement content type guessing" msgstr "마운트가 content type guessing을 구현하지 않았습니다" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:690 +#: gio/gmount.c:690 msgid "mount doesn't implement synchronous content type guessing" msgstr "마운트가 동기식 content type guessing을 구현하지 않았습니다" -#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412 +#: gio/goutputstream.c:211 gio/goutputstream.c:412 msgid "Output stream doesn't implement write" msgstr "출력 스트림이 write를 구현하지 않았습니다" -#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780 +#: gio/goutputstream.c:372 gio/goutputstream.c:780 msgid "Source stream is already closed" msgstr "원본 스트림을 이미 닫았습니다" -#: ../gio/gthemedicon.c:211 +#: gio/gthemedicon.c:211 msgid "name" msgstr "이름" -#: ../gio/gthemedicon.c:212 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "아이콘의 이름" -#: ../gio/gthemedicon.c:223 +#: gio/gthemedicon.c:223 msgid "names" msgstr "이름 목록" -#: ../gio/gthemedicon.c:224 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "아이콘 이름이 들어 있는 배열" -#: ../gio/gthemedicon.c:249 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "기본값 대체 사용" -#: ../gio/gthemedicon.c:250 +#: gio/gthemedicon.c:250 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1738,86 +1733,86 @@ msgstr "" "이름의 '-' 문자로 줄인 기본값 대체 이름을 사용할 지 여부. 이름이 여러 개 주어" "진 경우, 처음 나오는 처음 이름 다음은 무시합니다." -#: ../gio/gthemedicon.c:499 +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "GThemedIcon 인코딩의 %d 버전을 처리할 수 없습니다" -#: ../gio/gunixinputstream.c:161 ../gio/gunixoutputstream.c:147 +#: gio/gunixinputstream.c:161 gio/gunixoutputstream.c:147 msgid "File descriptor" msgstr "파일 디스크립터" -#: ../gio/gunixinputstream.c:162 +#: gio/gunixinputstream.c:162 msgid "The file descriptor to read from" msgstr "데이터를 읽을 파일 디스크립터" -#: ../gio/gunixinputstream.c:176 ../gio/gunixoutputstream.c:162 +#: gio/gunixinputstream.c:176 gio/gunixoutputstream.c:162 msgid "Close file descriptor" msgstr "파일 디스크립터 닫기" -#: ../gio/gunixinputstream.c:177 ../gio/gunixoutputstream.c:163 +#: gio/gunixinputstream.c:177 gio/gunixoutputstream.c:163 msgid "Whether to close the file descriptor when the stream is closed" msgstr "스트림을 닫을 때 파일 디스크립터를 닫을 지 여부" -#: ../gio/gunixinputstream.c:358 ../gio/gunixinputstream.c:378 -#: ../gio/gunixinputstream.c:456 ../gio/gunixoutputstream.c:443 +#: gio/gunixinputstream.c:358 gio/gunixinputstream.c:378 +#: gio/gunixinputstream.c:456 gio/gunixoutputstream.c:443 #, c-format msgid "Error reading from unix: %s" msgstr "유닉스 소켓을 읽는 중 오류: %s" -#: ../gio/gunixinputstream.c:411 ../gio/gunixinputstream.c:593 -#: ../gio/gunixoutputstream.c:398 ../gio/gunixoutputstream.c:549 +#: gio/gunixinputstream.c:411 gio/gunixinputstream.c:593 +#: gio/gunixoutputstream.c:398 gio/gunixoutputstream.c:549 #, c-format msgid "Error closing unix: %s" msgstr "유닉스 소켓을 닫는 중 오류: %s" -#: ../gio/gunixmounts.c:1781 ../gio/gunixmounts.c:1818 +#: gio/gunixmounts.c:1781 gio/gunixmounts.c:1818 msgid "Filesystem root" msgstr "파일 시스템 루트" -#: ../gio/gunixoutputstream.c:148 +#: gio/gunixoutputstream.c:148 msgid "The file descriptor to write to" msgstr "데이터를 쓸 파일 디스크립터" -#: ../gio/gunixoutputstream.c:344 ../gio/gunixoutputstream.c:365 +#: gio/gunixoutputstream.c:344 gio/gunixoutputstream.c:365 #, c-format msgid "Error writing to unix: %s" msgstr "유닉스 소켓에 쓰는 중 오류: %s" -#: ../gio/gvolume.c:444 +#: gio/gvolume.c:444 msgid "volume doesn't implement eject" msgstr "볼륨이 eject를 구현하지 않았습니다" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "프로그램을 찾을 수 없습니다" -#: ../gio/gwin32appinfo.c:300 +#: gio/gwin32appinfo.c:300 #, c-format msgid "Error launching application: %s" msgstr "프로그램을 실행하는 중에 오류: %s" -#: ../gio/gwin32appinfo.c:336 +#: gio/gwin32appinfo.c:336 msgid "URIs not supported" msgstr "URI를 지원하지 않습니다" -#: ../gio/gwin32appinfo.c:358 +#: gio/gwin32appinfo.c:358 msgid "association changes not supported on win32" msgstr "연결 프로그램 바꾸기는 win32에서 지원하지 않습니다" -#: ../gio/gwin32appinfo.c:370 +#: gio/gwin32appinfo.c:370 msgid "Association creation not supported on win32" msgstr "연결 프로그램 만들기는 win32에서 지원하지 않습니다" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "엔트리를 숨기지 않습니다" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "긴 목록 형식을 사용합니다" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[파일...]" diff --git a/po/ku.po b/po/ku.po index f3aa327..f787fd4 100644 --- a/po/ku.po +++ b/po/ku.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2006-04-20 17:33+0000\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: Kurdish \n" @@ -1076,14 +1076,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1108,38 +1108,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1439,87 +1439,87 @@ msgstr "Di xwendina dosyeya '%s' de çewtî: %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "" diff --git a/po/lt.po b/po/lt.po index abf243a..c6d4ddc 100644 --- a/po/lt.po +++ b/po/lt.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: lt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-08-24 20:36-0400\n" "Last-Translator: Žygimantas Beručka \n" "Language-Team: Lithuanian \n" @@ -1135,14 +1135,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ReikÅ¡mės „%s“ negalima interpretuoti kaip loginės." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Per didelė skaičiavimo reikÅ¡mė perduota %s" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Srautas jau užvertas" @@ -1166,38 +1166,38 @@ msgstr "%s failo tipos" msgid "%s type" msgstr "%s tipas" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Netikėta ankstyva srauto pabaiga" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nepavadinta" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Darbalaukio failas nenurodė Exec lauko" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Nerastas terminalas, reikalingas programai" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Nepavyko sukurti naudotojo nustatymų aplanko %s: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Nepavyko sukurti naudotojo MIME nustatymų aplanko %s: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Nepavyko sukurti naudotojo darbalaukio failo %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Specialus apibrėžimas %s" @@ -1496,87 +1496,87 @@ msgstr "Klaida trinant nurodytą failą: %s" msgid "Move between mounts not supported" msgstr "Perkėlimas tarp prijungimo taÅ¡kų nepalaikomas" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Atributo reikÅ¡mė turi bÅ«ti netuščia" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "netaisyklingas atributo tipas (tikimasi simbolių sekos)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "netaisyklingas iÅ¡plėstinio atributo pavadinimas" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Klaida nurodant iÅ¡plėstinį atributą „%s“: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Klaida skaitant failo „%s“ informaciją: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (netaisyklinga koduotė)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Klaida skaitant failo deskriptoriaus informaciją: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Klaidingas atributo tipas (tikimasi uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Klaidingas atributo tipas (tikimasi uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Klaidingas atributo tipas (tikimasi baitų sekos)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Klaida nustatant teises: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Klaida nustatant savininką: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "Simbolinė nuoroda turi bÅ«ti netuščia" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Klaida nustatant simbolinę nuorodą: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "Klaida nustatant simbolinę nuorodą: failas nėra simbolinė nuoroda" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux kontekstas bÅ«ti nelygus NULL" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Klaida nustatant SELinux kontekstą: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux Å¡ioje sistemoje neįjungtas" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Atributo %s nustatymas nepalaikomas" diff --git a/po/lv.po b/po/lv.po index d757f16..5fb9084 100644 --- a/po/lv.po +++ b/po/lv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2002-12-19 01:04+0200\n" "Last-Translator: Artis Trops \n" "Language-Team: Latvian \n" @@ -1119,14 +1119,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1150,38 +1150,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1482,88 +1482,88 @@ msgstr "Kļūda nolasot failu '%s': %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Dokuments negaidÄ«ti izbeidzās iekšā atribÅ«ta nosaukumā" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Kļūda atverot direktoriju '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Kļūda rindā %d: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "" diff --git a/po/mai.po b/po/mai.po index 74d6c74..bd8f5e2 100644 --- a/po/mai.po +++ b/po/mai.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gedit.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-01-25 13:49+0530\n" "Last-Translator: Sangeeta Kumari\n" "Language-Team: \n" @@ -1104,14 +1104,14 @@ msgstr "मान '%s' केँ एकटा फ्लोट सँख्या msgid "Value '%s' cannot be interpreted as a boolean." msgstr "मान '%s' केँ बुलियन क' तौर पर विश्लेषित नहि कएल जाए सकैत अछि." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1135,38 +1135,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "बेनाम" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1465,87 +1465,87 @@ msgstr "" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "" diff --git a/po/mg.po b/po/mg.po index 9716da7..a293bfb 100644 --- a/po/mg.po +++ b/po/mg.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2007-03-03 19:00+0300\n" "Last-Translator: Fanomezana Rajaonarisoa \n" "Language-Team: MALAGASY \n" @@ -1149,14 +1149,14 @@ msgstr "Tsy mety avadika ho isa float mba ho azo ny sanda '%s'." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Tsy mety avadika ho boleanina mba ho azo ny sanda '%s'." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1181,38 +1181,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1517,88 +1517,88 @@ msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Nifarana tampoka tanaty anarana marika manokana ilay tahirin-kevitra" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Nisy olana teo am-panovana: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Nisy olana teo am-panovana: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Misy tsy fetezana amin'ny andalana %d: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Nisy olana teo am-panovana: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Tsy raisina an-tànana ny rohy misolotena" diff --git a/po/mk.po b/po/mk.po index 894e159..8965152 100644 --- a/po/mk.po +++ b/po/mk.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.mk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-02-04 04:11+0100\n" "Last-Translator: Jovan Naumovski \n" "Language-Team: Macedonian \n" @@ -1138,14 +1138,14 @@ msgstr "Вредноста „%s“ неможе да биде препозна msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Вредноста „%s“ не може да биде препознаена како boolean." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Преголема бројна вредност дадена на %s" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Стримот е веќе затворен" @@ -1169,39 +1169,39 @@ msgstr "%s тип на датотека" msgid "%s type" msgstr "%s тип" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Неочекувано прерано завршување на стрим" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Неименувано" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Desktop датотеката не одреди Exec поле" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "не успеав да најдам терминал потребен за апликација" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Не можам да креирам папка за конфигурација на корисничките апликации %s: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не можам да креирам папка за MIME конфигурации %s: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Не можам да креирам корисничка desktop датотека %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Сопствена дефиниција на %s" @@ -1502,89 +1502,89 @@ msgstr "Грешка во отстранувањето на целната да msgid "Move between mounts not supported" msgstr "Движењето меѓу монтирањата не е поддржано" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Вредноста на атрибутот не смее да е NULL" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Невалиден тип на атрибут (се очекуваше знаковна низа)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Невалидно име на проширениот атрибут" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Грешка во поставувањето на проширениот атрибут „%s“: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Грешка во стартувањето на датотеката „%s“: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (невалидно енкодирање)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка во поставувањето на опишувач на датотека: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Невалиден тип на атрибут (се очекуваше uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Невалиден тип на атрибут (се очекуваше uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Невалиден тип на атрибут (се очекуваше низа од бајти)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Грешка во поставувањето на пермисиите: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Грешка при поставувањето на сопственикот: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "симболичката врска не треба да е NULL" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Грешка во поставувањето на симболичката врска: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "Грешка при креирањето на симболичката врска: датотеката не е симболичка врска" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "симболичката врска не треба да е NULL" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Грешка при поставувањето на сопственикот: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Поставувањето на атрибутот %s не е поддржано" diff --git a/po/ml.po b/po/ml.po index 9ac39cc..f6a2111 100644 --- a/po/ml.po +++ b/po/ml.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.ml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-03-03 17:37+0530\n" "Last-Translator: Ani Peter \n" "Language-Team: Malayalam \n" @@ -1113,14 +1113,14 @@ msgstr "മൂല്ല്യം '%s' ഒരു ഫ്ളോട്ട് അക msgid "Value '%s' cannot be interpreted as a boolean." msgstr "മൂല്ല്യം '%s' ഒരു ബൂളിയനായി കണക്കാക്കുവാന്‍ സാധ്യമല്ല." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1144,38 +1144,38 @@ msgstr "%s ഫയല്‍ രീതിയിലുള്ള" msgid "%s type" msgstr "%s തരത്തിലുള്ള" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "പേരിടാത്ത" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ഉപയോക്താവിനുള്ള MIME ക്രമികരണ ഫയല്‍ %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "ഉപയോക്താവിനുള്ള ഡസ്ക്ടോപ്പ് ഫയല്‍ %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1475,88 +1475,88 @@ msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "തെറ്റായ എക്സ്റ്റെന്‍ഡട് ആട്രിബ്യൂട്ട് നാമം" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "എക്സ്റ്റെന്‍ഡട് ആട്രിബ്യൂട്ട് ആയ '%s' ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' എന്ന ഫയല്‍ സ്റ്റാറ്റ് ചെയ്യുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (തെറ്റായ എന്‍കോഡിങ്)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "അനുവാദങ്ങള്‍ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "ഉടമസ്ഥനെ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "സിംലിങ്ക് non-NULL ആയിരിക്കണം" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "സിംലിങ്ക് ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "സിംലിങ്ക് non-NULL ആയിരിക്കണം" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "ഉടമസ്ഥനെ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "%s ആട്രിബ്യൂട്ട് ക്രമികരണം പിന്തുണയ്ക്കുന്നില്ല" diff --git a/po/mn.po b/po/mn.po index 1257d0a..fb26d32 100644 --- a/po/mn.po +++ b/po/mn.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2005-05-30 01:07-0800\n" "Last-Translator: Бадрал \n" "Language-Team: Mongolian \n" @@ -1145,14 +1145,14 @@ msgstr "'%s' утга бүхэл тоогоор илэрхийлэгдэх бо msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' утга бүүл утгаар дүрслэгдэх боломжгүй ." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1177,38 +1177,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1511,88 +1511,88 @@ msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Баримт нэгэн аттрибут нэрийн дотор гэнэтийн байдлаар төгсөв" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "»%s« лавлахыг нээхэд алдаа: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d мөрөнд алдаа: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Символик холбоос дэмжигдээгүй" diff --git a/po/mr.po b/po/mr.po index 3b888d1..e41e1e8 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: mr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-08-13 19:46+0530\n" "Last-Translator: Sandeep Shedmake \n" "Language-Team: marathi\n" @@ -1099,14 +1099,14 @@ msgstr "मुल्य '%s' फ्लोट संख्या म्हणू msgid "Value '%s' cannot be interpreted as a boolean." msgstr "मुल्य '%s' बूलीयन म्हणून विश्लेषीत केले जाऊ शकत नाही." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "%s करीता खूप मोठी प्रमाण संख्या पुरविले गेली" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "श्रृंखला आधिपासूनच बंद आहे" @@ -1130,38 +1130,38 @@ msgstr "%s फाइलप्रकार" msgid "%s type" msgstr "%s प्रकार" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "अपरिचीत पूर्वरत end-of-stream" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "अनामीक" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "डेस्कटॉप फाइल मध्ये Exec नोंदणी निश्चित नाही" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "अनुप्रयोगकरीता आवश्यक टर्मिनल आढळले नाही" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "वापरकर्ता अनुप्रयोग संयोजन संचयीका %s बनवू शकले नाही: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "वापरकर्ता MIME संयोजन संचयीका %s बनवू शकले नाही: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "वापरकर्ता डेस्कटॉप फाइल %s बनवू शकत नाही" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "%s करीता इच्छिक व्याख्या" @@ -1460,87 +1460,87 @@ msgstr "लक्ष्य फाइल काढून टाकतेवेळ msgid "Move between mounts not supported" msgstr "आरोहन मधिल स्थानांतरन समर्थीत नाही" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "गुणधर्म मुल्य शून्य नसायला हवे" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "अवैध गुणधर्म प्रकार (अक्षरमाळा अपेक्षीत)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "अवैध विस्तारीत गुणधर्म नाव" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "विस्तारीत गुणधर्म निश्चित करतेवेळी त्रूटी '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "फाइल '%s' सुरू करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (अवैध ऐंकोडींग)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "फाइल व्याख्यक निश्चित करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "अवैध गुणधर्म प्रकार (uint32 अपेक्षीत)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "अवैध गुणधर्म प्रकार (uint64 अपेक्षीत)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "अवैध गुणधर्म प्रकार (बाईट अक्षरमाळा अपेक्षीत)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "परवानगी स्थापित करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "मालक स्थापित करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "symlink शून्य नसायला हवे" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "symlink स्थापीत करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "symlink निश्चित करतेवेळी त्रूटी: फाइल symlink नाही" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux संदर्भ विना-शून्य असायला हवे" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux संदर्भ संयोजीत करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux या प्रणालीवर कार्यान्वीत नाही" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "%s गुणधर्म स्थापित करणे समर्थित नाही" diff --git a/po/ms.po b/po/ms.po index 62f3b61..e76a087 100644 --- a/po/ms.po +++ b/po/ms.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2004-02-03 02:11+0730\n" "Last-Translator: Hasbullah Bin Pit \n" "Language-Team: Projek Gabai \n" @@ -1117,14 +1117,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1148,38 +1148,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1482,88 +1482,88 @@ msgstr "Ralat membaca fail '%s': %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Dokumen berakhir tanpa diduga di dalam nama atribut" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Ralat membuka direktori %s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Ralat pada baris %d: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Pautan simbolik tidak disokong" diff --git a/po/nb.po b/po/nb.po index c7f5dda..6d30bd2 100644 --- a/po/nb.po +++ b/po/nb.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.13.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2009-01-05 15:33+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian bokmal \n" @@ -1118,14 +1118,14 @@ msgstr "Verdi «%s» kan ikke tolkes som et flyttall." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Verdi «%s» kan ikke tolkes som en bolsk verdi." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Tellerverdi gitt til %s er for stor" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Strømmen er allerede lukket" @@ -1149,38 +1149,38 @@ msgstr "filtype %s" msgid "%s type" msgstr "type %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Uventet tidlig slutt pÃ¥ strøm" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Uten navn" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Desktop-filen hadde ingen verdi i Exec-feltet" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Kan ikke finne terminalen som kreves for programmet" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kan ikke opprette konfigurasjonsmappe %s for brukers program: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kan ikke opprette brukers konfigurasjonsmappe %s for MIME: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan ikke opprette brukers desktop-fil %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Egendefinert definisjon for %s" @@ -1479,87 +1479,87 @@ msgstr "Feil under fjerning av mÃ¥lfil: %s" msgid "Move between mounts not supported" msgstr "Flytting mellom monteringspunkter er ikke støttet" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Attributtverdi mÃ¥ ikke være NULL" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Ugyldig type attributt (streng forventet)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Ugyldig navn pÃ¥ utvidet attributt" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Feil under setting av utvidet attributt «%s»: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Feil ved henting av informasjon om fil «%s»: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (ugyldig koding)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Feil ved henting av informasjon om fildeskriptor: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Ugyldig type attributt (uint32 forventet)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Ugyldig type attributt (uint64 forventet)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Ugyldig type attributt (byte-streng forventet)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Feil ved setting av rettigheter: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Feil ved setting av eier: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "symbolsk lenke kan ikke være NULL" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Feil ved setting av symbolsk lenke: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "Feil ved setting av symbolsk lenke: filen er ikke en symbolsk lenke" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux-kontekst kan ikke være NULL" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Feil ved setting av SELinux-kontekst: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux er ikke slÃ¥tt pÃ¥ pÃ¥ dette systemet" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Støtter ikke Ã¥ sette attributt %s" diff --git a/po/ne.po b/po/ne.po index 9283a7a..ce2f64f 100644 --- a/po/ne.po +++ b/po/ne.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-10.ne\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2006-04-27 00:00+0545\n" "Last-Translator: Shyam Krishna Bal \n" "Language-Team: Nepali \n" @@ -1120,14 +1120,14 @@ msgstr "मान '%s' लाई सङ्ख्याको रूपमा व msgid "Value '%s' cannot be interpreted as a boolean." msgstr "मान '%s' एउटा बुलिएनको रूपमा व्याख्या गर्न सकिँदैन।" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1152,38 +1152,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1486,88 +1486,88 @@ msgstr "'%s' फाइल पढ्दा त्रुटि : %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "विशेषता नाम भित्र कागजात अपेक्षित रूपले समाप्त भयो।" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "डाइरेक्टरी '%s' खोल्दा त्रुटि: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "लाइन %d मा त्रुटि: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन" diff --git a/po/nl.po b/po/nl.po index 02136f3..8a40f9e 100644 --- a/po/nl.po +++ b/po/nl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-09-02 02:13+0200\n" "Last-Translator: Tino Meinen \n" "Language-Team: Dutch \n" @@ -1183,14 +1183,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "De waarde ‘%s’ kan niet geïnterpreteerd worden als een boolese." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "De telwaarde die aan %s werd gegeven is te groot" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "De stroom is al gesloten" @@ -1215,40 +1215,40 @@ msgstr "bestandstype %s" msgid "%s type" msgstr "type %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Voortijdig einde aan gegevensstroom" # naamloos/zonder naam/onbenoemd -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Zonder naam" # bureaubladbestand/desktopbestand -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Desktopbestand bevat geen Exec-veld" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Kan geen terminalvenster vinden voor het uitvoeren van het programma" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kan persoonlijke programmaconfiguratiemap %s niet aanmaken: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kan persoonlijke MIME-configuratiemap %s niet aanmaken: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan desktopbestand %s niet aanmaken" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Zelfgemaakte definitie voor %s" @@ -1567,94 +1567,94 @@ msgid "Move between mounts not supported" msgstr "Verplaatsen tussen aankoppelpunten is niet mogelijk" # technotalk -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Attribuutwaarde moet niet-NULL zijn" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Ongeldig attribuuttype (hoort een tekenreeks te zijn)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Ongeldige uitgebreide attribuutnaam" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Fout bij het instellen van uitgebreid attribuut ‘%s’: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Fout bij het benaderen van bestand ‘%s’: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (ongeldige codering)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fout bij het benaderen van ‘file descriptor’: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Ongeldig attribuuttype (hoort een uint32 te zijn)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Ongeldig attribuuttype (hoort een uint64 te zijn)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Ongeldig attribuuttype (hoort een byte-tekenreeks te zijn)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Fout bij instellen toegangsrechten: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Fout bij instellen eigenaar: %s" # technotalk # symlink/symbolische verwijzing -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "symbolische verwijzing moet niet-NULL zijn" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Fout bij instellen symbolische verwijzing: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "Fout bij instellen symbolische verwijzing: bestand is geen symbolische " "verwijzing" # technotalk -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux-context moet niet-NULL zijn" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Fout bij instellen SELinux-context: %s" # geactiveerd/aangezet # systeem/computer -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux is niet geactiveerd op dit systeem" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Instellen van attribuut %s is niet mogelijk" diff --git a/po/nn.po b/po/nn.po index a6a91b0..1278f5f 100644 --- a/po/nn.po +++ b/po/nn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-02-24 17:33+0100\n" "Last-Translator: Åsmund Skjæveland \n" "Language-Team: Norwegian Nynorsk \n" @@ -1119,14 +1119,14 @@ msgstr "Verdien «%s» kan ikkje tolkast som eit flyttal." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Verdien «%s» kan ikkje tolkast som ein boolsk verdi." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "For stor teljingsverdi sendt til %s" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Straumen er allereie stengt" @@ -1150,38 +1150,38 @@ msgstr "%s-filtype" msgid "%s type" msgstr "%s-type" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Uventa tidleg slutt pÃ¥ straumen" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Utan namn" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Skrivebordfila oppgav ikkje Exec-felt" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Klarte ikkje Ã¥ finna terminalen programmet krev" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kan ikkje laga programoppsettmappe %s for brukaren: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kan ikkje laga MIME-oppsettmappe %s: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan ikkje laga skrivebordfila %s for brukaren" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Sjølvvald definisjon av %s" @@ -1481,89 +1481,89 @@ msgstr "Klarte ikkje Ã¥ sletta mÃ¥lfila: %s" msgid "Move between mounts not supported" msgstr "Flytting mellom monteringar ikkje støtta" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Attributtverdien mÃ¥ vera ikkje-NULL" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Ugyldig attributtype (venta streng)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Ugyldig utvida attributtnamn" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Feil under endring av utvida attributtverdi «%s»: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Feil under lesing av informasjon om fila «%s»: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "(ugyldig teiknkoding)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Feil under lesing av info om fildeskriptoren: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Ugyldig attributtype (venta uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Ugyldig attributtype (venta uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Ugyldig attributtype (venta byte-streng)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Feil endring av løyve: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Feil under eigarskifte: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "symbolsk lenkje mÃ¥ vera ikkje-NULL" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Fil under oppretting av symbolsk lenkje: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "Fil under oppretting av symbolsk lenkje: Fila er ikkje ei symbolsk lenkje" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "symbolsk lenkje mÃ¥ vera ikkje-NULL" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Feil under eigarskifte: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Å setja attributten %s er ikkje støtta" diff --git a/po/oc.po b/po/oc.po index d84bcde..5e2e4c3 100644 --- a/po/oc.po +++ b/po/oc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: oc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-04-23 10:42+0200\n" "Last-Translator: Yannig Marchegay (Kokoyaya) \n" "Language-Team: Occitan \n" @@ -1077,14 +1077,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1108,38 +1108,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sens nom" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1438,87 +1438,87 @@ msgstr "" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Error al moment de crear lo repertòri : %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "" diff --git a/po/or.po b/po/or.po index c127eae..5eb62e6 100644 --- a/po/or.po +++ b/po/or.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2009-01-28 14:56+0530\n" "Last-Translator: Manoj Kumar Giri \n" "Language-Team: Oriya \n" @@ -19,7 +19,8 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"\n" "\n" "\n" "\n" @@ -306,7 +307,8 @@ msgid "Error on line %d: %s" msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s" #: glib/gmarkup.c:493 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" msgstr "ଖାଲି ବସ୍ତୁ '&;' ଦେଖା ଗଲା; ବୈଧ ବସ୍ତୁଗୁଡ଼ିକ ହେଲା: & " < > '" #: glib/gmarkup.c:503 @@ -394,7 +396,8 @@ msgstr "ଦଲିଲ ଗୋଟିଏ ଉପାଦାନରେ ଆରମ୍ଭ msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" -msgstr "'<' ଅକ୍ଷର ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଏହା ଗୋଟିଏ ବସ୍ତୁର ନାମକୁ ଆରମ୍ଭ କରିପାରିବ ନାହିଁ" +msgstr "" +"'<' ଅକ୍ଷର ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଏହା ଗୋଟିଏ ବସ୍ତୁର ନାମକୁ ଆରମ୍ଭ କରିପାରିବ ନାହିଁ" #: glib/gmarkup.c:1276 #, c-format @@ -407,8 +410,10 @@ msgstr "" #: glib/gmarkup.c:1365 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" -msgstr "ବିଚିତ୍ର ଅକ୍ଷର '%1$s', '%3$s' ଉପାଦାନର ଗୋଟିଏ ଗୁଣର ନାମ '%2$s' ପରେ '=' ପ୍ରତ୍ଯାଶିତ ଥିଲା" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgstr "" +"ବିଚିତ୍ର ଅକ୍ଷର '%1$s', '%3$s' ଉପାଦାନର ଗୋଟିଏ ଗୁଣର ନାମ '%2$s' ପରେ '=' ପ୍ରତ୍ଯାଶିତ ଥିଲା" #: glib/gmarkup.c:1407 #, c-format @@ -444,7 +449,8 @@ msgstr "" msgid "" "'%s' is not a valid character following the close element name '%s'; the " "allowed character is '>'" -msgstr "ବନ୍ଦ ଉପାଦାନ ନାମ '%2$s' ପଛରେ ଆସୁଥିବା '%1$s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଅନୁମତ ଅକ୍ଷର ହେଲା '>'" +msgstr "" +"ବନ୍ଦ ଉପାଦାନ ନାମ '%2$s' ପଛରେ ଆସୁଥିବା '%1$s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଅନୁମତ ଅକ୍ଷର ହେଲା '>'" #: glib/gmarkup.c:1686 #, c-format @@ -727,7 +733,8 @@ msgid "inconsistent NEWLINE options" msgstr "ଅସଂଗତ NEWLINE ବିକଳ୍ପଗୁଡ଼ିକ" #: glib/gregex.c:333 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "\\g ଟି ଗୋଟିଏ ଆବଦ୍ଧ ନାମ ପରେ କିମ୍ବା ଇଚ୍ଛାଧୀନ ଆବଦ୍ଧ ପୂର୍ଣ୍ଣ ସଂଖ୍ୟା ପରେ ନଥାଏ" #: glib/gregex.c:338 @@ -826,7 +833,8 @@ msgstr "ଗୋଟିଏ '\\' ଅକ୍ଷରର ଠିକ ପରେ ପାଠ୍ #: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" -msgstr "%c ପାଇଁ ମେଳ ହେଉ ଥିବା ଉଦ୍ଧ୍ରୁତି ଚିହ୍ନ ମିଳିବା ପୂର୍ବରୁ ପାଠ୍ଯ ସମାପ୍ତ ହୋଇ ଗଲା. (ପାଠ୍ଯଟି ଥିଲା: '%s')" +msgstr "" +"%c ପାଇଁ ମେଳ ହେଉ ଥିବା ଉଦ୍ଧ୍ରୁତି ଚିହ୍ନ ମିଳିବା ପୂର୍ବରୁ ପାଠ୍ଯ ସମାପ୍ତ ହୋଇ ଗଲା. (ପାଠ୍ଯଟି ଥିଲା: '%s')" #: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" @@ -1019,7 +1027,8 @@ msgstr "ଫାଇଲ ଟି ଖାଲି ଅଛି" #: glib/gkeyfile.c:761 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "ମୁଖ୍ଯ ଫାଇଲ '%s' କୁ ଧାରଣ କରିଛି ଯାହାକି ଗୋଟିଏ ମୁଖ୍ଯ-ଗୁଣ ର ଯୋଡି, ସମୂହ, କିମ୍ବା ବାକ୍ଯ ନୁହେଁ" #: glib/gkeyfile.c:821 @@ -1068,7 +1077,8 @@ msgstr "ମୂଖ୍ଯ ଫାଇଲ ଧାରଣ କରିଥିବା '%s' ଚ msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." -msgstr "ମୂଖ୍ଯ ଫାଇଲ ଧାରଣ କରିଥିବା '%s' ଚାବିକାଠି ଗୋଟିଏ '%s' ସମୂହ ସହିତ ଏଛି ଯାହାର ମୂଲ୍ଯ ନିରୂପଣ କରିହେବ ନାହିଁ" +msgstr "" +"ମୂଖ୍ଯ ଫାଇଲ ଧାରଣ କରିଥିବା '%s' ଚାବିକାଠି ଗୋଟିଏ '%s' ସମୂହ ସହିତ ଏଛି ଯାହାର ମୂଲ୍ଯ ନିରୂପଣ କରିହେବ ନାହିଁ" #: glib/gkeyfile.c:2518 glib/gkeyfile.c:2719 glib/gkeyfile.c:3249 #, c-format @@ -1104,14 +1114,14 @@ msgstr "'%s' ମୂଲ୍ଯକୁ ଗୋଟିଏ ଭାସମାନ ସଂଖ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' ର ମୂଲ୍ଯ ଗୋଟିଏ ବୁଲିଆନ୍ ଭାବରେ ନିରୂପଣ କରିହେବ ନାହିଁ" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "ଅତ୍ୟଧିକ ବଡ଼ ଗଣନା ମୂଲ୍ୟ %sକୁ ପଠାଯାଇଛି" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "ଧାରା ପୂର୍ବରୁ ବନ୍ଦଅଛି" @@ -1135,38 +1145,38 @@ msgstr "%s ଫାଇଲପ୍ରକାର" msgid "%s type" msgstr "%s ପ୍ରକାର" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "ଅପ୍ରତ୍ୟାଶିତ ପ୍ରାରମ୍ଭିକ ଧାରାର ଶେଷ" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "ବେନାମୀ" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "ଡେସ୍କଟପ ଫାଇଲ Exec କ୍ଷେତ୍ର ଉଲ୍ଲେଖ କରିନଥିଲା" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "ପ୍ରୟୋଗ ପାଇଁ ଆବଶ୍ୟକ ଟର୍ମିନାଲ ଖୋଜିବାରେ ଅସମର୍ଥ" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ଚାଳକ ପ୍ରୟୋଗ ବିନ୍ୟାସ ଫୋଲଡର %s କୁ ନିର୍ମାଣ କରିପାରିବେ ନାହିଁ: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ଚାଳକ MIME ବିନ୍ୟାସିତ ଫୋଲଡର %s ନିର୍ମାଣ କରିପାରିବ ନାହିଁ: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "ଚାଳକ ଡେସ୍କଟପ ଫାଇଲ %s ନିର୍ମାଣ କରିପାରିବ ନାହିଁ" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "%s ପାଇଁ ଇଚ୍ଛାରୂପୀ ପରିଭାଷା" @@ -1465,87 +1475,87 @@ msgstr "ଲକ୍ଷ୍ୟ ଫାଇଲ ଘୁଞ୍ଚାଇବାରେ ତ୍ msgid "Move between mounts not supported" msgstr "ଅସମର୍ଥିତ ସ୍ଥାପନଗୁଡ଼ିକ ମଧ୍ଯରେ ଗତିକରନ୍ତୁ" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "ଗୁଣର ମୂଲ୍ୟ ନିଶ୍ଚିତରୂପେ non-NULL ହୋଇଥିବା ଉଚିତ" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "ଅବୈଧ ଗୁଣର ପ୍ରକାର (ବାକ୍ୟଖଣ୍ଡ ଆଶାକରାଯାଉଛି)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "ଅବୈଧ ବିସ୍ତୃତ ଗୁଣର ନାମ" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "ଅନୁଲଗ୍ନ ଗୁଣ '%s'କୁ ବିନ୍ୟାସ କରିବା ସମୟରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "ଫାଇଲ '%s'କୁ ଆରମ୍ଭ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (ଅବୈଧ ସାଙ୍କେତିକରଣ)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "ଫାଇଲ ନିରୂପକ ଆରମ୍ଭ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "ଅବୈଧ ଗୁଣ ପ୍ରକାର (unit32 ଆଶାକରାଯାଉଛି)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "ଅବୈଧ ଗୁଣ ପ୍ରକାର (unit64 ଆଶାକରାଯାଉଛି)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "ଅବୈଧ ଗୁଣ ପ୍ରକାର (ବାଇଟ ବାକ୍ୟଖଣ୍ଡ ଆଶାକରାଯାଉଛି)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "ଅନୁମତି ବିନ୍ୟାସକରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "ମାଲିକ ନିରୁପଣ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "symlink ନିଶ୍ଚିତ ରୂପେ non-NULL" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "symlink ବିନ୍ୟାସ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "symlink ବିନ୍ୟାସ କରିବାରେ ତ୍ରୁଟି: ଫାଇଲଟି ଗୋଟିଏ symlink ନୁହଁ" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux ପ୍ରସଙ୍ଗଟି ନିଶ୍ଚିତ ରୂପେ non-NULL ଅଟେ" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux ପ୍ରସଙ୍ଗ ବିନ୍ୟାସ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux ଏହି ତନ୍ତ୍ରରେ ସକ୍ରିୟ ହୋଇନାହିଁ" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "ଗୁଣ %s ବିନ୍ୟାସ କରିବା ସମର୍ଥିତ ନୁହଁ" @@ -1792,4 +1802,3 @@ msgstr "ଲମ୍ବା ତାଲିକାଭୁକ୍ତ ଶୈଳୀ ବ୍ୟ #: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FILE...]" - diff --git a/po/pa.po b/po/pa.po index 98cd31a..4e2d67a 100644 --- a/po/pa.po +++ b/po/pa.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-12-17 07:11+0530\n" "Last-Translator: Amanpreet Singh Alam \n" "Language-Team: Punjabi \n" @@ -1106,14 +1106,14 @@ msgstr "ਮੁੱਲ '%s' ਨੂੰ ਇੱਕ ਦਸ਼ਮਲਵ ਅੰਕ ਦ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ਮੁੱਲ '%s' ਨੂੰ ਬੂਲੀਅਨ ਵਾਂਗ ਇੰਟਰਪਰੇਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ।" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "%s ਨੂੰ ਬਹੁਤ ਵੱਧ ਗਿਣਤੀ ਪਾਸ ਕੀਤੀ ਗਈ" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "ਸਟਰੀਮ ਪਹਿਲਾਂ ਹੀ ਬੰਦ ਹੈ" @@ -1137,38 +1137,38 @@ msgstr "%s ਫਾਇਲ-ਟਾਈਪ" msgid "%s type" msgstr "%s ਟਾਈਪ" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "ਅਚਾਨਕ ਛੇਤੀ ਐਂਡ-ਆਫ਼-ਸਟੀਰਮ" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "ਬਿਨ-ਨਾਂ" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "ਡੈਸਕਟਾਪ ਫਾਇਲ ਨੇ Exec ਫੀਲਡ ਨਹੀਂ ਦਿੱਤਾ ਹੈ" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "ਐਪਲੀਕੇਸ਼ਨ ਲਈ ਟਰਮੀਨਲ ਲੋੜ ਲੱਭਣ ਲਈ ਅਸਮਰੱਥ ਹੈ" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ਯੂਜ਼ਰ ਐਪਲੀਕੇਸ਼ਨ ਸੰਰਚਨਾ ਫੋਲਡਰ %s ਬਣਾਇਆ ਨਹੀਂ ਜਾ ਸਕਦਾ: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ਯੂਜ਼ਰ MIME ਸੰਰਚਨਾ ਫੋਲਡਰ %s ਬਣਾਇਆ ਨਹੀਂ ਜਾ ਸਕਦਾ: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "ਯੂਜ਼ਰ ਡੈਸਕਟਾਪ ਫਾਇਲ %s ਬਣਾਈ ਨਹੀਂ ਜਾ ਸਕਦੀ" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "%s ਲਈ ਕਸਟਮ ਪਰਿਭਾਸ਼ਾ" @@ -1467,87 +1467,87 @@ msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਹਟਾਉਣ ਦੌਰਾਨ ਗਲ msgid "Move between mounts not supported" msgstr "ਮਾਊਂਟ ਵਿੱਚ ਭੇਜਣਾ ਸਹਿਯੋਗੀ ਨਹੀਂ" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "ਗੁਣ ਮੁੱਲ ਗ਼ੈਰ-ਨਲ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "ਗਲਤ ਗੁਣ ਟਾਈਪ (ਲਾਈਨ ਦੀ ਲੋੜ ਸੀ)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "ਗਲਤ ਐਕਸਟੈੱਡ ਗੁਣ ਨਾਂ" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "ਐਕਸਟੈੱਡ ਗੁਣ '%s' ਸੈੱਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ਫਾਇਲ ਦੇਣ'ਚ ਗਲਤੀ: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "(ਗਲਤ ਇੰਕੋਡਿੰਗ)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "ਫਾਇਲ ਡਿਸਕ੍ਰਿਪਟਰ ਸਟੇਟਿੰਗ ਗਲਤੀ: %s " -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "ਗਲਤ ਐਟਰੀਬਿਊਟ ਟਾਈਪ (uint32 ਲੋੜੀਦਾ ਸੀ)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "ਗਲਤ ਐਟਰੀਬਿਊਟ ਟਾਈਪ (uint64 ਲੋੜੀਦਾ ਸੀ)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "ਗਲਤ ਐਟਰੀਬਿਊਟ ਟਾਈਪ (ਬਾਈਟ ਲਾਈਨ ਲੋੜੀਦੀ ਸੀ)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "ਅਧਿਕਾਰ ਸੈੱਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "ਓਪਨ ਸੈਟਿੰਗ ਗਲਤੀ: %s " -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "ਸਿਮਲਿੰਕ ਗ਼ੈਰ-ਨਲ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: %s " -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: ਫਾਇਲ ਇੱਕ symlink ਨਹੀਂ ਹੈ" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux ਪਰਸੰਗ ਗੈਰ-ਨਲ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux ਪਰਸੰਗ ਸੈਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "ਇਸ ਸਿਸਟਮ ਉੱਤੇ SELinux ਚਾਲੂ ਨਹੀਂ ਹੈ" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "ਗੁਣ %s ਸੈਟਿੰਗ ਸਹਾਇਕ ਨਹੀਂ" diff --git a/po/pl.po b/po/pl.po index b69d120..9778a0d 100644 --- a/po/pl.po +++ b/po/pl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: GLib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-08-23 23:24+0100\n" "Last-Translator: Tomasz Dominikowski \n" "Language-Team: Aviary.pl \n" @@ -1157,14 +1157,14 @@ msgstr "Nie można zinterpretować \"%s\" jako wartości zmiennoprzecinkowej." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nie można zinterpretować \"%s\" jako wartości logicznej." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Strumień jest już zamknięty" @@ -1188,38 +1188,38 @@ msgstr "typ pliku %s" msgid "%s type" msgstr "typ %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Niespodziewany, przedwczesny koniec strumienia" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Bez nazwy" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Nie można znaleźć terminala wymaganego przez program" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Własna definicja dla %s" @@ -1518,89 +1518,89 @@ msgstr "Błąd podczas usuwania pliku docelowego: %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Wartość atrybutu nie może być pusta" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Niepoprawny typ atrybutu (spodziewany \"string\")" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Niepoprawna nazwa rozszerzonego atrybutu" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Błąd podczas ustawiania rozszerzonego atrybutu \"%s\": %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Błąd podczas wyznaczania pliku \"%s\": %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (niepoprawne kodowanie)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Błąd podczas wyznaczania deskryptora pliku: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Niepoprawny typ atrybutu (spodziewany \"uint32\")" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Niepoprawny typ atrybutu (spodziewany \"uint64\")" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Niepoprawny typ atrybutu (spodziewany \"byte string\")" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Błąd podczas ustawiania uprawnień: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Błąd podczas ustawiania właściciela: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "dowiązanie symboliczne nie może być puste" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Błąd podczas ustawiania dowiązania symbolicznego: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "Błąd podczas ustawiania dowiązania symbolicznego: plik nie jest dowiązaniem " "symbolicznym" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "Kontekst SELinux nie może być pusty" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Błąd podczas ustawiania kontekstu SELinux: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux nie jest włączony w tym systemie" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Ustawianie atrybutu %s nie jest obsługiwane" diff --git a/po/ps.po b/po/ps.po index a5a20fa..f7f40ff 100644 --- a/po/ps.po +++ b/po/ps.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.head\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-07-14 19:07-0800\n" "Last-Translator: Zabeeh Khan \n" "Language-Team: Pashto \n" @@ -1077,14 +1077,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1108,38 +1108,38 @@ msgstr "دوتنه ډول %s" msgid "%s type" msgstr "ډول %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "بېنومه" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "نه شي جوړولی %s د کارن سرپاڼې دوتنه" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "لپاره دوديز پېژنداوی %s د" @@ -1439,87 +1439,87 @@ msgstr "%s :د موخه دوتنې په ړنګولو کې ستونزه" msgid "Move between mounts not supported" msgstr "د ماونټونو ترمنځ خوځېدنه نه منل کيږي" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (ناسمه کوډييزونه)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "%s :د پرېښلو په امستلو کې ستونزه" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "%s :د خاوند په امستلو کې ستونزه" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "%s :د خاوند په امستلو کې ستونزه" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "" diff --git a/po/pt.po b/po/pt.po index 1ea7fe4..dca3812 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.24\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-08-09 09:25+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" @@ -1138,14 +1138,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Incapaz de interpretar o valor '%s' como uma boleana." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Valor de contagem demasiado grande passado para %s" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "O fluxo já se encontra fechado" @@ -1169,39 +1169,39 @@ msgstr "Tipo de ficheiro %s" msgid "%s type" msgstr "Tipo %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Final precoce de fluxo inesperado" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sem nome" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Ficheiro de área de trabalho não especifica campo Exec" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Incapaz de encontrar a consola necessária à aplicação" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Incapaz de criar a pasta de configurações de utilizador da aplicação %s: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Incapaz de criar a pasta de configurações MIME do utilizador %s: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Incapaz de criar ficheiro de área de trabalho de utilizador %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Definição personalizada de %s" @@ -1500,87 +1500,87 @@ msgstr "Erro ao remover o ficheiro de destino: %s" msgid "Move between mounts not supported" msgstr "Não é suportado mover entre montados" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Valor do atributo tem de ser não-NULL" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Tipo de atributo inválido (esperada uma expressão)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Nome de atributo extendido inválido" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Erro ao definir o atributo extendido '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Erro ao verificar o ficheiro '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (codificação inválida)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erro ao verificar o descritor do ficheiro: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo inválido (esperado um uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo inválido (esperado um uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo inválido (esperado uma expressão byte)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Erro ao definir as permissões: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Erro ao definir o dono: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "atalho tem de ser não-NULL" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Erro ao definir o atalho: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "Erro ao definir o atalho: ficheiro não é um atalho" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "O contexto SELinux tem de ser não-NULL" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Erro ao definir o contexto SELinux: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "O SELinux não está activo neste sistema" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Não é suportada a definição do atributo %s" diff --git a/po/pt_BR.po b/po/pt_BR.po index 760bbcd..271e138 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-30 15:57-0300\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2009-01-30 15:57-0300\n" "Last-Translator: Jonh Wendell \n" "Language-Team: Brazilian Portuguese \n" @@ -24,300 +24,299 @@ msgstr "" "X-Poedit-Country: BRAZIL\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../glib/gbookmarkfile.c:737 +#: glib/gbookmarkfile.c:737 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Atributo \"%s\" inesperado para elemento \"%s\"" -#: ../glib/gbookmarkfile.c:748 ../glib/gbookmarkfile.c:819 -#: ../glib/gbookmarkfile.c:829 ../glib/gbookmarkfile.c:936 +#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829 +#: glib/gbookmarkfile.c:936 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Não foi localizado atributo \"%s\" do elemento \"%s\"" -#: ../glib/gbookmarkfile.c:1106 ../glib/gbookmarkfile.c:1171 -#: ../glib/gbookmarkfile.c:1235 ../glib/gbookmarkfile.c:1245 +#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171 +#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Marca \"%s\" inesperada, esperava marca \"%s\"" -#: ../glib/gbookmarkfile.c:1131 ../glib/gbookmarkfile.c:1145 -#: ../glib/gbookmarkfile.c:1213 ../glib/gbookmarkfile.c:1265 +#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145 +#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Marca \"%s\" inesperada dentro de \"%s\"" -#: ../glib/gbookmarkfile.c:1793 +#: glib/gbookmarkfile.c:1793 msgid "No valid bookmark file found in data dirs" msgstr "" "Não foi localizado arquivo de marcadores válido nos diretórios de dados" -#: ../glib/gbookmarkfile.c:1994 +#: glib/gbookmarkfile.c:1994 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Já existe um marcador para o URI \"%s\"" -#: ../glib/gbookmarkfile.c:2040 ../glib/gbookmarkfile.c:2198 -#: ../glib/gbookmarkfile.c:2283 ../glib/gbookmarkfile.c:2363 -#: ../glib/gbookmarkfile.c:2448 ../glib/gbookmarkfile.c:2531 -#: ../glib/gbookmarkfile.c:2609 ../glib/gbookmarkfile.c:2688 -#: ../glib/gbookmarkfile.c:2730 ../glib/gbookmarkfile.c:2827 -#: ../glib/gbookmarkfile.c:2953 ../glib/gbookmarkfile.c:3143 -#: ../glib/gbookmarkfile.c:3219 ../glib/gbookmarkfile.c:3384 -#: ../glib/gbookmarkfile.c:3473 ../glib/gbookmarkfile.c:3563 -#: ../glib/gbookmarkfile.c:3691 +#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198 +#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363 +#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531 +#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688 +#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827 +#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143 +#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384 +#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563 +#: glib/gbookmarkfile.c:3691 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Não foi localizado marcador para o URI \"%s\"" -#: ../glib/gbookmarkfile.c:2372 +#: glib/gbookmarkfile.c:2372 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Não foi definido tipo MIME no marcador para o URI \"%s\"" -#: ../glib/gbookmarkfile.c:2457 +#: glib/gbookmarkfile.c:2457 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Não foi definido sinal de particular no marcador para o URI \"%s\"" -#: ../glib/gbookmarkfile.c:2836 +#: glib/gbookmarkfile.c:2836 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Não há grupos definidos no marcador para o URI \"%s\"" -#: ../glib/gbookmarkfile.c:3237 ../glib/gbookmarkfile.c:3394 +#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Nenhum aplicativo chamado \"%s\" registrou um marcador para \"%s\"" -#: ../glib/gbookmarkfile.c:3417 +#: glib/gbookmarkfile.c:3417 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Falha em expandir linha de execução \"%s\" com URI \"%s\"" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1230 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" "Não há suporte à conversão do conjunto de caracteres \"%s\" para \"%s\"" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Não foi possível abrir conversor de \"%s\" para \"%s\"" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1402 -#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:955 -#: ../glib/gutf8.c:1404 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:955 +#: glib/gutf8.c:1404 msgid "Invalid byte sequence in conversion input" msgstr "Seqüência de bytes inválida na entrada de conversão" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1409 -#: ../glib/giochannel.c:2300 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Erro durante a conversão: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155 -#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400 +#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296 +#: glib/gutf8.c:1400 msgid "Partial character sequence at end of input" msgstr "Seqüência de caracteres parcial no final da entrada" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" "Não é possível converter a seqüência \"%s\" para conjunto caracteres \"%s\"" -#: ../glib/gconvert.c:1737 +#: glib/gconvert.c:1737 #, c-format 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\"" -#: ../glib/gconvert.c:1747 +#: glib/gconvert.c:1747 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "O URI de arquivo local \"%s\" não pode incluir um \"#\"" -#: ../glib/gconvert.c:1764 +#: glib/gconvert.c:1764 #, c-format msgid "The URI '%s' is invalid" msgstr "O URI \"%s\" é inválido" -#: ../glib/gconvert.c:1776 +#: glib/gconvert.c:1776 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "O nome de servidor do URI \"%s\" é inválido" -#: ../glib/gconvert.c:1792 +#: glib/gconvert.c:1792 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "O URI \"%s\" contém caracteres com escape inválido" -#: ../glib/gconvert.c:1887 +#: glib/gconvert.c:1887 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "O nome de caminho \"%s\" não é um caminho absoluto" -#: ../glib/gconvert.c:1897 +#: glib/gconvert.c:1897 msgid "Invalid hostname" msgstr "Nome de servidor inválido" -#: ../glib/gdir.c:110 ../glib/gdir.c:130 +#: glib/gdir.c:110 glib/gdir.c:130 #, c-format msgid "Error opening directory '%s': %s" msgstr "Erro ao abrir o diretório \"%s\": %s" -#: ../glib/gfileutils.c:532 ../glib/gfileutils.c:620 +#: glib/gfileutils.c:532 glib/gfileutils.c:620 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Não foi possível alocar %lu bytes para ler arquivo \"%s\"" -#: ../glib/gfileutils.c:547 +#: glib/gfileutils.c:547 #, c-format msgid "Error reading file '%s': %s" msgstr "Erro ao ler arquivo \"%s\": %s" -#: ../glib/gfileutils.c:561 +#: glib/gfileutils.c:561 #, c-format msgid "File \"%s\" is too large" msgstr "Arquivo \"%s\" é muito grande" -#: ../glib/gfileutils.c:644 +#: glib/gfileutils.c:644 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Falha ao ler do arquivo \"%s\": %s" -#: ../glib/gfileutils.c:695 ../glib/gfileutils.c:782 +#: glib/gfileutils.c:695 glib/gfileutils.c:782 #, c-format msgid "Failed to open file '%s': %s" msgstr "Falha ao abrir arquivo \"%s\": %s" -#: ../glib/gfileutils.c:712 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:712 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Falha ao obter atributos do arquivo \"%s\": fstat() falhou: %s" -#: ../glib/gfileutils.c:746 +#: glib/gfileutils.c:746 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Falha ao abrir arquivo \"%s\": fdopen() falhou: %s" -#: ../glib/gfileutils.c:853 +#: glib/gfileutils.c:853 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Falha ao renomear arquivo \"%s\" para \"%s\": g_rename() falhou: %s" -#: ../glib/gfileutils.c:895 ../glib/gfileutils.c:1284 +#: glib/gfileutils.c:895 glib/gfileutils.c:1284 #, c-format msgid "Failed to create file '%s': %s" msgstr "Falha ao criar arquivo \"%s\": %s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Falha ao abrir arquivo \"%s\" para escrita: fdopen() falhou: %s" -#: ../glib/gfileutils.c:934 +#: glib/gfileutils.c:934 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Falha ao escrever no arquivo \"%s\": fwrite() falhou: %s" -#: ../glib/gfileutils.c:953 +#: glib/gfileutils.c:953 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Falha ao fechar arquivo \"%s\": fclose() falhou: %s" -#: ../glib/gfileutils.c:1071 +#: glib/gfileutils.c:1071 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "O arquivo \"%s\" não pôde ser removido: g_unlink() falhou: %s" -#: ../glib/gfileutils.c:1246 +#: glib/gfileutils.c:1246 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Modelo \"%s\" inválido, não deveria conter um \"%s\"" -#: ../glib/gfileutils.c:1259 +#: glib/gfileutils.c:1259 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Modelo \"%s\" não contém XXXXXX" -#: ../glib/gfileutils.c:1698 +#: glib/gfileutils.c:1698 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1703 +#: glib/gfileutils.c:1703 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1708 +#: glib/gfileutils.c:1708 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1751 +#: glib/gfileutils.c:1751 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Falha ao ler link simbólico \"%s\": %s" -#: ../glib/gfileutils.c:1772 +#: glib/gfileutils.c:1772 msgid "Symbolic links not supported" msgstr "Não há suporte a links simbólicos" -#: ../glib/giochannel.c:1234 +#: glib/giochannel.c:1234 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Não foi possível abrir conversor de \"%s\" para \"%s\": %s" -#: ../glib/giochannel.c:1579 +#: glib/giochannel.c:1579 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Não é possível fazer uma leitura em bruto em g_io_channel_read_line_string" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1884 -#: ../glib/giochannel.c:1971 +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "Dados residuais não convertidos no buffer de leitura" -#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784 +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "Canal termina num caractere parcial" -#: ../glib/giochannel.c:1770 +#: glib/giochannel.c:1770 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Não é possível fazer uma leitura em bruto de g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Falha ao abrir arquivo \"%s\": open() falhou: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Falha ao mapear arquivo \"%s\": mmap() falhou: %s" -#: ../glib/gmarkup.c:255 ../glib/gmarkup.c:295 +#: glib/gmarkup.c:255 glib/gmarkup.c:295 #, c-format msgid "Error on line %d char %d: " msgstr "Erro na linha %d caractere %d: " -#: ../glib/gmarkup.c:389 +#: glib/gmarkup.c:389 #, c-format msgid "Error on line %d: %s" msgstr "Erro na linha %d: %s" -#: ../glib/gmarkup.c:493 +#: glib/gmarkup.c:493 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Entidade \"&;\" vazia vista; as entidades válidas são: & " < " "> '" -#: ../glib/gmarkup.c:503 +#: glib/gmarkup.c:503 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -328,17 +327,17 @@ msgstr "" "inicia uma entidade; se este \"e\" comercial não é suposto ser uma entidade, " "escape-o como &" -#: ../glib/gmarkup.c:537 +#: glib/gmarkup.c:537 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Caractere \"%s\" não é válido dentro de um nome de entidade" -#: ../glib/gmarkup.c:574 +#: glib/gmarkup.c:574 #, c-format msgid "Entity name '%s' is not known" msgstr "Nome de entidade \"%s\" não é conhecido" -#: ../glib/gmarkup.c:585 +#: glib/gmarkup.c:585 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -346,7 +345,7 @@ msgstr "" "Entidade não termina com um ponto e vírgula; provavelmente você utilizou um " "\"e\" comercial sem desejar iniciar uma entidade - escape-o com &" -#: ../glib/gmarkup.c:638 +#: glib/gmarkup.c:638 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -356,17 +355,17 @@ msgstr "" "referência de caractere (ê por exemplo) - talvez o dígito seja grande " "demais" -#: ../glib/gmarkup.c:660 +#: glib/gmarkup.c:660 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Referência de caractere \"%-.*s\" não codifica um caractere permitido" -#: ../glib/gmarkup.c:675 +#: glib/gmarkup.c:675 msgid "Empty character reference; should include a digit such as dž" msgstr "" "Referência de caractere vazia; deveria incluir um dígito tal como dž" -#: ../glib/gmarkup.c:685 +#: glib/gmarkup.c:685 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -376,32 +375,32 @@ msgstr "" "utilizou um caractere \"e\" comercial sem desejar iniciar uma entidade - " "escape-o com &" -#: ../glib/gmarkup.c:771 +#: glib/gmarkup.c:771 msgid "Unfinished entity reference" msgstr "Referência de entidade inacabada" -#: ../glib/gmarkup.c:777 +#: glib/gmarkup.c:777 msgid "Unfinished character reference" msgstr "Referência de caractere inacabada" -#: ../glib/gmarkup.c:1063 +#: glib/gmarkup.c:1063 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Texto codificado em UTF-8 inválido - seqüência muito extensa" -#: ../glib/gmarkup.c:1091 +#: glib/gmarkup.c:1091 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Texto codificado em UTF-8 inválido - não é um caractere inicial" -#: ../glib/gmarkup.c:1130 +#: glib/gmarkup.c:1130 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Texto codificado em UTF-8 inválido - '%s' não válido" -#: ../glib/gmarkup.c:1168 +#: glib/gmarkup.c:1168 msgid "Document must begin with an element (e.g. )" msgstr "Documento tem de começar com um elemento (ex. )" -#: ../glib/gmarkup.c:1208 +#: glib/gmarkup.c:1208 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -410,7 +409,7 @@ msgstr "" "\"%s\" não é um caractere válido após um caractere \"<\"; não poderá começar " "um nome de elemento" -#: ../glib/gmarkup.c:1276 +#: glib/gmarkup.c:1276 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the empty-element tag '%" @@ -419,7 +418,7 @@ msgstr "" "Caractere estranho \"%s\", esperado um caractere \">\" para finalizar a " "marca \"%s\" de elemento vazio" -#: ../glib/gmarkup.c:1365 +#: glib/gmarkup.c:1365 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -427,7 +426,7 @@ msgstr "" "Caractere estranho \"%s\", esperava-se um \"=\" após o nome do atributo \"%s" "\" do elemento \"%s\"" -#: ../glib/gmarkup.c:1407 +#: glib/gmarkup.c:1407 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -438,7 +437,7 @@ msgstr "" "terminar a marca inicial do elemento \"%s\", ou opcionalmente um atributo; " "talvez tenha utilizado um caractere inválido no nome de atributo" -#: ../glib/gmarkup.c:1493 +#: glib/gmarkup.c:1493 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -447,7 +446,7 @@ msgstr "" "Caractere estranho \"%s\", esperava-se uma aspa aberta após o sinal de igual " "ao atribuir o valor ao atributo \"%s\" do elemento \"%s\"" -#: ../glib/gmarkup.c:1635 +#: glib/gmarkup.c:1635 #, c-format msgid "" "'%s' is not a valid character following the characters '\"" -#: ../glib/gmarkup.c:1686 +#: glib/gmarkup.c:1686 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Elemento \"%s\" foi fechado, nenhum elemento está atualmente aberto" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Elemento \"%s\" foi fechado, mas o elemento atualmente aberto é \"%s\"" -#: ../glib/gmarkup.c:1858 +#: glib/gmarkup.c:1858 msgid "Document was empty or contained only whitespace" msgstr "Documento estava vazio ou apenas continha espaços" -#: ../glib/gmarkup.c:1872 +#: glib/gmarkup.c:1872 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Documento terminou inesperadamente logo após um menor que \"<\"" -#: ../glib/gmarkup.c:1880 ../glib/gmarkup.c:1925 +#: glib/gmarkup.c:1880 glib/gmarkup.c:1925 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -492,7 +491,7 @@ msgstr "" "Documento terminou inesperadamente com elementos ainda abertos - \"%s\" foi " "o último elemento aberto" -#: ../glib/gmarkup.c:1888 +#: glib/gmarkup.c:1888 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -501,21 +500,21 @@ msgstr "" "Documento terminou inesperadamente, esperava-se ver um maior que (\">\") " "para terminar a marca <%s/>" -#: ../glib/gmarkup.c:1894 +#: glib/gmarkup.c:1894 msgid "Document ended unexpectedly inside an element name" msgstr "Documento terminou inesperadamente dentro de um nome de elemento" -#: ../glib/gmarkup.c:1900 +#: glib/gmarkup.c:1900 msgid "Document ended unexpectedly inside an attribute name" msgstr "Documento terminou inesperadamente dentro de um nome de atributo" -#: ../glib/gmarkup.c:1905 +#: glib/gmarkup.c:1905 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "Documento terminou inesperadamente dentro de uma marca de abertura de " "elemento." -#: ../glib/gmarkup.c:1911 +#: glib/gmarkup.c:1911 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -523,401 +522,399 @@ msgstr "" "Documento terminou inesperadamente após o sinal de igual que se seguiu a um " "nome de atributo; nenhum valor de atributo" -#: ../glib/gmarkup.c:1918 +#: glib/gmarkup.c:1918 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Documento terminou inesperadamente dentro de um valor de atributo" -#: ../glib/gmarkup.c:1934 +#: glib/gmarkup.c:1934 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Documento terminou inesperadamente dentro da marca de fechamento do elemento " "\"%s\"" -#: ../glib/gmarkup.c:1940 +#: glib/gmarkup.c:1940 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Documento terminou inesperadamente dentro de um comentário ou instrução de " "processamento" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "objeto corrompido" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "erro interno ou objeto corrompido" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "memória insuficiente" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "limite de backtracking alcançado" -#: ../glib/gregex.c:152 ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "o padrão contém itens sem suporte para correspondência parcial" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1999 +#: glib/gregex.c:154 gio/glocalfile.c:1999 msgid "internal error" msgstr "erro interno" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "não há suporte à referência retroativa como condição para correspondência " "parcial" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "limite de recursão alcançado" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "limite de espaço de trabalho para substrings vazias alcançado" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "combinação inválida de sinalizador de nova linha" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "erro desconhecido" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ no fim do padrão" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c no fim do padrão" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "caractere não reconhecido segue \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "escapes de alteração de maiusculização (\\l, \\L, \\u, \\U) não são " "permitidos aqui" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "números fora de ordem no quantificador {}" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "número grande demais no quantificador {}" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "terminação ] em falta para classe de caracteres" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "seqüência de escape inválida na classe de caracteres" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "intervalo fora de ordem na classe de caracteres" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "nada a repetir" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "caractere não reconhecido após (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "caractere não reconhecido após (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "caractere não reconhecido após (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "classes nomeadas POSIX têm suporte apenas dentro de uma classe" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "terminação ) em falta" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") sem abrir (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "dígitos (?R ou (?[+-] devem ser seguidos por )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "referência a subpadrão não existente" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr ") em falta após o comentário" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "expressão regular grande demais" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "falha ao obter memória" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "declaração lookbehind não é de largura fixa" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "número mal formado ou nome após (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "grupo condicional contém mais que duas ramificações" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "esperava-se declaração após (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "nome de classe POSIX desconhecido" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "elementos de arranjo POSIX sem suporte" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "valor de caractere na seqüência \\x{...} é grande demais" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "condição inválida (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C não permitido na declaração lookbehind" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "chamada recursiva pode causar uma repetição indefinidamente" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "terminação em falta no nome do subpadrão" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "dois subpadrões nomeados têm o mesmo nome" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "seqüência \\P ou \\p mal formada" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "nome de propriedade desconhecido após \\P ou \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "nome de subpadrão é grande demais (máximo 32 caracteres)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "excesso de subpadrões nomeados (máximo 10.000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "valor octal é maior que \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "O grupo DEFINE contém mais que uma ramificação" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "repetição de um grupo DEFINE não é permitida" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "opções do NEWLINE inconsistentes" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g não é seguido por um nome entre chaves ou um número diferente de zero " "opcionalmente entre chaves" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "repetição inesperada" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "estouro de código" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "espaço de trabalho de compilação invadido" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "subpadrão de referência verificado anteriormente não localizado" -#: ../glib/gregex.c:526 ../glib/gregex.c:1605 +#: glib/gregex.c:526 glib/gregex.c:1605 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Erro ao coincidir expressão regular %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "Biblioteca PCRE compilada sem suporte a UTF-8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "Biblioteca PCRE compilada sem suporte às propriedades UTF-8" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Erro ao compilar expressão regular %s no caractere %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Ero ao otimizar expressão regular %s: %s" -#: ../glib/gregex.c:2033 +#: glib/gregex.c:2033 msgid "hexadecimal digit or '}' expected" msgstr "esperava-se dígito hexadecimal ou \"}\"" -#: ../glib/gregex.c:2049 +#: glib/gregex.c:2049 msgid "hexadecimal digit expected" msgstr "esperava-se dígito hexadecimal" -#: ../glib/gregex.c:2089 +#: glib/gregex.c:2089 msgid "missing '<' in symbolic reference" msgstr "\"<\" em falta na referência simbólica" -#: ../glib/gregex.c:2098 +#: glib/gregex.c:2098 msgid "unfinished symbolic reference" msgstr "referência simbólica inacabada" -#: ../glib/gregex.c:2105 +#: glib/gregex.c:2105 msgid "zero-length symbolic reference" msgstr "referência simbólica de comprimento zero" -#: ../glib/gregex.c:2116 +#: glib/gregex.c:2116 msgid "digit expected" msgstr "esperava-se dígito" -#: ../glib/gregex.c:2134 +#: glib/gregex.c:2134 msgid "illegal symbolic reference" msgstr "referência simbólica ilegal" -#: ../glib/gregex.c:2196 +#: glib/gregex.c:2196 msgid "stray final '\\'" msgstr "\"\\\" final sem isolado" -#: ../glib/gregex.c:2200 +#: glib/gregex.c:2200 msgid "unknown escape sequence" msgstr "seqüência de escape desconhecida" -#: ../glib/gregex.c:2210 +#: glib/gregex.c:2210 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Erro ao analisar texto de substituição \"%s\" no caractere %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Texto citado não começa com uma aspa" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Aspa sem par na linha de comando ou outro texto de console" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Texto terminou logo após um caractere \"\\\". (O texto era \"%s\")" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Texto terminou antes da aspa equivalente ter sido localizada para %c. (texto " "era \"%s\")" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "Texto estava vazio (ou apenas continha espaços)" -#: ../glib/gspawn-win32.c:283 +#: glib/gspawn-win32.c:283 msgid "Failed to read data from child process" msgstr "Falha ao ler dados de processo filho" -#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1468 +#: glib/gspawn-win32.c:298 glib/gspawn.c:1468 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Falha ao criar canal para comunicar com processo filho (%s)" -#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1132 +#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1132 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Falha ao ler de canal filho (%s)" -#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1337 +#: glib/gspawn-win32.c:367 glib/gspawn.c:1337 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Falha ao ir para diretório \"%s\" (%s)" -#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:492 +#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492 #, c-format msgid "Failed to execute child process (%s)" msgstr "Falha ao executar processo filho (%s)" -#: ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:442 #, c-format msgid "Invalid program name: %s" msgstr "Nome de programa inválido: %s" -#: ../glib/gspawn-win32.c:452 ../glib/gspawn-win32.c:720 -#: ../glib/gspawn-win32.c:1276 +#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "String inválida no vetor de argumentos em %d: %s" -#: ../glib/gspawn-win32.c:463 ../glib/gspawn-win32.c:735 -#: ../glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309 #, c-format msgid "Invalid string in environment: %s" msgstr "String inválida no ambiente: %s" -#: ../glib/gspawn-win32.c:716 ../glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257 #, c-format msgid "Invalid working directory: %s" msgstr "Diretório de trabalho inválido: %s" -#: ../glib/gspawn-win32.c:781 +#: glib/gspawn-win32.c:781 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Falha ao executar programa auxiliar (%s)" -#: ../glib/gspawn-win32.c:995 +#: glib/gspawn-win32.c:995 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -925,138 +922,138 @@ msgstr "" "Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo " "filho" -#: ../glib/gspawn.c:188 +#: glib/gspawn.c:188 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Falha ao ler dados de processo filho (%s)" -#: ../glib/gspawn.c:325 +#: glib/gspawn.c:325 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Erro inesperado no select() ao ler dados de processo filho (%s)" -#: ../glib/gspawn.c:408 +#: glib/gspawn.c:408 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Erro inesperado em waitpid() (%s)" -#: ../glib/gspawn.c:1197 +#: glib/gspawn.c:1197 #, c-format msgid "Failed to fork (%s)" msgstr "Falha no fork (%s)" -#: ../glib/gspawn.c:1347 +#: glib/gspawn.c:1347 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Falha ao executar processo filho \"%s\" (%s)" -#: ../glib/gspawn.c:1357 +#: glib/gspawn.c:1357 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Falha ao redirecionar saída ou entrada do processo filho (%s)" -#: ../glib/gspawn.c:1366 +#: glib/gspawn.c:1366 #, c-format msgid "Failed to fork child process (%s)" msgstr "Falha no fork de processo filho (%s)" -#: ../glib/gspawn.c:1374 +#: glib/gspawn.c:1374 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Erro desconhecido ao executar processo filho \"%s\"" -#: ../glib/gspawn.c:1396 +#: glib/gspawn.c:1396 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Falha ao ler dados suficientes de canal pid do filho (%s)" -#: ../glib/gutf8.c:1029 +#: glib/gutf8.c:1029 msgid "Character out of range for UTF-8" msgstr "Caractere fora do limite para UTF-8" -#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264 -#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510 +#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273 +#: glib/gutf8.c:1414 glib/gutf8.c:1510 msgid "Invalid sequence in conversion input" msgstr "Seqüência inválida na conversão da entrada" -#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521 +#: glib/gutf8.c:1425 glib/gutf8.c:1521 msgid "Character out of range for UTF-16" msgstr "Caractere fora do limite para UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Uso:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[OPÇÕES...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Opções de ajuda:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Exibir opções de ajuda" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Exibir todas as opções de ajuda" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Opções de aplicativo:" -#: ../glib/goption.c:850 ../glib/goption.c:920 +#: glib/goption.c:850 glib/goption.c:920 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Não é possível analisar o valor inteiro \"%s\" para %s" -#: ../glib/goption.c:860 ../glib/goption.c:928 +#: glib/goption.c:860 glib/goption.c:928 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Valor inteiro \"%s\" para %s fora dos limites" -#: ../glib/goption.c:885 +#: glib/goption.c:885 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "" "Não é possível analisar o ponto flutuante com dupla precisão \"%s\" para %s" -#: ../glib/goption.c:893 +#: glib/goption.c:893 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Ponto flutuante com dupla precisão \"%s\" para %s fora dos limites" -#: ../glib/goption.c:1156 ../glib/goption.c:1235 +#: glib/goption.c:1156 glib/goption.c:1235 #, c-format msgid "Error parsing option %s" msgstr "Erro ao ler a opção %s" -#: ../glib/goption.c:1266 ../glib/goption.c:1380 +#: glib/goption.c:1266 glib/goption.c:1380 #, c-format msgid "Missing argument for %s" msgstr "Falta argumento para %s" -#: ../glib/goption.c:1773 +#: glib/goption.c:1773 #, c-format msgid "Unknown option %s" msgstr "Opção %s desconhecida" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 msgid "Valid key file could not be found in search dirs" msgstr "" "Não foi possível localizar arquivo de chave válido nos diretórios pesquisados" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 msgid "Not a regular file" msgstr "Não é um arquivo comum" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 msgid "File is empty" msgstr "Arquivo vazio" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1064,50 +1061,50 @@ msgstr "" "Arquivo de chave contém a linha \"%s\" que não é um par chave-valor, grupo " "ou comentário" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Nome de grupo inválido: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 msgid "Key file does not start with a group" msgstr "Arquivo de chave não começa com um grupo" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Nome de chave inválido: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Arquivo de chave contém codificação \"%s\" sem suporte" -#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1274 ../glib/gkeyfile.c:2503 -#: ../glib/gkeyfile.c:2569 ../glib/gkeyfile.c:2704 ../glib/gkeyfile.c:2837 -#: ../glib/gkeyfile.c:2990 ../glib/gkeyfile.c:3177 ../glib/gkeyfile.c:3238 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1274 glib/gkeyfile.c:2503 +#: glib/gkeyfile.c:2569 glib/gkeyfile.c:2704 glib/gkeyfile.c:2837 +#: glib/gkeyfile.c:2990 glib/gkeyfile.c:3177 glib/gkeyfile.c:3238 #, c-format msgid "Key file does not have group '%s'" msgstr "Arquivo de chave não tem grupo \"%s\"" -#: ../glib/gkeyfile.c:1286 +#: glib/gkeyfile.c:1286 #, c-format msgid "Key file does not have key '%s'" msgstr "Arquivo de chave não tem chave \"%s\"" -#: ../glib/gkeyfile.c:1393 ../glib/gkeyfile.c:1508 +#: glib/gkeyfile.c:1393 glib/gkeyfile.c:1508 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Arquivo de chave contém chave \"%s\" com valor \"%s\" que não é UTF-8" -#: ../glib/gkeyfile.c:1413 ../glib/gkeyfile.c:1528 ../glib/gkeyfile.c:1907 +#: glib/gkeyfile.c:1413 glib/gkeyfile.c:1528 glib/gkeyfile.c:1907 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Arquivo de chave contém chave \"%s\" que tem valor que não pode ser " "interpretado." -#: ../glib/gkeyfile.c:2122 ../glib/gkeyfile.c:2334 +#: glib/gkeyfile.c:2122 glib/gkeyfile.c:2334 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1116,147 +1113,145 @@ msgstr "" "Arquivo de chave contém chave \"%s\" no grupo \"%s\" que tem valor que não " "pode ser interpretado." -#: ../glib/gkeyfile.c:2518 ../glib/gkeyfile.c:2719 ../glib/gkeyfile.c:3249 +#: glib/gkeyfile.c:2518 glib/gkeyfile.c:2719 glib/gkeyfile.c:3249 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Arquivo de chave não tem chave \"%s\" no grupo \"%s\"" -#: ../glib/gkeyfile.c:3483 +#: glib/gkeyfile.c:3483 msgid "Key file contains escape character at end of line" msgstr "Arquivo de chave contém caractere de escape no fim da linha" -#: ../glib/gkeyfile.c:3505 +#: glib/gkeyfile.c:3505 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Arquivo de chave contém seqüência de escape \"%s\" inválida" -#: ../glib/gkeyfile.c:3647 +#: glib/gkeyfile.c:3647 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "O valor \"%s\" não pode ser interpretado como um número." -#: ../glib/gkeyfile.c:3661 +#: glib/gkeyfile.c:3661 #, c-format msgid "Integer value '%s' out of range" msgstr "Valor inteiro \"%s\" fora dos limites" -#: ../glib/gkeyfile.c:3694 +#: glib/gkeyfile.c:3694 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "O valor \"%s\" não pode ser interpretado como ponto flutuante." -#: ../glib/gkeyfile.c:3718 +#: glib/gkeyfile.c:3718 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "O valor \"%s\" não pode ser interpretado como um booleano." -#: ../gio/gbufferedinputstream.c:417 ../gio/gbufferedinputstream.c:498 -#: ../gio/ginputstream.c:193 ../gio/ginputstream.c:325 -#: ../gio/ginputstream.c:566 ../gio/ginputstream.c:691 -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Valor muito alto passado para %s" -#: ../gio/gbufferedinputstream.c:885 ../gio/ginputstream.c:901 -#: ../gio/goutputstream.c:1085 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 +#: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "O fluxo já está fechado" -#: ../gio/gcancellable.c:366 ../gio/glocalfile.c:1992 -#: ../gio/gsimpleasyncresult.c:623 ../gio/gsimpleasyncresult.c:650 +#: gio/gcancellable.c:366 gio/glocalfile.c:1992 gio/gsimpleasyncresult.c:623 +#: gio/gsimpleasyncresult.c:650 msgid "Operation was cancelled" msgstr "A operação foi cancelada" -#: ../gio/gcontenttype.c:180 +#: gio/gcontenttype.c:180 msgid "Unknown type" msgstr "Tipo desconhecido" -#: ../gio/gcontenttype.c:181 +#: gio/gcontenttype.c:181 #, c-format msgid "%s filetype" msgstr "tipo de arquivo %s" -#: ../gio/gcontenttype.c:678 +#: gio/gcontenttype.c:678 #, c-format msgid "%s type" msgstr "tipo %s" -#: ../gio/gdatainputstream.c:313 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Fim do fluxo precoce não esperado" -#: ../gio/gdesktopappinfo.c:460 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Não nomeado" -#: ../gio/gdesktopappinfo.c:696 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "O arquivo da área de trabalho não especifica o campo Exec" -#: ../gio/gdesktopappinfo.c:990 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Não é possível localizar o terminal requerido para o aplicativo" -#: ../gio/gdesktopappinfo.c:1222 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Não é possível criar pasta de configuração do aplicativo do usuário %s: %s" -#: ../gio/gdesktopappinfo.c:1226 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Não é possível criar pasta de configuração MIME do usuário %s: %s" -#: ../gio/gdesktopappinfo.c:1630 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Não é possível criar arquivo %s da área de trabalho do usuário" -#: ../gio/gdesktopappinfo.c:1742 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Definição personalizada para %s" -#: ../gio/gdrive.c:381 +#: gio/gdrive.c:381 msgid "drive doesn't implement eject" msgstr "drive não implementa ejetar" -#: ../gio/gdrive.c:451 +#: gio/gdrive.c:451 msgid "drive doesn't implement polling for media" msgstr "drive não implementa verificação por mídia" -#: ../gio/gemblem.c:325 +#: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "Não é possível lidar com a versão %d da codificação GEmblem" -#: ../gio/gemblem.c:335 +#: gio/gemblem.c:335 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "Número inválido de tokens (%d) na codificação GEmblem" -#: ../gio/gemblemedicon.c:295 +#: gio/gemblemedicon.c:295 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "Não é possível lidar com a versão %d da codificação GEmblemedIcon" -#: ../gio/gemblemedicon.c:305 +#: gio/gemblemedicon.c:305 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "Número inválido de tokens (%d) na codificação GEmblemedIcon" -#: ../gio/gemblemedicon.c:328 +#: gio/gemblemedicon.c:328 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Esperado um GEmblem para o GEmblemedIcon" -#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190 -#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537 -#: ../gio/gfile.c:1620 ../gio/gfile.c:2694 ../gio/gfile.c:2748 -#: ../gio/gfile.c:2879 ../gio/gfile.c:2919 ../gio/gfile.c:3246 -#: ../gio/gfile.c:3648 ../gio/gfile.c:3732 ../gio/gfile.c:3815 -#: ../gio/gfile.c:3895 ../gio/gfile.c:4225 ../gio/win32/gwinhttpfile.c:428 +#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426 +#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2694 +#: gio/gfile.c:2748 gio/gfile.c:2879 gio/gfile.c:2919 gio/gfile.c:3246 +#: gio/gfile.c:3648 gio/gfile.c:3732 gio/gfile.c:3815 gio/gfile.c:3895 +#: gio/gfile.c:4225 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operação sem suporte" @@ -1268,130 +1263,130 @@ msgstr "Operação sem suporte" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1071 ../gio/glocalfile.c:1082 -#: ../gio/glocalfile.c:1095 +#: gio/gfile.c:1311 gio/glocalfile.c:1071 gio/glocalfile.c:1082 +#: gio/glocalfile.c:1095 msgid "Containing mount does not exist" msgstr "Ponto de montagem contido não existe" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2142 +#: gio/gfile.c:1963 gio/glocalfile.c:2142 msgid "Can't copy over directory" msgstr "Não é possível copiar sobre diretório" -#: ../gio/gfile.c:2023 +#: gio/gfile.c:2023 msgid "Can't copy directory over directory" msgstr "Não é possível copiar diretório sobre diretório" -#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2151 +#: gio/gfile.c:2031 gio/glocalfile.c:2151 msgid "Target file exists" msgstr "Arquivo alvo existe" -#: ../gio/gfile.c:2049 +#: gio/gfile.c:2049 msgid "Can't recursively copy directory" msgstr "Não é possível copiar o diretório recursivamente" -#: ../gio/gfile.c:2869 +#: gio/gfile.c:2869 msgid "Invalid symlink value given" msgstr "Valor fornecido de link simbólico inválido" -#: ../gio/gfile.c:2962 +#: gio/gfile.c:2962 msgid "Trash not supported" msgstr "Não há suporte para lixeira" -#: ../gio/gfile.c:3011 +#: gio/gfile.c:3011 #, c-format msgid "File names cannot contain '%c'" msgstr "Nomes de arquivo não podem conter \"%c\"" -#: ../gio/gfile.c:4993 ../gio/gvolume.c:370 +#: gio/gfile.c:4993 gio/gvolume.c:370 msgid "volume doesn't implement mount" msgstr "volume não implementa montagem" -#: ../gio/gfile.c:5101 +#: gio/gfile.c:5101 msgid "No application is registered as handling this file" msgstr "Nenhum aplicativo está registrado como manipulador deste arquivo" -#: ../gio/gfileenumerator.c:206 +#: gio/gfileenumerator.c:206 msgid "Enumerator is closed" msgstr "O enumerador está fechado" -#: ../gio/gfileenumerator.c:213 ../gio/gfileenumerator.c:272 -#: ../gio/gfileenumerator.c:372 ../gio/gfileenumerator.c:481 +#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272 +#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481 msgid "File enumerator has outstanding operation" msgstr "O enumerador do arquivo tem operação pendente" -#: ../gio/gfileenumerator.c:362 ../gio/gfileenumerator.c:471 +#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 msgid "File enumerator is already closed" msgstr "O enumerador do arquivo já está fechado" -#: ../gio/gfileicon.c:145 +#: gio/gfileicon.c:145 msgid "file" msgstr "arquivo" -#: ../gio/gfileicon.c:146 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "O arquivo contendo o ícone" -#: ../gio/gfileicon.c:237 +#: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "Não é possível lidar com a versão %d da codificação GFileIcon" -#: ../gio/gfileicon.c:247 +#: gio/gfileicon.c:247 msgid "Malformed input data for GFileIcon" msgstr "Dados de entrada malformados para o GFileIcon" -#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424 -#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526 +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Fluxo não tem suporte para query_info" -#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384 +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Não há suporte à busca no fluxo" -#: ../gio/gfileinputstream.c:383 +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Truncar não permitido no fluxo de entrada" -#: ../gio/gfileoutputstream.c:460 +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Não há suporte a truncar no fluxo" -#: ../gio/gicon.c:324 +#: gio/gicon.c:324 #, c-format msgid "Wrong number of tokens (%d)" msgstr "Número errado de tokens (%d)" -#: ../gio/gicon.c:344 +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "Sem tipo para a classe chamada %s" -#: ../gio/gicon.c:354 +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "O tipo %s não implementa a interface GIcon" -#: ../gio/gicon.c:365 +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "O tipo %s não tem classe" -#: ../gio/gicon.c:379 +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "Número de versão malformado: %s" -#: ../gio/gicon.c:393 +#: gio/gicon.c:393 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "O tipo %s não implementa from_tokens() na interface GIcon" -#: ../gio/gicon.c:469 +#: gio/gicon.c:469 msgid "Can't handle the supplied version the icon encoding" msgstr "Não é possível lidar com a versão fornecida da codificação do ícone" -#: ../gio/ginputstream.c:202 +#: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Fluxo de entrada não implementa leitura" @@ -1401,358 +1396,358 @@ msgstr "Fluxo de entrada não implementa leitura" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095 +#: gio/ginputstream.c:911 gio/goutputstream.c:1095 msgid "Stream has outstanding operation" msgstr "O fluxo tem operação pendente" -#: ../gio/glocaldirectorymonitor.c:274 +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Não é possível localizar o tipo de diretório monitor local padrão" -#: ../gio/glocalfile.c:608 ../gio/win32/gwinhttpfile.c:411 +#: gio/glocalfile.c:608 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Nome de arquivo inválido: %s" -#: ../gio/glocalfile.c:979 +#: gio/glocalfile.c:979 #, c-format msgid "Error getting filesystem info: %s" msgstr "Erro ao obter informações do sistema de arquivos: %s" -#: ../gio/glocalfile.c:1115 +#: gio/glocalfile.c:1115 msgid "Can't rename root directory" msgstr "Não é possível renomear o diretório root" -#: ../gio/glocalfile.c:1135 ../gio/glocalfile.c:1161 +#: gio/glocalfile.c:1135 gio/glocalfile.c:1161 #, c-format msgid "Error renaming file: %s" msgstr "Erro ao renomear arquivo: %s" -#: ../gio/glocalfile.c:1144 +#: gio/glocalfile.c:1144 msgid "Can't rename file, filename already exist" msgstr "Não é possível renomear o arquivo, o nome do arquivo já existe" -#: ../gio/glocalfile.c:1157 ../gio/glocalfile.c:2021 ../gio/glocalfile.c:2050 -#: ../gio/glocalfile.c:2204 ../gio/glocalfileoutputstream.c:505 -#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967 +#: gio/glocalfile.c:1157 gio/glocalfile.c:2021 gio/glocalfile.c:2050 +#: gio/glocalfile.c:2204 gio/glocalfileoutputstream.c:505 +#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Nome de arquivo inválido" -#: ../gio/glocalfile.c:1280 +#: gio/glocalfile.c:1280 #, c-format msgid "Error opening file: %s" msgstr "Erro ao abrir arquivo: %s" -#: ../gio/glocalfile.c:1290 +#: gio/glocalfile.c:1290 msgid "Can't open directory" msgstr "Não é possível abrir diretório" -#: ../gio/glocalfile.c:1350 +#: gio/glocalfile.c:1350 #, c-format msgid "Error removing file: %s" msgstr "Erro ao remover arquivo: %s" -#: ../gio/glocalfile.c:1714 +#: gio/glocalfile.c:1714 #, c-format msgid "Error trashing file: %s" msgstr "Erro ao mover arquivo para a lixeira: %s" -#: ../gio/glocalfile.c:1737 +#: gio/glocalfile.c:1737 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Não é possível criar o diretório da lixeira %s: %s" -#: ../gio/glocalfile.c:1758 +#: gio/glocalfile.c:1758 msgid "Unable to find toplevel directory for trash" msgstr "Não é possível localizar diretório de nível superior para a lixeira" -#: ../gio/glocalfile.c:1837 ../gio/glocalfile.c:1857 +#: gio/glocalfile.c:1837 gio/glocalfile.c:1857 msgid "Unable to find or create trash directory" msgstr "Não é possível localizar ou criar o diretório da lixeira" -#: ../gio/glocalfile.c:1891 +#: gio/glocalfile.c:1891 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Não é possível criar o arquivo de informações da lixeira: %s" -#: ../gio/glocalfile.c:1916 ../gio/glocalfile.c:1991 ../gio/glocalfile.c:1998 +#: gio/glocalfile.c:1916 gio/glocalfile.c:1991 gio/glocalfile.c:1998 #, c-format msgid "Unable to trash file: %s" msgstr "Não é possível mover arquivo para a lixeira: %s" -#: ../gio/glocalfile.c:2025 +#: gio/glocalfile.c:2025 #, c-format msgid "Error creating directory: %s" msgstr "Erro ao criar o diretório: %s" -#: ../gio/glocalfile.c:2054 +#: gio/glocalfile.c:2054 #, c-format msgid "Error making symbolic link: %s" msgstr "Erro ao criar link simbólico: %s" -#: ../gio/glocalfile.c:2114 ../gio/glocalfile.c:2208 +#: gio/glocalfile.c:2114 gio/glocalfile.c:2208 #, c-format msgid "Error moving file: %s" msgstr "Erro ao mover arquivo: %s" -#: ../gio/glocalfile.c:2137 +#: gio/glocalfile.c:2137 msgid "Can't move directory over directory" msgstr "Não é possível mover diretório sobre diretório" -#: ../gio/glocalfile.c:2164 ../gio/glocalfileoutputstream.c:819 -#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848 -#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878 +#: gio/glocalfile.c:2164 gio/glocalfileoutputstream.c:819 +#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848 +#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878 msgid "Backup file creation failed" msgstr "Falha ao criar arquivo de backup" -#: ../gio/glocalfile.c:2183 +#: gio/glocalfile.c:2183 #, c-format msgid "Error removing target file: %s" msgstr "Erro ao remover arquivo alvo: %s" -#: ../gio/glocalfile.c:2197 +#: gio/glocalfile.c:2197 msgid "Move between mounts not supported" msgstr "Não há suporte a mover entre montagens" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Valor de atributo deve ser não-NULO" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Tipo de atributo inválido (esperava-se expressão)" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Nome de atributo estendido inválido" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Erro ao definir atributo estendido \"%s\": %s" -#: ../gio/glocalfileinfo.c:1462 ../gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Erro ao iniciar arquivo \"%s\": %s" -#: ../gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "(codificação inválida)" -#: ../gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erro ao iniciar descritor de arquivo: %s" -#: ../gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo inválido (esperado uint32)" -#: ../gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo inválido (esperado uint64)" -#: ../gio/glocalfileinfo.c:1782 ../gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo inválido (expressão de byte esperada)" -#: ../gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Erro ao definir permissões: %s" -#: ../gio/glocalfileinfo.c:1878 ../gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Erro ao definir proprietário: %s" -#: ../gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "o link simbólico deve ser não-NULO" -#: ../gio/glocalfileinfo.c:1911 ../gio/glocalfileinfo.c:1930 -#: ../gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Erro ao definir link simbólico: %s" -#: ../gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "Erro ao definir link simbólico: o arquivo não é um link simbólico" -#: ../gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "O contexto SELinux deve ser não-NULO" -#: ../gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Erro ao definir o contexto SELinux: %s" -#: ../gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux não está habilitado neste sistema" -#: ../gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Não há suporte à definição do atributo %s" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:603 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603 #, c-format msgid "Error reading from file: %s" msgstr "Erro ao ler do arquivo: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:405 -#: ../gio/glocalfileoutputstream.c:896 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405 +#: gio/glocalfileoutputstream.c:896 #, c-format msgid "Error seeking in file: %s" msgstr "Erro ao buscar no arquivo: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:208 -#: ../gio/glocalfileoutputstream.c:303 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208 +#: gio/glocalfileoutputstream.c:303 #, c-format msgid "Error closing file: %s" msgstr "Erro ao fechar arquivo: %s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Não é possível localizar o tipo de arquivo monitor local padrão" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:624 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624 #, c-format msgid "Error writing to file: %s" msgstr "Erro ao escrever no arquivo: %s" -#: ../gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:235 #, c-format msgid "Error removing old backup link: %s" msgstr "Erro ao remover link antigo de backup: %s" -#: ../gio/glocalfileoutputstream.c:249 ../gio/glocalfileoutputstream.c:262 +#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262 #, c-format msgid "Error creating backup copy: %s" msgstr "Erro ao criar cópia de backup: %s" -#: ../gio/glocalfileoutputstream.c:280 +#: gio/glocalfileoutputstream.c:280 #, c-format msgid "Error renaming temporary file: %s" msgstr "Erro ao renomear arquivo temporário: %s" -#: ../gio/glocalfileoutputstream.c:451 ../gio/glocalfileoutputstream.c:913 +#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913 #, c-format msgid "Error truncating file: %s" msgstr "Erro ao truncar arquivo: %s" -#: ../gio/glocalfileoutputstream.c:511 ../gio/glocalfileoutputstream.c:556 -#: ../gio/glocalfileoutputstream.c:688 ../gio/glocalfileoutputstream.c:973 +#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556 +#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973 #, c-format msgid "Error opening file '%s': %s" msgstr "Erro ao abrir arquivo \"%s\": %s" -#: ../gio/glocalfileoutputstream.c:719 +#: gio/glocalfileoutputstream.c:719 msgid "Target file is a directory" msgstr "Arquivo alvo é um diretório" -#: ../gio/glocalfileoutputstream.c:724 +#: gio/glocalfileoutputstream.c:724 msgid "Target file is not a regular file" msgstr "Arquivo alvo não é um arquivo comum" -#: ../gio/glocalfileoutputstream.c:736 +#: gio/glocalfileoutputstream.c:736 msgid "The file was externally modified" msgstr "O arquivo foi modificado externamente" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 msgid "Invalid GSeekType supplied" msgstr "GSeekType fornecido inválido" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 msgid "Invalid seek request" msgstr "Solicitação de busca inválida" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "Não é possível truncar GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 msgid "Reached maximum data array limit" msgstr "Foi alcançado o limite máximo de matriz de dados" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 msgid "Memory output stream not resizable" msgstr "Fluxo de saída da memória não redimensionável" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 msgid "Failed to resize memory output stream" msgstr "Falha ao redimensionar fluxo de saída da memória" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:360 +#: gio/gmount.c:360 msgid "mount doesn't implement unmount" msgstr "objeto de montagem não implementa desmontar" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:435 +#: gio/gmount.c:435 msgid "mount doesn't implement eject" msgstr "objeto de montagem não implementa ejetar" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:517 +#: gio/gmount.c:517 msgid "mount doesn't implement remount" msgstr "objeto de montagem não implementa remontar" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:601 +#: gio/gmount.c:601 msgid "mount doesn't implement content type guessing" msgstr "objeto de montagem não implementa estimativa de tipo de conteúdo" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:690 +#: gio/gmount.c:690 msgid "mount doesn't implement synchronous content type guessing" msgstr "" "objeto de montagem não implementa estimativa de tipo de conteúdo síncrono" -#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412 +#: gio/goutputstream.c:211 gio/goutputstream.c:412 msgid "Output stream doesn't implement write" msgstr "Fluxo de saída não implementa escrita" -#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780 +#: gio/goutputstream.c:372 gio/goutputstream.c:780 msgid "Source stream is already closed" msgstr "A fonte do fluxo já está fechada" -#: ../gio/gthemedicon.c:211 +#: gio/gthemedicon.c:211 msgid "name" msgstr "nome" -#: ../gio/gthemedicon.c:212 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "O nome do ícone" -#: ../gio/gthemedicon.c:223 +#: gio/gthemedicon.c:223 msgid "names" msgstr "nomes" -#: ../gio/gthemedicon.c:224 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Um array contendo os nomes dos ícones" -#: ../gio/gthemedicon.c:249 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "usa os fallbacks padrões" -#: ../gio/gthemedicon.c:250 +#: gio/gthemedicon.c:250 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1760,86 +1755,86 @@ msgstr "" "Se deve tentar os nomes mais curtos, localizados através do caractere '-'. " "Ignora nomes depois do primeiro, de vários foram fornecidos." -#: ../gio/gthemedicon.c:499 +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "Não é possível lidar com a versão %d da codificação GThemedIcon" -#: ../gio/gunixinputstream.c:161 ../gio/gunixoutputstream.c:147 +#: gio/gunixinputstream.c:161 gio/gunixoutputstream.c:147 msgid "File descriptor" msgstr "Descritor de arquivo" -#: ../gio/gunixinputstream.c:162 +#: gio/gunixinputstream.c:162 msgid "The file descriptor to read from" msgstr "O descritor de arquivo de onde ler" -#: ../gio/gunixinputstream.c:176 ../gio/gunixoutputstream.c:162 +#: gio/gunixinputstream.c:176 gio/gunixoutputstream.c:162 msgid "Close file descriptor" msgstr "Fechar descritor de arquivo" -#: ../gio/gunixinputstream.c:177 ../gio/gunixoutputstream.c:163 +#: gio/gunixinputstream.c:177 gio/gunixoutputstream.c:163 msgid "Whether to close the file descriptor when the stream is closed" msgstr "Fechar ou não o descritor de arquivo quando o fluxo for fechado" -#: ../gio/gunixinputstream.c:358 ../gio/gunixinputstream.c:378 -#: ../gio/gunixinputstream.c:456 ../gio/gunixoutputstream.c:443 +#: gio/gunixinputstream.c:358 gio/gunixinputstream.c:378 +#: gio/gunixinputstream.c:456 gio/gunixoutputstream.c:443 #, c-format msgid "Error reading from unix: %s" msgstr "Erro ao ler do unix: %s" -#: ../gio/gunixinputstream.c:411 ../gio/gunixinputstream.c:593 -#: ../gio/gunixoutputstream.c:398 ../gio/gunixoutputstream.c:549 +#: gio/gunixinputstream.c:411 gio/gunixinputstream.c:593 +#: gio/gunixoutputstream.c:398 gio/gunixoutputstream.c:549 #, c-format msgid "Error closing unix: %s" msgstr "Erro ao fechar unix: %s" -#: ../gio/gunixmounts.c:1781 ../gio/gunixmounts.c:1818 +#: gio/gunixmounts.c:1781 gio/gunixmounts.c:1818 msgid "Filesystem root" msgstr "Sistema de arquivos root" -#: ../gio/gunixoutputstream.c:148 +#: gio/gunixoutputstream.c:148 msgid "The file descriptor to write to" msgstr "O descritor de arquivo para o qual escrever" -#: ../gio/gunixoutputstream.c:344 ../gio/gunixoutputstream.c:365 +#: gio/gunixoutputstream.c:344 gio/gunixoutputstream.c:365 #, c-format msgid "Error writing to unix: %s" msgstr "Erro ao escrever para unix: %s" -#: ../gio/gvolume.c:444 +#: gio/gvolume.c:444 msgid "volume doesn't implement eject" msgstr "volume não implementa ejetar" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "Não é possível localizar o aplicativo" -#: ../gio/gwin32appinfo.c:300 +#: gio/gwin32appinfo.c:300 #, c-format msgid "Error launching application: %s" msgstr "Erro ao lançar o aplicativo: %s" -#: ../gio/gwin32appinfo.c:336 +#: gio/gwin32appinfo.c:336 msgid "URIs not supported" msgstr "Não há suporte a URIs" -#: ../gio/gwin32appinfo.c:358 +#: gio/gwin32appinfo.c:358 msgid "association changes not supported on win32" msgstr "não há suporte às alterações de associação em win32" -#: ../gio/gwin32appinfo.c:370 +#: gio/gwin32appinfo.c:370 msgid "Association creation not supported on win32" msgstr "Não há suporte à criação de associação em win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "não ocultar entradas" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "usar um formato de listagem longo" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[ARQUIVO...]" diff --git a/po/ro.po b/po/ro.po index bbd474e..c4fd3dd 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-09-18 00:49+0300\n" "Last-Translator: Mișu Moldovan \n" "Language-Team: Română \n" @@ -1137,14 +1137,14 @@ msgstr "Valoarea „%s” nu poate fi interpretată ca un număr flotant." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Valoarea „%s” nu poate fi interpretată ca o valoare booleană." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "S-a pasat o valoare prea mare către %s" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Flux deja închis" @@ -1168,39 +1168,39 @@ msgstr "tip de fișier %s" msgid "%s type" msgstr "tip %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "„End-of-stream” neașteptat de timpuriu" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nedenumit" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Fișierul desktop nu a specificat un câmp „Exec”" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Nu s-a găsit un terminal pentru pornirea aplicației" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Nu se poate crea pentru utilizator directorul cu opțiunile aplicației %s: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Nu se poate crea pentru utilizator directorul cu opțiunile MIME %s: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Nu se poate crea fișierul desktop %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Definiție personalizată pentru %s" @@ -1501,89 +1501,89 @@ msgid "Move between mounts not supported" msgstr "" "Operațiunea de mutare între două dispozitive montate nu este implementată" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Valoarea atributului trebuie să fie diferită de NULL" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Tip invalid de atribut (se aștepta un șir)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Nume invalid de atribut extins" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Eroare la stabilirea atributului extins „%s”: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Eroare la citirea detaliilor fișierului „%s”: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (codare invalidă)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Eroare la citirea detaliilor descriptor ale fișierului: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Tip invalid de atribut (se aștepta o valoare uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Tip invalid de atribut (se aștepta o valoare uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Tip invalid de atribut (se aștepta un șir de octeți)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Eroare la definirea permisiunilor: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Eroare la definirea deținătorului: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "legătură simbolică trebuie să fie diferită de NULL" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Eroare la definirea legăturii simbolice: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "Eroare la definirea legăturii simbolice: fișierul nu este o legătură " "simbolică" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "Contextul SELinux trebuie să fie diferit de NULL" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Eroare la definirea contextului SELinux: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux nu este activ în acest sistem" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Definirea atributului %s nu este implementată" diff --git a/po/ru.po b/po/ru.po index 65fcb1f..b3dca3b 100644 --- a/po/ru.po +++ b/po/ru.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-03-11 20:54+0300\n" "Last-Translator: Nickolay V. Shmyrev \n" "Language-Team: Russian \n" @@ -1161,14 +1161,14 @@ msgstr "Не удалось преобразовать «%s» в число с msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Не удалось преобразовать «%s» в булево значение." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Слишком большое значение количества передано в %s" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Поток уже закрыт" @@ -1192,38 +1192,38 @@ msgstr "тип файлов %s" msgid "%s type" msgstr "тип %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Неожиданный ранний конец потока" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Без имени" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "В desktop-файле не указано поле Exec" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Не удалось найти терминал, требуемый для приложения" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Не удалось создать пользовательскую папку настроек приложения %s: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не удалось создать пользовательскую папку настроек MIME %s: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Не удалось создать пользовательский desktop-файл %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Особое определение для %s" @@ -1522,89 +1522,89 @@ msgstr "Произошла ошибка при удалении целевого msgid "Move between mounts not supported" msgstr "Перемещение между точками монтирования не поддерживается" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Значение атрибута не должно быть NULL" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Неверный тип атрибута (ожидалась строка)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Недопустимое имя расширенного атрибута" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Произошла ошибка при установке расширенного атрибута «%s»: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Произошла ошибка при получении сведений о файле «%s»: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (неверная кодировка)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Произошла ошибка при получении сведений о файловом дескрипторе: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Неверный тип атрибута (ожидался uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Неверный тип атрибута (ожидался uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Неверный тип атрибута (ожидалась строка byte)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Произошла ошибка при установке прав: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Произошла ошибка при установке владельца: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "символьная ссылка не должна быть NULL" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Произошла ошибка при установке символьной ссылки: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "Произошла ошибка при установке символьной ссылки: файл не является " "символьной ссылкой" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "Контекст SELinux не должен быть равен NULL" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Произошла ошибка при установке контекста SELinux: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "В этой системе не включён SELinux" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Установка атрибута %s не поддерживается" diff --git a/po/rw.po b/po/rw.po index ac011f7..d10d4bb 100644 --- a/po/rw.po +++ b/po/rw.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2005-03-28 19:34-0700\n" "Last-Translator: Steve Murphy \n" "Language-Team: Kinyarwanda \n" @@ -1142,14 +1142,14 @@ msgstr "Nka a Umubare" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nka a Icyungo" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1174,38 +1174,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1515,90 +1515,90 @@ msgstr "Ikosa mu gusoma idosiye" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Mo Imbere Ikiranga Izina:" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Gufungura %s%S bushyinguro" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Ihindurangero" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Ihindurangero" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "ku Umurongo" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Ihindurangero" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "amahuza OYA" diff --git a/po/si.po b/po/si.po index e4ae206..a5ac5c0 100644 --- a/po/si.po +++ b/po/si.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.si\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2007-06-20 14:56+0530\n" "Last-Translator: Danishka Navin \n" "Language-Team: Sinhala \n" @@ -1085,14 +1085,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1117,38 +1117,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1451,87 +1451,87 @@ msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "'%s' ගහලුම විවෘත කිරීම දෝෂ සහිතයි: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d පේළියේ ත දෝෂයකි: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත" diff --git a/po/sk.po b/po/sk.po index c327dc2..707d421 100644 --- a/po/sk.po +++ b/po/sk.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-03-15 15:01+0100\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" @@ -1125,14 +1125,14 @@ msgstr "Hodnota '%s' nemohla byÅ¥ interpretovaná ako reálne číslo." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Hodnota '%s' nemohla byÅ¥ interpretovaná ako booleovská." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Prúd je už zatvorený" @@ -1156,38 +1156,38 @@ msgstr "typ súboru %s" msgid "%s type" msgstr "typ %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nepomenované" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Vlastná definícia pre %s" @@ -1488,89 +1488,89 @@ msgstr "Chyba pri odstraňovaní cieľového súboru: %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Dokument neočakávane skončil v mene atribútu" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Chyba pri nastavovaní rozšírenej vlastnostii '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (neplatné kódovanie)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Neplatný typ vlastnosti (očakávané uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Neplatný typ vlastnosti (očakávané uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Neplatný typ vlastnosti (očakávaný bajtový reÅ¥azec)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Chyba počas prevodu: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Chyba pri nastavovaní vlastníka: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "symbolický odkaz nesmie byÅ¥ prázdny" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Chyba pri nastavovaní symbolického odkazu: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "symbolický odkaz nesmie byÅ¥ prázdny" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Chyba pri nastavovaní vlastníka: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Symbolické odkazy nepodporované" diff --git a/po/sl.po b/po/sl.po index a5879da..1d3d096 100644 --- a/po/sl.po +++ b/po/sl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-09-03 15:59+0100\n" "Last-Translator: Matej Urbančič \n" "Language-Team: Slovenian \n" @@ -1129,14 +1129,14 @@ msgstr "Vrednosti '%s' ni mogoče obravnavati kot Å¡tevilo s plavajočo vejico." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vrednosti '%s' ni mogoče obravnavati kot Boolovo vrednost." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Prevelika vrednost Å¡tetja poslana na %s" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Pretok je že zaprt" @@ -1160,38 +1160,38 @@ msgstr "%s vrsta datoteke" msgid "%s type" msgstr "%s vrsta" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Nepričakovan prezgodnji konec pretoka" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Neimenovan" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Namizna datoteka ne vsebuje določenega polja Exec" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Ni mogoče najti terminala, ki ga zahteva program" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Ni mogoče ustvariti nastavitvene mape uporabnikovega programa %s: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Ni mogoče ustvariti uporabnikove nastavitvene MIME mape %s: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Ni mogoče ustvariti uporabnikove datoteke namizja %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Določilo po meri za %s" @@ -1490,88 +1490,88 @@ msgstr "Napaka med odstranjevanjem ciljne datoteke: %s" msgid "Move between mounts not supported" msgstr "Premikanje med priklopi ni podprto" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Vrednost atributa ne sme biti določena kot NULL" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Neveljavna vrsta atributa (pričakovan niz)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Neveljavno razÅ¡irjeno ime atributa" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Napaka med določanjem razÅ¡irjenega atributa '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Napaka med potrjevanjem datoteke '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (neveljavni kodni nabor)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Napaka med potrjevanjem opisovalca datoteke: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Neveljavna vrsta atributa (pričakovan uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Neveljavna vrsta atributa (pričakovan uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Neveljavna vrsta atributa (pričakovan bitni niz)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Napaka med določanjem dovoljenj: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Napaka med določanjem lastnika: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "Simbolna povezava ne sme biti določena kot NULL" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Napaka med določanjem simbolne povezave: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "Napaka med določevanjem simbolne povezave; datoteka ni simbolna povezava" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux atribut ne sme biti določena kot NULL" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Napaka nastavitve vsebine SELinux: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "Na tem sistemu SELinux ni omogočen" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Določanje atributa %s ni podprto" diff --git a/po/sq.po b/po/sq.po index a8387f1..9f00ded 100644 --- a/po/sq.po +++ b/po/sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-08-18 10:19+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: albanian \n" @@ -1218,15 +1218,15 @@ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vlera '%s' nuk mund të interpretohet si një boolean." # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Vlerë count tepër e madhe kaluar tek %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Stream është i mbyllur rregullisht" @@ -1256,27 +1256,27 @@ msgid "%s type" msgstr "Lloj %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "End-of-stream i parakohshëm papritur" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Paemër" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "File .desktop nuk specifikon fushën Exec" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "E pamundur gjetja e terminalit të kërkuar nga aplikativi" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" @@ -1284,20 +1284,20 @@ msgstr "" "(%s): %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" "E pamundur gjetja e kartelës së përdoruesit për konfigurimin MIME (%s): %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "I pamundur krijimi i file .desktop të përdoruesit %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Përcaktimi i personalizuar për %s" @@ -1675,34 +1675,34 @@ msgid "Move between mounts not supported" msgstr "Lëvizja midis objekteve mount nuk suportohet" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Vlera e atributit duhet të jetë jo-NULL" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Lloj i pasaktë atributi (pritej string)" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Emër i pavlefshëm atributi të zgjeruar" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Gabim gjatë caktimit të atributit të zgjeruar '%s': %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "E pamundur kryerja e stat të file '%s': %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (kodifikim i pavlefshëm)" @@ -1710,76 +1710,76 @@ msgstr " (kodifikim i pavlefshëm)" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings # (pofilter) printf: checks whether printf format strings match -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Gabim gjatë kryerjes së stat të përshkruesit të file: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Lloj i pasaktë atributi (pritej uint32)" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Lloj i pasaktë atributi (pritej uint64)" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Lloj i pasaktë atributi (pritej byte string)" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Gabim gjatë caktimit të së drejtave: %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Gabim gjatë caktimit të pronarit: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "symlink duhet të jetë jo-NULL" # (pofilter) variables: translation contains variables not in original: %d # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) printf: checks whether printf format strings match -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Gabim gjatë caktimit të symlink: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "Gabim gjatë caktimit të symlink: file nuk është një lidhje simbolike" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "Konteksti SELinux duhet të jetë non-NULL" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Gabim gjatë përcaktimit të kontekstit SELinux: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux nuk është aktivizuar në këtë sistem" # (pofilter) variables: do not translate: %s # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) printf: checks whether printf format strings match -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Caktimi i atributit %s nuk suportohet" diff --git a/po/sr.po b/po/sr.po index 9dfcfc1..35c52b8 100644 --- a/po/sr.po +++ b/po/sr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2007-09-06 21:11+0100\n" "Last-Translator: Горан Ракић \n" "Language-Team: Serbian (sr) \n" @@ -1131,14 +1131,14 @@ msgstr "Вредност „%s“ се не може сматрати реалн msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Вредност „%s“ се не може сматрати истинитосном." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1163,38 +1163,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1498,88 +1498,88 @@ msgstr "Грешка при читању датотеке „%s“: %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Документ завршен неочекивано усред имена атрибута" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Грешка при отварању директоријума „%s“: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Грешка у %d. реду: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Симболичке везе нису подржане" diff --git a/po/sr@ije.po b/po/sr@ije.po index caed2a0..3c97759 100644 --- a/po/sr@ije.po +++ b/po/sr@ije.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2004-04-29 01:11+0200\n" "Last-Translator: Bojan Suzic \n" "Language-Team: Serbian (sr) \n" @@ -1135,14 +1135,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1166,38 +1166,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1500,88 +1500,88 @@ msgstr "Грешка при читању датотеке „%s“: %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Документ завршен неочекивано усред имена особине" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Грешка при отварању директоријума „%s“: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Грешка у %d. реду: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Симболичке везе нису подржане" diff --git a/po/sr@latin.po b/po/sr@latin.po index b2595e1..46558f0 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2007-09-06 21:11+0100\n" "Last-Translator: Goran Rakić \n" "Language-Team: Serbian (sr) \n" @@ -1132,14 +1132,14 @@ msgstr "Vrednost „%s“ se ne može smatrati realnim brojem jednostruke tačno msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vrednost „%s“ se ne može smatrati istinitosnom." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1164,38 +1164,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1499,88 +1499,88 @@ msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Dokument zavrÅ¡en neočekivano usred imena atributa" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "GreÅ¡ka pri otvaranju direktorijuma „%s“: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "GreÅ¡ka pri pretvaranju: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "GreÅ¡ka pri pretvaranju: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "GreÅ¡ka u %d. redu: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "GreÅ¡ka pri pretvaranju: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Simboličke veze nisu podržane" diff --git a/po/sv.po b/po/sv.po index 1a7e0dd..e599188 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-26 00:19+0100\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2009-01-26 00:20+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -16,1227 +16,1230 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:737 +#: glib/gbookmarkfile.c:737 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Oväntat attribut \"%s\" för elementet \"%s\"" -#: ../glib/gbookmarkfile.c:748 -#: ../glib/gbookmarkfile.c:819 -#: ../glib/gbookmarkfile.c:829 -#: ../glib/gbookmarkfile.c:936 +#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829 +#: glib/gbookmarkfile.c:936 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Attributet \"%s\" för elementet \"%s\" hittades inte" -#: ../glib/gbookmarkfile.c:1106 -#: ../glib/gbookmarkfile.c:1171 -#: ../glib/gbookmarkfile.c:1235 -#: ../glib/gbookmarkfile.c:1245 +#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171 +#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Oväntad tagg \"%s\"\", taggen \"%s\" förväntades" -#: ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1145 -#: ../glib/gbookmarkfile.c:1213 -#: ../glib/gbookmarkfile.c:1265 +#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145 +#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Oväntad tagg \"%s\" inom \"%s\"" -#: ../glib/gbookmarkfile.c:1793 +#: glib/gbookmarkfile.c:1793 msgid "No valid bookmark file found in data dirs" msgstr "Ingen giltig bokmärkesfil hittades i datakataloger" -#: ../glib/gbookmarkfile.c:1994 +#: glib/gbookmarkfile.c:1994 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Ett bokmärke för uri \"%s\" finns redan" -#: ../glib/gbookmarkfile.c:2040 -#: ../glib/gbookmarkfile.c:2198 -#: ../glib/gbookmarkfile.c:2283 -#: ../glib/gbookmarkfile.c:2363 -#: ../glib/gbookmarkfile.c:2448 -#: ../glib/gbookmarkfile.c:2531 -#: ../glib/gbookmarkfile.c:2609 -#: ../glib/gbookmarkfile.c:2688 -#: ../glib/gbookmarkfile.c:2730 -#: ../glib/gbookmarkfile.c:2827 -#: ../glib/gbookmarkfile.c:2953 -#: ../glib/gbookmarkfile.c:3143 -#: ../glib/gbookmarkfile.c:3219 -#: ../glib/gbookmarkfile.c:3384 -#: ../glib/gbookmarkfile.c:3473 -#: ../glib/gbookmarkfile.c:3563 -#: ../glib/gbookmarkfile.c:3691 +#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198 +#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363 +#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531 +#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688 +#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827 +#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143 +#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384 +#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563 +#: glib/gbookmarkfile.c:3691 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Inget bokmärke hittades för uri \"%s\"" -#: ../glib/gbookmarkfile.c:2372 +#: glib/gbookmarkfile.c:2372 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Ingen Mime-typ definierad i bokmärket för uri \"%s\"" -#: ../glib/gbookmarkfile.c:2457 +#: glib/gbookmarkfile.c:2457 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Ingen privat flagga har definierats i bokmärket för uri \"%s\"" -#: ../glib/gbookmarkfile.c:2836 +#: glib/gbookmarkfile.c:2836 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Inga grupper inställda i bokmärket för uri \"%s\"" -#: ../glib/gbookmarkfile.c:3237 -#: ../glib/gbookmarkfile.c:3394 +#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Inget program med namnet \"%s\" registrerade ett bokmärke för \"%s\"" -#: ../glib/gbookmarkfile.c:3417 +#: glib/gbookmarkfile.c:3417 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Misslyckades med att expandera exec-raden \"%s\" med URI \"%s\"" -#: ../glib/gconvert.c:431 -#: ../glib/gconvert.c:509 -#: ../glib/giochannel.c:1230 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konvertering frÃ¥n teckentabellen \"%s\" till \"%s\" stöds inte" -#: ../glib/gconvert.c:435 -#: ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Kunde inte öppna konverteraren frÃ¥n \"%s\" till \"%s\"" -#: ../glib/gconvert.c:632 -#: ../glib/gconvert.c:1017 -#: ../glib/giochannel.c:1402 -#: ../glib/giochannel.c:1444 -#: ../glib/giochannel.c:2288 -#: ../glib/gutf8.c:955 -#: ../glib/gutf8.c:1404 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:955 +#: glib/gutf8.c:1404 msgid "Invalid byte sequence in conversion input" msgstr "Ogiltig bytesekvens i konverteringsindata" -#: ../glib/gconvert.c:638 -#: ../glib/gconvert.c:944 -#: ../glib/giochannel.c:1409 -#: ../glib/giochannel.c:2300 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "Fel vid konvertering: %s" -#: ../glib/gconvert.c:669 -#: ../glib/gutf8.c:951 -#: ../glib/gutf8.c:1155 -#: ../glib/gutf8.c:1296 -#: ../glib/gutf8.c:1400 +#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296 +#: glib/gutf8.c:1400 msgid "Partial character sequence at end of input" msgstr "Ofullständig teckensekvens vid slutet av indata" # fallback syftar pÃ¥ en sträng -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Kan inte konvertera reservsträngen \"%s\" till kodningen \"%s\"" -#: ../glib/gconvert.c:1737 +#: glib/gconvert.c:1737 #, c-format 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" -#: ../glib/gconvert.c:1747 +#: glib/gconvert.c:1747 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Lokala fil-URI:n \"%s\" fÃ¥r inte innehÃ¥lla en \"#\"" -#: ../glib/gconvert.c:1764 +#: glib/gconvert.c:1764 #, c-format msgid "The URI '%s' is invalid" msgstr "URI:n \"%s\" är ogiltig" -#: ../glib/gconvert.c:1776 +#: glib/gconvert.c:1776 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Värdnamnet i URI:n \"%s\" är ogiltigt" -#: ../glib/gconvert.c:1792 +#: glib/gconvert.c:1792 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI:n \"%s\" innehÃ¥ller ogiltigt kodade tecken" -#: ../glib/gconvert.c:1887 +#: glib/gconvert.c:1887 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Sökvägen \"%s\" är ingen absolut sökväg" -#: ../glib/gconvert.c:1897 +#: glib/gconvert.c:1897 msgid "Invalid hostname" msgstr "Ogiltigt värdnamn" -#: ../glib/gdir.c:110 -#: ../glib/gdir.c:130 +#: glib/gdir.c:110 glib/gdir.c:130 #, c-format msgid "Error opening directory '%s': %s" msgstr "Fel vid öppning av katalogen \"%s\": %s" -#: ../glib/gfileutils.c:532 -#: ../glib/gfileutils.c:620 +#: glib/gfileutils.c:532 glib/gfileutils.c:620 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Kunde inte allokera %lu byte för att läsa filen \"%s\"" -#: ../glib/gfileutils.c:547 +#: glib/gfileutils.c:547 #, c-format msgid "Error reading file '%s': %s" msgstr "Fel vid läsning av filen \"%s\": %s" -#: ../glib/gfileutils.c:561 +#: glib/gfileutils.c:561 #, c-format msgid "File \"%s\" is too large" msgstr "Filen \"%s\" är för stor" -#: ../glib/gfileutils.c:644 +#: glib/gfileutils.c:644 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Misslyckades med att läsa frÃ¥n filen \"%s\": %s" -#: ../glib/gfileutils.c:695 -#: ../glib/gfileutils.c:782 +#: glib/gfileutils.c:695 glib/gfileutils.c:782 #, c-format msgid "Failed to open file '%s': %s" msgstr "Misslyckades med att öppna filen \"%s\": %s" -#: ../glib/gfileutils.c:712 -#: ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:712 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" -msgstr "Misslyckades med att fÃ¥ tag pÃ¥ attributen pÃ¥ filen \"%s\": fstat() misslyckades: %s" +msgstr "" +"Misslyckades med att fÃ¥ tag pÃ¥ attributen pÃ¥ filen \"%s\": fstat() " +"misslyckades: %s" -#: ../glib/gfileutils.c:746 +#: glib/gfileutils.c:746 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Misslyckades med att öppna filen \"%s\": fdopen() misslyckades: %s" -#: ../glib/gfileutils.c:853 +#: glib/gfileutils.c:853 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" -msgstr "Misslyckades med att byta namn pÃ¥ filen \"%s\" till \"%s\": g_rename() misslyckades: %s" +msgstr "" +"Misslyckades med att byta namn pÃ¥ filen \"%s\" till \"%s\": g_rename() " +"misslyckades: %s" -#: ../glib/gfileutils.c:895 -#: ../glib/gfileutils.c:1284 +#: glib/gfileutils.c:895 glib/gfileutils.c:1284 #, c-format msgid "Failed to create file '%s': %s" msgstr "Misslyckades med att skapa filen \"%s\": %s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" -msgstr "Misslyckades med att öppna filen \"%s\" för skrivning: fdopen() misslyckades: %s" +msgstr "" +"Misslyckades med att öppna filen \"%s\" för skrivning: fdopen() " +"misslyckades: %s" -#: ../glib/gfileutils.c:934 +#: glib/gfileutils.c:934 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Misslyckades med att skriva filen \"%s\": fwrite() misslyckades: %s" -#: ../glib/gfileutils.c:953 +#: glib/gfileutils.c:953 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Misslyckades med att stänga filen \"%s\": fclose() misslyckades: %s" -#: ../glib/gfileutils.c:1071 +#: glib/gfileutils.c:1071 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" -msgstr "Befintliga filen \"%s\" kunde inte tas bort: g_unlink() misslyckades: %s" +msgstr "" +"Befintliga filen \"%s\" kunde inte tas bort: g_unlink() misslyckades: %s" -#: ../glib/gfileutils.c:1246 +#: glib/gfileutils.c:1246 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Mallen \"%s\" är ogiltig, den fÃ¥r inte innehÃ¥lla ett \"%s\"" -#: ../glib/gfileutils.c:1259 +#: glib/gfileutils.c:1259 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Mallen \"%s\" innehÃ¥ller inte XXXXXX" -#: ../glib/gfileutils.c:1698 +#: glib/gfileutils.c:1698 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1703 +#: glib/gfileutils.c:1703 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1708 +#: glib/gfileutils.c:1708 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1751 +#: glib/gfileutils.c:1751 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Misslyckades med att läsa den symboliska länken \"%s\": %s" -#: ../glib/gfileutils.c:1772 +#: glib/gfileutils.c:1772 msgid "Symbolic links not supported" msgstr "Symboliska länkar stöds inte" -#: ../glib/giochannel.c:1234 +#: glib/giochannel.c:1234 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Kunde inte öppna konverteraren frÃ¥n \"%s\" till \"%s\": %s" -#: ../glib/giochannel.c:1579 +#: glib/giochannel.c:1579 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Kan inte göra en rÃ¥ läsning i g_io_channel_read_line_string" -#: ../glib/giochannel.c:1626 -#: ../glib/giochannel.c:1884 -#: ../glib/giochannel.c:1971 +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "Överbliven okonverterad data i läsbufferten" -#: ../glib/giochannel.c:1707 -#: ../glib/giochannel.c:1784 +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "Kanalen slutar med ett ofullständigt tecken" -#: ../glib/giochannel.c:1770 +#: glib/giochannel.c:1770 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan inte göra en rÃ¥ läsning i g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Misslyckades med att öppna filen \"%s\": open() misslyckades: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Misslyckades med att mappa filen \"%s\": mmap() misslyckades: %s" -#: ../glib/gmarkup.c:255 -#: ../glib/gmarkup.c:295 +#: glib/gmarkup.c:255 glib/gmarkup.c:295 #, c-format msgid "Error on line %d char %d: " msgstr "Fel pÃ¥ rad %d tecken %d:" -#: ../glib/gmarkup.c:389 +#: glib/gmarkup.c:389 #, c-format msgid "Error on line %d: %s" msgstr "Fel pÃ¥ rad %d: %s" -#: ../glib/gmarkup.c:493 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" -msgstr "Tom entitet \"&;\" hittades, giltiga entiteter är: & " < > '" +#: glib/gmarkup.c:493 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"Tom entitet \"&;\" hittades, giltiga entiteter är: & " < > " +"'" -#: ../glib/gmarkup.c:503 +#: glib/gmarkup.c:503 #, c-format -msgid "Character '%s' is not valid at the start of an entity name; the & character begins an entity; if this ampersand isn't supposed to be an entity, escape it as &" -msgstr "Tecknet \"%s\" är inte giltigt i början pÃ¥ ett entitetsnamn; tecknet & inleder en entitet. Om detta &-tecken inte ska vara en entitet mÃ¥ste du skriva om det som &." +msgid "" +"Character '%s' is not valid at the start of an entity name; the & character " +"begins an entity; if this ampersand isn't supposed to be an entity, escape " +"it as &" +msgstr "" +"Tecknet \"%s\" är inte giltigt i början pÃ¥ ett entitetsnamn; tecknet & " +"inleder en entitet. Om detta &-tecken inte ska vara en entitet mÃ¥ste du " +"skriva om det som &." -#: ../glib/gmarkup.c:537 +#: glib/gmarkup.c:537 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Tecknet \"%s\" är inte giltigt inuti ett entitetsnamn" -#: ../glib/gmarkup.c:574 +#: glib/gmarkup.c:574 #, c-format msgid "Entity name '%s' is not known" msgstr "Entitetsnamnet \"%s\" är okänt" -#: ../glib/gmarkup.c:585 -msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "Entiteten slutade inte med ett semikolon. Troligtvis använde du ett &-tecken utan att avse att starta en entitet. Skriv om &-tecknet som &" +#: glib/gmarkup.c:585 +msgid "" +"Entity did not end with a semicolon; most likely you used an ampersand " +"character without intending to start an entity - escape ampersand as &" +msgstr "" +"Entiteten slutade inte med ett semikolon. Troligtvis använde du ett &-tecken " +"utan att avse att starta en entitet. Skriv om &-tecknet som &" -#: ../glib/gmarkup.c:638 +#: glib/gmarkup.c:638 #, c-format -msgid "Failed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too large" -msgstr "Misslyckades med att tolka \"%-.*s\", som skulle ha varit ett tal inuti en teckenreferens (ê till exempel). Talet är kanske för stort" +msgid "" +"Failed to parse '%-.*s', which should have been a digit inside a character " +"reference (ê for example) - perhaps the digit is too large" +msgstr "" +"Misslyckades med att tolka \"%-.*s\", som skulle ha varit ett tal inuti en " +"teckenreferens (ê till exempel). Talet är kanske för stort" -#: ../glib/gmarkup.c:660 +#: glib/gmarkup.c:660 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Teckenreferensen \"%-.*s\" kodar inte ett tillÃ¥tet tecken" -#: ../glib/gmarkup.c:675 +#: glib/gmarkup.c:675 msgid "Empty character reference; should include a digit such as dž" msgstr "Tom teckenreferens, mÃ¥ste innehÃ¥lla ett tal som exempelvis dž" -#: ../glib/gmarkup.c:685 -msgid "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "Teckenreferensen slutade inte med ett semikolon. Troligtvis använde du ett &-tecken utan att avse att starta en entitet. Skriv om &-tecknet som &" +#: glib/gmarkup.c:685 +msgid "" +"Character reference did not end with a semicolon; most likely you used an " +"ampersand character without intending to start an entity - escape ampersand " +"as &" +msgstr "" +"Teckenreferensen slutade inte med ett semikolon. Troligtvis använde du ett &-" +"tecken utan att avse att starta en entitet. Skriv om &-tecknet som &" -#: ../glib/gmarkup.c:771 +#: glib/gmarkup.c:771 msgid "Unfinished entity reference" msgstr "Oavslutad entitetsreferens" -#: ../glib/gmarkup.c:777 +#: glib/gmarkup.c:777 msgid "Unfinished character reference" msgstr "Oavslutad teckenreferens" -#: ../glib/gmarkup.c:1063 +#: glib/gmarkup.c:1063 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Ogiltigt UTF-8-kodad text - för lÃ¥ng sekvens" -#: ../glib/gmarkup.c:1091 +#: glib/gmarkup.c:1091 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Ogiltigt UTF-8-kodad text - inte ett starttecken" -#: ../glib/gmarkup.c:1130 +#: glib/gmarkup.c:1130 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Ogiltigt UTF-8-kodad text - inte giltig \"%s\"" -#: ../glib/gmarkup.c:1168 +#: glib/gmarkup.c:1168 msgid "Document must begin with an element (e.g. )" msgstr "Dokumentet mÃ¥ste börja med ett element (exempelvis )" -#: ../glib/gmarkup.c:1208 +#: glib/gmarkup.c:1208 #, c-format -msgid "'%s' is not a valid character following a '<' character; it may not begin an element name" -msgstr "\"%s\" är inte ett giltigt tecken efter ett \"<\"-tecken. Det fÃ¥r inte inleda ett elementnamn" +msgid "" +"'%s' is not a valid character following a '<' character; it may not begin an " +"element name" +msgstr "" +"\"%s\" är inte ett giltigt tecken efter ett \"<\"-tecken. Det fÃ¥r inte " +"inleda ett elementnamn" -#: ../glib/gmarkup.c:1276 +#: glib/gmarkup.c:1276 #, c-format -msgid "Odd character '%s', expected a '>' character to end the empty-element tag '%s'" -msgstr "Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta taggen empty-element \"%s\"" +msgid "" +"Odd character '%s', expected a '>' character to end the empty-element tag '%" +"s'" +msgstr "" +"Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta taggen " +"empty-element \"%s\"" -#: ../glib/gmarkup.c:1365 +#: glib/gmarkup.c:1365 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" -msgstr "Konstigt tecken \"%s\", ett \"=\" förväntades efter attributnamnet \"%s\" till elementet \"%s\"" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgstr "" +"Konstigt tecken \"%s\", ett \"=\" förväntades efter attributnamnet \"%s\" " +"till elementet \"%s\"" -#: ../glib/gmarkup.c:1407 +#: glib/gmarkup.c:1407 #, c-format -msgid "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name" -msgstr "Konstigt tecken \"%s\", ett \">\"- eller \"/\"-tecken förväntades för att avsluta starttaggen för elementet \"%s\", eller möjligtvis ett attribut. Du kanske använde ett ogiltigt tecken i ett attributnamn" +msgid "" +"Odd character '%s', expected a '>' or '/' character to end the start tag of " +"element '%s', or optionally an attribute; perhaps you used an invalid " +"character in an attribute name" +msgstr "" +"Konstigt tecken \"%s\", ett \">\"- eller \"/\"-tecken förväntades för att " +"avsluta starttaggen för elementet \"%s\", eller möjligtvis ett attribut. Du " +"kanske använde ett ogiltigt tecken i ett attributnamn" -#: ../glib/gmarkup.c:1493 +#: glib/gmarkup.c:1493 #, c-format -msgid "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'" -msgstr "Konstigt tecken \"%s\", ett startcitationstecken förväntades efter likhetstecknet när värdet av attributet \"%s\" till elementet \"%s\" tilldelades" +msgid "" +"Odd character '%s', expected an open quote mark after the equals sign when " +"giving value for attribute '%s' of element '%s'" +msgstr "" +"Konstigt tecken \"%s\", ett startcitationstecken förväntades efter " +"likhetstecknet när värdet av attributet \"%s\" till elementet \"%s\" " +"tilldelades" -#: ../glib/gmarkup.c:1635 +#: glib/gmarkup.c:1635 #, c-format -msgid "'%s' is not a valid character following the characters ''" -msgstr "\"%s\" är inte ett giltigt tecken efter stängelementnamnet \"%s\". Det tillÃ¥tna tecknet är \">\"" +msgid "" +"'%s' is not a valid character following the close element name '%s'; the " +"allowed character is '>'" +msgstr "" +"\"%s\" är inte ett giltigt tecken efter stängelementnamnet \"%s\". Det " +"tillÃ¥tna tecknet är \">\"" -#: ../glib/gmarkup.c:1686 +#: glib/gmarkup.c:1686 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Elementet \"%s\" stängdes, inget element är öppet för tillfället" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" -msgstr "Elementet \"%s\" stängdes, men det element som är öppet för tillfället är \"%s\"" +msgstr "" +"Elementet \"%s\" stängdes, men det element som är öppet för tillfället är \"%" +"s\"" -#: ../glib/gmarkup.c:1858 +#: glib/gmarkup.c:1858 msgid "Document was empty or contained only whitespace" msgstr "Dokumentet var tomt eller innehöll endast tomrum" -#: ../glib/gmarkup.c:1872 +#: glib/gmarkup.c:1872 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumentet tog oväntat slut efter ett öppningsklammer \"<\"" -#: ../glib/gmarkup.c:1880 -#: ../glib/gmarkup.c:1925 +#: glib/gmarkup.c:1880 glib/gmarkup.c:1925 #, c-format -msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened" -msgstr "Dokumentet tog oväntat slut dÃ¥ element fortfarande var öppna. \"%s\" var det senast öppnade elementet" +msgid "" +"Document ended unexpectedly with elements still open - '%s' was the last " +"element opened" +msgstr "" +"Dokumentet tog oväntat slut dÃ¥ element fortfarande var öppna. \"%s\" var det " +"senast öppnade elementet" -#: ../glib/gmarkup.c:1888 +#: glib/gmarkup.c:1888 #, c-format -msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>" -msgstr "Dokumentet tog oväntat slut, en stängningsklammer föräntades för att avsluta taggen <%s/>" +msgid "" +"Document ended unexpectedly, expected to see a close angle bracket ending " +"the tag <%s/>" +msgstr "" +"Dokumentet tog oväntat slut, en stängningsklammer föräntades för att avsluta " +"taggen <%s/>" -#: ../glib/gmarkup.c:1894 +#: glib/gmarkup.c:1894 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentet tog oväntat slut inuti ett elementnamn" -#: ../glib/gmarkup.c:1900 +#: glib/gmarkup.c:1900 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentet tog oväntat slut inuti ett attributnamn" -#: ../glib/gmarkup.c:1905 +#: glib/gmarkup.c:1905 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumentet tog oväntat slut inuti en elementöppnande tagg." -#: ../glib/gmarkup.c:1911 -msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value" -msgstr "Dokumentet tog oväntat slut efter likhetstecknet som följde ett attributnamn. Inget attributvärde" +#: glib/gmarkup.c:1911 +msgid "" +"Document ended unexpectedly after the equals sign following an attribute " +"name; no attribute value" +msgstr "" +"Dokumentet tog oväntat slut efter likhetstecknet som följde ett " +"attributnamn. Inget attributvärde" -#: ../glib/gmarkup.c:1918 +#: glib/gmarkup.c:1918 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentet tog oväntat slut inuti ett attributvärde" -#: ../glib/gmarkup.c:1934 +#: glib/gmarkup.c:1934 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" -msgstr "Dokumentet tog oväntat slut inuti stängningstaggen för elementet \"%s\"" +msgstr "" +"Dokumentet tog oväntat slut inuti stängningstaggen för elementet \"%s\"" -#: ../glib/gmarkup.c:1940 +#: glib/gmarkup.c:1940 msgid "Document ended unexpectedly inside a comment or processing instruction" -msgstr "Dokumentet tog oväntat slut inuti en kommentar eller behandlingsinstruktion" +msgstr "" +"Dokumentet tog oväntat slut inuti en kommentar eller behandlingsinstruktion" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "skadat objekt" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "internt fel eller skadat objekt" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "slut pÃ¥ minne" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "bakÃ¥tspÃ¥rningsgräns nÃ¥dd" -#: ../glib/gregex.c:152 -#: ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "mönstret innehÃ¥ller objekt som inte stöds för delvis matchning" -#: ../glib/gregex.c:154 -#: ../gio/glocalfile.c:1999 +#: glib/gregex.c:154 gio/glocalfile.c:1999 msgid "internal error" msgstr "internt fel" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "bakreferenser som villkor stöds inte för delvis matchning" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "rekursionsgräns nÃ¥dd" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "arbetsytans gräns för tomma understrängar nÃ¥dd" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "ogiltig kombination av nyradsflaggor" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "okänt fel" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ pÃ¥ slutet av mönster" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c pÃ¥ slutet av mönster" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "okänt tecken efter \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "skiftlägesändrade escape-tecken (\\l, \\L, \\u, \\U) tillÃ¥ts inte här" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "tal är inte i ordning i {}-kvantifierare" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "tal för stort i {}-kvantifierare" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "saknar avslutande ] för teckenklass" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "ogiltig escape-sekvens i teckenklass" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "intervall är inte i ordning i teckenklass" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "ingenting att upprepa" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "okänt tecken efter (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "okänt tecken efter (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "okänt tecken efter (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX-namngivna klasser stöds endast inom en klass" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "saknar avslutande )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") utan öppnande (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R eller (?[+-]siffror mÃ¥ste efterföljas av )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "referens till icke-existerande undermönster" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "saknar ) efter kommentar" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "reguljärt uttryck för stort" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "misslyckades med att fÃ¥ minne" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "lookbehind-assertion är inte av fast längd" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "felformulerat tal eller namn efter (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "villkorsgrupp innehÃ¥ller fler än tvÃ¥ grenar" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "assertion förväntades efter (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "okänt POSIX-klassnamn" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX-sorteringselement stöds inte" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "teckenvärde i \\x{...}-sekvens är för stort" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "ogiltigt tillstÃ¥nd (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C tillÃ¥ts inte i lookbehind-assertion" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "rekursivt anrop kan gÃ¥ in i en oändlig slinga" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "saknar avslutstecken i undermönstrets namn" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "tvÃ¥ namngivna undermönster har samma namn" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "felformulerad \\P eller \\p-sekvens" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "okänt egenskapsnamn efter \\P eller \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "undermönstrets namn är för lÃ¥ngt (maximalt 32 tecken)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "för mÃ¥nga namngivna undermönster (maximalt 10,000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "oktalt värde är större än \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE-grupp innehÃ¥ller fler än en gren" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "upprepning av en DEFINE-grupp tillÃ¥ts inte" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "inkonsistenta NEWLINE-flaggor" -#: ../glib/gregex.c:333 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" -msgstr "\\g följs inte av ett namn inom klamrar eller ett valfri (icke-noll) tal inom klamrar" +#: glib/gregex.c:333 +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" +msgstr "" +"\\g följs inte av ett namn inom klamrar eller ett valfri (icke-noll) tal " +"inom klamrar" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "oväntad upprepning" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "överflöde i kod" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "fyllde över kompileringsutrymme" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "tidigare kontrollerad refererande undermönster hittades inte" -#: ../glib/gregex.c:526 -#: ../glib/gregex.c:1605 +#: glib/gregex.c:526 glib/gregex.c:1605 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Fel vid matchning av reguljära uttrycket %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE-biblioteket är byggt utan stöd för UTF8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE-biblioteket är byggt utan stöd för UTF8-egenskaper" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Fel vid kompilering av reguljära uttrycket %s vid tecknet %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Fel vid optimering av reguljära uttrycket %s: %s" -#: ../glib/gregex.c:2033 +#: glib/gregex.c:2033 msgid "hexadecimal digit or '}' expected" msgstr "hexadecimal siffra eller \"}\" förväntades" -#: ../glib/gregex.c:2049 +#: glib/gregex.c:2049 msgid "hexadecimal digit expected" msgstr "hexadecimal siffra förväntades" -#: ../glib/gregex.c:2089 +#: glib/gregex.c:2089 msgid "missing '<' in symbolic reference" msgstr "saknar \"<\" i symbolisk referens" -#: ../glib/gregex.c:2098 +#: glib/gregex.c:2098 msgid "unfinished symbolic reference" msgstr "oavslutad symbolisk referens" -#: ../glib/gregex.c:2105 +#: glib/gregex.c:2105 msgid "zero-length symbolic reference" msgstr "symbolisk referens med noll-längd" -#: ../glib/gregex.c:2116 +#: glib/gregex.c:2116 msgid "digit expected" msgstr "siffra förväntades" -#: ../glib/gregex.c:2134 +#: glib/gregex.c:2134 msgid "illegal symbolic reference" msgstr "otillÃ¥ten symbolisk referens" -#: ../glib/gregex.c:2196 +#: glib/gregex.c:2196 msgid "stray final '\\'" msgstr "felplacerad avslutande \"\\\"" -#: ../glib/gregex.c:2200 +#: glib/gregex.c:2200 msgid "unknown escape sequence" msgstr "okänd escape-sekvens" -#: ../glib/gregex.c:2210 +#: glib/gregex.c:2210 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Fel vid tolkning av ersättningstexten \"%s\" vid tecknet %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Citerad text börjar inte med citationstecken" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Ensamt citationstecken pÃ¥ kommandoraden eller annan skalciterad text" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Texten slutade efter ett \"\\\"-tecken (texten var \"%s\")." -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" -msgstr "Texten slutade innan matchande citationstecken hittades för %c (texten var \"%s\")." +msgstr "" +"Texten slutade innan matchande citationstecken hittades för %c (texten var " +"\"%s\")." -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "Texten var tom (eller innehöll bara tomrum)" -#: ../glib/gspawn-win32.c:283 +#: glib/gspawn-win32.c:283 msgid "Failed to read data from child process" msgstr "Misslyckades med att läsa data frÃ¥n barnprocessen" -#: ../glib/gspawn-win32.c:298 -#: ../glib/gspawn.c:1468 +#: glib/gspawn-win32.c:298 glib/gspawn.c:1468 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Misslyckades med att skapa rör för kommunikation med barnprocess (%s)" -#: ../glib/gspawn-win32.c:336 -#: ../glib/gspawn-win32.c:344 -#: ../glib/gspawn.c:1132 +#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1132 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Misslyckades med att läsa frÃ¥n rör till barn (%s)" -#: ../glib/gspawn-win32.c:367 -#: ../glib/gspawn.c:1337 +#: glib/gspawn-win32.c:367 glib/gspawn.c:1337 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Misslyckades med att byta till katalogen \"%s\" (%s)" -#: ../glib/gspawn-win32.c:373 -#: ../glib/gspawn-win32.c:492 +#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492 #, c-format msgid "Failed to execute child process (%s)" msgstr "Misslyckades med att köra barnprocess (%s)" -#: ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:442 #, c-format msgid "Invalid program name: %s" msgstr "Ogiltigt programnamn: %s" -#: ../glib/gspawn-win32.c:452 -#: ../glib/gspawn-win32.c:720 -#: ../glib/gspawn-win32.c:1276 +#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Ogiltig sträng i argumentvektorn vid %d: %s" -#: ../glib/gspawn-win32.c:463 -#: ../glib/gspawn-win32.c:735 -#: ../glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309 #, c-format msgid "Invalid string in environment: %s" msgstr "Ogiltig sträng i miljön: %s" -#: ../glib/gspawn-win32.c:716 -#: ../glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257 #, c-format msgid "Invalid working directory: %s" msgstr "Ogiltig arbetskatalog: %s" -#: ../glib/gspawn-win32.c:781 +#: glib/gspawn-win32.c:781 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Misslyckades med att köra hjälparprogram (%s)" -#: ../glib/gspawn-win32.c:995 -msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process" -msgstr "Oväntat fel i g_io_channel_win32_poll() vid inläsning av data frÃ¥n en barnprocess" +#: glib/gspawn-win32.c:995 +msgid "" +"Unexpected error in g_io_channel_win32_poll() reading data from a child " +"process" +msgstr "" +"Oväntat fel i g_io_channel_win32_poll() vid inläsning av data frÃ¥n en " +"barnprocess" -#: ../glib/gspawn.c:188 +#: glib/gspawn.c:188 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Misslyckades med att läsa data frÃ¥n barnprocess (%s)" -#: ../glib/gspawn.c:325 +#: glib/gspawn.c:325 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Oväntat fel i select() vid läsning av data frÃ¥n en barnprocess (%s)" -#: ../glib/gspawn.c:408 +#: glib/gspawn.c:408 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Oväntat fel i waitpid() (%s)" -#: ../glib/gspawn.c:1197 +#: glib/gspawn.c:1197 #, c-format msgid "Failed to fork (%s)" msgstr "Misslyckades med att grena (%s)" -#: ../glib/gspawn.c:1347 +#: glib/gspawn.c:1347 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Misslyckades med att köra barnprocessen \"%s\" (%s)" -#: ../glib/gspawn.c:1357 +#: glib/gspawn.c:1357 #, c-format msgid "Failed to redirect output or input of child process (%s)" -msgstr "Misslyckades med att dirigera om utdata eller indata frÃ¥n barnprocess (%s)" +msgstr "" +"Misslyckades med att dirigera om utdata eller indata frÃ¥n barnprocess (%s)" -#: ../glib/gspawn.c:1366 +#: glib/gspawn.c:1366 #, c-format msgid "Failed to fork child process (%s)" msgstr "Misslyckades med att skapa barnprocess (%s)" -#: ../glib/gspawn.c:1374 +#: glib/gspawn.c:1374 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Okänt fel vid körning av barnprocessen \"%s\"" -#: ../glib/gspawn.c:1396 +#: glib/gspawn.c:1396 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" -msgstr "Misslyckades med att läsa tillräckligt med data frÃ¥n röret till barnets pid (%s)" +msgstr "" +"Misslyckades med att läsa tillräckligt med data frÃ¥n röret till barnets pid " +"(%s)" -#: ../glib/gutf8.c:1029 +#: glib/gutf8.c:1029 msgid "Character out of range for UTF-8" msgstr "Tecknet är utanför intervallet för UTF-8" -#: ../glib/gutf8.c:1123 -#: ../glib/gutf8.c:1132 -#: ../glib/gutf8.c:1264 -#: ../glib/gutf8.c:1273 -#: ../glib/gutf8.c:1414 -#: ../glib/gutf8.c:1510 +#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273 +#: glib/gutf8.c:1414 glib/gutf8.c:1510 msgid "Invalid sequence in conversion input" msgstr "Ogiltig sekvens i konverteringsindata" -#: ../glib/gutf8.c:1425 -#: ../glib/gutf8.c:1521 +#: glib/gutf8.c:1425 glib/gutf8.c:1521 msgid "Character out of range for UTF-16" msgstr "Tecknet är utanför intervallet för UTF-16" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Användning:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[FLAGGA...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Hjälpflaggor:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Visa hjälpflaggor" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Visa alla hjälpflaggor" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Programflaggor:" -#: ../glib/goption.c:850 -#: ../glib/goption.c:920 +#: glib/goption.c:850 glib/goption.c:920 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Kan inte tolka heltalsvärdet \"%s\" för %s" -#: ../glib/goption.c:860 -#: ../glib/goption.c:928 +#: glib/goption.c:860 glib/goption.c:928 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Heltalsvärdet \"%s\" för %s är utanför intervallet" -#: ../glib/goption.c:885 +#: glib/goption.c:885 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Kan inte tolka dubbelvärdet \"%s\" för %s" -#: ../glib/goption.c:893 +#: glib/goption.c:893 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Dubbelvärdet \"%s\" för %s är utanför intervallet" -#: ../glib/goption.c:1156 -#: ../glib/goption.c:1235 +#: glib/goption.c:1156 glib/goption.c:1235 #, c-format msgid "Error parsing option %s" msgstr "Fel vid tolkning av flaggan %s" -#: ../glib/goption.c:1266 -#: ../glib/goption.c:1380 +#: glib/goption.c:1266 glib/goption.c:1380 #, c-format msgid "Missing argument for %s" msgstr "Argument saknas för %s" -#: ../glib/goption.c:1773 +#: glib/goption.c:1773 #, c-format msgid "Unknown option %s" msgstr "Okänd flagga %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 msgid "Valid key file could not be found in search dirs" msgstr "Giltig nyckelfil kunde inte hittas i sökkatalogerna" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 msgid "Not a regular file" msgstr "Inte en vanlig fil" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 msgid "File is empty" msgstr "Filen är tom" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" -msgstr "Nyckelfilen innehÃ¥ller raden \"%s\" som inte är ett nyckel-värde-par, grupp eller kommentar" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" +msgstr "" +"Nyckelfilen innehÃ¥ller raden \"%s\" som inte är ett nyckel-värde-par, grupp " +"eller kommentar" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Ogiltigt gruppnamn: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 msgid "Key file does not start with a group" msgstr "Nyckelfilen börjar inte med en grupp" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Ogiltigt nyckelnamn: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Nyckelfilen innehÃ¥ller kodningen \"%s\" som inte stöds" -#: ../glib/gkeyfile.c:1112 -#: ../glib/gkeyfile.c:1274 -#: ../glib/gkeyfile.c:2503 -#: ../glib/gkeyfile.c:2569 -#: ../glib/gkeyfile.c:2704 -#: ../glib/gkeyfile.c:2837 -#: ../glib/gkeyfile.c:2990 -#: ../glib/gkeyfile.c:3177 -#: ../glib/gkeyfile.c:3238 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1274 glib/gkeyfile.c:2503 +#: glib/gkeyfile.c:2569 glib/gkeyfile.c:2704 glib/gkeyfile.c:2837 +#: glib/gkeyfile.c:2990 glib/gkeyfile.c:3177 glib/gkeyfile.c:3238 #, c-format msgid "Key file does not have group '%s'" msgstr "Nyckelfilen har inte gruppen \"%s\"" -#: ../glib/gkeyfile.c:1286 +#: glib/gkeyfile.c:1286 #, c-format msgid "Key file does not have key '%s'" msgstr "Nyckelfilen har inte nyckeln \"%s\"" -#: ../glib/gkeyfile.c:1393 -#: ../glib/gkeyfile.c:1508 +#: glib/gkeyfile.c:1393 glib/gkeyfile.c:1508 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" -msgstr "Nyckelfilen innehÃ¥ller nyckeln \"%s\" med värdet \"%s\" som inte är UTF-8" +msgstr "" +"Nyckelfilen innehÃ¥ller nyckeln \"%s\" med värdet \"%s\" som inte är UTF-8" -#: ../glib/gkeyfile.c:1413 -#: ../glib/gkeyfile.c:1528 -#: ../glib/gkeyfile.c:1907 +#: glib/gkeyfile.c:1413 glib/gkeyfile.c:1528 glib/gkeyfile.c:1907 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." -msgstr "Nyckelfilen innehÃ¥ller nyckeln \"%s\" som har värde som inte kan tolkas." +msgstr "" +"Nyckelfilen innehÃ¥ller nyckeln \"%s\" som har värde som inte kan tolkas." -#: ../glib/gkeyfile.c:2122 -#: ../glib/gkeyfile.c:2334 +#: glib/gkeyfile.c:2122 glib/gkeyfile.c:2334 #, c-format -msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted." -msgstr "Nyckelfilen innehÃ¥ller nyckeln \"%s\" i gruppen \"%s\" som har värde som inte kan tolkas." +msgid "" +"Key file contains key '%s' in group '%s' which has value that cannot be " +"interpreted." +msgstr "" +"Nyckelfilen innehÃ¥ller nyckeln \"%s\" i gruppen \"%s\" som har värde som " +"inte kan tolkas." -#: ../glib/gkeyfile.c:2518 -#: ../glib/gkeyfile.c:2719 -#: ../glib/gkeyfile.c:3249 +#: glib/gkeyfile.c:2518 glib/gkeyfile.c:2719 glib/gkeyfile.c:3249 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Nyckelfilen har inte nyckeln \"%s\" i gruppen \"%s\"" -#: ../glib/gkeyfile.c:3483 +#: glib/gkeyfile.c:3483 msgid "Key file contains escape character at end of line" msgstr "Nyckelfilen innehÃ¥ller kontrolltecken i slutet pÃ¥ en rad" -#: ../glib/gkeyfile.c:3505 +#: glib/gkeyfile.c:3505 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Nyckelfilen innehÃ¥ller ogiltiga kontrollsekvensen \"%s\"" -#: ../glib/gkeyfile.c:3647 +#: glib/gkeyfile.c:3647 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Värdet \"%s\" kan inte tolkas som ett tal." -#: ../glib/gkeyfile.c:3661 +#: glib/gkeyfile.c:3661 #, c-format msgid "Integer value '%s' out of range" msgstr "Heltalsvärdet \"%s\" är utanför intervallet" -#: ../glib/gkeyfile.c:3694 +#: glib/gkeyfile.c:3694 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Värdet \"%s\" kan inte tolkas som ett flyttal." -#: ../glib/gkeyfile.c:3718 +#: glib/gkeyfile.c:3718 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Värdet \"%s\" kan inte tolkas som ett booleskt värde." -#: ../gio/gbufferedinputstream.c:417 -#: ../gio/gbufferedinputstream.c:498 -#: ../gio/ginputstream.c:193 -#: ../gio/ginputstream.c:325 -#: ../gio/ginputstream.c:566 -#: ../gio/ginputstream.c:691 -#: ../gio/goutputstream.c:202 -#: ../gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "För stort räknevärde skickat till %s" -#: ../gio/gbufferedinputstream.c:885 -#: ../gio/ginputstream.c:901 -#: ../gio/goutputstream.c:1085 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 +#: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Strömmen är redan stängd" -#: ../gio/gcancellable.c:366 -#: ../gio/glocalfile.c:1992 -#: ../gio/gsimpleasyncresult.c:623 -#: ../gio/gsimpleasyncresult.c:650 +#: gio/gcancellable.c:366 gio/glocalfile.c:1992 gio/gsimpleasyncresult.c:623 +#: gio/gsimpleasyncresult.c:650 msgid "Operation was cancelled" msgstr "Åtgärden avbröts" -#: ../gio/gcontenttype.c:180 +#: gio/gcontenttype.c:180 msgid "Unknown type" msgstr "Okänd typ" -#: ../gio/gcontenttype.c:181 +#: gio/gcontenttype.c:181 #, c-format msgid "%s filetype" msgstr "%s-filtyp" -#: ../gio/gcontenttype.c:678 +#: gio/gcontenttype.c:678 #, c-format msgid "%s type" msgstr "%s-typ" -#: ../gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Oväntat tidig end-of-stream" -#: ../gio/gdesktopappinfo.c:460 -#: ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Namnlös" -#: ../gio/gdesktopappinfo.c:696 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Skrivbordsfilen angav inget Exec-fält" -#: ../gio/gdesktopappinfo.c:990 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Kunde inte hitta terminal som krävs för programmet" -#: ../gio/gdesktopappinfo.c:1222 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kan inte skapa programkonfigurationsmapp för användare %s: %s" -#: ../gio/gdesktopappinfo.c:1226 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kan inte skapa MIME-konfigurationsmapp för användare %s: %s" -#: ../gio/gdesktopappinfo.c:1630 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan inte skapa skrivbordsfil för användare %s" -#: ../gio/gdesktopappinfo.c:1742 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Anpassad definition för %s" -#: ../gio/gdrive.c:381 +#: gio/gdrive.c:381 msgid "drive doesn't implement eject" msgstr "enheten har inte implementerat utmatning" -#: ../gio/gdrive.c:451 +#: gio/gdrive.c:451 msgid "drive doesn't implement polling for media" msgstr "enheten har inte implementerat pollning av media" -#: ../gio/gemblem.c:325 +#: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "Kan inte hantera version %d av GEmblem-kodning" -#: ../gio/gemblem.c:335 +#: gio/gemblem.c:335 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "Felformaterat antal token (%d) i GEmblem-kodning" -#: ../gio/gemblemedicon.c:295 +#: gio/gemblemedicon.c:295 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "Kan inte hantera version %d av GEmblemedIcon-kodning" -#: ../gio/gemblemedicon.c:305 +#: gio/gemblemedicon.c:305 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "Felformaterat antal token (%d) i GEmblemedIcon-kodning" -#: ../gio/gemblemedicon.c:328 +#: gio/gemblemedicon.c:328 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Förväntade en GEmblem för GEmblemedIcon" -#: ../gio/gfile.c:825 -#: ../gio/gfile.c:1055 -#: ../gio/gfile.c:1190 -#: ../gio/gfile.c:1426 -#: ../gio/gfile.c:1480 -#: ../gio/gfile.c:1537 -#: ../gio/gfile.c:1620 -#: ../gio/gfile.c:2694 -#: ../gio/gfile.c:2748 -#: ../gio/gfile.c:2879 -#: ../gio/gfile.c:2919 -#: ../gio/gfile.c:3246 -#: ../gio/gfile.c:3648 -#: ../gio/gfile.c:3732 -#: ../gio/gfile.c:3815 -#: ../gio/gfile.c:3895 -#: ../gio/gfile.c:4225 -#: ../gio/win32/gwinhttpfile.c:428 +#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426 +#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2694 +#: gio/gfile.c:2748 gio/gfile.c:2879 gio/gfile.c:2919 gio/gfile.c:3246 +#: gio/gfile.c:3648 gio/gfile.c:3732 gio/gfile.c:3815 gio/gfile.c:3895 +#: gio/gfile.c:4225 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Åtgärden stöds inte" @@ -1248,141 +1251,130 @@ msgstr "Åtgärden stöds inte" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: ../gio/gfile.c:1311 -#: ../gio/glocalfile.c:1071 -#: ../gio/glocalfile.c:1082 -#: ../gio/glocalfile.c:1095 +#: gio/gfile.c:1311 gio/glocalfile.c:1071 gio/glocalfile.c:1082 +#: gio/glocalfile.c:1095 msgid "Containing mount does not exist" msgstr "Infattande montering finns inte" -#: ../gio/gfile.c:1963 -#: ../gio/glocalfile.c:2142 +#: gio/gfile.c:1963 gio/glocalfile.c:2142 msgid "Can't copy over directory" msgstr "Kan inte kopiera över katalog" -#: ../gio/gfile.c:2023 +#: gio/gfile.c:2023 msgid "Can't copy directory over directory" msgstr "Kan inte kopiera katalog över katalog" -#: ../gio/gfile.c:2031 -#: ../gio/glocalfile.c:2151 +#: gio/gfile.c:2031 gio/glocalfile.c:2151 msgid "Target file exists" msgstr "MÃ¥lfilen finns" -#: ../gio/gfile.c:2049 +#: gio/gfile.c:2049 msgid "Can't recursively copy directory" msgstr "Kan inte kopiera katalogen rekursivt" -#: ../gio/gfile.c:2869 +#: gio/gfile.c:2869 msgid "Invalid symlink value given" msgstr "Ogiltigt värde för symbolisk länk angivet" -#: ../gio/gfile.c:2962 +#: gio/gfile.c:2962 msgid "Trash not supported" msgstr "Papperskorgen stöds inte" -#: ../gio/gfile.c:3011 +#: gio/gfile.c:3011 #, c-format msgid "File names cannot contain '%c'" msgstr "Filnamn fÃ¥r inte innehÃ¥lla \"%c\"" -#: ../gio/gfile.c:4993 -#: ../gio/gvolume.c:370 +#: gio/gfile.c:4993 gio/gvolume.c:370 msgid "volume doesn't implement mount" msgstr "volymen har inte implementerat montering" -#: ../gio/gfile.c:5101 +#: gio/gfile.c:5101 msgid "No application is registered as handling this file" msgstr "Inget program är registrerat för hantering av denna fil" -#: ../gio/gfileenumerator.c:206 +#: gio/gfileenumerator.c:206 msgid "Enumerator is closed" msgstr "Numreraren är stängd" -#: ../gio/gfileenumerator.c:213 -#: ../gio/gfileenumerator.c:272 -#: ../gio/gfileenumerator.c:372 -#: ../gio/gfileenumerator.c:481 +#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272 +#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481 msgid "File enumerator has outstanding operation" msgstr "Filnumreraren har kvarstÃ¥ende Ã¥tgärd" -#: ../gio/gfileenumerator.c:362 -#: ../gio/gfileenumerator.c:471 +#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 msgid "File enumerator is already closed" msgstr "Filnumreraren är redan strängd" -#: ../gio/gfileicon.c:145 +#: gio/gfileicon.c:145 msgid "file" msgstr "fil" -#: ../gio/gfileicon.c:146 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Filen innehÃ¥llandes ikonen" -#: ../gio/gfileicon.c:237 +#: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "Kan inte hantera version %d av GFileIcon-kodning" -#: ../gio/gfileicon.c:247 +#: gio/gfileicon.c:247 msgid "Malformed input data for GFileIcon" msgstr "Felformaterad inmatningsdata för GFileIcon" -#: ../gio/gfileinputstream.c:157 -#: ../gio/gfileinputstream.c:424 -#: ../gio/gfileoutputstream.c:171 -#: ../gio/gfileoutputstream.c:526 +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Strömmen saknar stöd för query_info" -#: ../gio/gfileinputstream.c:339 -#: ../gio/gfileoutputstream.c:384 +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Sökning stöds inte pÃ¥ strömmen" -#: ../gio/gfileinputstream.c:383 +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Kapning tillÃ¥ts inte pÃ¥ inmatningsströmmen" -#: ../gio/gfileoutputstream.c:460 +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Kapning stöds inte pÃ¥ strömmen" -#: ../gio/gicon.c:324 +#: gio/gicon.c:324 #, c-format msgid "Wrong number of tokens (%d)" msgstr "Fel antal token (%d)" -#: ../gio/gicon.c:344 +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "Ingen typ för klassnamnet %s" -#: ../gio/gicon.c:354 +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "Typen %s implementerar inte GIcon-gränssnittet" -#: ../gio/gicon.c:365 +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "Typen %s är inte klassad" -#: ../gio/gicon.c:379 +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "Felformaterat versionsnummer: %s" -#: ../gio/gicon.c:393 +#: gio/gicon.c:393 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "Typen %s implementerar inte from_tokens() pÃ¥ GIcon-gränssnittet" -#: ../gio/gicon.c:469 +#: gio/gicon.c:469 msgid "Can't handle the supplied version the icon encoding" msgstr "Kan inte hantera angiven version för ikonkodningen" -#: ../gio/ginputstream.c:202 +#: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Inmatningsströmmen har inte implementerat läsning" @@ -1392,480 +1384,445 @@ msgstr "Inmatningsströmmen har inte implementerat läsning" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:911 -#: ../gio/goutputstream.c:1095 +#: gio/ginputstream.c:911 gio/goutputstream.c:1095 msgid "Stream has outstanding operation" msgstr "Strömmen har kvarstÃ¥ende Ã¥tgärd" -#: ../gio/glocaldirectorymonitor.c:274 +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Kunde inte hitta standardtyp för lokal katalogövervakare" -#: ../gio/glocalfile.c:608 -#: ../gio/win32/gwinhttpfile.c:411 +#: gio/glocalfile.c:608 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Ogiltigt filnamn %s" -#: ../gio/glocalfile.c:979 +#: gio/glocalfile.c:979 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fel vid hämtning av filsystemsinformation: %s" -#: ../gio/glocalfile.c:1115 +#: gio/glocalfile.c:1115 msgid "Can't rename root directory" msgstr "Kan inte byta namn pÃ¥ rotkatalog" -#: ../gio/glocalfile.c:1135 -#: ../gio/glocalfile.c:1161 +#: gio/glocalfile.c:1135 gio/glocalfile.c:1161 #, c-format msgid "Error renaming file: %s" msgstr "Fel vid namnbyte av fil: %s" -#: ../gio/glocalfile.c:1144 +#: gio/glocalfile.c:1144 msgid "Can't rename file, filename already exist" msgstr "Kan inte byta namn pÃ¥ filen, filnamnet finns redan" -#: ../gio/glocalfile.c:1157 -#: ../gio/glocalfile.c:2021 -#: ../gio/glocalfile.c:2050 -#: ../gio/glocalfile.c:2204 -#: ../gio/glocalfileoutputstream.c:505 -#: ../gio/glocalfileoutputstream.c:550 -#: ../gio/glocalfileoutputstream.c:967 +#: gio/glocalfile.c:1157 gio/glocalfile.c:2021 gio/glocalfile.c:2050 +#: gio/glocalfile.c:2204 gio/glocalfileoutputstream.c:505 +#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Ogiltigt filnamn" -#: ../gio/glocalfile.c:1280 +#: gio/glocalfile.c:1280 #, c-format msgid "Error opening file: %s" msgstr "Fel vid öppnade av fil: %s" -#: ../gio/glocalfile.c:1290 +#: gio/glocalfile.c:1290 msgid "Can't open directory" msgstr "Kan inte öppna katalog" -#: ../gio/glocalfile.c:1350 +#: gio/glocalfile.c:1350 #, c-format msgid "Error removing file: %s" msgstr "Fel vid borttagning av fil: %s" -#: ../gio/glocalfile.c:1714 +#: gio/glocalfile.c:1714 #, c-format msgid "Error trashing file: %s" msgstr "Fel vid kastande av fil: %s" -#: ../gio/glocalfile.c:1737 +#: gio/glocalfile.c:1737 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kunde inte skapa papperskorgskatalogen %s: %s" -#: ../gio/glocalfile.c:1758 +#: gio/glocalfile.c:1758 msgid "Unable to find toplevel directory for trash" msgstr "Kunde inte hitta toppnivÃ¥katalog för papperskorg" -#: ../gio/glocalfile.c:1837 -#: ../gio/glocalfile.c:1857 +#: gio/glocalfile.c:1837 gio/glocalfile.c:1857 msgid "Unable to find or create trash directory" msgstr "Kunde inte hitta eller skapa papperskorgskatalog" -#: ../gio/glocalfile.c:1891 +#: gio/glocalfile.c:1891 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kunde inte skapa information om kastad fil: %s" -#: ../gio/glocalfile.c:1916 -#: ../gio/glocalfile.c:1991 -#: ../gio/glocalfile.c:1998 +#: gio/glocalfile.c:1916 gio/glocalfile.c:1991 gio/glocalfile.c:1998 #, c-format msgid "Unable to trash file: %s" msgstr "Kunde inte kasta fil: %s" -#: ../gio/glocalfile.c:2025 +#: gio/glocalfile.c:2025 #, c-format msgid "Error creating directory: %s" msgstr "Fel vid skapande av katalog: %s" -#: ../gio/glocalfile.c:2054 +#: gio/glocalfile.c:2054 #, c-format msgid "Error making symbolic link: %s" msgstr "Fel vid skapande av symbolisk länk: %s" -#: ../gio/glocalfile.c:2114 -#: ../gio/glocalfile.c:2208 +#: gio/glocalfile.c:2114 gio/glocalfile.c:2208 #, c-format msgid "Error moving file: %s" msgstr "Fel vid flyttning av fil: %s" -#: ../gio/glocalfile.c:2137 +#: gio/glocalfile.c:2137 msgid "Can't move directory over directory" msgstr "Kan inte flytta katalog över katalog" -#: ../gio/glocalfile.c:2164 -#: ../gio/glocalfileoutputstream.c:819 -#: ../gio/glocalfileoutputstream.c:833 -#: ../gio/glocalfileoutputstream.c:848 -#: ../gio/glocalfileoutputstream.c:864 -#: ../gio/glocalfileoutputstream.c:878 +#: gio/glocalfile.c:2164 gio/glocalfileoutputstream.c:819 +#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848 +#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878 msgid "Backup file creation failed" msgstr "Misslyckades med att skapa säkerhetskopiefil" -#: ../gio/glocalfile.c:2183 +#: gio/glocalfile.c:2183 #, c-format msgid "Error removing target file: %s" msgstr "Fel vid borttagning av mÃ¥lfil: %s" -#: ../gio/glocalfile.c:2197 +#: gio/glocalfile.c:2197 msgid "Move between mounts not supported" msgstr "Flyttning mellan monteringar stöds inte" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Attributvärde mÃ¥ste vara icke-NULL" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Ogiltig attributtyp (sträng förväntades)" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Ogiltigt utökat attributnamn" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Fel vid inställning av utökat attribut \"%s\": %s" -#: ../gio/glocalfileinfo.c:1462 -#: ../gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Fel vid tillstÃ¥ndsläsning av filen \"%s\": %s" -#: ../gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (ogiltig kodning)" -#: ../gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fel vid tillstÃ¥ndsläsning av filhandtag: %s" -#: ../gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Ogiltig attributtyp (uint32 förväntades)" -#: ../gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Ogiltig attributtyp (uint64 förväntades)" -#: ../gio/glocalfileinfo.c:1782 -#: ../gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Ogiltig attributtyp (bytesträng förväntades)" -#: ../gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Fel vid inställning av rättigheter: %s" -#: ../gio/glocalfileinfo.c:1878 -#: ../gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Fel vid inställning av ägare: %s" -#: ../gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "symbolisk länk mÃ¥ste vara icke-NULL" -#: ../gio/glocalfileinfo.c:1911 -#: ../gio/glocalfileinfo.c:1930 -#: ../gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Fel vid inställning av symbolisk länk: %s" -#: ../gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "Fel vid inställning av symbolisk länk: filen är inte en symbolisk länk" -#: ../gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux-kontext mÃ¥ste vara icke-NULL" -#: ../gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Fel vid inställning av SELinux-kontext: %s" -#: ../gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux är inte aktiverat pÃ¥ detta system" -#: ../gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Inställning av attributet %s stöds inte" -#: ../gio/glocalfileinputstream.c:160 -#: ../gio/glocalfileoutputstream.c:603 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603 #, c-format msgid "Error reading from file: %s" msgstr "Fel vid läsning frÃ¥n fil: %s" -#: ../gio/glocalfileinputstream.c:191 -#: ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 -#: ../gio/glocalfileoutputstream.c:405 -#: ../gio/glocalfileoutputstream.c:896 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405 +#: gio/glocalfileoutputstream.c:896 #, c-format msgid "Error seeking in file: %s" msgstr "Fel vid sökning i fil: %s" -#: ../gio/glocalfileinputstream.c:233 -#: ../gio/glocalfileoutputstream.c:208 -#: ../gio/glocalfileoutputstream.c:303 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208 +#: gio/glocalfileoutputstream.c:303 #, c-format msgid "Error closing file: %s" msgstr "Fel vid stängning av fil: %s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Kunde inte hitta standardtyp för lokal filövervakare" -#: ../gio/glocalfileoutputstream.c:172 -#: ../gio/glocalfileoutputstream.c:624 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624 #, c-format msgid "Error writing to file: %s" msgstr "Fel vid skrivning till fil: %s" -#: ../gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:235 #, c-format msgid "Error removing old backup link: %s" msgstr "Fel vid borttagning av gamla länk till säkerhetskopia: %s" -#: ../gio/glocalfileoutputstream.c:249 -#: ../gio/glocalfileoutputstream.c:262 +#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262 #, c-format msgid "Error creating backup copy: %s" msgstr "Fel vid skapande av säkerhetskopia: %s" -#: ../gio/glocalfileoutputstream.c:280 +#: gio/glocalfileoutputstream.c:280 #, c-format msgid "Error renaming temporary file: %s" msgstr "Fel vid namnbyte pÃ¥ temporärfil: %s" -#: ../gio/glocalfileoutputstream.c:451 -#: ../gio/glocalfileoutputstream.c:913 +#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913 #, c-format msgid "Error truncating file: %s" msgstr "Fel vid kapning av fil: %s" -#: ../gio/glocalfileoutputstream.c:511 -#: ../gio/glocalfileoutputstream.c:556 -#: ../gio/glocalfileoutputstream.c:688 -#: ../gio/glocalfileoutputstream.c:973 +#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556 +#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973 #, c-format msgid "Error opening file '%s': %s" msgstr "Fel vid öppning av filen \"%s\": %s" -#: ../gio/glocalfileoutputstream.c:719 +#: gio/glocalfileoutputstream.c:719 msgid "Target file is a directory" msgstr "MÃ¥lfilen är en katalog" -#: ../gio/glocalfileoutputstream.c:724 +#: gio/glocalfileoutputstream.c:724 msgid "Target file is not a regular file" msgstr "MÃ¥lfilen är inte en vanlig fil" -#: ../gio/glocalfileoutputstream.c:736 +#: gio/glocalfileoutputstream.c:736 msgid "The file was externally modified" msgstr "Filen blev externt ändrad" -#: ../gio/gmemoryinputstream.c:487 -#: ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 msgid "Invalid GSeekType supplied" msgstr "Ogiltig GSeekType angavs" -#: ../gio/gmemoryinputstream.c:497 -#: ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 msgid "Invalid seek request" msgstr "Ogiltig sökbegäran" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "Kan inte kapa av GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 msgid "Reached maximum data array limit" msgstr "NÃ¥dde maximal gräns för datakedja" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 msgid "Memory output stream not resizable" msgstr "Storlek för minnesutmatningsström är inte ändringsbar" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 msgid "Failed to resize memory output stream" msgstr "Misslyckades med att ändra storlek pÃ¥ minnesutmatningsström" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:360 +#: gio/gmount.c:360 msgid "mount doesn't implement unmount" msgstr "montering har inte implementerat avmontering" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:435 +#: gio/gmount.c:435 msgid "mount doesn't implement eject" msgstr "montering har inte implementerat utmatning" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:517 +#: gio/gmount.c:517 msgid "mount doesn't implement remount" msgstr "montering har inte implementerat Ã¥termontering" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:601 +#: gio/gmount.c:601 msgid "mount doesn't implement content type guessing" msgstr "montering har inte implementerat estimering av innehÃ¥llstyp" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:690 +#: gio/gmount.c:690 msgid "mount doesn't implement synchronous content type guessing" msgstr "montering har inte implementerat synkron estimering av innehÃ¥llstyp" -#: ../gio/goutputstream.c:211 -#: ../gio/goutputstream.c:412 +#: gio/goutputstream.c:211 gio/goutputstream.c:412 msgid "Output stream doesn't implement write" msgstr "Utmatningsström har inte implementerat skrivning" -#: ../gio/goutputstream.c:372 -#: ../gio/goutputstream.c:780 +#: gio/goutputstream.c:372 gio/goutputstream.c:780 msgid "Source stream is already closed" msgstr "Källströmmen är redan stängd" -#: ../gio/gthemedicon.c:211 +#: gio/gthemedicon.c:211 msgid "name" msgstr "namn" -#: ../gio/gthemedicon.c:212 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Namnet för ikonen" -#: ../gio/gthemedicon.c:223 +#: gio/gthemedicon.c:223 msgid "names" msgstr "namn" -#: ../gio/gthemedicon.c:224 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "En kedja innehÃ¥llandes ikonnamnen" -#: ../gio/gthemedicon.c:249 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "använd standardvärden att falla tillbaka pÃ¥" -#: ../gio/gthemedicon.c:250 -msgid "Whether to use default fallbacks found by shortening the name at '-' characters. Ignores names after the first if multiple names are given." -msgstr "Huruvida standardvärden att falla tillbaka pÃ¥ ska användas som hittas genom att förkorta namnet vid \"-\"-tecken. Ignorerar namn efter den första om flera namn anges." +#: gio/gthemedicon.c:250 +msgid "" +"Whether to use default fallbacks found by shortening the name at '-' " +"characters. Ignores names after the first if multiple names are given." +msgstr "" +"Huruvida standardvärden att falla tillbaka pÃ¥ ska användas som hittas genom " +"att förkorta namnet vid \"-\"-tecken. Ignorerar namn efter den första om " +"flera namn anges." -#: ../gio/gthemedicon.c:499 +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "Kan inte hantera version %d av GThemedIcon-kodning" -#: ../gio/gunixinputstream.c:161 -#: ../gio/gunixoutputstream.c:147 +#: gio/gunixinputstream.c:161 gio/gunixoutputstream.c:147 msgid "File descriptor" msgstr "Filhandtag" -#: ../gio/gunixinputstream.c:162 +#: gio/gunixinputstream.c:162 msgid "The file descriptor to read from" msgstr "Filhandtaget att läsa frÃ¥n" -#: ../gio/gunixinputstream.c:176 -#: ../gio/gunixoutputstream.c:162 +#: gio/gunixinputstream.c:176 gio/gunixoutputstream.c:162 msgid "Close file descriptor" msgstr "Stäng filhandtag" -#: ../gio/gunixinputstream.c:177 -#: ../gio/gunixoutputstream.c:163 +#: gio/gunixinputstream.c:177 gio/gunixoutputstream.c:163 msgid "Whether to close the file descriptor when the stream is closed" msgstr "Huruvida filhandtaget ska stängas när strömmen stängs" -#: ../gio/gunixinputstream.c:358 -#: ../gio/gunixinputstream.c:378 -#: ../gio/gunixinputstream.c:456 -#: ../gio/gunixoutputstream.c:443 +#: gio/gunixinputstream.c:358 gio/gunixinputstream.c:378 +#: gio/gunixinputstream.c:456 gio/gunixoutputstream.c:443 #, c-format msgid "Error reading from unix: %s" msgstr "Fel vid läsning frÃ¥n unix: %s" -#: ../gio/gunixinputstream.c:411 -#: ../gio/gunixinputstream.c:593 -#: ../gio/gunixoutputstream.c:398 -#: ../gio/gunixoutputstream.c:549 +#: gio/gunixinputstream.c:411 gio/gunixinputstream.c:593 +#: gio/gunixoutputstream.c:398 gio/gunixoutputstream.c:549 #, c-format msgid "Error closing unix: %s" msgstr "Fel vid stängning av unix: %s" -#: ../gio/gunixmounts.c:1781 -#: ../gio/gunixmounts.c:1818 +#: gio/gunixmounts.c:1781 gio/gunixmounts.c:1818 msgid "Filesystem root" msgstr "Filsystemsrot" -#: ../gio/gunixoutputstream.c:148 +#: gio/gunixoutputstream.c:148 msgid "The file descriptor to write to" msgstr "Filhandtaget att skriva till" -#: ../gio/gunixoutputstream.c:344 -#: ../gio/gunixoutputstream.c:365 +#: gio/gunixoutputstream.c:344 gio/gunixoutputstream.c:365 #, c-format msgid "Error writing to unix: %s" msgstr "Fel vid skrivning till unix: %s" -#: ../gio/gvolume.c:444 +#: gio/gvolume.c:444 msgid "volume doesn't implement eject" msgstr "volymen har inte implementerat utmatning" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "Kan inte hitta programmet" -#: ../gio/gwin32appinfo.c:300 +#: gio/gwin32appinfo.c:300 #, c-format msgid "Error launching application: %s" msgstr "Fel vid start av program: %s" -#: ../gio/gwin32appinfo.c:336 +#: gio/gwin32appinfo.c:336 msgid "URIs not supported" msgstr "URI:er stöds inte" -#: ../gio/gwin32appinfo.c:358 +#: gio/gwin32appinfo.c:358 msgid "association changes not supported on win32" msgstr "associeringsändringar stöds inte pÃ¥ win32" -#: ../gio/gwin32appinfo.c:370 +#: gio/gwin32appinfo.c:370 msgid "Association creation not supported on win32" msgstr "Associeringsskapanden stöds inte pÃ¥ win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "dölj inga poster" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "använd ett lÃ¥ngt listningsformat" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FIL...]" @@ -1873,53 +1830,74 @@ msgstr "[FIL...]" #~ msgid_plural "%u bytes" #~ msgstr[0] "%u byte" #~ msgstr[1] "%u byte" + #~ msgid "cancelled" #~ msgstr "avbröts" + #~ msgid "Error creating backup link: %s" #~ msgstr "Fel vid skapande av länk till säkerhetskopia: %s" + #~ msgid "Can't load just created desktop file" #~ msgstr "Kan inte läsa in nyligen skapad skrivbordsfil" + #~ msgid "Too large count value passed to g_input_stream_read_async" #~ msgstr "För stort räknevärde skickat till g_input_stream_read_async" + #~ msgid "Too large count value passed to g_input_stream_skip" #~ msgstr "För stort räknevärde skickat till g_input_stream_skip" + #~ msgid "Too large count value passed to g_input_stream_skip_async" #~ msgstr "För stort räknevärde skickat till g_input_stream_skip_async" + #~ msgid "Target file already exists" #~ msgstr "MÃ¥lfilen finns redan" + #~ msgid "Too large count value passed to g_output_stream_write" #~ msgstr "För stort räknevärde skickat till g_output_stream_write" + #~ msgid "Too large count value passed to g_output_stream_write_async" #~ msgstr "För stort räknevärde skickat till g_output_stream_write_async" + #~ msgid "Could not change file mode: fork() failed: %s" #~ msgstr "Kunde inte byta filläge: fork() misslyckades: %s" + #~ msgid "Could not change file mode: waitpid() failed: %s" #~ msgstr "Kunde inte byta filläge: waitpid() misslyckades %s" + #~ msgid "Could not change file mode: chmod() failed: %s" #~ msgstr "Kunde inte byta filläge: chmod() misslyckades: %s" + #~ msgid "Could not change file mode: Child terminated by signal: %s" #~ msgstr "Kunde inte byta filläge: Barnet avslutades med signal: %s" + #~ msgid "Could not change file mode: Child terminated abnormally" #~ msgstr "Kunde inte byta filläge: Barnet avslutades onormalt" + #~ msgid "Conversion from character set `%s' to `%s' is not supported" #~ msgstr "Konvertering frÃ¥n teckentabellen \"%s\" till \"%s\" stöds inte" + #~ msgid "Could not open converter from `%s' to `%s': %s" #~ msgstr "Kunde inte öppna konverteraren frÃ¥n \"%s\" till \"%s\": %s" + #~ msgid "" #~ "Failed to parse '%s', which should have been a digit inside a character " #~ "reference (ê for example) - perhaps the digit is too large" #~ msgstr "" #~ "Misslyckades med att tolka \"%s\", som skulle ha varit ett tal inuti en " #~ "teckenreferens (ê till exempel). Talet är kanske för stort" + #~ msgid "Character reference '%s' does not encode a permitted character" #~ msgstr "Teckenreferensen \"%s\" kodar inte ett tillÃ¥tet tecken" + #~ msgid "Incorrect message size" #~ msgstr "Felaktig meddelandestorlek" + #~ msgid "Socket error" #~ msgstr "Uttagsfel" + #~ msgid "Channel set flags unsupported" #~ msgstr "Kanalinställningsflaggor stöds inte" + #~ msgid "" #~ "The hostname of the URI `%s' is contains invalidly escaped characters" #~ msgstr "Värdnamnet för URI:n \"%s\" innehÃ¥ller felaktigt inbäddade tecken" - diff --git a/po/ta.po b/po/ta.po index c48a01c..85283e2 100644 --- a/po/ta.po +++ b/po/ta.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2007-08-13 09:47+0530\n" "Last-Translator: Dr.T.Vasudevan \n" "Language-Team: TAMIL \n" @@ -1124,14 +1124,14 @@ msgstr "மதிப்பு '%s' தசம எண்ணாக செயல் msgid "Value '%s' cannot be interpreted as a boolean." msgstr "மதிப்பு '%s' பூலியனாக செயல்பட முடியாது." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1156,38 +1156,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1491,88 +1491,88 @@ msgstr "'%s' கோப்பு வாசிக்கும் போது ப msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "பண்பு பெயர் உள்ளே ஆவணம் திடீரென முடிவடைந்தது" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "'%s' அடைவு திறக்கும்போது பிழை: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "மாற்றும் போது பிழை: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "மாற்றும் போது பிழை: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d வரியில் பிழை: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "மாற்றும் போது பிழை: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது" diff --git a/po/te.po b/po/te.po index 6948d90..03f4f85 100644 --- a/po/te.po +++ b/po/te.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.te\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-09-17 19:40+0530\n" "Last-Translator: Krishna Babu K \n" "Language-Team: Telugu \n" @@ -1104,14 +1104,14 @@ msgstr "'%s' విలువను ఫ్లోట్ సంఖ్యగా చ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "%s' విలువను బులియన్ గా చదువుటకు సాధ్యపడదు." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "చాలపెద్ద లెక్కింపు విలువ %sకు పంపబడింది" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "స్ట్రీమ్ యిప్పటికే మూయబడింది" @@ -1135,38 +1135,38 @@ msgstr "%s దస్త్రమురకము" msgid "%s type" msgstr "%s రకము" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "స్ట్రీమ్ యొక్క అనుకోని త్వరిత ముగింపు" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "నామములేని" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "డెస్కుటాప్ దస్త్రము Exec క్షేత్రమును తెలుపలేదు" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "అనువర్తనంకు కావలిసిన ‍టెర్మినల్‌ను కనుగొనలేక పోయింది" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "వినియోగదారి అనువర్తన ఆకృతీకరణ సంచయం %sను సృష్టించలేకపోయింది: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "వినియోగదారి MIME ఆకృతీకరణ సంచయం %sను సృష్టించలేకపోయింది: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "వినియోగదారి డెస్కుటాప్ దస్త్రమును సృష్టించలేకపోయింది %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "%s కొరకు మలిచిన నిర్వచనము" @@ -1465,87 +1465,87 @@ msgstr "టార్గెట్ దస్త్రమును తొలగి msgid "Move between mounts not supported" msgstr "మౌంట్స్‍ మధ్య కదలిక మద్దతీయబడదు" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "యాట్రిబ్యూట్ విలువ తప్పక NULL-కాకూడదు" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "చెల్లని యాట్రిబ్యూట్ రకము (స్ట్రింగ్ ఊహించినది)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "పొడిగించిన యాట్రిబ్యూట్ చెల్లని నామము" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "పొడిగించిన యాట్రిబ్యూట్ అమర్చుటలో దోషము '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "దస్త్రము '%s'ను ప్రారంభించుటలో దోషము: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (చెల్లని యెన్కోడింగ్)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "దస్త్రము వివరణిని ప్రతిపాదించుటలో దోషము: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "చెల్లని యాట్రిబ్యూట్ రకము (uint32 అనుకోబడినది)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "చెల్లని యాట్రిబ్యూట్ రకము (uint64 అనుకోబడినది)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "చెల్లని యాట్రిబ్యూట్ రకము (బైట్ స్ట్రింగ్ అనుకోబడినది)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "అనుమతులను అమర్చుటలో దోషము: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "యజమానిని అమర్చుటలో దోషము: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "సిమ్‌లింకు తప్పక NULL-కాకూడదు" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "సింమ్‌లింకు అమర్చుటలో దోషము: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "సింమ్‌లింకు అమర్చుటలో దోషము: దస్త్రము సిమ్‌లింకు కాదు" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux సందర్భం తప్పక NULL-కాకూడదు" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux సందర్భం అమర్చుటలో దోషము: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux ఈ సిస్టమ్‌పైన చేతనపరచ బడిలేదు" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "యాట్రిబ్యూట్ %sను అమర్చుట మద్దతీయుటలేదు" diff --git a/po/th.po b/po/th.po index a93b8d4..a415e35 100644 --- a/po/th.po +++ b/po/th.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.14.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-08-23 17:58+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -1091,14 +1091,14 @@ msgstr "ค่า '%s' ไม่สามารถตีความเป็น msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ค่า '%s' ไม่สามารถตีความเป็นบูลีนได้" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "มีการส่งค่า count ที่สูงเกินไปมาให้ %s" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "สตรีมถูกปิดไปแล้ว" @@ -1122,38 +1122,38 @@ msgstr "ชนิดแฟ้ม %s" msgid "%s type" msgstr "ชนิด %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "พบจุดจบสตรีมก่อนกำหนด" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "ไม่มีชื่อ" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "แฟ้มเดสก์ท็อปไม่ได้ระบุเขตข้อมูล Exec" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "หาเทอร์มินัลซึ่งต้องใช้ในการเปิดโปรแกรมไม่พบ" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ไม่สามารถสร้างโฟลเดอร์ %s สำหรับเก็บค่าตั้งโปรแกรมของผู้ใช้: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ไม่สามารถสร้างโฟลเดอร์ %s สำหรับเก็บค่าตั้ง MIME ของผู้ใช้: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "ไม่สามารถสร้างแฟ้มเดสก์ท็อป %s สำหรับผู้ใช้" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "ข้อกำหนดกำหนดเองสำหรับ %s" @@ -1452,87 +1452,87 @@ msgstr "เกิดข้อผิดพลาดขณะลบแฟ้มป msgid "Move between mounts not supported" msgstr "ไม่รองรับการย้ายแฟ้มข้ามอุปกรณ์" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "ค่าแอตทริบิวต์ต้องไม่ใช่ตัวชี้ศูนย์" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "ชนิดของแอตทริบิวต์ใช้การไม่ได้ (ต้องการสตริง)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "ชื่อแอตทริบิวต์ส่วนขยายเพิ่มใช้การไม่ได้" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "เกิดข้อผิดพลาดขณะกำหนดแอตทริบิวต์ส่วนขยาย '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "เกิดข้อผิดพลาดขณะ stat แฟ้ม '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (รหัสอักขระไม่ถูกต้อง)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "เกิดข้อผิดพลาดขณะ stat file descriptor: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการ uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการ uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการสตริงของไบต์)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนดสิทธิ์: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนดเจ้าของ: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "symlink ต้องไม่ใช่ตัวชี้ศูนย์" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนด symlink: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "เกิดข้อผิดพลาดขณะกำหนด symlink: แฟ้มไม่ใช่ symlink" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux context ต้องไม่ใช่ตัวชี้ศูนย์" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนด SELinux context: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "ไม่ได้เปิดใช้งาน SELinux ในระบบนี้" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "ไม่รองรับการกำหนดแอตทริบิวต์ %s" diff --git a/po/tl.po b/po/tl.po index a15613d..8548e2a 100644 --- a/po/tl.po +++ b/po/tl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2005-12-01 17:31+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -1161,14 +1161,14 @@ msgstr "Ang halagang '%s' ay hindi mabasa bilang numero." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ang halagang '%s' ay hindi mabasa bilang boolean." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1193,38 +1193,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1527,89 +1527,89 @@ msgstr "Error sa pagbasa ng talaksang '%s': %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "" "Nagwakas ng hindi inaasahan ang dokumento sa loob ng pangalan ng attribute" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Error sa pagbukas ng directory '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Error sa linya %d: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Hindi suportado ang mga symbolic link" diff --git a/po/tr.po b/po/tr.po index be6bc3c..e729b1c 100644 --- a/po/tr.po +++ b/po/tr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-09-13 05:34+0300\n" "Last-Translator: Baris Cicek \n" "Language-Team: Turkish \n" @@ -1129,14 +1129,14 @@ msgstr "'%s' değeri bir gerçel sayı olarak yorumlanamıyor." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' değeri mantıksal değer olarak yorumlanamıyor." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "%s için çok büyük sayaç değeri geçildi" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Akış zaten kapalı" @@ -1160,38 +1160,38 @@ msgstr "%s dosya türü" msgid "%s type" msgstr "%s türü" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Beklenmeyen erken akış-sonu" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Ä°simlendirilmemiş" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Desktop dosyası Exec alanı belirtmemiş" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Uygulama için gerekli uçbirim bulunamadı" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kullanıcı uygulaması yapılandırma klasörü %s oluşturulamıyor: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kullanıcı MIME yapılandırma klasörü %s oluşturulamıyor: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Kullanıcı masaüstü dosyası %s oluşturulamıyor" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "%s için özel tanım" @@ -1490,87 +1490,87 @@ msgstr "Hedef dosya silerken hata: %s" msgid "Move between mounts not supported" msgstr "Bağlı sistemler arasında taşıma desteklenmiyor" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Öznitelik değeri NULL olmamalı" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Geçersiz öznitelik türü (dizgi beklendi)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Geçersiz genişletilmiş öznitelik ismi" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Genişletilmiş öznitelik '%s' atanırken hata: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' dosyası durumlandırılırken hata: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (geçersiz kodlama)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Dosya tanımlayıcı durumlandırılırken hata: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Geçersiz öznitelik türü (uint32 beklendi)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Geçersiz öznitelik türü (uint64 beklendi)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Geçersiz öznitelik türü (byte dizisi beklendi)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Ä°zinler atanırken hata: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Sahip atanırken hata: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "sembolik bağ NULL olmamalı" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Sembolik bağ atanırken hata: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "Sembolik bağ atanırken hata: dosya bir sembolik bağ değil" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux bağlamı NULL olmamalı" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux bağlamı atanırken hata: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux bu sistede etkin değil" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Öznitelik %s ataması desteklenmiyor" diff --git a/po/tt.po b/po/tt.po index 4b3f25b..1acad7b 100644 --- a/po/tt.po +++ b/po/tt.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libgnome\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2005-11-09 13:19+0300\n" "Last-Translator: Albert Fazlí \n" "Language-Team: Tatarish \n" @@ -1075,14 +1075,14 @@ msgstr "'%s' digän bäyäsen san itep tanıp bulmí." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' digän bäyäsen yuqbar itep tanıp bulmí." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1107,38 +1107,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1439,87 +1439,87 @@ msgstr "'%s' biremen uqığanda xata: %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "'%s' törgägen açıp bulmadı: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d. yulda xata: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "" diff --git a/po/uk.po b/po/uk.po index 8b29a28..1fe7eed 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-11-13 11:56+0300\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -1142,14 +1142,14 @@ msgstr "Значення '%s' не вдається перетворити у ч msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Не вдається розібрати значення '%s' як логічне значення." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "До %s передано надто велике значення лічильника" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Потік вже закрито" @@ -1173,38 +1173,38 @@ msgstr "тип файлу %s" msgid "%s type" msgstr "тип %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Неочікуваний передчасний кінець потоку" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Без назви" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "У Desktop-файлі не визначено поле Exec" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Неможливо знайти термінал, що потрібен програмі" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Не вдається створити теку параметрів програми %s: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не вдається створити теку параметрів MIME %s: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Не вдається створити для користувача desktop-файл %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Власне визначення %s" @@ -1503,89 +1503,89 @@ msgstr "Помилка при зчитуванні цільового файлу msgid "Move between mounts not supported" msgstr "Переміщення між різними точками монтування не підтримується" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Значення атрибуту не можу бути NULL" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "неправильний тип атрибуту (очікувався рядок)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Неправильна назва розширеного атрибуту" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Помилка при встановленні розширеного атрибуту \"%s\": %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Помилка отримання інформації про файл \"%s\": %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (неправильне кодування)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Помилка отримання інформації для дескриптору файлу: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Неправильний тип атрибута (очікувався uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Неправильний тип атрибуту (очікувався uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Неправильний тип атрибуту (очікувався рядок байтів)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Помилка встановлення прав доступу: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Помилка встановлення власник: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "символьне посилання не може мати значення NULL" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Помилка при встановленні символьного посилання: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "помилка при встановленні символьного посилання: файл не є символьним " "посиланням" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "Контекст SELinux не може значення NULL" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Помилка при встановленні контексту SELinux: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux не увімкнено у цій системі" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Встановлення атрибуту %s не підтримуються" diff --git a/po/vi.po b/po/vi.po index 071e19f..d0355bd 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib GNOME TRUNK\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2008-08-22 11:52+0700\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -1131,14 +1131,14 @@ msgstr "Không thể giải dịch giá trị « %s » dạng con số nổi." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Không thể giải dịch giá trị « %s » dạng bun (đúng/sai)." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "Giá trị đếm quá lớn được gá»­i cho %s" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Luồng đã bị đóng" @@ -1162,38 +1162,38 @@ msgstr "kiểu tập tin %s" msgid "%s type" msgstr "kiểu %s" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "Kết thúc luồng sớm bất thường" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Không có tên" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "Tập tin Desktop không ghi rõ trường Exec (thá»±c hiện)" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "Không tìm thấy thiết bị cuối cần thiết cho ứng dụng" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Không thể tạo thÆ° mục cấu hình ứng dụng người dùng %s: %s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Không thể tạo thÆ° mục cấu hình MIME người dùng %s: %s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "Không thể tạo tập tin desktop %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "Lời định nghÄ©a riêng cho %s" @@ -1492,89 +1492,89 @@ msgstr "Gặp lỗi khi gỡ bỏ tập tin đích: %s" msgid "Move between mounts not supported" msgstr "Không hỗ trợ chức năng di chuyển giữa các bộ lắp" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "Giá trị thuộc tính phải có giá trị" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "Kiểu thuộc tính không hợp lệ (mong đợi chuỗi)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "Tên thuộc tính đã mở rộng không hợp lệ" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Gặp lỗi khi đặt thuộc tính đã mở rộng « %s »: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Gặp lỗi khi lấy trạng thái về tập tin « %s »: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (bảng mã không hợp lệ)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "Gặp lỗi khi lấy trạng thái về mô tả tập tin: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "Kiểu thuộc tính không hợp lệ (mong đợi uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "Kiểu thuộc tính không hợp lệ (mong đợi uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "Kiểu thuộc tính không hợp lệ (mong đợi chuỗi byte)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "Gặp lỗi khi đặt quyền hạn: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "Gặp lỗi khi đặt người sở hữu : %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "liên kết tượng trÆ°ng phải có giá trị" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "Gặp lỗi khi đặt liên kết tượng trÆ°ng: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" "Gặp lỗi khi đặt liên kết tượng trÆ°ng: tập tin không phải là liên kết tượng " "trÆ°ng" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "Ngữ cảnh SELinux phải khác NULL" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "Lỗi đặt ngữ cảnh SELinux: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux chÆ°a được bật trên hệ thống này" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "Không hỗ trợ chức năng đặt thuộc tính %s" diff --git a/po/wa.po b/po/wa.po index f5027ec..a8e0d53 100644 --- a/po/wa.po +++ b/po/wa.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2004-05-03 14:40+0200\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" @@ -1094,14 +1094,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1125,38 +1125,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1458,87 +1458,87 @@ msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Åk n' a nén stî tot drovant l' ridant «%s»: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Aroke el roye %d: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Loyéns simbolikes nén sopoirtés" diff --git a/po/xh.po b/po/xh.po index d72ffc4..c029c58 100644 --- a/po/xh.po +++ b/po/xh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2005-02-08 12:31+0200\n" "Last-Translator: Canonical Ltd \n" "Language-Team: Xhosa \n" @@ -1156,14 +1156,14 @@ msgstr "Ixabiso '%s' alinakho ukuchazwa njengenani." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ixabiso '%s' alinakho ukuchazwa njenge-boolean." -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1188,38 +1188,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1522,88 +1522,88 @@ msgstr "Impazamo yokufunda ifayili '%s': %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lophawu" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Impazamo yokuvula uvimba weefayili '%s': %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Impazamo emgceni %d: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" diff --git a/po/yi.po b/po/yi.po index 22e9bd1..2941c54 100644 --- a/po/yi.po +++ b/po/yi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2003-03-19\n" "Last-Translator: Raphael Finkel \n" "Language-Team: Yiddish \n" @@ -1123,14 +1123,14 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "" @@ -1154,38 +1154,38 @@ msgstr "" msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1486,88 +1486,88 @@ msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" msgid "Move between mounts not supported" msgstr "" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 #, fuzzy msgid "Invalid extended attribute name" msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן אַטריבוט־נאָמען" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "דורכפֿאַל אױף שורה %d: %s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index d6e56a7..85eed77 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-19 02:07-0500\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2009-01-02 15:36+0800\n" "Last-Translator: Deng Xiyue \n" "Language-Team: i18n-zh \n" @@ -1086,14 +1086,14 @@ msgstr "无法将值“%s”解释为浮点数。" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "无法将值“%s”解释为布尔值。" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 -#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 -#: gio/goutputstream.c:202 gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "传递给 %s 的计数值太大了" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 #: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "流已经关闭" @@ -1117,38 +1117,38 @@ msgstr "%s 文件类型" msgid "%s type" msgstr "%s 类型" -#: gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "非预期的过早的流结束符" -#: gio/gdesktopappinfo.c:450 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "未命名" -#: gio/gdesktopappinfo.c:686 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "桌面文件未指定 Exec 区域" -#: gio/gdesktopappinfo.c:980 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "无法找到应用程序需要的终端" -#: gio/gdesktopappinfo.c:1212 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "无法创建用户应用程序配置文件夹 %s:%s" -#: gio/gdesktopappinfo.c:1216 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "无法创建用户 MIME 配置文件夹 %s:%s" -#: gio/gdesktopappinfo.c:1620 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "无法创建用户桌面文件 %s" -#: gio/gdesktopappinfo.c:1732 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "%s 的自制定定义" @@ -1447,87 +1447,87 @@ msgstr "移除目标文件出错:%s" msgid "Move between mounts not supported" msgstr "不支持在挂载之间移动" -#: gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "属性值必须为非空" -#: gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "无效的属性类型(应为 string)" -#: gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "无效的扩展属性名" -#: gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "设置扩展属性“%s”出错:%s" -#: gio/glocalfileinfo.c:1462 gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "获取文件“%s”状态出错:%s" -#: gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr " (无效的编码)" -#: gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "获取文件描述符状态时出错:%s" -#: gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "无效的属性类型(应为 uint32)" -#: gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "无效的属性类型(应为 uint64)" -#: gio/glocalfileinfo.c:1782 gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "无效的属性类型(应为 byte string)" -#: gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "设置访问权限出错:%s" -#: gio/glocalfileinfo.c:1878 gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "设置所有者出错:%s" -#: gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "符号链接必须是非空" -#: gio/glocalfileinfo.c:1911 gio/glocalfileinfo.c:1930 -#: gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "设置符号链接出错:%s" -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "设定符号链接出错:文件不是符号链接" -#: gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux 上下文必须是非空" -#: gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "设置 SELinux 上下文出错:%s" -#: gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "此系统尚未启用 SELinux" -#: gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "不支持设置属性 %s" diff --git a/po/zh_HK.po b/po/zh_HK.po index 1c8a01d..2114852 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.17.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-30 13:58+0800\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2009-01-30 14:58+0800\n" "Last-Translator: Chao-Hsiung Liao \n" "Language-Team: Chinese (Hong Kong) \n" @@ -19,1227 +19,1180 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0\n" -#: ../glib/gbookmarkfile.c:737 +#: glib/gbookmarkfile.c:737 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "元件「%2$s」中有未預期的屬性「%1$s」" -#: ../glib/gbookmarkfile.c:748 -#: ../glib/gbookmarkfile.c:819 -#: ../glib/gbookmarkfile.c:829 -#: ../glib/gbookmarkfile.c:936 +#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829 +#: glib/gbookmarkfile.c:936 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "找不到元件「%2$s」中的屬性「%1$s」" -#: ../glib/gbookmarkfile.c:1106 -#: ../glib/gbookmarkfile.c:1171 -#: ../glib/gbookmarkfile.c:1235 -#: ../glib/gbookmarkfile.c:1245 +#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171 +#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "未預期的標籤「%s」,應為標籤「%s」" -#: ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1145 -#: ../glib/gbookmarkfile.c:1213 -#: ../glib/gbookmarkfile.c:1265 +#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145 +#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "「%2$s」中有未預期的標籤「%1$s」" -#: ../glib/gbookmarkfile.c:1793 +#: glib/gbookmarkfile.c:1793 msgid "No valid bookmark file found in data dirs" msgstr "在資料目錄中找不到有效的書籤檔案" -#: ../glib/gbookmarkfile.c:1994 +#: glib/gbookmarkfile.c:1994 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI「%s」的書籤已經存在" -#: ../glib/gbookmarkfile.c:2040 -#: ../glib/gbookmarkfile.c:2198 -#: ../glib/gbookmarkfile.c:2283 -#: ../glib/gbookmarkfile.c:2363 -#: ../glib/gbookmarkfile.c:2448 -#: ../glib/gbookmarkfile.c:2531 -#: ../glib/gbookmarkfile.c:2609 -#: ../glib/gbookmarkfile.c:2688 -#: ../glib/gbookmarkfile.c:2730 -#: ../glib/gbookmarkfile.c:2827 -#: ../glib/gbookmarkfile.c:2953 -#: ../glib/gbookmarkfile.c:3143 -#: ../glib/gbookmarkfile.c:3219 -#: ../glib/gbookmarkfile.c:3384 -#: ../glib/gbookmarkfile.c:3473 -#: ../glib/gbookmarkfile.c:3563 -#: ../glib/gbookmarkfile.c:3691 +#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198 +#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363 +#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531 +#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688 +#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827 +#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143 +#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384 +#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563 +#: glib/gbookmarkfile.c:3691 #, c-format msgid "No bookmark found for URI '%s'" msgstr "找不到 URI「%s」的書籤" -#: ../glib/gbookmarkfile.c:2372 +#: glib/gbookmarkfile.c:2372 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI「%s」書籤中沒有定義 MIME 類型" -#: ../glib/gbookmarkfile.c:2457 +#: glib/gbookmarkfile.c:2457 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI「%s」書籤中沒有私有旗幟" -#: ../glib/gbookmarkfile.c:2836 +#: glib/gbookmarkfile.c:2836 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI「%s」書籤中沒有設定羣組" -#: ../glib/gbookmarkfile.c:3237 -#: ../glib/gbookmarkfile.c:3394 +#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "沒有名為「%s」的應用程式註冊書籤「%s」" -#: ../glib/gbookmarkfile.c:3417 +#: glib/gbookmarkfile.c:3417 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "以 URI‘%2$s’ 展開 exec 行‘%1$s’失敗" -#: ../glib/gconvert.c:431 -#: ../glib/gconvert.c:509 -#: ../glib/giochannel.c:1230 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "不支援將字符集‘%s’轉換成‘%s’" -#: ../glib/gconvert.c:435 -#: ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "無法將‘%s’轉換至‘%s’" -#: ../glib/gconvert.c:632 -#: ../glib/gconvert.c:1017 -#: ../glib/giochannel.c:1402 -#: ../glib/giochannel.c:1444 -#: ../glib/giochannel.c:2288 -#: ../glib/gutf8.c:955 -#: ../glib/gutf8.c:1404 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:955 +#: glib/gutf8.c:1404 msgid "Invalid byte sequence in conversion input" msgstr "轉換輸入資料時遇到不正確的位元組組合" -#: ../glib/gconvert.c:638 -#: ../glib/gconvert.c:944 -#: ../glib/giochannel.c:1409 -#: ../glib/giochannel.c:2300 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "轉換時發生錯誤:%s" -#: ../glib/gconvert.c:669 -#: ../glib/gutf8.c:951 -#: ../glib/gutf8.c:1155 -#: ../glib/gutf8.c:1296 -#: ../glib/gutf8.c:1400 +#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296 +#: glib/gutf8.c:1400 msgid "Partial character sequence at end of input" msgstr "輸入資料結束時字符仍未完整" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "無法將後備字串‘%s’的字符集轉換成‘%s’" -#: ../glib/gconvert.c:1737 +#: glib/gconvert.c:1737 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI‘%s’不是使用“file”格式的絕對 URI" -#: ../glib/gconvert.c:1747 +#: glib/gconvert.c:1747 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "本機檔案的 URI‘%s’不應含有‘#’" -#: ../glib/gconvert.c:1764 +#: glib/gconvert.c:1764 #, c-format msgid "The URI '%s' is invalid" msgstr "URI‘%s’無效" -#: ../glib/gconvert.c:1776 +#: glib/gconvert.c:1776 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI‘%s’中的主機名稱無效" -#: ../glib/gconvert.c:1792 +#: glib/gconvert.c:1792 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI‘%s’含有「不正確跳出」的字符" -#: ../glib/gconvert.c:1887 +#: glib/gconvert.c:1887 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "路徑名稱‘%s’不是絕對路徑" -#: ../glib/gconvert.c:1897 +#: glib/gconvert.c:1897 msgid "Invalid hostname" msgstr "主機名稱無效" -#: ../glib/gdir.c:110 -#: ../glib/gdir.c:130 +#: glib/gdir.c:110 glib/gdir.c:130 #, c-format msgid "Error opening directory '%s': %s" msgstr "開啟目錄‘%s’時發生錯誤:%s" -#: ../glib/gfileutils.c:532 -#: ../glib/gfileutils.c:620 +#: glib/gfileutils.c:532 glib/gfileutils.c:620 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "無法配置 %lu 位元來讀取檔案“%s”" -#: ../glib/gfileutils.c:547 +#: glib/gfileutils.c:547 #, c-format msgid "Error reading file '%s': %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: ../glib/gfileutils.c:561 +#: glib/gfileutils.c:561 #, c-format msgid "File \"%s\" is too large" msgstr "檔案「%s」太過巨大" -#: ../glib/gfileutils.c:644 +#: glib/gfileutils.c:644 #, c-format msgid "Failed to read from file '%s': %s" msgstr "讀取檔案‘%s’失敗:%s" -#: ../glib/gfileutils.c:695 -#: ../glib/gfileutils.c:782 +#: glib/gfileutils.c:695 glib/gfileutils.c:782 #, c-format msgid "Failed to open file '%s': %s" msgstr "開啟檔案「%s」失敗:%s" -#: ../glib/gfileutils.c:712 -#: ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:712 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "獲取檔案‘%s’的屬性失敗:fstat() 失敗:%s" -#: ../glib/gfileutils.c:746 +#: glib/gfileutils.c:746 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s" -#: ../glib/gfileutils.c:853 +#: glib/gfileutils.c:853 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "檔案名稱由‘%s’改為‘%s’失敗:g_rename() 失敗:%s" -#: ../glib/gfileutils.c:895 -#: ../glib/gfileutils.c:1284 +#: glib/gfileutils.c:895 glib/gfileutils.c:1284 #, c-format msgid "Failed to create file '%s': %s" msgstr "建立檔案‘%s’失敗:%s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "開啟檔案‘%s’作寫入失敗:fdopen() 失敗:%s" -#: ../glib/gfileutils.c:934 +#: glib/gfileutils.c:934 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "寫入檔案‘%s’失敗:fwrite() 失敗:%s" -#: ../glib/gfileutils.c:953 +#: glib/gfileutils.c:953 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "關閉檔案‘%s’失敗:fclose() 失敗:%s" -#: ../glib/gfileutils.c:1071 +#: glib/gfileutils.c:1071 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "現存檔案‘%s’無法移除:g_unlink() 失敗:%s" -#: ../glib/gfileutils.c:1246 +#: glib/gfileutils.c:1246 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "樣式‘%s’無效,不應含有‘%s’" # (Abel) this is file template for mktemp/mkstemp -#: ../glib/gfileutils.c:1259 +#: glib/gfileutils.c:1259 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "檔案樣式‘%s’沒有包含 XXXXXX" -#: ../glib/gfileutils.c:1698 +#: glib/gfileutils.c:1698 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1703 +#: glib/gfileutils.c:1703 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1708 +#: glib/gfileutils.c:1708 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1751 +#: glib/gfileutils.c:1751 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "讀取符號連結‘%s’失敗:%s" -#: ../glib/gfileutils.c:1772 +#: glib/gfileutils.c:1772 msgid "Symbolic links not supported" msgstr "不支援符號連結" -#: ../glib/giochannel.c:1234 +#: glib/giochannel.c:1234 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "無法開啟將‘%s’轉換至‘%s’的轉換器:%s" -#: ../glib/giochannel.c:1579 +#: glib/giochannel.c:1579 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "在 g_io_channel_read_line_string 中無法讀取原始資料" -#: ../glib/giochannel.c:1626 -#: ../glib/giochannel.c:1884 -#: ../glib/giochannel.c:1971 +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "用來讀取資料的緩衝區中仍有未轉換的資料" -#: ../glib/giochannel.c:1707 -#: ../glib/giochannel.c:1784 +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "在字符未完整之前,輸入管道已經結束" -#: ../glib/giochannel.c:1770 +#: glib/giochannel.c:1770 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end 中無法讀取原始資料" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "開啟檔案‘%s’失敗:open() 失敗:%s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "對應檔案‘%s’失敗:mmap() 失敗:%s" -#: ../glib/gmarkup.c:255 -#: ../glib/gmarkup.c:295 +#: glib/gmarkup.c:255 glib/gmarkup.c:295 #, c-format msgid "Error on line %d char %d: " msgstr "第 %d 行第 %d 個字發生錯誤:" -#: ../glib/gmarkup.c:389 +#: glib/gmarkup.c:389 #, c-format msgid "Error on line %d: %s" msgstr "第 %d 行發生錯誤:%s" -#: ../glib/gmarkup.c:493 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" +#: glib/gmarkup.c:493 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" msgstr "出現空白的實體‘&;’;可用的實體為:& " < > '" -#: ../glib/gmarkup.c:503 +#: glib/gmarkup.c:503 #, c-format -msgid "Character '%s' is not valid at the start of an entity name; the & character begins an entity; if this ampersand isn't supposed to be an entity, escape it as &" -msgstr "實體名稱不應以‘%s’開始,應該使用 & 字符;如果這個 & 字符不是作為實體使用,請將 & 轉換為 &" +msgid "" +"Character '%s' is not valid at the start of an entity name; the & character " +"begins an entity; if this ampersand isn't supposed to be an entity, escape " +"it as &" +msgstr "" +"實體名稱不應以‘%s’開始,應該使用 & 字符;如果這個 & 字符不是作為實體使用,請" +"將 & 轉換為 &" -#: ../glib/gmarkup.c:537 +#: glib/gmarkup.c:537 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "實體名稱中不應含有字符‘%s’" -#: ../glib/gmarkup.c:574 +#: glib/gmarkup.c:574 #, c-format msgid "Entity name '%s' is not known" msgstr "實體名稱‘%s’意義不明" -#: ../glib/gmarkup.c:585 -msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "實體的結束部分不是分號;很可能你想使用 & 字符但未將它變為實體 ─ 請將 & 轉換為 &" +#: glib/gmarkup.c:585 +msgid "" +"Entity did not end with a semicolon; most likely you used an ampersand " +"character without intending to start an entity - escape ampersand as &" +msgstr "" +"實體的結束部分不是分號;很可能你想使用 & 字符但未將它變為實體 ─ 請將 & 轉換" +"為 &" -#: ../glib/gmarkup.c:638 +#: glib/gmarkup.c:638 #, c-format -msgid "Failed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too large" +msgid "" +"Failed to parse '%-.*s', which should have been a digit inside a character " +"reference (ê for example) - perhaps the digit is too large" msgstr "無法解析‘%-.*s’,字符參引內應該含有數字(例如 ê)─ 可能是數字太大" -#: ../glib/gmarkup.c:660 +#: glib/gmarkup.c:660 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "字符參引‘%-.*s’無法表示任何能接受的字符" -#: ../glib/gmarkup.c:675 +#: glib/gmarkup.c:675 msgid "Empty character reference; should include a digit such as dž" msgstr "字符參引是空白的;它應該包括數字,像 dž" -#: ../glib/gmarkup.c:685 -msgid "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "字符參引的結束部分不是分號;很可能你想使用 & 字符但未將它變為實體 ─ 請將 & 轉換為 &" +#: glib/gmarkup.c:685 +msgid "" +"Character reference did not end with a semicolon; most likely you used an " +"ampersand character without intending to start an entity - escape ampersand " +"as &" +msgstr "" +"字符參引的結束部分不是分號;很可能你想使用 & 字符但未將它變為實體 ─ 請將 & 轉" +"換為 &" -#: ../glib/gmarkup.c:771 +#: glib/gmarkup.c:771 msgid "Unfinished entity reference" msgstr "未完成的實體參引" -#: ../glib/gmarkup.c:777 +#: glib/gmarkup.c:777 msgid "Unfinished character reference" msgstr "未完成的字符參引" -#: ../glib/gmarkup.c:1063 +#: glib/gmarkup.c:1063 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "無效的 UTF-8 編碼文字 - 序列過長" -#: ../glib/gmarkup.c:1091 +#: glib/gmarkup.c:1091 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "無效的 UTF-8 編碼文字 - 非開始字符" -#: ../glib/gmarkup.c:1130 +#: glib/gmarkup.c:1130 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "無效的 UTF-8 編碼文字 - 不是合法的「%s」" -#: ../glib/gmarkup.c:1168 +#: glib/gmarkup.c:1168 msgid "Document must begin with an element (e.g. )" msgstr "文件開始必須為一元素(例如 )" -#: ../glib/gmarkup.c:1208 +#: glib/gmarkup.c:1208 #, c-format -msgid "'%s' is not a valid character following a '<' character; it may not begin an element name" +msgid "" +"'%s' is not a valid character following a '<' character; it may not begin an " +"element name" msgstr "‘<’字符後的‘%s’不是有效的字符;這樣不可能是元素名稱的開始部份" -#: ../glib/gmarkup.c:1276 +#: glib/gmarkup.c:1276 #, c-format -msgid "Odd character '%s', expected a '>' character to end the empty-element tag '%s'" +msgid "" +"Odd character '%s', expected a '>' character to end the empty-element tag '%" +"s'" msgstr "字符「%s」只有一半,空元素標籤「%s」的結尾應該以‘>’字符結束" -#: ../glib/gmarkup.c:1365 +#: glib/gmarkup.c:1365 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "不尋常的字符‘%s’,屬性名稱‘%s’(屬於元素‘%s’)後應該是‘=’字符" -#: ../glib/gmarkup.c:1407 +#: glib/gmarkup.c:1407 #, c-format -msgid "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name" -msgstr "不尋常的字符‘%s’,元素‘%s’的開始標籤應該以‘>’或‘/’字符終結,也可以是屬性;或許你在屬性名稱中使用了無效的字符" +msgid "" +"Odd character '%s', expected a '>' or '/' character to end the start tag of " +"element '%s', or optionally an attribute; perhaps you used an invalid " +"character in an attribute name" +msgstr "" +"不尋常的字符‘%s’,元素‘%s’的開始標籤應該以‘>’或‘/’字符終結,也可以是屬性;或" +"許你在屬性名稱中使用了無效的字符" -#: ../glib/gmarkup.c:1493 +#: glib/gmarkup.c:1493 #, c-format -msgid "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'" -msgstr "不尋常的字符‘%s’,當指定屬性‘%s’的值(屬於元素‘%s’)時,等號後應該出現開引號" +msgid "" +"Odd character '%s', expected an open quote mark after the equals sign when " +"giving value for attribute '%s' of element '%s'" +msgstr "" +"不尋常的字符‘%s’,當指定屬性‘%s’的值(屬於元素‘%s’)時,等號後應該出現開引號" -#: ../glib/gmarkup.c:1635 +#: glib/gmarkup.c:1635 #, c-format -msgid "'%s' is not a valid character following the characters ''" +msgid "" +"'%s' is not a valid character following the close element name '%s'; the " +"allowed character is '>'" msgstr "字符‘%s’是無效的(位置在關閉元素‘%s’末端);允許的字符為「>」" -#: ../glib/gmarkup.c:1686 +#: glib/gmarkup.c:1686 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "元素‘%s’已關閉,沒有開啟中的元素" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "元素‘%s’已關閉,但開啟中的元素是‘%s’" -#: ../glib/gmarkup.c:1858 +#: glib/gmarkup.c:1858 msgid "Document was empty or contained only whitespace" msgstr "文件完全空白或只含有空白字符" -#: ../glib/gmarkup.c:1872 +#: glib/gmarkup.c:1872 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "文件在尖角括號‘<’後突然終止" -#: ../glib/gmarkup.c:1880 -#: ../glib/gmarkup.c:1925 +#: glib/gmarkup.c:1880 glib/gmarkup.c:1925 #, c-format -msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened" +msgid "" +"Document ended unexpectedly with elements still open - '%s' was the last " +"element opened" msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s’是最後一個開啟的元素" -#: ../glib/gmarkup.c:1888 +#: glib/gmarkup.c:1888 #, c-format -msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>" +msgid "" +"Document ended unexpectedly, expected to see a close angle bracket ending " +"the tag <%s/>" msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號" -#: ../glib/gmarkup.c:1894 +#: glib/gmarkup.c:1894 msgid "Document ended unexpectedly inside an element name" msgstr "在元素的名稱內,文件突然結束" -#: ../glib/gmarkup.c:1900 +#: glib/gmarkup.c:1900 msgid "Document ended unexpectedly inside an attribute name" msgstr "在屬性名稱內,文件突然結束" -#: ../glib/gmarkup.c:1905 +#: glib/gmarkup.c:1905 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "在元素的開啟標籤內,文件突然結束" -#: ../glib/gmarkup.c:1911 -msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value" +#: glib/gmarkup.c:1911 +msgid "" +"Document ended unexpectedly after the equals sign following an attribute " +"name; no attribute value" msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值" -#: ../glib/gmarkup.c:1918 +#: glib/gmarkup.c:1918 msgid "Document ended unexpectedly while inside an attribute value" msgstr "在屬性值內,文件突然結束" -#: ../glib/gmarkup.c:1934 +#: glib/gmarkup.c:1934 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "在元素‘%s’的關閉標籤內,文件突然結束" -#: ../glib/gmarkup.c:1940 +#: glib/gmarkup.c:1940 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "在註解或處理指示內,文件突然結束" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "損毀的物件" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "內部錯誤或損毀的物件" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "記憶體耗盡" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "已達回溯上限" -#: ../glib/gregex.c:152 -#: ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "此模式包含了不支援部分比對的項目" -#: ../glib/gregex.c:154 -#: ../gio/glocalfile.c:1999 +#: glib/gregex.c:154 gio/glocalfile.c:1999 msgid "internal error" msgstr "內部的錯誤" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "部分比對不支援以反向參照為條件" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "已達遞廻上限" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "已達空白子字串的工作區上限" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "無效的換行旗標組合" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "不明的錯誤" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ 於模式結尾" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c 於模式結尾" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "無法辨識的字符接着 \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "這裏不允許使用改變大小寫的轉義符(\\l, \\L, \\u, \\U)" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "{} 裏的數字次序顛倒了" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "{} 裏的數字太大了" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "字符類別缺少結束的 ]" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "字符類別中無效的跳脫序列" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "字符類別的範圍次序顛倒" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "沒有東西可重複" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "在 (? 後有無法辨識的字符" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "在 (?< 後有無法辨識的字符" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "在 (?P 後有無法辨識的字符" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX 命名類別只在單一類別中支援" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "缺少結束的 )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") 沒有開頭的 (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R 或 (?[+-]數字必須接着 )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "參照不存在的子模式" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "註解後缺少 )" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "正規表示式太長" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "取得記憶體失敗" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "lookbehind 判斷提示(assertion) 不是固定的長度" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "(?( 之後有格式不正確的數字或名稱" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "條件式羣組包含了兩個以上的分支" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "(?( 後應該有判斷提示(assertion)" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "未知的 POSIX 類別名稱" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "不支援 POSIX 整理元件" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "\\x{...} 序列中的字符值太大" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "無效的條件 (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "在 lookbehind 判斷提示(assertion) 中不支援\\C" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "遞廻呼叫可能變成無限廻圈" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "子模式名稱中缺少結束字符" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "兩個命名的子模式具有相同的名稱" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "格式不正確的 \\P 或 \\p 序列" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "在 \\P 或 \\p 後有未知的屬性名稱" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "子模式名稱太長(最多 32 字符)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "太多命名的子模式(最大值 10,000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "8 進位值大於 \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE 羣組包含一個以上的分支" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "不允許重複 DEFINE 羣組" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "不一致的 NEWLINE 選項" -#: ../glib/gregex.c:333 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" +#: glib/gregex.c:333 +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "\\g 並未隨着具有大括弧的名稱或選用的具大括弧的非零數值" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "未預期的重複" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "程式碼溢流" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "編譯工作區超出範圍" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "找不到預先核取的參照子字串" -#: ../glib/gregex.c:526 -#: ../glib/gregex.c:1605 +#: glib/gregex.c:526 glib/gregex.c:1605 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "比對正規表示式 %s 發生錯誤:%s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE 程式庫並未編譯對 UTF8 的支援" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE 程式庫並未編譯對 UTF8 屬性的支援" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "編譯正規表示式 %s 時於第 %d 個字發生錯誤:%s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "最佳化正規表示式 %s 時發生錯誤:%s" -#: ../glib/gregex.c:2033 +#: glib/gregex.c:2033 msgid "hexadecimal digit or '}' expected" msgstr "應為 16 進位數字或「}」" -#: ../glib/gregex.c:2049 +#: glib/gregex.c:2049 msgid "hexadecimal digit expected" msgstr "應為 16 進位數字" -#: ../glib/gregex.c:2089 +#: glib/gregex.c:2089 msgid "missing '<' in symbolic reference" msgstr "在符號參照中缺少「<」" -#: ../glib/gregex.c:2098 +#: glib/gregex.c:2098 msgid "unfinished symbolic reference" msgstr "未完成的符號參照" -#: ../glib/gregex.c:2105 +#: glib/gregex.c:2105 msgid "zero-length symbolic reference" msgstr "零-長度的符號參照" -#: ../glib/gregex.c:2116 +#: glib/gregex.c:2116 msgid "digit expected" msgstr "預期數字" -#: ../glib/gregex.c:2134 +#: glib/gregex.c:2134 msgid "illegal symbolic reference" msgstr "不合法的符號參照" -#: ../glib/gregex.c:2196 +#: glib/gregex.c:2196 msgid "stray final '\\'" msgstr "缺少最後的「\\」" -#: ../glib/gregex.c:2200 +#: glib/gregex.c:2200 msgid "unknown escape sequence" msgstr "不明的跳脫序列" -#: ../glib/gregex.c:2210 +#: glib/gregex.c:2210 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "當分析於字符 %2$lu 的取代文字「%1$s」時發生錯誤:%3$s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 msgid "Quoted text doesn't begin with a quotation mark" msgstr "應該用引號括起來的文字不是以括號為開始" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "指令列或其它標為指令的字串內有不對稱的引號" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "文字在‘\\’字符後就終止了。(文字為‘%s’)" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "字串完結前仍沒有對應於 %c 的引號(字串為‘%s’)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "文字是空白的(或只含有空白字符)" -#: ../glib/gspawn-win32.c:283 +#: glib/gspawn-win32.c:283 msgid "Failed to read data from child process" msgstr "無法從副進程讀取資料" -#: ../glib/gspawn-win32.c:298 -#: ../glib/gspawn.c:1468 +#: glib/gspawn-win32.c:298 glib/gspawn.c:1468 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "無法建立管道來和副進程溝通 (%s)" -#: ../glib/gspawn-win32.c:336 -#: ../glib/gspawn-win32.c:344 -#: ../glib/gspawn.c:1132 +#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1132 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "無法從管道讀取資料 (%s)" -#: ../glib/gspawn-win32.c:367 -#: ../glib/gspawn.c:1337 +#: glib/gspawn-win32.c:367 glib/gspawn.c:1337 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "無法進入目錄‘%s’(%s)" -#: ../glib/gspawn-win32.c:373 -#: ../glib/gspawn-win32.c:492 +#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492 #, c-format msgid "Failed to execute child process (%s)" msgstr "無法執行副進程 (%s)" -#: ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:442 #, c-format msgid "Invalid program name: %s" msgstr "程式名稱無效:%s" -#: ../glib/gspawn-win32.c:452 -#: ../glib/gspawn-win32.c:720 -#: ../glib/gspawn-win32.c:1276 +#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "第 %d 個引數中含無效的字串:%s" -#: ../glib/gspawn-win32.c:463 -#: ../glib/gspawn-win32.c:735 -#: ../glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309 #, c-format msgid "Invalid string in environment: %s" msgstr "環境變數中的字串無效:%s" -#: ../glib/gspawn-win32.c:716 -#: ../glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257 #, c-format msgid "Invalid working directory: %s" msgstr "無效的工作目錄:%s" -#: ../glib/gspawn-win32.c:781 +#: glib/gspawn-win32.c:781 #, c-format msgid "Failed to execute helper program (%s)" msgstr "無法執行協助程式 (%s)" -#: ../glib/gspawn-win32.c:995 -msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process" +#: glib/gspawn-win32.c:995 +msgid "" +"Unexpected error in g_io_channel_win32_poll() reading data from a child " +"process" msgstr "當 g_io_channel_win32_poll() 從副進程讀取資料時發生無法預計的錯誤" -#: ../glib/gspawn.c:188 +#: glib/gspawn.c:188 #, c-format msgid "Failed to read data from child process (%s)" msgstr "無法從副進程讀取資料 (%s)" -#: ../glib/gspawn.c:325 +#: glib/gspawn.c:325 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "當 select() 從子程序讀取資料時發生未預期的錯誤 (%s)" -#: ../glib/gspawn.c:408 +#: glib/gspawn.c:408 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() 發生未預期的錯誤 (%s)" -#: ../glib/gspawn.c:1197 +#: glib/gspawn.c:1197 #, c-format msgid "Failed to fork (%s)" msgstr "無法衍生進程 (%s)" -#: ../glib/gspawn.c:1347 +#: glib/gspawn.c:1347 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "無法執行副進程“%s”(%s)" -#: ../glib/gspawn.c:1357 +#: glib/gspawn.c:1357 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "無法將副進程的輸出或輸入重新導向 (%s)" -#: ../glib/gspawn.c:1366 +#: glib/gspawn.c:1366 #, c-format msgid "Failed to fork child process (%s)" msgstr "無法衍生副進程 (%s)" -#: ../glib/gspawn.c:1374 +#: glib/gspawn.c:1374 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "執行副進程“%s”時發生不明的錯誤" -#: ../glib/gspawn.c:1396 +#: glib/gspawn.c:1396 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "無法從 child pid pipe 讀取足夠的資料 (%s)" -#: ../glib/gutf8.c:1029 +#: glib/gutf8.c:1029 msgid "Character out of range for UTF-8" msgstr "字符不在 UTF-8 範圍之內" -#: ../glib/gutf8.c:1123 -#: ../glib/gutf8.c:1132 -#: ../glib/gutf8.c:1264 -#: ../glib/gutf8.c:1273 -#: ../glib/gutf8.c:1414 -#: ../glib/gutf8.c:1510 +#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273 +#: glib/gutf8.c:1414 glib/gutf8.c:1510 msgid "Invalid sequence in conversion input" msgstr "轉換輸入資料時出現無效的字符次序" -#: ../glib/gutf8.c:1425 -#: ../glib/gutf8.c:1521 +#: glib/gutf8.c:1425 glib/gutf8.c:1521 msgid "Character out of range for UTF-16" msgstr "字符不在 UTF-16 範圍之內" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "用法:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[選項...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "說明選項:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "顯示說明的選項" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "顯示所有的說明選項" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "應用程式選項:" -#: ../glib/goption.c:850 -#: ../glib/goption.c:920 +#: glib/goption.c:850 glib/goption.c:920 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "無法給 %2$s 解析整數值‘%1$s’" -#: ../glib/goption.c:860 -#: ../glib/goption.c:928 +#: glib/goption.c:860 glib/goption.c:928 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s 的整數值‘%1$s’超出範圍" -#: ../glib/goption.c:885 +#: glib/goption.c:885 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "無法給 %2$s 解析雙精度浮點數‘%1$s’" -#: ../glib/goption.c:893 +#: glib/goption.c:893 #, c-format msgid "Double value '%s' for %s out of range" msgstr "%2$s 的雙精度浮點數‘%1$s’超出範圍" -#: ../glib/goption.c:1156 -#: ../glib/goption.c:1235 +#: glib/goption.c:1156 glib/goption.c:1235 #, c-format msgid "Error parsing option %s" msgstr "解析 %s 選項時發生錯誤" -#: ../glib/goption.c:1266 -#: ../glib/goption.c:1380 +#: glib/goption.c:1266 glib/goption.c:1380 #, c-format msgid "Missing argument for %s" msgstr "缺少 %s 的參數" -#: ../glib/goption.c:1773 +#: glib/goption.c:1773 #, c-format msgid "Unknown option %s" msgstr "未知的選項 %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 msgid "Valid key file could not be found in search dirs" msgstr "在資料目錄中找不到有效的設定鍵檔案" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 msgid "Not a regular file" msgstr "不是正規的檔案" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 msgid "File is empty" msgstr "檔案是空白的" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "設定鍵檔案中‘%s’行並非設定鍵值配對、羣組或註解" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "無效的羣組名稱:%s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 msgid "Key file does not start with a group" msgstr "設定鍵檔案並非以羣組開頭" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "無效的設定鍵名稱:%s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "設定鍵檔案包含不支援的編碼‘%s’" -#: ../glib/gkeyfile.c:1112 -#: ../glib/gkeyfile.c:1274 -#: ../glib/gkeyfile.c:2503 -#: ../glib/gkeyfile.c:2569 -#: ../glib/gkeyfile.c:2704 -#: ../glib/gkeyfile.c:2837 -#: ../glib/gkeyfile.c:2990 -#: ../glib/gkeyfile.c:3177 -#: ../glib/gkeyfile.c:3238 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1274 glib/gkeyfile.c:2503 +#: glib/gkeyfile.c:2569 glib/gkeyfile.c:2704 glib/gkeyfile.c:2837 +#: glib/gkeyfile.c:2990 glib/gkeyfile.c:3177 glib/gkeyfile.c:3238 #, c-format msgid "Key file does not have group '%s'" msgstr "設定鍵檔案沒有羣組‘%s’" -#: ../glib/gkeyfile.c:1286 +#: glib/gkeyfile.c:1286 #, c-format msgid "Key file does not have key '%s'" msgstr "設定鍵檔案沒有設定鍵‘%s’" -#: ../glib/gkeyfile.c:1393 -#: ../glib/gkeyfile.c:1508 +#: glib/gkeyfile.c:1393 glib/gkeyfile.c:1508 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "設定鍵檔案包含的設定鍵‘%s’(數值為‘%s’)並非 UTF-8" -#: ../glib/gkeyfile.c:1413 -#: ../glib/gkeyfile.c:1528 -#: ../glib/gkeyfile.c:1907 +#: glib/gkeyfile.c:1413 glib/gkeyfile.c:1528 glib/gkeyfile.c:1907 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "設定鍵檔案包含的設定鍵‘%s’的數值無法解譯。" -#: ../glib/gkeyfile.c:2122 -#: ../glib/gkeyfile.c:2334 +#: glib/gkeyfile.c:2122 glib/gkeyfile.c:2334 #, c-format -msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted." +msgid "" +"Key file contains key '%s' in group '%s' which has value that cannot be " +"interpreted." msgstr "設定鍵檔案包含的羣組‘%2$s’中設定鍵‘%1$s’數值無法解譯" -#: ../glib/gkeyfile.c:2518 -#: ../glib/gkeyfile.c:2719 -#: ../glib/gkeyfile.c:3249 +#: glib/gkeyfile.c:2518 glib/gkeyfile.c:2719 glib/gkeyfile.c:3249 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "設定鍵檔案的羣組‘%2$s’中沒有設定鍵‘%1$s’" -#: ../glib/gkeyfile.c:3483 +#: glib/gkeyfile.c:3483 msgid "Key file contains escape character at end of line" msgstr "設定鍵檔案在行尾包含跳出字符" -#: ../glib/gkeyfile.c:3505 +#: glib/gkeyfile.c:3505 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "設定鍵檔案含有不正確的「跳出字符」‘%s’" -#: ../glib/gkeyfile.c:3647 +#: glib/gkeyfile.c:3647 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "數值‘%s’不能被解譯為數字。" -#: ../glib/gkeyfile.c:3661 +#: glib/gkeyfile.c:3661 #, c-format msgid "Integer value '%s' out of range" msgstr "整數值‘%s’超出範圍" -#: ../glib/gkeyfile.c:3694 +#: glib/gkeyfile.c:3694 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "數值‘%s’不能被解譯為浮點數。" -#: ../glib/gkeyfile.c:3718 +#: glib/gkeyfile.c:3718 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "數值‘%s’不能被解譯為邏輯值。" -#: ../gio/gbufferedinputstream.c:417 -#: ../gio/gbufferedinputstream.c:498 -#: ../gio/ginputstream.c:193 -#: ../gio/ginputstream.c:325 -#: ../gio/ginputstream.c:566 -#: ../gio/ginputstream.c:691 -#: ../gio/goutputstream.c:202 -#: ../gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "傳給 %s 的計數值太大" -#: ../gio/gbufferedinputstream.c:885 -#: ../gio/ginputstream.c:901 -#: ../gio/goutputstream.c:1085 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 +#: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "串流已經關閉" -#: ../gio/gcancellable.c:366 -#: ../gio/glocalfile.c:1992 -#: ../gio/gsimpleasyncresult.c:623 -#: ../gio/gsimpleasyncresult.c:650 +#: gio/gcancellable.c:366 gio/glocalfile.c:1992 gio/gsimpleasyncresult.c:623 +#: gio/gsimpleasyncresult.c:650 msgid "Operation was cancelled" msgstr "操作已被取消" -#: ../gio/gcontenttype.c:180 +#: gio/gcontenttype.c:180 msgid "Unknown type" msgstr "不明的類型" -#: ../gio/gcontenttype.c:181 +#: gio/gcontenttype.c:181 #, c-format msgid "%s filetype" msgstr "%s 檔案類型" -#: ../gio/gcontenttype.c:678 +#: gio/gcontenttype.c:678 #, c-format msgid "%s type" msgstr "%s 類型" -#: ../gio/gdatainputstream.c:313 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "未預期的串流過早結束" -#: ../gio/gdesktopappinfo.c:460 -#: ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "未命名的" -#: ../gio/gdesktopappinfo.c:696 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "桌面(Desktop)檔案未指定 Exec 欄位" -#: ../gio/gdesktopappinfo.c:990 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "無法找到應用程式要求的終端機" -#: ../gio/gdesktopappinfo.c:1222 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "不能建立使用者應用程式組態資料夾 %s:%s" -#: ../gio/gdesktopappinfo.c:1226 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "不能建立使用者 MIME 組態資料夾 %s:%s" -#: ../gio/gdesktopappinfo.c:1630 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "不能建立使用者桌面檔案 %s" -#: ../gio/gdesktopappinfo.c:1742 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "自選 %s 的定義" -#: ../gio/gdrive.c:381 +#: gio/gdrive.c:381 msgid "drive doesn't implement eject" msgstr "裝置無法實作退出功能(eject)" -#: ../gio/gdrive.c:451 +#: gio/gdrive.c:451 msgid "drive doesn't implement polling for media" msgstr "裝置無法實作媒體的輪詢" -#: ../gio/gemblem.c:325 +#: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "不能處理版本為 %d 的 GEmblem 編碼" -#: ../gio/gemblem.c:335 +#: gio/gemblem.c:335 #, fuzzy, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "GEmblem 編碼中記號 (%d) 的編號格式不正確" -#: ../gio/gemblemedicon.c:295 +#: gio/gemblemedicon.c:295 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "不能處理版本為 %d 的 GEmblemedIcon 編碼" -#: ../gio/gemblemedicon.c:305 +#: gio/gemblemedicon.c:305 #, fuzzy, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "GEmblemedIcon 編碼中記號 (%d) 的編號格式不正確" -#: ../gio/gemblemedicon.c:328 +#: gio/gemblemedicon.c:328 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "預期為 GEmblemedIcon 的 GEmblem" -#: ../gio/gfile.c:825 -#: ../gio/gfile.c:1055 -#: ../gio/gfile.c:1190 -#: ../gio/gfile.c:1426 -#: ../gio/gfile.c:1480 -#: ../gio/gfile.c:1537 -#: ../gio/gfile.c:1620 -#: ../gio/gfile.c:2694 -#: ../gio/gfile.c:2748 -#: ../gio/gfile.c:2879 -#: ../gio/gfile.c:2919 -#: ../gio/gfile.c:3246 -#: ../gio/gfile.c:3648 -#: ../gio/gfile.c:3732 -#: ../gio/gfile.c:3815 -#: ../gio/gfile.c:3895 -#: ../gio/gfile.c:4225 -#: ../gio/win32/gwinhttpfile.c:428 +#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426 +#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2694 +#: gio/gfile.c:2748 gio/gfile.c:2879 gio/gfile.c:2919 gio/gfile.c:3246 +#: gio/gfile.c:3648 gio/gfile.c:3732 gio/gfile.c:3815 gio/gfile.c:3895 +#: gio/gfile.c:4225 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "不支援的操作" @@ -1251,141 +1204,130 @@ msgstr "不支援的操作" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: ../gio/gfile.c:1311 -#: ../gio/glocalfile.c:1071 -#: ../gio/glocalfile.c:1082 -#: ../gio/glocalfile.c:1095 +#: gio/gfile.c:1311 gio/glocalfile.c:1071 gio/glocalfile.c:1082 +#: gio/glocalfile.c:1095 msgid "Containing mount does not exist" msgstr "包含了不存在的掛載點" -#: ../gio/gfile.c:1963 -#: ../gio/glocalfile.c:2142 +#: gio/gfile.c:1963 gio/glocalfile.c:2142 msgid "Can't copy over directory" msgstr "不能複製整個目錄" -#: ../gio/gfile.c:2023 +#: gio/gfile.c:2023 msgid "Can't copy directory over directory" msgstr "不能將目錄複製到目錄上" -#: ../gio/gfile.c:2031 -#: ../gio/glocalfile.c:2151 +#: gio/gfile.c:2031 gio/glocalfile.c:2151 msgid "Target file exists" msgstr "目標檔案已存在" -#: ../gio/gfile.c:2049 +#: gio/gfile.c:2049 msgid "Can't recursively copy directory" msgstr "不能遞廻複製目錄" -#: ../gio/gfile.c:2869 +#: gio/gfile.c:2869 msgid "Invalid symlink value given" msgstr "提供了無效的符號連結值" -#: ../gio/gfile.c:2962 +#: gio/gfile.c:2962 msgid "Trash not supported" msgstr "不支援回收筒" -#: ../gio/gfile.c:3011 +#: gio/gfile.c:3011 #, c-format msgid "File names cannot contain '%c'" msgstr "檔案名稱不能包含「%c」" -#: ../gio/gfile.c:4993 -#: ../gio/gvolume.c:370 +#: gio/gfile.c:4993 gio/gvolume.c:370 msgid "volume doesn't implement mount" msgstr "儲存裝置尚未實作掛載功能" -#: ../gio/gfile.c:5101 +#: gio/gfile.c:5101 msgid "No application is registered as handling this file" msgstr "沒有應用程式註冊為用以處理這個檔案" -#: ../gio/gfileenumerator.c:206 +#: gio/gfileenumerator.c:206 msgid "Enumerator is closed" msgstr "檔案列舉器(enumerator)已關閉" -#: ../gio/gfileenumerator.c:213 -#: ../gio/gfileenumerator.c:272 -#: ../gio/gfileenumerator.c:372 -#: ../gio/gfileenumerator.c:481 +#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272 +#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481 msgid "File enumerator has outstanding operation" msgstr "檔案列舉器(enumerator)有異常操作" -#: ../gio/gfileenumerator.c:362 -#: ../gio/gfileenumerator.c:471 +#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 msgid "File enumerator is already closed" msgstr "檔案列舉器(enumerator)已經關閉" -#: ../gio/gfileicon.c:145 +#: gio/gfileicon.c:145 msgid "file" msgstr "檔案" -#: ../gio/gfileicon.c:146 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "含有圖示的檔案" -#: ../gio/gfileicon.c:237 +#: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "不能處理版本為 %d 的 GFileIcon 編碼" -#: ../gio/gfileicon.c:247 +#: gio/gfileicon.c:247 msgid "Malformed input data for GFileIcon" msgstr "給 GFileIcon 的輸入資料格式不良" -#: ../gio/gfileinputstream.c:157 -#: ../gio/gfileinputstream.c:424 -#: ../gio/gfileoutputstream.c:171 -#: ../gio/gfileoutputstream.c:526 +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "串流不支援 query_info" -#: ../gio/gfileinputstream.c:339 -#: ../gio/gfileoutputstream.c:384 +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "不支援在串流中搜尋" -#: ../gio/gfileinputstream.c:383 +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "在輸入串流中不允許截短(truncate)" -#: ../gio/gfileoutputstream.c:460 +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "在串流中不支援截短(truncate)" -#: ../gio/gicon.c:324 +#: gio/gicon.c:324 #, fuzzy, c-format msgid "Wrong number of tokens (%d)" msgstr "記號 (%d) 編號錯誤" -#: ../gio/gicon.c:344 +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "類別名稱 %s 沒有類型" -#: ../gio/gicon.c:354 +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "類型 %s 沒有實作 GIcon 介面" -#: ../gio/gicon.c:365 +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "類型 %s 尚未歸類" -#: ../gio/gicon.c:379 +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "格式不良的版本號碼:%s" -#: ../gio/gicon.c:393 +#: gio/gicon.c:393 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "類型 %s 沒有實作 GIcon 介面的 from_tokens()" -#: ../gio/gicon.c:469 +#: gio/gicon.c:469 msgid "Can't handle the supplied version the icon encoding" msgstr "不能處理提供的圖示編碼版本" -#: ../gio/ginputstream.c:202 +#: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "輸入串流尚未實作讀取" @@ -1395,486 +1337,450 @@ msgstr "輸入串流尚未實作讀取" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:911 -#: ../gio/goutputstream.c:1095 +#: gio/ginputstream.c:911 gio/goutputstream.c:1095 msgid "Stream has outstanding operation" msgstr "串流有異常操作" -#: ../gio/glocaldirectorymonitor.c:274 +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "無法找到預設的本地端目錄監視器類型" -#: ../gio/glocalfile.c:608 -#: ../gio/win32/gwinhttpfile.c:411 +#: gio/glocalfile.c:608 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "無效的檔案名稱 %s" -#: ../gio/glocalfile.c:979 +#: gio/glocalfile.c:979 #, c-format msgid "Error getting filesystem info: %s" msgstr "取得檔案系統資訊時發生錯誤:%s" -#: ../gio/glocalfile.c:1115 +#: gio/glocalfile.c:1115 msgid "Can't rename root directory" msgstr "不能重新命名根目錄" -#: ../gio/glocalfile.c:1135 -#: ../gio/glocalfile.c:1161 +#: gio/glocalfile.c:1135 gio/glocalfile.c:1161 #, c-format msgid "Error renaming file: %s" msgstr "重新命名檔案時發生錯誤:%s" -#: ../gio/glocalfile.c:1144 +#: gio/glocalfile.c:1144 msgid "Can't rename file, filename already exist" msgstr "不能重新命名檔案,該檔案名稱已存在" -#: ../gio/glocalfile.c:1157 -#: ../gio/glocalfile.c:2021 -#: ../gio/glocalfile.c:2050 -#: ../gio/glocalfile.c:2204 -#: ../gio/glocalfileoutputstream.c:505 -#: ../gio/glocalfileoutputstream.c:550 -#: ../gio/glocalfileoutputstream.c:967 +#: gio/glocalfile.c:1157 gio/glocalfile.c:2021 gio/glocalfile.c:2050 +#: gio/glocalfile.c:2204 gio/glocalfileoutputstream.c:505 +#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "無效的檔案名稱" -#: ../gio/glocalfile.c:1280 +#: gio/glocalfile.c:1280 #, c-format msgid "Error opening file: %s" msgstr "開啓檔案時發生錯誤:%s" -#: ../gio/glocalfile.c:1290 +#: gio/glocalfile.c:1290 msgid "Can't open directory" msgstr "不能開啟目錄" -#: ../gio/glocalfile.c:1350 +#: gio/glocalfile.c:1350 #, c-format msgid "Error removing file: %s" msgstr "移除檔案時發生錯誤:%s" -#: ../gio/glocalfile.c:1714 +#: gio/glocalfile.c:1714 #, c-format msgid "Error trashing file: %s" msgstr "移動檔案至回收筒時發生錯誤:%s" -#: ../gio/glocalfile.c:1737 +#: gio/glocalfile.c:1737 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "無法建立回收筒目錄 %s:%s" -#: ../gio/glocalfile.c:1758 +#: gio/glocalfile.c:1758 msgid "Unable to find toplevel directory for trash" msgstr "無法找到回收筒的頂端層級目錄" -#: ../gio/glocalfile.c:1837 -#: ../gio/glocalfile.c:1857 +#: gio/glocalfile.c:1837 gio/glocalfile.c:1857 msgid "Unable to find or create trash directory" msgstr "無法找到或建立回收筒目錄" -#: ../gio/glocalfile.c:1891 +#: gio/glocalfile.c:1891 #, c-format msgid "Unable to create trashing info file: %s" msgstr "無法建立回收筒資訊檔案:%s" -#: ../gio/glocalfile.c:1916 -#: ../gio/glocalfile.c:1991 -#: ../gio/glocalfile.c:1998 +#: gio/glocalfile.c:1916 gio/glocalfile.c:1991 gio/glocalfile.c:1998 #, c-format msgid "Unable to trash file: %s" msgstr "無法將檔案移至回收筒:%s" -#: ../gio/glocalfile.c:2025 +#: gio/glocalfile.c:2025 #, c-format msgid "Error creating directory: %s" msgstr "建立目錄發生錯誤:%s" -#: ../gio/glocalfile.c:2054 +#: gio/glocalfile.c:2054 #, c-format msgid "Error making symbolic link: %s" msgstr "建立符號連結時發生錯誤:%s" -#: ../gio/glocalfile.c:2114 -#: ../gio/glocalfile.c:2208 +#: gio/glocalfile.c:2114 gio/glocalfile.c:2208 #, c-format msgid "Error moving file: %s" msgstr "移動檔案時發生錯誤:%s" -#: ../gio/glocalfile.c:2137 +#: gio/glocalfile.c:2137 msgid "Can't move directory over directory" msgstr "不能將目錄移動至目錄上" -#: ../gio/glocalfile.c:2164 -#: ../gio/glocalfileoutputstream.c:819 -#: ../gio/glocalfileoutputstream.c:833 -#: ../gio/glocalfileoutputstream.c:848 -#: ../gio/glocalfileoutputstream.c:864 -#: ../gio/glocalfileoutputstream.c:878 +#: gio/glocalfile.c:2164 gio/glocalfileoutputstream.c:819 +#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848 +#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878 msgid "Backup file creation failed" msgstr "建立備份檔案失敗" -#: ../gio/glocalfile.c:2183 +#: gio/glocalfile.c:2183 #, c-format msgid "Error removing target file: %s" msgstr "移除目標檔案時發生錯誤:%s" -#: ../gio/glocalfile.c:2197 +#: gio/glocalfile.c:2197 msgid "Move between mounts not supported" msgstr "不支援在掛載點之間移動" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "屬性數值必須為非-NULL" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "無效的屬性類型(應為字串值)" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "無效的延伸屬性名稱" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "設定延伸屬性「%s」時發生錯誤:%s" -#: ../gio/glocalfileinfo.c:1462 -#: ../gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "取得檔案「%s」狀態時發生錯誤:%s" -#: ../gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "(無效的編碼)" -#: ../gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "取得檔案描述狀態時發生錯誤:%s" -#: ../gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "無效的屬性類型(應為 uint32 值)" -#: ../gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "無效的屬性類型(應為 uint64 值)" -#: ../gio/glocalfileinfo.c:1782 -#: ../gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "無效的屬性類型(應為 byte string 值)" -#: ../gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "設定權限時發生錯誤:%s" -#: ../gio/glocalfileinfo.c:1878 -#: ../gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "設定擁有者時發生錯誤:%s" -#: ../gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "符號連結必須為非-NULL" -#: ../gio/glocalfileinfo.c:1911 -#: ../gio/glocalfileinfo.c:1930 -#: ../gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "設定符號連結時發生錯誤:%s" -#: ../gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "設定符號連結時發生錯誤:檔案不是符號連結" -#: ../gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux 關聯必須為非-NULL" -#: ../gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "設定 SELinux 關聯時發生錯誤:%s" -#: ../gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux 在這個系統上並未啟用" -#: ../gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "不支援設定屬性 %s" -#: ../gio/glocalfileinputstream.c:160 -#: ../gio/glocalfileoutputstream.c:603 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603 #, c-format msgid "Error reading from file: %s" msgstr "從檔案讀取時發生錯誤:%s" -#: ../gio/glocalfileinputstream.c:191 -#: ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 -#: ../gio/glocalfileoutputstream.c:405 -#: ../gio/glocalfileoutputstream.c:896 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405 +#: gio/glocalfileoutputstream.c:896 #, c-format msgid "Error seeking in file: %s" msgstr "在檔案中搜尋時發生錯誤:%s" -#: ../gio/glocalfileinputstream.c:233 -#: ../gio/glocalfileoutputstream.c:208 -#: ../gio/glocalfileoutputstream.c:303 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208 +#: gio/glocalfileoutputstream.c:303 #, c-format msgid "Error closing file: %s" msgstr "關閉檔案時發生錯誤:%s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "無法找到預設的本地端檔案監視器類型" -#: ../gio/glocalfileoutputstream.c:172 -#: ../gio/glocalfileoutputstream.c:624 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624 #, c-format msgid "Error writing to file: %s" msgstr "寫入至檔案時發生錯誤:%s" -#: ../gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:235 #, c-format msgid "Error removing old backup link: %s" msgstr "移除舊備份連結時發生錯誤:%s" -#: ../gio/glocalfileoutputstream.c:249 -#: ../gio/glocalfileoutputstream.c:262 +#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262 #, c-format msgid "Error creating backup copy: %s" msgstr "建立備份複本時發生錯誤:%s" -#: ../gio/glocalfileoutputstream.c:280 +#: gio/glocalfileoutputstream.c:280 #, c-format msgid "Error renaming temporary file: %s" msgstr "重新命名暫存檔案時發生錯誤:%s" -#: ../gio/glocalfileoutputstream.c:451 -#: ../gio/glocalfileoutputstream.c:913 +#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913 #, c-format msgid "Error truncating file: %s" msgstr "截短檔案時發生錯誤:%s" -#: ../gio/glocalfileoutputstream.c:511 -#: ../gio/glocalfileoutputstream.c:556 -#: ../gio/glocalfileoutputstream.c:688 -#: ../gio/glocalfileoutputstream.c:973 +#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556 +#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973 #, c-format msgid "Error opening file '%s': %s" msgstr "開啟檔案「%s」時發生錯誤:%s" -#: ../gio/glocalfileoutputstream.c:719 +#: gio/glocalfileoutputstream.c:719 msgid "Target file is a directory" msgstr "目標檔案是一個目錄" -#: ../gio/glocalfileoutputstream.c:724 +#: gio/glocalfileoutputstream.c:724 msgid "Target file is not a regular file" msgstr "目標檔案不是正規的檔案" -#: ../gio/glocalfileoutputstream.c:736 +#: gio/glocalfileoutputstream.c:736 msgid "The file was externally modified" msgstr "該檔案已被外部程式修改過" -#: ../gio/gmemoryinputstream.c:487 -#: ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 msgid "Invalid GSeekType supplied" msgstr "提供了無效的 GSeek 類型" -#: ../gio/gmemoryinputstream.c:497 -#: ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 msgid "Invalid seek request" msgstr "無效的搜尋要求" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "不能截短 GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 msgid "Reached maximum data array limit" msgstr "已達最大資料陣列上限" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 msgid "Memory output stream not resizable" msgstr "記憶體輸出串流不能改變大小" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 msgid "Failed to resize memory output stream" msgstr "改變記憶體輸出串流的大小失敗" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:360 +#: gio/gmount.c:360 msgid "mount doesn't implement unmount" msgstr "掛載點尚未實作卸載" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:435 +#: gio/gmount.c:435 msgid "mount doesn't implement eject" msgstr "掛載點尚未實作退出" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:517 +#: gio/gmount.c:517 msgid "mount doesn't implement remount" msgstr "掛載點尚未實作重新掛載" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:601 +#: gio/gmount.c:601 msgid "mount doesn't implement content type guessing" msgstr "掛載點尚未實作內容類型預測" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:690 +#: gio/gmount.c:690 msgid "mount doesn't implement synchronous content type guessing" msgstr "掛載點尚未實作同步內容類型預測" -#: ../gio/goutputstream.c:211 -#: ../gio/goutputstream.c:412 +#: gio/goutputstream.c:211 gio/goutputstream.c:412 msgid "Output stream doesn't implement write" msgstr "輸出串流尚未實作寫入" -#: ../gio/goutputstream.c:372 -#: ../gio/goutputstream.c:780 +#: gio/goutputstream.c:372 gio/goutputstream.c:780 msgid "Source stream is already closed" msgstr "來源串流已經關閉" -#: ../gio/gthemedicon.c:211 +#: gio/gthemedicon.c:211 msgid "name" msgstr "名稱" -#: ../gio/gthemedicon.c:212 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "圖示的名稱" -#: ../gio/gthemedicon.c:223 +#: gio/gthemedicon.c:223 msgid "names" msgstr "名稱" -#: ../gio/gthemedicon.c:224 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "包含圖示名稱的陣列" -#: ../gio/gthemedicon.c:249 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "使用預設的回饋" -#: ../gio/gthemedicon.c:250 -msgid "Whether to use default fallbacks found by shortening the name at '-' characters. Ignores names after the first if multiple names are given." -msgstr "是否使用縮短過在「-」字符的名稱找到的預設回饋。如果提供多個名稱則忽略第一個以外的名稱。" +#: gio/gthemedicon.c:250 +msgid "" +"Whether to use default fallbacks found by shortening the name at '-' " +"characters. Ignores names after the first if multiple names are given." +msgstr "" +"是否使用縮短過在「-」字符的名稱找到的預設回饋。如果提供多個名稱則忽略第一個以" +"外的名稱。" -#: ../gio/gthemedicon.c:499 +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "不能處理版本為 %d 的 GThemedIcon 編碼" -#: ../gio/gunixinputstream.c:161 -#: ../gio/gunixoutputstream.c:147 +#: gio/gunixinputstream.c:161 gio/gunixoutputstream.c:147 msgid "File descriptor" msgstr "檔案描述子" -#: ../gio/gunixinputstream.c:162 +#: gio/gunixinputstream.c:162 msgid "The file descriptor to read from" msgstr "要讀取的檔案描述子" -#: ../gio/gunixinputstream.c:176 -#: ../gio/gunixoutputstream.c:162 +#: gio/gunixinputstream.c:176 gio/gunixoutputstream.c:162 msgid "Close file descriptor" msgstr "關閉檔案描述子" -#: ../gio/gunixinputstream.c:177 -#: ../gio/gunixoutputstream.c:163 +#: gio/gunixinputstream.c:177 gio/gunixoutputstream.c:163 msgid "Whether to close the file descriptor when the stream is closed" msgstr "當串流關閉時是否關閉檔案描述子" -#: ../gio/gunixinputstream.c:358 -#: ../gio/gunixinputstream.c:378 -#: ../gio/gunixinputstream.c:456 -#: ../gio/gunixoutputstream.c:443 +#: gio/gunixinputstream.c:358 gio/gunixinputstream.c:378 +#: gio/gunixinputstream.c:456 gio/gunixoutputstream.c:443 #, c-format msgid "Error reading from unix: %s" msgstr "從 unix 讀取時發生錯誤:%s" -#: ../gio/gunixinputstream.c:411 -#: ../gio/gunixinputstream.c:593 -#: ../gio/gunixoutputstream.c:398 -#: ../gio/gunixoutputstream.c:549 +#: gio/gunixinputstream.c:411 gio/gunixinputstream.c:593 +#: gio/gunixoutputstream.c:398 gio/gunixoutputstream.c:549 #, c-format msgid "Error closing unix: %s" msgstr "關閉 unix 時發生錯誤:%s" -#: ../gio/gunixmounts.c:1781 -#: ../gio/gunixmounts.c:1818 +#: gio/gunixmounts.c:1781 gio/gunixmounts.c:1818 msgid "Filesystem root" msgstr "根檔案系統" -#: ../gio/gunixoutputstream.c:148 +#: gio/gunixoutputstream.c:148 msgid "The file descriptor to write to" msgstr "要寫入的檔案描述子" -#: ../gio/gunixoutputstream.c:344 -#: ../gio/gunixoutputstream.c:365 +#: gio/gunixoutputstream.c:344 gio/gunixoutputstream.c:365 #, c-format msgid "Error writing to unix: %s" msgstr "寫入至 unix 時發生錯誤:%s" -#: ../gio/gvolume.c:444 +#: gio/gvolume.c:444 msgid "volume doesn't implement eject" msgstr "儲存裝置尚未實作退出(eject)" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "找不到應用程式" -#: ../gio/gwin32appinfo.c:300 +#: gio/gwin32appinfo.c:300 #, c-format msgid "Error launching application: %s" msgstr "執行應用程式時發生錯誤:%s" -#: ../gio/gwin32appinfo.c:336 +#: gio/gwin32appinfo.c:336 msgid "URIs not supported" msgstr "不支援 URIs" -#: ../gio/gwin32appinfo.c:358 +#: gio/gwin32appinfo.c:358 msgid "association changes not supported on win32" msgstr "關聯更改在 win32 上不支援" -#: ../gio/gwin32appinfo.c:370 +#: gio/gwin32appinfo.c:370 msgid "Association creation not supported on win32" msgstr "關聯建立在 win32 上不支援" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "不要隱藏項目" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "使用長式表列格式" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[檔案...]" #~ msgid "%u byte" #~ msgid_plural "%u bytes" #~ msgstr[0] "%u 位元組" + #~ msgid "Error creating backup link: %s" #~ msgstr "建立備份連結時發生錯誤:%s" - diff --git a/po/zh_TW.po b/po/zh_TW.po index c2665b6..60a11fa 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.19.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-30 13:58+0800\n" +"POT-Creation-Date: 2009-02-02 14:45-0500\n" "PO-Revision-Date: 2009-01-30 14:57+0800\n" "Last-Translator: Chao-Hsiung Liao \n" "Language-Team: Chinese (Taiwan) \n" @@ -19,1227 +19,1180 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0\n" -#: ../glib/gbookmarkfile.c:737 +#: glib/gbookmarkfile.c:737 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "元件「%2$s」中有未預期的屬性「%1$s」" -#: ../glib/gbookmarkfile.c:748 -#: ../glib/gbookmarkfile.c:819 -#: ../glib/gbookmarkfile.c:829 -#: ../glib/gbookmarkfile.c:936 +#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829 +#: glib/gbookmarkfile.c:936 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "找不到元件「%2$s」中的屬性「%1$s」" -#: ../glib/gbookmarkfile.c:1106 -#: ../glib/gbookmarkfile.c:1171 -#: ../glib/gbookmarkfile.c:1235 -#: ../glib/gbookmarkfile.c:1245 +#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171 +#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "未預期的標籤「%s」,應為標籤「%s」" -#: ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1145 -#: ../glib/gbookmarkfile.c:1213 -#: ../glib/gbookmarkfile.c:1265 +#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145 +#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "「%2$s」中有未預期的標籤「%1$s」" -#: ../glib/gbookmarkfile.c:1793 +#: glib/gbookmarkfile.c:1793 msgid "No valid bookmark file found in data dirs" msgstr "在資料目錄中找不到有效的書籤檔案" -#: ../glib/gbookmarkfile.c:1994 +#: glib/gbookmarkfile.c:1994 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI「%s」的書籤已經存在" -#: ../glib/gbookmarkfile.c:2040 -#: ../glib/gbookmarkfile.c:2198 -#: ../glib/gbookmarkfile.c:2283 -#: ../glib/gbookmarkfile.c:2363 -#: ../glib/gbookmarkfile.c:2448 -#: ../glib/gbookmarkfile.c:2531 -#: ../glib/gbookmarkfile.c:2609 -#: ../glib/gbookmarkfile.c:2688 -#: ../glib/gbookmarkfile.c:2730 -#: ../glib/gbookmarkfile.c:2827 -#: ../glib/gbookmarkfile.c:2953 -#: ../glib/gbookmarkfile.c:3143 -#: ../glib/gbookmarkfile.c:3219 -#: ../glib/gbookmarkfile.c:3384 -#: ../glib/gbookmarkfile.c:3473 -#: ../glib/gbookmarkfile.c:3563 -#: ../glib/gbookmarkfile.c:3691 +#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198 +#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363 +#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531 +#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688 +#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827 +#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143 +#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384 +#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563 +#: glib/gbookmarkfile.c:3691 #, c-format msgid "No bookmark found for URI '%s'" msgstr "找不到 URI「%s」的書籤" -#: ../glib/gbookmarkfile.c:2372 +#: glib/gbookmarkfile.c:2372 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI「%s」書籤中沒有定義 MIME 類型" -#: ../glib/gbookmarkfile.c:2457 +#: glib/gbookmarkfile.c:2457 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI「%s」書籤中沒有私有旗幟" -#: ../glib/gbookmarkfile.c:2836 +#: glib/gbookmarkfile.c:2836 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI「%s」書籤中沒有設定群組" -#: ../glib/gbookmarkfile.c:3237 -#: ../glib/gbookmarkfile.c:3394 +#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "沒有名為「%s」的應用程式註冊書籤「%s」" -#: ../glib/gbookmarkfile.c:3417 +#: glib/gbookmarkfile.c:3417 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "以 URI‘%2$s’ 展開 exec 行‘%1$s’失敗" -#: ../glib/gconvert.c:431 -#: ../glib/gconvert.c:509 -#: ../glib/giochannel.c:1230 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "不支援將字元集‘%s’轉換成‘%s’" -#: ../glib/gconvert.c:435 -#: ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "無法將‘%s’轉換至‘%s’" -#: ../glib/gconvert.c:632 -#: ../glib/gconvert.c:1017 -#: ../glib/giochannel.c:1402 -#: ../glib/giochannel.c:1444 -#: ../glib/giochannel.c:2288 -#: ../glib/gutf8.c:955 -#: ../glib/gutf8.c:1404 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:955 +#: glib/gutf8.c:1404 msgid "Invalid byte sequence in conversion input" msgstr "轉換輸入資料時遇到不正確的位元組組合" -#: ../glib/gconvert.c:638 -#: ../glib/gconvert.c:944 -#: ../glib/giochannel.c:1409 -#: ../glib/giochannel.c:2300 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "轉換時發生錯誤:%s" -#: ../glib/gconvert.c:669 -#: ../glib/gutf8.c:951 -#: ../glib/gutf8.c:1155 -#: ../glib/gutf8.c:1296 -#: ../glib/gutf8.c:1400 +#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296 +#: glib/gutf8.c:1400 msgid "Partial character sequence at end of input" msgstr "輸入資料結束時字元仍未完整" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "無法將後備字串‘%s’的字元集轉換成‘%s’" -#: ../glib/gconvert.c:1737 +#: glib/gconvert.c:1737 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI‘%s’不是使用“file”格式的絕對 URI" -#: ../glib/gconvert.c:1747 +#: glib/gconvert.c:1747 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "本機檔案的 URI‘%s’不應含有‘#’" -#: ../glib/gconvert.c:1764 +#: glib/gconvert.c:1764 #, c-format msgid "The URI '%s' is invalid" msgstr "URI‘%s’無效" -#: ../glib/gconvert.c:1776 +#: glib/gconvert.c:1776 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI‘%s’中的主機名稱無效" -#: ../glib/gconvert.c:1792 +#: glib/gconvert.c:1792 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI‘%s’含有「不正確跳出」的字元" -#: ../glib/gconvert.c:1887 +#: glib/gconvert.c:1887 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "路徑名稱‘%s’不是絕對路徑" -#: ../glib/gconvert.c:1897 +#: glib/gconvert.c:1897 msgid "Invalid hostname" msgstr "主機名稱無效" -#: ../glib/gdir.c:110 -#: ../glib/gdir.c:130 +#: glib/gdir.c:110 glib/gdir.c:130 #, c-format msgid "Error opening directory '%s': %s" msgstr "開啟目錄‘%s’時發生錯誤:%s" -#: ../glib/gfileutils.c:532 -#: ../glib/gfileutils.c:620 +#: glib/gfileutils.c:532 glib/gfileutils.c:620 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "無法配置 %lu 位元來讀取檔案“%s”" -#: ../glib/gfileutils.c:547 +#: glib/gfileutils.c:547 #, c-format msgid "Error reading file '%s': %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: ../glib/gfileutils.c:561 +#: glib/gfileutils.c:561 #, c-format msgid "File \"%s\" is too large" msgstr "檔案「%s」太過巨大" -#: ../glib/gfileutils.c:644 +#: glib/gfileutils.c:644 #, c-format msgid "Failed to read from file '%s': %s" msgstr "讀取檔案‘%s’失敗:%s" -#: ../glib/gfileutils.c:695 -#: ../glib/gfileutils.c:782 +#: glib/gfileutils.c:695 glib/gfileutils.c:782 #, c-format msgid "Failed to open file '%s': %s" msgstr "開啟檔案「%s」失敗:%s" -#: ../glib/gfileutils.c:712 -#: ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:712 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "獲取檔案‘%s’的屬性失敗:fstat() 失敗:%s" -#: ../glib/gfileutils.c:746 +#: glib/gfileutils.c:746 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s" -#: ../glib/gfileutils.c:853 +#: glib/gfileutils.c:853 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "檔案名稱由‘%s’改為‘%s’失敗:g_rename() 失敗:%s" -#: ../glib/gfileutils.c:895 -#: ../glib/gfileutils.c:1284 +#: glib/gfileutils.c:895 glib/gfileutils.c:1284 #, c-format msgid "Failed to create file '%s': %s" msgstr "建立檔案‘%s’失敗:%s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "開啟檔案‘%s’作寫入失敗:fdopen() 失敗:%s" -#: ../glib/gfileutils.c:934 +#: glib/gfileutils.c:934 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "寫入檔案‘%s’失敗:fwrite() 失敗:%s" -#: ../glib/gfileutils.c:953 +#: glib/gfileutils.c:953 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "關閉檔案‘%s’失敗:fclose() 失敗:%s" -#: ../glib/gfileutils.c:1071 +#: glib/gfileutils.c:1071 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "現存檔案‘%s’無法移除:g_unlink() 失敗:%s" -#: ../glib/gfileutils.c:1246 +#: glib/gfileutils.c:1246 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "樣式‘%s’無效,不應含有‘%s’" # (Abel) this is file template for mktemp/mkstemp -#: ../glib/gfileutils.c:1259 +#: glib/gfileutils.c:1259 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "檔案樣式‘%s’沒有包含 XXXXXX" -#: ../glib/gfileutils.c:1698 +#: glib/gfileutils.c:1698 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1703 +#: glib/gfileutils.c:1703 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1708 +#: glib/gfileutils.c:1708 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1751 +#: glib/gfileutils.c:1751 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "讀取符號連結‘%s’失敗:%s" -#: ../glib/gfileutils.c:1772 +#: glib/gfileutils.c:1772 msgid "Symbolic links not supported" msgstr "不支援符號連結" -#: ../glib/giochannel.c:1234 +#: glib/giochannel.c:1234 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "無法開啟將‘%s’轉換至‘%s’的轉換器:%s" -#: ../glib/giochannel.c:1579 +#: glib/giochannel.c:1579 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "在 g_io_channel_read_line_string 中無法讀取原始資料" -#: ../glib/giochannel.c:1626 -#: ../glib/giochannel.c:1884 -#: ../glib/giochannel.c:1971 +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "用來讀取資料的緩衝區中仍有未轉換的資料" -#: ../glib/giochannel.c:1707 -#: ../glib/giochannel.c:1784 +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "在字元未完整之前,輸入管道已經結束" -#: ../glib/giochannel.c:1770 +#: glib/giochannel.c:1770 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end 中無法讀取原始資料" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "開啟檔案‘%s’失敗:open() 失敗:%s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "對應檔案‘%s’失敗:mmap() 失敗:%s" -#: ../glib/gmarkup.c:255 -#: ../glib/gmarkup.c:295 +#: glib/gmarkup.c:255 glib/gmarkup.c:295 #, c-format msgid "Error on line %d char %d: " msgstr "第 %d 行第 %d 個字發生錯誤:" -#: ../glib/gmarkup.c:389 +#: glib/gmarkup.c:389 #, c-format msgid "Error on line %d: %s" msgstr "第 %d 行發生錯誤:%s" -#: ../glib/gmarkup.c:493 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" +#: glib/gmarkup.c:493 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" msgstr "出現空白的實體‘&;’;可用的實體為:& " < > '" -#: ../glib/gmarkup.c:503 +#: glib/gmarkup.c:503 #, c-format -msgid "Character '%s' is not valid at the start of an entity name; the & character begins an entity; if this ampersand isn't supposed to be an entity, escape it as &" -msgstr "實體名稱不應以‘%s’開始,應該使用 & 字元;如果這個 & 字元不是作為實體使用,請將 & 轉換為 &" +msgid "" +"Character '%s' is not valid at the start of an entity name; the & character " +"begins an entity; if this ampersand isn't supposed to be an entity, escape " +"it as &" +msgstr "" +"實體名稱不應以‘%s’開始,應該使用 & 字元;如果這個 & 字元不是作為實體使用,請" +"將 & 轉換為 &" -#: ../glib/gmarkup.c:537 +#: glib/gmarkup.c:537 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "實體名稱中不應含有字元‘%s’" -#: ../glib/gmarkup.c:574 +#: glib/gmarkup.c:574 #, c-format msgid "Entity name '%s' is not known" msgstr "實體名稱‘%s’意義不明" -#: ../glib/gmarkup.c:585 -msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "實體的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉換為 &" +#: glib/gmarkup.c:585 +msgid "" +"Entity did not end with a semicolon; most likely you used an ampersand " +"character without intending to start an entity - escape ampersand as &" +msgstr "" +"實體的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉換" +"為 &" -#: ../glib/gmarkup.c:638 +#: glib/gmarkup.c:638 #, c-format -msgid "Failed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too large" +msgid "" +"Failed to parse '%-.*s', which should have been a digit inside a character " +"reference (ê for example) - perhaps the digit is too large" msgstr "無法解析‘%-.*s’,字元參引內應該含有數字(例如 ê)─ 可能是數字太大" -#: ../glib/gmarkup.c:660 +#: glib/gmarkup.c:660 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "字元參引‘%-.*s’無法表示任何能接受的字元" -#: ../glib/gmarkup.c:675 +#: glib/gmarkup.c:675 msgid "Empty character reference; should include a digit such as dž" msgstr "字元參引是空白的;它應該包括數字,像 dž" -#: ../glib/gmarkup.c:685 -msgid "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "字元參引的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉換為 &" +#: glib/gmarkup.c:685 +msgid "" +"Character reference did not end with a semicolon; most likely you used an " +"ampersand character without intending to start an entity - escape ampersand " +"as &" +msgstr "" +"字元參引的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉" +"換為 &" -#: ../glib/gmarkup.c:771 +#: glib/gmarkup.c:771 msgid "Unfinished entity reference" msgstr "未完成的實體參引" -#: ../glib/gmarkup.c:777 +#: glib/gmarkup.c:777 msgid "Unfinished character reference" msgstr "未完成的字元參引" -#: ../glib/gmarkup.c:1063 +#: glib/gmarkup.c:1063 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "無效的 UTF-8 編碼文字 - 序列過長" -#: ../glib/gmarkup.c:1091 +#: glib/gmarkup.c:1091 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "無效的 UTF-8 編碼文字 - 非開始字元" -#: ../glib/gmarkup.c:1130 +#: glib/gmarkup.c:1130 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "無效的 UTF-8 編碼文字 - 不是合法的「%s」" -#: ../glib/gmarkup.c:1168 +#: glib/gmarkup.c:1168 msgid "Document must begin with an element (e.g. )" msgstr "文件開始必須為一元素(例如 )" -#: ../glib/gmarkup.c:1208 +#: glib/gmarkup.c:1208 #, c-format -msgid "'%s' is not a valid character following a '<' character; it may not begin an element name" +msgid "" +"'%s' is not a valid character following a '<' character; it may not begin an " +"element name" msgstr "‘<’字元後的‘%s’不是有效的字元;這樣不可能是元素名稱的開始部份" -#: ../glib/gmarkup.c:1276 +#: glib/gmarkup.c:1276 #, c-format -msgid "Odd character '%s', expected a '>' character to end the empty-element tag '%s'" +msgid "" +"Odd character '%s', expected a '>' character to end the empty-element tag '%" +"s'" msgstr "字元「%s」只有一半,空元素標籤「%s」的結尾應該以‘>’字元結束" -#: ../glib/gmarkup.c:1365 +#: glib/gmarkup.c:1365 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "不尋常的字元‘%s’,屬性名稱‘%s’(屬於元素‘%s’)後應該是‘=’字元" -#: ../glib/gmarkup.c:1407 +#: glib/gmarkup.c:1407 #, c-format -msgid "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name" -msgstr "不尋常的字元‘%s’,元素‘%s’的開始標籤應該以‘>’或‘/’字元終結,也可以是屬性;或許您在屬性名稱中使用了無效的字元" +msgid "" +"Odd character '%s', expected a '>' or '/' character to end the start tag of " +"element '%s', or optionally an attribute; perhaps you used an invalid " +"character in an attribute name" +msgstr "" +"不尋常的字元‘%s’,元素‘%s’的開始標籤應該以‘>’或‘/’字元終結,也可以是屬性;或" +"許您在屬性名稱中使用了無效的字元" -#: ../glib/gmarkup.c:1493 +#: glib/gmarkup.c:1493 #, c-format -msgid "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'" -msgstr "不尋常的字元‘%s’,當指定屬性‘%s’的值(屬於元素‘%s’)時,等號後應該出現開引號" +msgid "" +"Odd character '%s', expected an open quote mark after the equals sign when " +"giving value for attribute '%s' of element '%s'" +msgstr "" +"不尋常的字元‘%s’,當指定屬性‘%s’的值(屬於元素‘%s’)時,等號後應該出現開引號" -#: ../glib/gmarkup.c:1635 +#: glib/gmarkup.c:1635 #, c-format -msgid "'%s' is not a valid character following the characters ''" +msgid "" +"'%s' is not a valid character following the close element name '%s'; the " +"allowed character is '>'" msgstr "字元‘%s’是無效的(位置在關閉元素‘%s’末端);允許的字元為「>」" -#: ../glib/gmarkup.c:1686 +#: glib/gmarkup.c:1686 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "元素‘%s’已關閉,沒有開啟中的元素" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "元素‘%s’已關閉,但開啟中的元素是‘%s’" -#: ../glib/gmarkup.c:1858 +#: glib/gmarkup.c:1858 msgid "Document was empty or contained only whitespace" msgstr "文件完全空白或只含有空白字元" -#: ../glib/gmarkup.c:1872 +#: glib/gmarkup.c:1872 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "文件在尖角括號‘<’後突然終止" -#: ../glib/gmarkup.c:1880 -#: ../glib/gmarkup.c:1925 +#: glib/gmarkup.c:1880 glib/gmarkup.c:1925 #, c-format -msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened" +msgid "" +"Document ended unexpectedly with elements still open - '%s' was the last " +"element opened" msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s’是最後一個開啟的元素" -#: ../glib/gmarkup.c:1888 +#: glib/gmarkup.c:1888 #, c-format -msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>" +msgid "" +"Document ended unexpectedly, expected to see a close angle bracket ending " +"the tag <%s/>" msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號" -#: ../glib/gmarkup.c:1894 +#: glib/gmarkup.c:1894 msgid "Document ended unexpectedly inside an element name" msgstr "在元素的名稱內,文件突然結束" -#: ../glib/gmarkup.c:1900 +#: glib/gmarkup.c:1900 msgid "Document ended unexpectedly inside an attribute name" msgstr "在屬性名稱內,文件突然結束" -#: ../glib/gmarkup.c:1905 +#: glib/gmarkup.c:1905 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "在元素的開啟標籤內,文件突然結束" -#: ../glib/gmarkup.c:1911 -msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value" +#: glib/gmarkup.c:1911 +msgid "" +"Document ended unexpectedly after the equals sign following an attribute " +"name; no attribute value" msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值" -#: ../glib/gmarkup.c:1918 +#: glib/gmarkup.c:1918 msgid "Document ended unexpectedly while inside an attribute value" msgstr "在屬性值內,文件突然結束" -#: ../glib/gmarkup.c:1934 +#: glib/gmarkup.c:1934 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "在元素‘%s’的關閉標籤內,文件突然結束" -#: ../glib/gmarkup.c:1940 +#: glib/gmarkup.c:1940 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "在註解或處理指示內,文件突然結束" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "損毀的物件" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "內部錯誤或損毀的物件" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "記憶體耗盡" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "已達回溯上限" -#: ../glib/gregex.c:152 -#: ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "此模式包含了不支援部分比對的項目" -#: ../glib/gregex.c:154 -#: ../gio/glocalfile.c:1999 +#: glib/gregex.c:154 gio/glocalfile.c:1999 msgid "internal error" msgstr "內部的錯誤" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "部分比對不支援以反向參照為條件" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "已達遞廻上限" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "已達空白子字串的工作區上限" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "無效的換行旗標組合" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "不明的錯誤" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ 於模式結尾" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c 於模式結尾" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "無法辨識的字元接著 \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "這裡不允許使用改變大小寫的轉義符(\\l, \\L, \\u, \\U)" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "{} 裡的數字次序顛倒了" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "{} 裡的數字太大了" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "字元類別缺少結束的 ]" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "字元類別中無效的跳脫序列" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "字元類別的範圍次序顛倒" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "沒有東西可重複" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "在 (? 後有無法辨識的字元" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "在 (?< 後有無法辨識的字元" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "在 (?P 後有無法辨識的字元" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX 命名類別只在單一類別中支援" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "缺少結束的 )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") 沒有開頭的 (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R 或 (?[+-]數字必須接著 )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "參照不存在的子模式" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "註解後缺少 )" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "正規表示式太長" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "取得記憶體失敗" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "lookbehind 判斷提示(assertion) 不是固定的長度" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "(?( 之後有格式不正確的數字或名稱" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "條件式群組包含了兩個以上的分支" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "(?( 後應該有判斷提示(assertion)" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "未知的 POSIX 類別名稱" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "不支援 POSIX 整理元件" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "\\x{...} 序列中的字元值太大" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "無效的條件 (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "在 lookbehind 判斷提示(assertion) 中不支援\\C" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "遞廻呼叫可能變成無限廻圈" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "子模式名稱中缺少結束字元" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "兩個命名的子模式具有相同的名稱" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "格式不正確的 \\P 或 \\p 序列" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "在 \\P 或 \\p 後有未知的屬性名稱" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "子模式名稱太長(最多 32 字元)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "太多命名的子模式(最大值 10,000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "8 進位值大於 \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE 群組包含一個以上的分支" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "不允許重複 DEFINE 群組" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "不一致的 NEWLINE 選項" -#: ../glib/gregex.c:333 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" +#: glib/gregex.c:333 +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "\\g 並未隨著具有大括弧的名稱或選用的具大括弧的非零數值" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "未預期的重複" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "程式碼溢流" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "編譯工作區超出範圍" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "找不到預先核取的參照子字串" -#: ../glib/gregex.c:526 -#: ../glib/gregex.c:1605 +#: glib/gregex.c:526 glib/gregex.c:1605 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "比對正規表示式 %s 發生錯誤:%s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE 程式庫並未編譯對 UTF8 的支援" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE 程式庫並未編譯對 UTF8 屬性的支援" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "編譯正規表示式 %s 時於第 %d 個字發生錯誤:%s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "最佳化正規表示式 %s 時發生錯誤:%s" -#: ../glib/gregex.c:2033 +#: glib/gregex.c:2033 msgid "hexadecimal digit or '}' expected" msgstr "應為 16 進位數字或「}」" -#: ../glib/gregex.c:2049 +#: glib/gregex.c:2049 msgid "hexadecimal digit expected" msgstr "應為 16 進位數字" -#: ../glib/gregex.c:2089 +#: glib/gregex.c:2089 msgid "missing '<' in symbolic reference" msgstr "在符號參照中缺少「<」" -#: ../glib/gregex.c:2098 +#: glib/gregex.c:2098 msgid "unfinished symbolic reference" msgstr "未完成的符號參照" -#: ../glib/gregex.c:2105 +#: glib/gregex.c:2105 msgid "zero-length symbolic reference" msgstr "零-長度的符號參照" -#: ../glib/gregex.c:2116 +#: glib/gregex.c:2116 msgid "digit expected" msgstr "預期數字" -#: ../glib/gregex.c:2134 +#: glib/gregex.c:2134 msgid "illegal symbolic reference" msgstr "不合法的符號參照" -#: ../glib/gregex.c:2196 +#: glib/gregex.c:2196 msgid "stray final '\\'" msgstr "缺少最後的「\\」" -#: ../glib/gregex.c:2200 +#: glib/gregex.c:2200 msgid "unknown escape sequence" msgstr "不明的跳脫序列" -#: ../glib/gregex.c:2210 +#: glib/gregex.c:2210 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "當分析於字元 %2$lu 的取代文字「%1$s」時發生錯誤:%3$s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 msgid "Quoted text doesn't begin with a quotation mark" msgstr "應該用引號括起來的文字不是以括號為開始" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "指令列或其它標為指令的字串內有不對稱的引號" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "文字在‘\\’字元後就終止了。(文字為‘%s’)" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "字串完結前仍沒有對應於 %c 的引號(字串為‘%s’)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "文字是空白的(或只含有空白字元)" -#: ../glib/gspawn-win32.c:283 +#: glib/gspawn-win32.c:283 msgid "Failed to read data from child process" msgstr "無法從副進程讀取資料" -#: ../glib/gspawn-win32.c:298 -#: ../glib/gspawn.c:1468 +#: glib/gspawn-win32.c:298 glib/gspawn.c:1468 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "無法建立管道來和副進程溝通 (%s)" -#: ../glib/gspawn-win32.c:336 -#: ../glib/gspawn-win32.c:344 -#: ../glib/gspawn.c:1132 +#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1132 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "無法從管道讀取資料 (%s)" -#: ../glib/gspawn-win32.c:367 -#: ../glib/gspawn.c:1337 +#: glib/gspawn-win32.c:367 glib/gspawn.c:1337 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "無法進入目錄‘%s’(%s)" -#: ../glib/gspawn-win32.c:373 -#: ../glib/gspawn-win32.c:492 +#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492 #, c-format msgid "Failed to execute child process (%s)" msgstr "無法執行副進程 (%s)" -#: ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:442 #, c-format msgid "Invalid program name: %s" msgstr "程式名稱無效:%s" -#: ../glib/gspawn-win32.c:452 -#: ../glib/gspawn-win32.c:720 -#: ../glib/gspawn-win32.c:1276 +#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "第 %d 個引數中含無效的字串:%s" -#: ../glib/gspawn-win32.c:463 -#: ../glib/gspawn-win32.c:735 -#: ../glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309 #, c-format msgid "Invalid string in environment: %s" msgstr "環境變數中的字串無效:%s" -#: ../glib/gspawn-win32.c:716 -#: ../glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257 #, c-format msgid "Invalid working directory: %s" msgstr "無效的工作目錄:%s" -#: ../glib/gspawn-win32.c:781 +#: glib/gspawn-win32.c:781 #, c-format msgid "Failed to execute helper program (%s)" msgstr "無法執行協助程式 (%s)" -#: ../glib/gspawn-win32.c:995 -msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process" +#: glib/gspawn-win32.c:995 +msgid "" +"Unexpected error in g_io_channel_win32_poll() reading data from a child " +"process" msgstr "當 g_io_channel_win32_poll() 從副進程讀取資料時發生無法預計的錯誤" -#: ../glib/gspawn.c:188 +#: glib/gspawn.c:188 #, c-format msgid "Failed to read data from child process (%s)" msgstr "無法從副進程讀取資料 (%s)" -#: ../glib/gspawn.c:325 +#: glib/gspawn.c:325 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "當 select() 從子程序讀取資料時發生未預期的錯誤 (%s)" -#: ../glib/gspawn.c:408 +#: glib/gspawn.c:408 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() 發生未預期的錯誤 (%s)" -#: ../glib/gspawn.c:1197 +#: glib/gspawn.c:1197 #, c-format msgid "Failed to fork (%s)" msgstr "無法衍生進程 (%s)" -#: ../glib/gspawn.c:1347 +#: glib/gspawn.c:1347 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "無法執行副進程“%s”(%s)" -#: ../glib/gspawn.c:1357 +#: glib/gspawn.c:1357 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "無法將副進程的輸出或輸入重新導向 (%s)" -#: ../glib/gspawn.c:1366 +#: glib/gspawn.c:1366 #, c-format msgid "Failed to fork child process (%s)" msgstr "無法衍生副進程 (%s)" -#: ../glib/gspawn.c:1374 +#: glib/gspawn.c:1374 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "執行副進程“%s”時發生不明的錯誤" -#: ../glib/gspawn.c:1396 +#: glib/gspawn.c:1396 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "無法從 child pid pipe 讀取足夠的資料 (%s)" -#: ../glib/gutf8.c:1029 +#: glib/gutf8.c:1029 msgid "Character out of range for UTF-8" msgstr "字元不在 UTF-8 範圍之內" -#: ../glib/gutf8.c:1123 -#: ../glib/gutf8.c:1132 -#: ../glib/gutf8.c:1264 -#: ../glib/gutf8.c:1273 -#: ../glib/gutf8.c:1414 -#: ../glib/gutf8.c:1510 +#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273 +#: glib/gutf8.c:1414 glib/gutf8.c:1510 msgid "Invalid sequence in conversion input" msgstr "轉換輸入資料時出現無效的字元次序" -#: ../glib/gutf8.c:1425 -#: ../glib/gutf8.c:1521 +#: glib/gutf8.c:1425 glib/gutf8.c:1521 msgid "Character out of range for UTF-16" msgstr "字元不在 UTF-16 範圍之內" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "用法:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[選項...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "說明選項:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "顯示說明的選項" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "顯示所有的說明選項" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "應用程式選項:" -#: ../glib/goption.c:850 -#: ../glib/goption.c:920 +#: glib/goption.c:850 glib/goption.c:920 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "無法給 %2$s 解析整數值‘%1$s’" -#: ../glib/goption.c:860 -#: ../glib/goption.c:928 +#: glib/goption.c:860 glib/goption.c:928 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s 的整數值‘%1$s’超出範圍" -#: ../glib/goption.c:885 +#: glib/goption.c:885 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "無法給 %2$s 解析雙精度浮點數‘%1$s’" -#: ../glib/goption.c:893 +#: glib/goption.c:893 #, c-format msgid "Double value '%s' for %s out of range" msgstr "%2$s 的雙精度浮點數‘%1$s’超出範圍" -#: ../glib/goption.c:1156 -#: ../glib/goption.c:1235 +#: glib/goption.c:1156 glib/goption.c:1235 #, c-format msgid "Error parsing option %s" msgstr "解析 %s 選項時發生錯誤" -#: ../glib/goption.c:1266 -#: ../glib/goption.c:1380 +#: glib/goption.c:1266 glib/goption.c:1380 #, c-format msgid "Missing argument for %s" msgstr "缺少 %s 的參數" -#: ../glib/goption.c:1773 +#: glib/goption.c:1773 #, c-format msgid "Unknown option %s" msgstr "未知的選項 %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 msgid "Valid key file could not be found in search dirs" msgstr "在資料目錄中找不到有效的設定鍵檔案" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 msgid "Not a regular file" msgstr "不是正規的檔案" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 msgid "File is empty" msgstr "檔案是空白的" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "設定鍵檔案中‘%s’行並非設定鍵值配對、群組或註解" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "無效的群組名稱:%s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 msgid "Key file does not start with a group" msgstr "設定鍵檔案並非以群組開頭" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "無效的設定鍵名稱:%s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "設定鍵檔案包含不支援的編碼‘%s’" -#: ../glib/gkeyfile.c:1112 -#: ../glib/gkeyfile.c:1274 -#: ../glib/gkeyfile.c:2503 -#: ../glib/gkeyfile.c:2569 -#: ../glib/gkeyfile.c:2704 -#: ../glib/gkeyfile.c:2837 -#: ../glib/gkeyfile.c:2990 -#: ../glib/gkeyfile.c:3177 -#: ../glib/gkeyfile.c:3238 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1274 glib/gkeyfile.c:2503 +#: glib/gkeyfile.c:2569 glib/gkeyfile.c:2704 glib/gkeyfile.c:2837 +#: glib/gkeyfile.c:2990 glib/gkeyfile.c:3177 glib/gkeyfile.c:3238 #, c-format msgid "Key file does not have group '%s'" msgstr "設定鍵檔案沒有群組‘%s’" -#: ../glib/gkeyfile.c:1286 +#: glib/gkeyfile.c:1286 #, c-format msgid "Key file does not have key '%s'" msgstr "設定鍵檔案沒有設定鍵‘%s’" -#: ../glib/gkeyfile.c:1393 -#: ../glib/gkeyfile.c:1508 +#: glib/gkeyfile.c:1393 glib/gkeyfile.c:1508 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "設定鍵檔案包含的設定鍵‘%s’(數值為‘%s’)並非 UTF-8" -#: ../glib/gkeyfile.c:1413 -#: ../glib/gkeyfile.c:1528 -#: ../glib/gkeyfile.c:1907 +#: glib/gkeyfile.c:1413 glib/gkeyfile.c:1528 glib/gkeyfile.c:1907 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "設定鍵檔案包含的設定鍵‘%s’的數值無法解譯。" -#: ../glib/gkeyfile.c:2122 -#: ../glib/gkeyfile.c:2334 +#: glib/gkeyfile.c:2122 glib/gkeyfile.c:2334 #, c-format -msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted." +msgid "" +"Key file contains key '%s' in group '%s' which has value that cannot be " +"interpreted." msgstr "設定鍵檔案包含的群組‘%2$s’中設定鍵‘%1$s’數值無法解譯" -#: ../glib/gkeyfile.c:2518 -#: ../glib/gkeyfile.c:2719 -#: ../glib/gkeyfile.c:3249 +#: glib/gkeyfile.c:2518 glib/gkeyfile.c:2719 glib/gkeyfile.c:3249 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "設定鍵檔案的群組‘%2$s’中沒有設定鍵‘%1$s’" -#: ../glib/gkeyfile.c:3483 +#: glib/gkeyfile.c:3483 msgid "Key file contains escape character at end of line" msgstr "設定鍵檔案在行尾包含跳出字元" -#: ../glib/gkeyfile.c:3505 +#: glib/gkeyfile.c:3505 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "設定鍵檔案含有不正確的「跳出字元」‘%s’" -#: ../glib/gkeyfile.c:3647 +#: glib/gkeyfile.c:3647 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "數值‘%s’不能被解譯為數字。" -#: ../glib/gkeyfile.c:3661 +#: glib/gkeyfile.c:3661 #, c-format msgid "Integer value '%s' out of range" msgstr "整數值‘%s’超出範圍" -#: ../glib/gkeyfile.c:3694 +#: glib/gkeyfile.c:3694 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "數值‘%s’不能被解譯為浮點數。" -#: ../glib/gkeyfile.c:3718 +#: glib/gkeyfile.c:3718 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "數值‘%s’不能被解譯為邏輯值。" -#: ../gio/gbufferedinputstream.c:417 -#: ../gio/gbufferedinputstream.c:498 -#: ../gio/ginputstream.c:193 -#: ../gio/ginputstream.c:325 -#: ../gio/ginputstream.c:566 -#: ../gio/ginputstream.c:691 -#: ../gio/goutputstream.c:202 -#: ../gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "傳給 %s 的計數值太大" -#: ../gio/gbufferedinputstream.c:885 -#: ../gio/ginputstream.c:901 -#: ../gio/goutputstream.c:1085 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 +#: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "串流已經關閉" -#: ../gio/gcancellable.c:366 -#: ../gio/glocalfile.c:1992 -#: ../gio/gsimpleasyncresult.c:623 -#: ../gio/gsimpleasyncresult.c:650 +#: gio/gcancellable.c:366 gio/glocalfile.c:1992 gio/gsimpleasyncresult.c:623 +#: gio/gsimpleasyncresult.c:650 msgid "Operation was cancelled" msgstr "操作已被取消" -#: ../gio/gcontenttype.c:180 +#: gio/gcontenttype.c:180 msgid "Unknown type" msgstr "不明的類型" -#: ../gio/gcontenttype.c:181 +#: gio/gcontenttype.c:181 #, c-format msgid "%s filetype" msgstr "%s 檔案類型" -#: ../gio/gcontenttype.c:678 +#: gio/gcontenttype.c:678 #, c-format msgid "%s type" msgstr "%s 類型" -#: ../gio/gdatainputstream.c:313 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "未預期的串流過早結束" -#: ../gio/gdesktopappinfo.c:460 -#: ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "未命名的" -#: ../gio/gdesktopappinfo.c:696 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "桌面(Desktop)檔案未指定 Exec 欄位" -#: ../gio/gdesktopappinfo.c:990 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "無法找到應用程式要求的終端機" -#: ../gio/gdesktopappinfo.c:1222 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "不能建立使用者應用程式組態資料夾 %s:%s" -#: ../gio/gdesktopappinfo.c:1226 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "不能建立使用者 MIME 組態資料夾 %s:%s" -#: ../gio/gdesktopappinfo.c:1630 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "不能建立使用者桌面檔案 %s" -#: ../gio/gdesktopappinfo.c:1742 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "自訂 %s 的定義" -#: ../gio/gdrive.c:381 +#: gio/gdrive.c:381 msgid "drive doesn't implement eject" msgstr "裝置無法實作退出功能(eject)" -#: ../gio/gdrive.c:451 +#: gio/gdrive.c:451 msgid "drive doesn't implement polling for media" msgstr "裝置無法實作媒體的輪詢" -#: ../gio/gemblem.c:325 +#: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "不能處理版本為 %d 的 GEmblem 編碼" -#: ../gio/gemblem.c:335 +#: gio/gemblem.c:335 #, fuzzy, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "GEmblem 編碼中記號 (%d) 的編號格式不正確" -#: ../gio/gemblemedicon.c:295 +#: gio/gemblemedicon.c:295 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "不能處理版本為 %d 的 GEmblemedIcon 編碼" -#: ../gio/gemblemedicon.c:305 +#: gio/gemblemedicon.c:305 #, fuzzy, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "GEmblemedIcon 編碼中記號 (%d) 的編號格式不正確" -#: ../gio/gemblemedicon.c:328 +#: gio/gemblemedicon.c:328 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "預期為 GEmblemedIcon 的 GEmblem" -#: ../gio/gfile.c:825 -#: ../gio/gfile.c:1055 -#: ../gio/gfile.c:1190 -#: ../gio/gfile.c:1426 -#: ../gio/gfile.c:1480 -#: ../gio/gfile.c:1537 -#: ../gio/gfile.c:1620 -#: ../gio/gfile.c:2694 -#: ../gio/gfile.c:2748 -#: ../gio/gfile.c:2879 -#: ../gio/gfile.c:2919 -#: ../gio/gfile.c:3246 -#: ../gio/gfile.c:3648 -#: ../gio/gfile.c:3732 -#: ../gio/gfile.c:3815 -#: ../gio/gfile.c:3895 -#: ../gio/gfile.c:4225 -#: ../gio/win32/gwinhttpfile.c:428 +#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426 +#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2694 +#: gio/gfile.c:2748 gio/gfile.c:2879 gio/gfile.c:2919 gio/gfile.c:3246 +#: gio/gfile.c:3648 gio/gfile.c:3732 gio/gfile.c:3815 gio/gfile.c:3895 +#: gio/gfile.c:4225 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "不支援的操作" @@ -1251,141 +1204,130 @@ msgstr "不支援的操作" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: ../gio/gfile.c:1311 -#: ../gio/glocalfile.c:1071 -#: ../gio/glocalfile.c:1082 -#: ../gio/glocalfile.c:1095 +#: gio/gfile.c:1311 gio/glocalfile.c:1071 gio/glocalfile.c:1082 +#: gio/glocalfile.c:1095 msgid "Containing mount does not exist" msgstr "包含了不存在的掛載點" -#: ../gio/gfile.c:1963 -#: ../gio/glocalfile.c:2142 +#: gio/gfile.c:1963 gio/glocalfile.c:2142 msgid "Can't copy over directory" msgstr "不能複製整個目錄" -#: ../gio/gfile.c:2023 +#: gio/gfile.c:2023 msgid "Can't copy directory over directory" msgstr "不能將目錄複製到目錄上" -#: ../gio/gfile.c:2031 -#: ../gio/glocalfile.c:2151 +#: gio/gfile.c:2031 gio/glocalfile.c:2151 msgid "Target file exists" msgstr "目標檔案已存在" -#: ../gio/gfile.c:2049 +#: gio/gfile.c:2049 msgid "Can't recursively copy directory" msgstr "不能遞廻複製目錄" -#: ../gio/gfile.c:2869 +#: gio/gfile.c:2869 msgid "Invalid symlink value given" msgstr "提供了無效的符號連結值" -#: ../gio/gfile.c:2962 +#: gio/gfile.c:2962 msgid "Trash not supported" msgstr "不支援回收筒" -#: ../gio/gfile.c:3011 +#: gio/gfile.c:3011 #, c-format msgid "File names cannot contain '%c'" msgstr "檔案名稱不能包含「%c」" -#: ../gio/gfile.c:4993 -#: ../gio/gvolume.c:370 +#: gio/gfile.c:4993 gio/gvolume.c:370 msgid "volume doesn't implement mount" msgstr "儲存裝置尚未實作掛載功能" -#: ../gio/gfile.c:5101 +#: gio/gfile.c:5101 msgid "No application is registered as handling this file" msgstr "沒有應用程式註冊為用以處理這個檔案" -#: ../gio/gfileenumerator.c:206 +#: gio/gfileenumerator.c:206 msgid "Enumerator is closed" msgstr "檔案列舉器(enumerator)已關閉" -#: ../gio/gfileenumerator.c:213 -#: ../gio/gfileenumerator.c:272 -#: ../gio/gfileenumerator.c:372 -#: ../gio/gfileenumerator.c:481 +#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272 +#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481 msgid "File enumerator has outstanding operation" msgstr "檔案列舉器(enumerator)有異常操作" -#: ../gio/gfileenumerator.c:362 -#: ../gio/gfileenumerator.c:471 +#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 msgid "File enumerator is already closed" msgstr "檔案列舉器(enumerator)已經關閉" -#: ../gio/gfileicon.c:145 +#: gio/gfileicon.c:145 msgid "file" msgstr "檔案" -#: ../gio/gfileicon.c:146 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "含有圖示的檔案" -#: ../gio/gfileicon.c:237 +#: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "不能處理版本為 %d 的 GFileIcon 編碼" -#: ../gio/gfileicon.c:247 +#: gio/gfileicon.c:247 msgid "Malformed input data for GFileIcon" msgstr "給 GFileIcon 的輸入資料格式不良" -#: ../gio/gfileinputstream.c:157 -#: ../gio/gfileinputstream.c:424 -#: ../gio/gfileoutputstream.c:171 -#: ../gio/gfileoutputstream.c:526 +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "串流不支援 query_info" -#: ../gio/gfileinputstream.c:339 -#: ../gio/gfileoutputstream.c:384 +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "不支援在串流中搜尋" -#: ../gio/gfileinputstream.c:383 +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "在輸入串流中不允許截短(truncate)" -#: ../gio/gfileoutputstream.c:460 +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "在串流中不支援截短(truncate)" -#: ../gio/gicon.c:324 +#: gio/gicon.c:324 #, fuzzy, c-format msgid "Wrong number of tokens (%d)" msgstr "記號 (%d) 編號錯誤" -#: ../gio/gicon.c:344 +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "類別名稱 %s 沒有類型" -#: ../gio/gicon.c:354 +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "類型 %s 沒有實作 GIcon 介面" -#: ../gio/gicon.c:365 +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "類型 %s 尚未歸類" -#: ../gio/gicon.c:379 +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "格式不良的版本號碼:%s" -#: ../gio/gicon.c:393 +#: gio/gicon.c:393 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "類型 %s 沒有實作 GIcon 介面的 from_tokens()" -#: ../gio/gicon.c:469 +#: gio/gicon.c:469 msgid "Can't handle the supplied version the icon encoding" msgstr "不能處理提供的圖示編碼版本" -#: ../gio/ginputstream.c:202 +#: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "輸入串流尚未實作讀取" @@ -1395,486 +1337,450 @@ msgstr "輸入串流尚未實作讀取" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:911 -#: ../gio/goutputstream.c:1095 +#: gio/ginputstream.c:911 gio/goutputstream.c:1095 msgid "Stream has outstanding operation" msgstr "串流有異常操作" -#: ../gio/glocaldirectorymonitor.c:274 +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "無法找到預設的本地端目錄監視器類型" -#: ../gio/glocalfile.c:608 -#: ../gio/win32/gwinhttpfile.c:411 +#: gio/glocalfile.c:608 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "無效的檔案名稱 %s" -#: ../gio/glocalfile.c:979 +#: gio/glocalfile.c:979 #, c-format msgid "Error getting filesystem info: %s" msgstr "取得檔案系統資訊時發生錯誤:%s" -#: ../gio/glocalfile.c:1115 +#: gio/glocalfile.c:1115 msgid "Can't rename root directory" msgstr "不能重新命名根目錄" -#: ../gio/glocalfile.c:1135 -#: ../gio/glocalfile.c:1161 +#: gio/glocalfile.c:1135 gio/glocalfile.c:1161 #, c-format msgid "Error renaming file: %s" msgstr "重新命名檔案時發生錯誤:%s" -#: ../gio/glocalfile.c:1144 +#: gio/glocalfile.c:1144 msgid "Can't rename file, filename already exist" msgstr "不能重新命名檔案,該檔案名稱已存在" -#: ../gio/glocalfile.c:1157 -#: ../gio/glocalfile.c:2021 -#: ../gio/glocalfile.c:2050 -#: ../gio/glocalfile.c:2204 -#: ../gio/glocalfileoutputstream.c:505 -#: ../gio/glocalfileoutputstream.c:550 -#: ../gio/glocalfileoutputstream.c:967 +#: gio/glocalfile.c:1157 gio/glocalfile.c:2021 gio/glocalfile.c:2050 +#: gio/glocalfile.c:2204 gio/glocalfileoutputstream.c:505 +#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "無效的檔案名稱" -#: ../gio/glocalfile.c:1280 +#: gio/glocalfile.c:1280 #, c-format msgid "Error opening file: %s" msgstr "開啓檔案時發生錯誤:%s" -#: ../gio/glocalfile.c:1290 +#: gio/glocalfile.c:1290 msgid "Can't open directory" msgstr "不能開啟目錄" -#: ../gio/glocalfile.c:1350 +#: gio/glocalfile.c:1350 #, c-format msgid "Error removing file: %s" msgstr "移除檔案時發生錯誤:%s" -#: ../gio/glocalfile.c:1714 +#: gio/glocalfile.c:1714 #, c-format msgid "Error trashing file: %s" msgstr "移動檔案至回收筒時發生錯誤:%s" -#: ../gio/glocalfile.c:1737 +#: gio/glocalfile.c:1737 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "無法建立回收筒目錄 %s:%s" -#: ../gio/glocalfile.c:1758 +#: gio/glocalfile.c:1758 msgid "Unable to find toplevel directory for trash" msgstr "無法找到回收筒的頂端層級目錄" -#: ../gio/glocalfile.c:1837 -#: ../gio/glocalfile.c:1857 +#: gio/glocalfile.c:1837 gio/glocalfile.c:1857 msgid "Unable to find or create trash directory" msgstr "無法找到或建立回收筒目錄" -#: ../gio/glocalfile.c:1891 +#: gio/glocalfile.c:1891 #, c-format msgid "Unable to create trashing info file: %s" msgstr "無法建立回收筒資訊檔案:%s" -#: ../gio/glocalfile.c:1916 -#: ../gio/glocalfile.c:1991 -#: ../gio/glocalfile.c:1998 +#: gio/glocalfile.c:1916 gio/glocalfile.c:1991 gio/glocalfile.c:1998 #, c-format msgid "Unable to trash file: %s" msgstr "無法將檔案移至回收筒:%s" -#: ../gio/glocalfile.c:2025 +#: gio/glocalfile.c:2025 #, c-format msgid "Error creating directory: %s" msgstr "建立目錄發生錯誤:%s" -#: ../gio/glocalfile.c:2054 +#: gio/glocalfile.c:2054 #, c-format msgid "Error making symbolic link: %s" msgstr "建立符號連結時發生錯誤:%s" -#: ../gio/glocalfile.c:2114 -#: ../gio/glocalfile.c:2208 +#: gio/glocalfile.c:2114 gio/glocalfile.c:2208 #, c-format msgid "Error moving file: %s" msgstr "移動檔案時發生錯誤:%s" -#: ../gio/glocalfile.c:2137 +#: gio/glocalfile.c:2137 msgid "Can't move directory over directory" msgstr "不能將目錄移動至目錄上" -#: ../gio/glocalfile.c:2164 -#: ../gio/glocalfileoutputstream.c:819 -#: ../gio/glocalfileoutputstream.c:833 -#: ../gio/glocalfileoutputstream.c:848 -#: ../gio/glocalfileoutputstream.c:864 -#: ../gio/glocalfileoutputstream.c:878 +#: gio/glocalfile.c:2164 gio/glocalfileoutputstream.c:819 +#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848 +#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878 msgid "Backup file creation failed" msgstr "建立備份檔案失敗" -#: ../gio/glocalfile.c:2183 +#: gio/glocalfile.c:2183 #, c-format msgid "Error removing target file: %s" msgstr "移除目標檔案時發生錯誤:%s" -#: ../gio/glocalfile.c:2197 +#: gio/glocalfile.c:2197 msgid "Move between mounts not supported" msgstr "不支援在掛載點之間移動" -#: ../gio/glocalfileinfo.c:717 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "屬性數值必須為非-NULL" -#: ../gio/glocalfileinfo.c:724 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "無效的屬性類型(應為字串值)" -#: ../gio/glocalfileinfo.c:731 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "無效的延伸屬性名稱" -#: ../gio/glocalfileinfo.c:771 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "設定延伸屬性「%s」時發生錯誤:%s" -#: ../gio/glocalfileinfo.c:1462 -#: ../gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1464 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "取得檔案「%s」狀態時發生錯誤:%s" -#: ../gio/glocalfileinfo.c:1532 +#: gio/glocalfileinfo.c:1534 msgid " (invalid encoding)" msgstr "(無效的編碼)" -#: ../gio/glocalfileinfo.c:1700 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Error stating file descriptor: %s" msgstr "取得檔案描述狀態時發生錯誤:%s" -#: ../gio/glocalfileinfo.c:1745 +#: gio/glocalfileinfo.c:1747 msgid "Invalid attribute type (uint32 expected)" msgstr "無效的屬性類型(應為 uint32 值)" -#: ../gio/glocalfileinfo.c:1763 +#: gio/glocalfileinfo.c:1765 msgid "Invalid attribute type (uint64 expected)" msgstr "無效的屬性類型(應為 uint64 值)" -#: ../gio/glocalfileinfo.c:1782 -#: ../gio/glocalfileinfo.c:1801 +#: gio/glocalfileinfo.c:1784 gio/glocalfileinfo.c:1803 msgid "Invalid attribute type (byte string expected)" msgstr "無效的屬性類型(應為 byte string 值)" -#: ../gio/glocalfileinfo.c:1827 +#: gio/glocalfileinfo.c:1829 #, c-format msgid "Error setting permissions: %s" msgstr "設定權限時發生錯誤:%s" -#: ../gio/glocalfileinfo.c:1878 -#: ../gio/glocalfileinfo.c:2046 +#: gio/glocalfileinfo.c:1880 gio/glocalfileinfo.c:2048 #, c-format msgid "Error setting owner: %s" msgstr "設定擁有者時發生錯誤:%s" -#: ../gio/glocalfileinfo.c:1901 +#: gio/glocalfileinfo.c:1903 msgid "symlink must be non-NULL" msgstr "符號連結必須為非-NULL" -#: ../gio/glocalfileinfo.c:1911 -#: ../gio/glocalfileinfo.c:1930 -#: ../gio/glocalfileinfo.c:1941 +#: gio/glocalfileinfo.c:1913 gio/glocalfileinfo.c:1932 +#: gio/glocalfileinfo.c:1943 #, c-format msgid "Error setting symlink: %s" msgstr "設定符號連結時發生錯誤:%s" -#: ../gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1922 msgid "Error setting symlink: file is not a symlink" msgstr "設定符號連結時發生錯誤:檔案不是符號連結" -#: ../gio/glocalfileinfo.c:2069 +#: gio/glocalfileinfo.c:2071 msgid "SELinux context must be non-NULL" msgstr "SELinux 關聯必須為非-NULL" -#: ../gio/glocalfileinfo.c:2084 +#: gio/glocalfileinfo.c:2086 #, c-format msgid "Error setting SELinux context: %s" msgstr "設定 SELinux 關聯時發生錯誤:%s" -#: ../gio/glocalfileinfo.c:2091 +#: gio/glocalfileinfo.c:2093 msgid "SELinux is not enabled on this system" msgstr "SELinux 在這個系統上並未啟用" -#: ../gio/glocalfileinfo.c:2152 +#: gio/glocalfileinfo.c:2154 #, c-format msgid "Setting attribute %s not supported" msgstr "不支援設定屬性 %s" -#: ../gio/glocalfileinputstream.c:160 -#: ../gio/glocalfileoutputstream.c:603 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603 #, c-format msgid "Error reading from file: %s" msgstr "從檔案讀取時發生錯誤:%s" -#: ../gio/glocalfileinputstream.c:191 -#: ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 -#: ../gio/glocalfileoutputstream.c:405 -#: ../gio/glocalfileoutputstream.c:896 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405 +#: gio/glocalfileoutputstream.c:896 #, c-format msgid "Error seeking in file: %s" msgstr "在檔案中搜尋時發生錯誤:%s" -#: ../gio/glocalfileinputstream.c:233 -#: ../gio/glocalfileoutputstream.c:208 -#: ../gio/glocalfileoutputstream.c:303 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208 +#: gio/glocalfileoutputstream.c:303 #, c-format msgid "Error closing file: %s" msgstr "關閉檔案時發生錯誤:%s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "無法找到預設的本地端檔案監視器類型" -#: ../gio/glocalfileoutputstream.c:172 -#: ../gio/glocalfileoutputstream.c:624 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624 #, c-format msgid "Error writing to file: %s" msgstr "寫入至檔案時發生錯誤:%s" -#: ../gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:235 #, c-format msgid "Error removing old backup link: %s" msgstr "移除舊備份連結時發生錯誤:%s" -#: ../gio/glocalfileoutputstream.c:249 -#: ../gio/glocalfileoutputstream.c:262 +#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262 #, c-format msgid "Error creating backup copy: %s" msgstr "建立備份複本時發生錯誤:%s" -#: ../gio/glocalfileoutputstream.c:280 +#: gio/glocalfileoutputstream.c:280 #, c-format msgid "Error renaming temporary file: %s" msgstr "重新命名暫存檔案時發生錯誤:%s" -#: ../gio/glocalfileoutputstream.c:451 -#: ../gio/glocalfileoutputstream.c:913 +#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913 #, c-format msgid "Error truncating file: %s" msgstr "截短檔案時發生錯誤:%s" -#: ../gio/glocalfileoutputstream.c:511 -#: ../gio/glocalfileoutputstream.c:556 -#: ../gio/glocalfileoutputstream.c:688 -#: ../gio/glocalfileoutputstream.c:973 +#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556 +#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973 #, c-format msgid "Error opening file '%s': %s" msgstr "開啟檔案「%s」時發生錯誤:%s" -#: ../gio/glocalfileoutputstream.c:719 +#: gio/glocalfileoutputstream.c:719 msgid "Target file is a directory" msgstr "目標檔案是一個目錄" -#: ../gio/glocalfileoutputstream.c:724 +#: gio/glocalfileoutputstream.c:724 msgid "Target file is not a regular file" msgstr "目標檔案不是正規的檔案" -#: ../gio/glocalfileoutputstream.c:736 +#: gio/glocalfileoutputstream.c:736 msgid "The file was externally modified" msgstr "該檔案已被外部程式修改過" -#: ../gio/gmemoryinputstream.c:487 -#: ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 msgid "Invalid GSeekType supplied" msgstr "提供了無效的 GSeek 類型" -#: ../gio/gmemoryinputstream.c:497 -#: ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 msgid "Invalid seek request" msgstr "無效的搜尋要求" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "不能截短 GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 msgid "Reached maximum data array limit" msgstr "已達最大資料陣列上限" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 msgid "Memory output stream not resizable" msgstr "記憶體輸出串流不能改變大小" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 msgid "Failed to resize memory output stream" msgstr "改變記憶體輸出串流的大小失敗" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:360 +#: gio/gmount.c:360 msgid "mount doesn't implement unmount" msgstr "掛載點尚未實作卸載" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:435 +#: gio/gmount.c:435 msgid "mount doesn't implement eject" msgstr "掛載點尚未實作退出" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:517 +#: gio/gmount.c:517 msgid "mount doesn't implement remount" msgstr "掛載點尚未實作重新掛載" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:601 +#: gio/gmount.c:601 msgid "mount doesn't implement content type guessing" msgstr "掛載點尚未實作內容類型預測" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:690 +#: gio/gmount.c:690 msgid "mount doesn't implement synchronous content type guessing" msgstr "掛載點尚未實作同步內容類型預測" -#: ../gio/goutputstream.c:211 -#: ../gio/goutputstream.c:412 +#: gio/goutputstream.c:211 gio/goutputstream.c:412 msgid "Output stream doesn't implement write" msgstr "輸出串流尚未實作寫入" -#: ../gio/goutputstream.c:372 -#: ../gio/goutputstream.c:780 +#: gio/goutputstream.c:372 gio/goutputstream.c:780 msgid "Source stream is already closed" msgstr "來源串流已經關閉" -#: ../gio/gthemedicon.c:211 +#: gio/gthemedicon.c:211 msgid "name" msgstr "名稱" -#: ../gio/gthemedicon.c:212 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "圖示的名稱" -#: ../gio/gthemedicon.c:223 +#: gio/gthemedicon.c:223 msgid "names" msgstr "名稱" -#: ../gio/gthemedicon.c:224 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "包含圖示名稱的陣列" -#: ../gio/gthemedicon.c:249 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "使用預設的回饋" -#: ../gio/gthemedicon.c:250 -msgid "Whether to use default fallbacks found by shortening the name at '-' characters. Ignores names after the first if multiple names are given." -msgstr "是否使用縮短過在「-」字元的名稱找到的預設回饋。如果提供多個名稱則忽略第一個以外的名稱。" +#: gio/gthemedicon.c:250 +msgid "" +"Whether to use default fallbacks found by shortening the name at '-' " +"characters. Ignores names after the first if multiple names are given." +msgstr "" +"是否使用縮短過在「-」字元的名稱找到的預設回饋。如果提供多個名稱則忽略第一個以" +"外的名稱。" -#: ../gio/gthemedicon.c:499 +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "不能處理版本為 %d 的 GThemedIcon 編碼" -#: ../gio/gunixinputstream.c:161 -#: ../gio/gunixoutputstream.c:147 +#: gio/gunixinputstream.c:161 gio/gunixoutputstream.c:147 msgid "File descriptor" msgstr "檔案描述子" -#: ../gio/gunixinputstream.c:162 +#: gio/gunixinputstream.c:162 msgid "The file descriptor to read from" msgstr "要讀取的檔案描述子" -#: ../gio/gunixinputstream.c:176 -#: ../gio/gunixoutputstream.c:162 +#: gio/gunixinputstream.c:176 gio/gunixoutputstream.c:162 msgid "Close file descriptor" msgstr "關閉檔案描述子" -#: ../gio/gunixinputstream.c:177 -#: ../gio/gunixoutputstream.c:163 +#: gio/gunixinputstream.c:177 gio/gunixoutputstream.c:163 msgid "Whether to close the file descriptor when the stream is closed" msgstr "當串流關閉時是否關閉檔案描述子" -#: ../gio/gunixinputstream.c:358 -#: ../gio/gunixinputstream.c:378 -#: ../gio/gunixinputstream.c:456 -#: ../gio/gunixoutputstream.c:443 +#: gio/gunixinputstream.c:358 gio/gunixinputstream.c:378 +#: gio/gunixinputstream.c:456 gio/gunixoutputstream.c:443 #, c-format msgid "Error reading from unix: %s" msgstr "從 unix 讀取時發生錯誤:%s" -#: ../gio/gunixinputstream.c:411 -#: ../gio/gunixinputstream.c:593 -#: ../gio/gunixoutputstream.c:398 -#: ../gio/gunixoutputstream.c:549 +#: gio/gunixinputstream.c:411 gio/gunixinputstream.c:593 +#: gio/gunixoutputstream.c:398 gio/gunixoutputstream.c:549 #, c-format msgid "Error closing unix: %s" msgstr "關閉 unix 時發生錯誤:%s" -#: ../gio/gunixmounts.c:1781 -#: ../gio/gunixmounts.c:1818 +#: gio/gunixmounts.c:1781 gio/gunixmounts.c:1818 msgid "Filesystem root" msgstr "根檔案系統" -#: ../gio/gunixoutputstream.c:148 +#: gio/gunixoutputstream.c:148 msgid "The file descriptor to write to" msgstr "要寫入的檔案描述子" -#: ../gio/gunixoutputstream.c:344 -#: ../gio/gunixoutputstream.c:365 +#: gio/gunixoutputstream.c:344 gio/gunixoutputstream.c:365 #, c-format msgid "Error writing to unix: %s" msgstr "寫入至 unix 時發生錯誤:%s" -#: ../gio/gvolume.c:444 +#: gio/gvolume.c:444 msgid "volume doesn't implement eject" msgstr "儲存裝置尚未實作退出(eject)" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "找不到應用程式" -#: ../gio/gwin32appinfo.c:300 +#: gio/gwin32appinfo.c:300 #, c-format msgid "Error launching application: %s" msgstr "執行應用程式時發生錯誤:%s" -#: ../gio/gwin32appinfo.c:336 +#: gio/gwin32appinfo.c:336 msgid "URIs not supported" msgstr "不支援 URIs" -#: ../gio/gwin32appinfo.c:358 +#: gio/gwin32appinfo.c:358 msgid "association changes not supported on win32" msgstr "關聯變更在 win32 上不支援" -#: ../gio/gwin32appinfo.c:370 +#: gio/gwin32appinfo.c:370 msgid "Association creation not supported on win32" msgstr "關聯建立在 win32 上不支援" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "不要隱藏項目" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "使用長式表列格式" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[檔案...]" #~ msgid "%u byte" #~ msgid_plural "%u bytes" #~ msgstr[0] "%u 位元組" + #~ msgid "Error creating backup link: %s" #~ msgstr "建立備份連結時發生錯誤:%s" - -- 2.7.4