From ec48fa8fc26dd6d31c8cac45a2bbbc6bb55aa2e2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Dec 2008 14:44:26 +0000 Subject: [PATCH] 2.19.1 svn path=/trunk/; revision=7717 --- ChangeLog | 2 + INSTALL | 4 +- Makefile.am | 2 +- NEWS | 3 + README | 2 +- docs/reference/ChangeLog | 4 + docs/reference/glib/tmpl/arrays_byte.sgml | 1 - docs/reference/glib/tmpl/macros_misc.sgml | 9 + gio/ChangeLog | 4 + gmodule/ChangeLog | 4 + gobject/ChangeLog | 4 + gthread/ChangeLog | 4 + po/ChangeLog | 4 + po/am.po | 216 +++--- po/ar.po | 216 +++--- po/as.po | 216 +++--- po/az.po | 216 +++--- po/be.po | 218 +++--- po/be@latin.po | 218 +++--- po/bg.po | 216 +++--- po/bn.po | 216 +++--- po/bn_IN.po | 216 +++--- po/bs.po | 216 +++--- po/ca.po | 216 +++--- po/cs.po | 216 +++--- po/cy.po | 216 +++--- po/da.po | 216 +++--- po/de.po | 216 +++--- po/dz.po | 216 +++--- po/el.po | 218 +++--- po/en_CA.po | 216 +++--- po/en_GB.po | 216 +++--- po/eo.po | 216 +++--- po/es.po | 814 +++++++++++---------- po/et.po | 216 +++--- po/eu.po | 216 +++--- po/fa.po | 216 +++--- po/fi.po | 216 +++--- po/fr.po | 216 +++--- po/ga.po | 216 +++--- po/gl.po | 216 +++--- po/gu.po | 216 +++--- po/he.po | 216 +++--- po/hi.po | 216 +++--- po/hr.po | 216 +++--- po/hu.po | 216 +++--- po/hy.po | 216 +++--- po/id.po | 216 +++--- po/is.po | 216 +++--- po/it.po | 216 +++--- po/ja.po | 216 +++--- po/ka.po | 216 +++--- po/kn.po | 216 +++--- po/ko.po | 216 +++--- po/ku.po | 216 +++--- po/lt.po | 216 +++--- po/lv.po | 216 +++--- po/mai.po | 216 +++--- po/mg.po | 216 +++--- po/mk.po | 216 +++--- po/ml.po | 216 +++--- po/mn.po | 216 +++--- po/mr.po | 216 +++--- po/ms.po | 216 +++--- po/nb.po | 216 +++--- po/ne.po | 216 +++--- po/nl.po | 216 +++--- po/nn.po | 216 +++--- po/oc.po | 216 +++--- po/or.po | 216 +++--- po/pa.po | 216 +++--- po/pl.po | 216 +++--- po/ps.po | 216 +++--- po/pt.po | 216 +++--- po/pt_BR.po | 216 +++--- po/ro.po | 216 +++--- po/ru.po | 216 +++--- po/rw.po | 218 +++--- po/si.po | 216 +++--- po/sk.po | 216 +++--- po/sl.po | 216 +++--- po/sq.po | 224 +++--- po/sr.po | 216 +++--- po/sr@ije.po | 216 +++--- po/sr@latin.po | 216 +++--- po/sv.po | 216 +++--- po/ta.po | 216 +++--- po/te.po | 216 +++--- po/th.po | 216 +++--- po/tl.po | 216 +++--- po/tr.po | 216 +++--- po/tt.po | 216 +++--- po/uk.po | 816 +++++++++++----------- po/vi.po | 216 +++--- po/wa.po | 216 +++--- po/xh.po | 216 +++--- po/yi.po | 216 +++--- po/zh_CN.po | 216 +++--- po/zh_HK.po | 216 +++--- po/zh_TW.po | 216 +++--- 100 files changed, 12503 insertions(+), 7550 deletions(-) diff --git a/ChangeLog b/ChangeLog index 576e5707..f656a740 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-12-01 Matthias Clasen + * === Released 2.19.1 === + * NEWS: Updates 2008-11-28 Behdad Esfahbod diff --git a/INSTALL b/INSTALL index 8802b640..79be429e 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-2.19.0.tar.gz | tar xvf - # unpack the sources - % cd glib-2.19.0 # change to the toplevel directory + % gzip -cd glib-2.19.1.tar.gz | tar xvf - # unpack the sources + % cd glib-2.19.1 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB diff --git a/Makefile.am b/Makefile.am index b2a0a41f..166dd4eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -94,7 +94,7 @@ gettext_SCRIPTS = mkinstalldirs # build documentation when doing distcheck DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-gtk-doc --enable-man -DISTCLEANFILES = glibconfig-sysdefs.h glibconfig.h stamp-gc-h +DISTCLEANFILES = glibconfig-sysdefs.h glibconfig.h stamp-gc-h config.lt distclean-local: if test $(srcdir) = .; then :; else \ diff --git a/NEWS b/NEWS index 7f78d497..358b7dd1 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,9 @@ Overview of Changes from GLib 2.19.0 to GLib 2.19.1 - g_icon_to_string, g_icon_new_for_string: GIcon serialization support - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images - g_app_info_get_commandline: new function to get the full commandline + - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions + to 'shadow' mounts (i.e. hide them from the UI when they already + have a different representation, like a bookmark) * Bugs fixed: 556186 gpoll.h breaks gmain.h inclusion diff --git a/README b/README index 589128c5..d03dc23c 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GLib version 2.19.0. GLib is the low-level core +This is GLib version 2.19.1. 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 041d5862..83a65c34 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2008-12-01 Matthias Clasen + + * === Released 2.19.1 === + 2008-12-01 Alexander Larsson Reviewed by NOBODY (OOPS!). diff --git a/docs/reference/glib/tmpl/arrays_byte.sgml b/docs/reference/glib/tmpl/arrays_byte.sgml index f8774151..eb3c400a 100644 --- a/docs/reference/glib/tmpl/arrays_byte.sgml +++ b/docs/reference/glib/tmpl/arrays_byte.sgml @@ -188,6 +188,5 @@ If @free_segment is %TRUE it frees the actual byte data. @free_segment: if %TRUE the actual byte data is freed as well. @Returns: the element data if @free_segment is %FALSE, otherwise %NULL. The element data should be freed using g_free(). - diff --git a/docs/reference/glib/tmpl/macros_misc.sgml b/docs/reference/glib/tmpl/macros_misc.sgml index 31d7c9f1..c9e878cd 100644 --- a/docs/reference/glib/tmpl/macros_misc.sgml +++ b/docs/reference/glib/tmpl/macros_misc.sgml @@ -114,6 +114,15 @@ from its expanded arguments 'identifier1' and 'identifier2'. @Since: 2.20 + + + + + +@identifier1: +@identifier2: + + The G_STATIC_ASSERT macro lets the programmer check a condition at compile time, diff --git a/gio/ChangeLog b/gio/ChangeLog index d4de9470..0eba92ab 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2008-12-01 Matthias Clasen + + * === Released 2.19.1 === + 2008-12-01 Alexander Larsson * gio.symbols: diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index b21f151c..58d41d32 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,7 @@ +2008-12-01 Matthias Clasen + + * === Released 2.19.1 === + 2008-10-16 Matthias Clasen * === Released 2.19.0 === diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 7137c6a1..ea4d493e 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,7 @@ +2008-12-01 Matthias Clasen + + * === Released 2.19.1 === + 2008-11-28 Matthias Clasen Bug 559456 – GObject Reference Manual (typo) diff --git a/gthread/ChangeLog b/gthread/ChangeLog index 5efb7760..0c34b324 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,7 @@ +2008-12-01 Matthias Clasen + + * === Released 2.19.1 === + 2008-10-16 Matthias Clasen * === Released 2.19.0 === diff --git a/po/ChangeLog b/po/ChangeLog index 32a72c4d..fdafab3e 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2008-12-01 Matthias Clasen + + * === Released 2.19.1 === + 2008-11-13 Maxim Dziumanenko * uk.po: Update Ukrainian translation. diff --git a/po/am.po b/po/am.po index 6a3e78cc..d7fe97aa 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2003-01-16 08:39+EDT\n" "Last-Translator: Ge'ez Frontier Foundation \n" "Language-Team: Amharic \n" @@ -508,7 +508,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -968,12 +968,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "" @@ -1015,9 +1015,9 @@ msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "" @@ -1027,53 +1027,53 @@ msgstr "" msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1090,7 +1090,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1112,34 +1112,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1152,11 +1152,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "" @@ -1168,12 +1178,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1181,7 +1191,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1223,14 +1233,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1248,6 +1267,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1266,109 +1319,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1398,61 +1451,61 @@ msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1590,32 +1643,37 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/ar.po b/po/ar.po index 8c6511a8..03114e9b 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-09-17 05:06+0300\n" "Last-Translator: Anas Afif Emad \n" "Language-Team: Arabic \n" @@ -529,7 +529,7 @@ msgstr "وُصِلَ للحد المسموح به من أمكنة الرجوع msgid "the pattern contains items not supported for partial matching" msgstr "المثال يحتوي على عناصر لا تحتمل التطابق الجزئي" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "خطأ داخلي" @@ -989,12 +989,12 @@ msgstr "القيمة المزدوجة '%s' ل %s خارج المجال" msgid "Error parsing option %s" msgstr "خطأ أثناء تحليل الخيار %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "معامل %s مفقود" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "خيار مجهول %s" @@ -1037,9 +1037,9 @@ msgstr "اسم مفتاح غير صحيح: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "يحتوي ملف المفتاع على ترميز غير مدعوم '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "لا يحتوي ملف المفتاح على المجموعة '%s'" @@ -1049,17 +1049,17 @@ msgstr "لا يحتوي ملف المفتاح على المجموعة '%s'" msgid "Key file does not have key '%s'" msgstr "لا يحتوي ملف المفتاح على المفتاح '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "يحتوي ملف المفتاح على المفتاح '%s' ذو القيمة '%s' التي ليست UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "ملف المفتاح يحتوي على مفتاح '%s' والذي لديه قيمة لايمكن تفسيرها." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1068,36 +1068,36 @@ msgstr "" "ملف المفتاح يحتوي على مفتاح '%s'في المجموعة '%s'والتي لديها قيمة لايمكن " "تفسيرها." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "لا يحتوي ملف المفتاح على مفتاح '%s' في المجموعة '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "ملف المفتاح يحتوي على محرف الخلوص في آخر السطر" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "ملف المفتاح يحتوي على تتابع خلوص غير صالح '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "لا يمكن تفسير القيمة '%s' كعدد." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "قيمة عدد صحيح '%s' خارج المدى" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "لا يمكن تفسير القيمة '%s' كعدد عشري." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "لا يمكن تفسير القيمة '%s' كعدد منطقي." @@ -1114,7 +1114,7 @@ msgstr "مُرِّرت قيمة كبيرة جدّا إلى %s" msgid "Stream is already closed" msgstr "سبق إغلاق الدَفق " -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "أُلغيت العملية " @@ -1136,34 +1136,34 @@ msgstr "نوع %s" msgid "Unexpected early end-of-stream" msgstr "نهاية دَفق غير متوقّعة وغير متوقعة " -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "غير مسمّى" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "ملف سطح المكتب لم يحدد الحقل التنفيدي" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "تعذّر إيجاد الطرفية المطلوبة للتطبيق" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "تعذّر إنشاء مجلد التهيئة الخاص بتطبيق المستخدم %s: ‏%s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "لا يمكن إنشاء مجلد التهيئة MIME %s للمستخدم: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "لا يمكن إنشاء الملف %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "تعريف مخصص لِ %s" @@ -1176,11 +1176,21 @@ msgstr "محرك الأقراص لا ينفذ القذف" msgid "drive doesn't implement polling for media" msgstr "محرك الأقراص لا ينفذ جسّ الوسائط" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "عمليّة غير مدعومة" @@ -1192,12 +1202,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "الوصل الحاوي غير موجود" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "لا يمكنك نقل دليل على دليل" @@ -1205,7 +1215,7 @@ msgstr "لا يمكنك نقل دليل على دليل" msgid "Can't copy directory over directory" msgstr "لا يمكنك نسخ دليل على دليل" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "الملف الهدف موجود مسبّقا" @@ -1247,14 +1257,23 @@ msgstr "مُعدد الملف له عملية عالقة" msgid "File enumerator is already closed" msgstr "مُعدد الملف سبق إغلاقه" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "ملف" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "الملف الذي يحتوي على الأيقونة" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1272,6 +1291,40 @@ msgstr "البَتْرُ غير مسموح به على دَفق الإدخال" msgid "Truncate not supported on stream" msgstr "البَتْرُ غير مدعم على الدَفق" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "دَفق الإدخال لا يُنَفذ القراءة" @@ -1290,108 +1343,108 @@ msgstr " للدَفق عملية عالقة" msgid "Unable to find default local directory monitor type" msgstr "تعذّر ايجاد نوع المراقبة للدليل المحلي الافتراضي " -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "اسم ملف غير صالح %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "خطأ أثناء تلقي معلومات نظام الملفات: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr " لا يمكنك إعادة تسمية الدليل الجذري " -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "خطأ عند إعادة تسمية الملف: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "لا يمكنك إعادة تسمية الملف، اسم الملف موجود بالفعل" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "اسم ملف غير صالح" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "خطأ عند إعادة تسمية الملف: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "خطأ عند فتح الملف: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "لا يمكن فتح الدّليل" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "خطأ عند حذف الملف: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "خطأ عند ارسال الملف للمهملات: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "تعذّر إنشاء مجلد سلة المهملات %s: ‏%s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "تعذّر إيجاد دليل المستوى الأعلى للمهملات" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "تعذّر ايجاد أو إنشاء دليل المهملات" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "تعذّر إنشاء ملف المُهْملات: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "تعذّر نقل الملف: %s إلى المهملات " -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "خطأ أثناء إنشاء الدليل: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "خطأ أثناء تشكيل الوصلة الرمزية: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "خطأ عندنقل الملف: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "لا يمكنك نقل دليل على دليل" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "خطأ في إزالة الملف الهدف: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "النقل بين الوصلات غير مدعوم" @@ -1421,61 +1474,61 @@ msgstr "خطأ عند تناول الملف '%s'‏: %s" msgid " (invalid encoding)" msgstr " (ترميز غير سليم)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "خطأ فى تناول واصف الملف: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "نوع الخاصية غير سليم ( يُفترض uint32 )" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "نوع الخاصية غير سليم ( يُفترض uint64 )" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "نوع الخاصية غير سليم ( يُنتضر مقطع بايت )" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "خطأ تعيين الأذونات: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "خطأ تعيين المالك: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "يجب أن يكون فهرس القائمة غير سلبي" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "خطأ أثناء تعيين الوصلة الرمزية: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "خطأ في تعيين الوصلة الرمزية: الملف ليس وصلة رمزية" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "يجب ألا يكون سياق SELinux صفرا" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "خطأ في ضبط سياق SELinux: ‏%s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "‏SELinux ليس مفعلا على هذا النظام" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "تعيين الصفة %s غير مُدَعَّم" @@ -1612,27 +1665,27 @@ msgstr "دَفْقُ الاخراج لا يدعم الكتابة" msgid "Source stream is already closed" msgstr "دَفْقُ المَصدر سبق إغلاقه" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "اسم" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "اسم الأيقونة" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "أسماء" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "مصفوفة تحتوي أسماء الأيقونات" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "استخدم الاحتياط المبدئي" -#: gio/gthemedicon.c:249 +#: 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." @@ -1640,6 +1693,11 @@ msgstr "" "ما إذا سيستخدم الاحتياط المبدئي الموجود بقص الأسماء عند محارف '-'. تجاهل " "الأسماء بعد الأول إذا خدد أكثر من اسم." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/as.po b/po/as.po index 5293995d..7f09e5c7 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-02-28 17:08+0530\n" "Last-Translator: Amitakhya Phukan \n" "Language-Team: Assamese\n" @@ -524,7 +524,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -990,12 +990,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "" @@ -1037,9 +1037,9 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "" @@ -1049,53 +1049,53 @@ msgstr "" msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1112,7 +1112,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1134,34 +1134,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1174,11 +1174,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়" @@ -1191,12 +1201,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1204,7 +1214,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1248,15 +1258,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "URI '%s' à§° গৃহস্থৰনাম অবৈধ" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1274,6 +1293,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1292,109 +1345,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "অবৈধ গৃহস্থৰনাম" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "অবৈধ গৃহস্থৰনাম" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "'%s' পঞ্জিকা খোলোঁতে ভুল: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "%d শাৰীত ভুল: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1425,61 +1478,61 @@ msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "সলনি কৰাৰ সময়ত ভুল: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "সলনি কৰাৰ সময়ত ভুল: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d শাৰীত ভুল: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "সলনি কৰাৰ সময়ত ভুল: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়" @@ -1617,33 +1670,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "URI '%s' à§° গৃহস্থৰনাম অবৈধ" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/az.po b/po/az.po index 36cba9ad..8468d179 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2004-02-02 12:12+0200\n" "Last-Translator: Mətin Əmirov \n" "Language-Team: Azerbaijani Turkish \n" @@ -545,7 +545,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1013,12 +1013,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "" @@ -1060,9 +1060,9 @@ msgstr "Hökmsüz qovşaq adı" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "" @@ -1072,53 +1072,53 @@ msgstr "" msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "`%s'in URİ-si səhv qaçırılmış xarakterlər daxil edir" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1135,7 +1135,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1157,34 +1157,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1197,11 +1197,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Simvolik körpülər dəstəklənmir" @@ -1214,12 +1224,12 @@ msgstr "Simvolik körpülər dəstəklənmir" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1227,7 +1237,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1270,15 +1280,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "`%s' URI-sinin qovşaq adı səhv qaçırılmış" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1296,6 +1315,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1314,109 +1367,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Hökmsüz qovşaq adı" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Fayl oxuma xətası: '%s': %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Hökmsüz qovşaq adı" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Fayl oxuma xətası: '%s': %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Fayl yaratma iflası '%s': %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Fayl yaratma iflası '%s': %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Fayl yaratma iflası '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Cərgə açma xətası: '%s': %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1447,61 +1500,61 @@ msgstr "Fayl oxuma xətası: '%s': %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d sətirində xəta : %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Simvolik körpülər dəstəklənmir" @@ -1639,33 +1692,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "`%s' URI-sinin qovşaq adı səhv qaçırılmış" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/be.po b/po/be.po index 6aaebc5c..293d1b94 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2005-11-16 11:21+0200\n" "Last-Translator: Vital Khilko \n" "Language-Team: Belarusian \n" @@ -621,7 +621,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1127,12 +1127,12 @@ msgstr "Цэлае значэньне '%s' для %s па-за межамі" msgid "Error parsing option %s" msgstr "Памылка ў часе пераўтварэньня: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Нестае аргумэнту для %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Невядомая можнасьць %s" @@ -1179,9 +1179,9 @@ msgstr "Недапушчальная назва праграмы: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Файл ключу ўтрымлівае кадаваньне якое не падтрымліваецца '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Файл ключу не мае групу '%s'" @@ -1191,20 +1191,20 @@ msgstr "Файл ключу не мае групу '%s'" msgid "Key file does not have key '%s'" msgstr "Файл ключу не мае ключ '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Файл ключу утрымлівае ключ '%s' са значэньнем '%s' які не закадаваны UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Файл ключу утрымлівае ключ '%s' які мае значэньне што не можа быць " "інтэрпрэтаванае." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1213,37 +1213,37 @@ msgstr "" "Файл ключу утрымлівае ключ '%s' у групе '%s' які мае значэньне што не можа " "быць інтэрпрэтаванае." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Файл ключу не мае ключ '%s' у групе '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Файл ключу ўтрымлівае пасьлядоўнасьць завяршэньня ў канцы радку" # glib/gconvert.c:1648 -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Файл ключу утрымлівае недапушчальную пасьлядоўнасьць завяршэньня '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Значэньне '%s' не можа быць інтэрпрэтаванае як лік." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Цэлае значэньне '%s' па-за межамі" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Значэньне '%s' не можа быць інтэрпрэтаванае як лік." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Значэньне '%s' не можа быць інтэрпрэтаванае як булева." @@ -1260,7 +1260,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1283,34 +1283,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1323,11 +1323,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Сымбалічныя спасылкі не падтрымліваюцца" @@ -1340,12 +1350,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1353,7 +1363,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1396,16 +1406,25 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" # glib/gconvert.c:1632 -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Назва вузлу ў URI \"%s\" недапушчальная" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1423,6 +1442,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1442,123 +1495,123 @@ msgid "Unable to find default local directory monitor type" msgstr "" # glib/gconvert.c:1729 -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Недапушчальная назва праграмы: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +# glib/gfileutils.c:348 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Памылка чытаньня файлу \"%s\": %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" # glib/gconvert.c:1729 -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Недапушчальная назва вузла" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Памылка чытаньня файлу \"%s\": %s" - -# glib/gfileutils.c:348 -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Збой стварэньня файлу \"%s\": %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Збой стварэньня файлу \"%s\": %s" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Збой стварэньня файлу \"%s\": %s" # glib/gdir.c:79 -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Памылка ў часе адкрыцьця каталёгу \"%s\": %s" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Памылка ў часе пераўтварэньня: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "" # glib/gfileutils.c:348 -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1593,68 +1646,68 @@ msgid " (invalid encoding)" msgstr "" # glib/gfileutils.c:348 -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 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:1825 +#: gio/glocalfileinfo.c:1821 #, 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:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Памылка ў часе пераўтварэньня: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" # glib/gmarkup.c:303 -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Памылка ў радку %d: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 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:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Памылка ў часе пераўтварэньня: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Сымбалічныя спасылкі не падтрымліваюцца" @@ -1804,34 +1857,39 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" # glib/gconvert.c:1632 -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Назва вузлу ў URI \"%s\" недапушчальная" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + # glib/gfileutils.c:348 #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 diff --git a/po/be@latin.po b/po/be@latin.po index 09e84dba..ff7b663b 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-02-16 23:33+0200\n" "Last-Translator: Ihar Hrachyshka \n" "Language-Team: Belarusian Latin \n" @@ -623,7 +623,7 @@ msgstr "" "Å¡ablon utrymlivaje elementy, jakija nie padtrymvajucca dla častkovaj " "adpaviadnaści" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "unutranaja pamyłka" @@ -1131,12 +1131,12 @@ msgstr "Padvojnaja ličbavaja vartaść '%s' dla %s pa-za dapuščalnymi miežam msgid "Error parsing option %s" msgstr "Pamyłka padčas pierapracoÅ­ki %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Adsutny parametar dla %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Nieviadomaja opcyja %s" @@ -1182,9 +1182,9 @@ msgstr "Niapravilnaja nazva kluča: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Fajł kluča Å­trymlivaje kadavańnie '%s', jakoje nie absłuhoÅ­vajecca" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Fajł kluča nie Å­klučaje Å­ siabie hrupy '%s'" @@ -1194,20 +1194,20 @@ msgstr "Fajł kluča nie Å­klučaje Å­ siabie hrupy '%s'" msgid "Key file does not have key '%s'" msgstr "Fajł kluča nie Å­klučaje Å­ siabie kluča '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Fajł kluča Å­klučaje Å­ siabie kluč '%s' z vartaściu '%s', nie zapisanaj jak " "UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Fajł kluča Å­klučaje Å­ siabie kluč '%s' ź nieinterpretavalnaj vartaściu." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1216,39 +1216,39 @@ msgstr "" "Fajł kluča Å­klučaje Å­ siabie kluč '%s' u hrupie '%s', jaki maje " "nieinterpretavalnuju vartaść." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Fajł kluča nia maje kluča '%s' u hrupie '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Fajł kluča maje Å­ sabie cytavany znak na kancy radka" # glib/gconvert.c:1648 -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Fajł kluča maje Å­ sabie niedapuščalny cytavalny łancužok '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Nielha interpretavać '%s' jak ličbavuju vartaść." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Ličbavaja vartaść '%s' pa-za dapuščalnymi miežami" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" "Niemahčyma interpretavać značeńnie '%s' jak ličbavuju vartaść ź " "niefiksavanaj koskaj." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ličbavuju vartaść '%s' niemahčyma interpretavać jak lahičnuju vartaść." @@ -1265,7 +1265,7 @@ msgstr "Funkcyi %s pieradadzieny nadta vialiki ličylnik" msgid "Stream is already closed" msgstr "Płyń užo začynienaja" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Aperacyja anulavanaja" @@ -1287,35 +1287,35 @@ msgstr "typ %s" msgid "Unexpected early end-of-stream" msgstr "Zaŭčasny kaniec płyni" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nienazvany" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Fajł stała nie akreślivaje pola Exec" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Niemahčyma znajści terminału, vymahanaha dla aplikacyi" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Niemahčyma stvaryć fajł stała %s dla karystalnika" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Asablivaje aznačeńnie dla %s" @@ -1328,11 +1328,21 @@ msgstr "pryłada nie zaimplementavała vysoÅ­vańnia (eject)" msgid "drive doesn't implement polling for media" msgstr "pryłada nie zaimplementavała apytańnia nośbitaÅ­ (poll)" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Aperacyja nie padtrymlivajecca" @@ -1344,12 +1354,12 @@ msgstr "Aperacyja nie padtrymlivajecca" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Źmiaščalnaje mantavańnie nie isnuje" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Niemahčyma skapijavać zamiest katalohu" @@ -1357,7 +1367,7 @@ msgstr "Niemahčyma skapijavać zamiest katalohu" msgid "Can't copy directory over directory" msgstr "Niemahčyma skapijavać kataloh zamiest inÅ¡aha katalohu" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Metavy fajł isnuje" @@ -1399,16 +1409,25 @@ msgstr "U fajłavaha ličylnika jość važkaja aperacyja" msgid "File enumerator is already closed" msgstr "Fajłavy ličylnik užo začynieny" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" # glib/gconvert.c:1632 -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Niapravilnaja nazva hostu Å­ URI '%s' " +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1426,6 +1445,40 @@ msgstr "Dla Å­vachodnaj płyni nie dazvolenaje abcinańnie" msgid "Truncate not supported on stream" msgstr "Dla płyni nie padtrymlivajecca abcinańnie" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Uvachodnaja płyń nie zaimplementavała čytańnia (read)" @@ -1445,122 +1498,122 @@ msgid "Unable to find default local directory monitor type" msgstr "Niemahčyma znajści zmoŭčany typ manitora dla lakalnaha katalohu" # glib/gconvert.c:1729 -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Niapravilnaja nazva fajłu %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Pamyłka atrymańnia źviestak ab fajłavaj systemie: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Niemahčyma źmianić nazvu dla karaniovaha katalohu" -#: gio/glocalfile.c:1126 +# glib/gfileutils.c:348 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Pamyłka adčytańnia fajłu: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Niemahčyma źmianić nazvu dla fajłu, taki fajł užo isnuje" # glib/gconvert.c:1729 -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Niapravilnaja nazva fajłu" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Pamyłka adčytańnia fajłu: %s" - -# glib/gfileutils.c:348 -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Pamyłka adčynieńnia fajłu: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Niemahčyma adčynić kataloh" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Pamyłka vydaleńnia fajłu: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Pamyłka vykidańnia Å­ śmietnicu fajłu: %s" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Niemahčyma stvaryć kataloh śmietnicy %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Niemahčyma znajści najvyÅ¡ejÅ¡y kataloh dziela śmiećcia" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Niemahčyma znajści ci stvaryć kataloh dziela śmiećcia" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Niemahčyma stvaryć śmiaćciovy fajł źviestak: %s" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Niemahčyma vykinuć u śmietnicu fajł: %s" # glib/gdir.c:79 -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Pamyłka pry adčynieńni katalohu '%s': %s" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Pamyłka stvareńnia symbalnaj spasyłki: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Pamyłka pieranosu fajłu: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Niemahčyma pieranieści kataloh zamiest inÅ¡aha katalohu" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "NiaÅ­dałaje stvareńnie zapasnoha fajłu" # glib/gfileutils.c:348 -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Pamyłka vydaleńnia metavaha fajłu: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Pieranos pamiž punktami mantavańnia nie padtrymlivajecca" @@ -1594,71 +1647,71 @@ msgid " (invalid encoding)" msgstr " (niapravilnaje kadavańnie)" # glib/gfileutils.c:348 -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Pamyłka atrymańnia stat() dla fajłavaha deskryptara: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Niapravilny typ atrybutu (čakaÅ­sia uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Niapravilny typ atrybutu (čakaÅ­sia uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 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:1825 +#: gio/glocalfileinfo.c:1821 #, 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:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Pamyłka akreśleńnia ŭładalnika: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "symbalnaja spasyłka musić być nia-NULL" # glib/gmarkup.c:303 -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Pamyłka akreśleńnia symbalnaj spasyłki: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 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:2067 +#: gio/glocalfileinfo.c:2063 #, 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:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Pamyłka akreśleńnia ŭładalnika: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Akreśleńnie atrybutu %s nie padtrymlivajecca" @@ -1808,36 +1861,41 @@ msgstr "Vyjściovaja płyń nie zaimplementavała zapisu (write)" msgid "Source stream is already closed" msgstr "Kryničnaja płyń užo začynienaja" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 #, fuzzy msgid "name" msgstr "Nienazvany" # glib/gconvert.c:1632 -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Niapravilnaja nazva hostu Å­ URI '%s' " -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 #, fuzzy msgid "names" msgstr "Nienazvany" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + # glib/gfileutils.c:348 #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 diff --git a/po/bg.po b/po/bg.po index 05e8bb4d..1b5ac2c3 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-09-02 14:15+0300\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" @@ -555,7 +555,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "шаблонът съдържа елементи, които не се поддържат при частично съвпадение" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "вътрешна грешка" @@ -1031,12 +1031,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "Грешка при анализа на опцията: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Липсва аргумент за %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Непозната опция %s" @@ -1080,9 +1080,9 @@ msgstr "Неправилно име на ключ: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Ключовият файл съдържа неподдържаното кодиране „%s“" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Ключовият файл не съдържа групата „%s“" @@ -1092,19 +1092,19 @@ msgstr "Ключовият файл не съдържа групата „%s“" msgid "Key file does not have key '%s'" msgstr "Ключовият файл не съдържа ключа „%s“" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Ключовият файл съдържа ключ „%s“ със стойност „%s“, която не е в UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Ключовият файл съдържа ключа „%s“, чиято стойност не може да бъде " "анализирана." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1113,37 +1113,37 @@ msgstr "" "Ключовият файл съдържа ключа „%s“ в групата „%s“, чиято стойност не може да " "бъде анализирана." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Ключовият файл не съдържа ключа „%s“ в групата „%s“" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Ключовият файл съдържа екранираща последователност в край на ред" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Ключовият файл съдържа грешна екранираща последователност — „%s“" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Стойността „%s“ не може да се интерпретира като число." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Целочислената стойност „%s“ е извън интервала на допустими стойности" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" "Стойността „%s“ не може да се интерпретира като число с плаваща запетая." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Стойността „%s“ не може да се интерпретира като булева." @@ -1160,7 +1160,7 @@ msgstr "Подадена е прекалено голяма стойност н msgid "Stream is already closed" msgstr "Потокът вече е затворен" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Действието е прекратено" @@ -1182,34 +1182,34 @@ msgstr "Вид на %s" msgid "Unexpected early end-of-stream" msgstr "Неочаквано ранен край на поток" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Без име" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Във файла .desktop липсва поле за изпълнение" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Не може да се открие терминал за приложението" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Не може да се създаде папката с потребителските настройки %s: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не може да се създаде папката с настройките за MIME %s: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Не може да се създаде файл .desktop — „%s“" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Потребителска дефиниция за %s" @@ -1222,11 +1222,21 @@ msgstr "устройството не поддържа изваждане" msgid "drive doesn't implement polling for media" msgstr "устройството не поддържа следене за носител" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Действието не се поддържа" @@ -1238,12 +1248,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Съдържащият монтиран обект не съществува" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Не може да се копира върху папка" @@ -1251,7 +1261,7 @@ msgstr "Не може да се копира върху папка" msgid "Can't copy directory over directory" msgstr "Папка не може да се копира върху папка" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Целевият файл съществува" @@ -1293,14 +1303,23 @@ msgstr "Файловият брояч все още е е привършил" msgid "File enumerator is already closed" msgstr "Файловият брояч вече е затворен" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "файл" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Файлът съдържащ иконата" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1318,6 +1337,40 @@ msgstr "Входният поток не може да се съкращава" msgid "Truncate not supported on stream" msgstr "Потокът не може да се съкращава" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Входният поток не поддържа четене" @@ -1337,108 +1390,108 @@ msgid "Unable to find default local directory monitor type" msgstr "" "Стандартният датчик за монтиране на локални папки не може да се открие " -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Неправилно име на файл: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка при получаване на информация за файловата система: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Кореновата папка не може да се преименува" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Грешка при преименуване на файл: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Файлът не може да се преименува — съществува друг файл с такова име" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Неправилно име на файл" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Грешка при преименуване на файл: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Грешка при отваряне на файл: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Папката не може да бъде отворена" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Грешка при изтриване на файл: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Грешка при преместване на файл в кошчето: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Неуспех при създаване на папката за кошче „%s“: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Не може да се открие най-горната папка за кошче" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Не може да се създаде папката за кошче" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Неуспех при създаване на файл с информация за кошчето: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Неуспех при преместване на файл в кошчето: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Грешка при създаване на папка: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Грешка при създаване на символна връзка: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Грешка при преместване на файл: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Папка не може да бъде преместена върху папка" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Грешка при премахване на целевия файл: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Не се поддържа местене между монтирани местоположения" @@ -1468,61 +1521,61 @@ msgstr "Грешка при получаване на състоянието н msgid " (invalid encoding)" msgstr " (неправилно кодиране)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка при получаване на състоянието на файловия дескриптор: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Неправилен вид на атрибут (очакваше се uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Неправилен вид на атрибут (очакваше се uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Неправилен вид на атрибут (очакваше се низ от байтове)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Грешка при задаване на правата за достъп: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Грешка при задаване на собственик: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "символната връзка трябва да не е NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Грешка при задаване на символна връзка: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "Грешка при задаване на символна връзка: файлът не е такава" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "Контекстът на SELinux трябва да не е NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Грешка при задаване на контекста на SELinux: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux не е включен на тази система" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Не се поддържа задаването на атрибута %s" @@ -1659,27 +1712,27 @@ msgstr "Изходният поток не поддържа запис" msgid "Source stream is already closed" msgstr "Изходният поток вече е затворен" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "име" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Името на иконата" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "имена" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Масив с имена на икони" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "използване на стандартните резервни настройки" -#: gio/gthemedicon.c:249 +#: 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." @@ -1688,6 +1741,11 @@ msgstr "" "съкращаване на името при знаците „-“. Ако са дадени множество имена, се " "взема само първото." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/bn.po b/po/bn.po index 49b580c8..018320be 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2006-08-31 21:21+0600\n" "Last-Translator: Khandakar Mujahidul Islam \n" "Language-Team: Bengali \n" @@ -535,7 +535,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1003,12 +1003,12 @@ msgstr "%2$s-র জন্য '%1$s'-র দ্বীগুণ মান সী msgid "Error parsing option %s" msgstr "%s বিকল্প পার্স করতে ব্যর্থ" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s এর জন্য প্রেরিত মান নিরুদ্দেশ" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "অজানা অপশন %s" @@ -1051,9 +1051,9 @@ msgstr "প্রোগ্রামের নাম অবৈধ: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "কী ফাইল অসমর্থিত এনকোডিং '%s' ধারণ করছে" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "কী ফাইলের গ্রুপ '%s' নেই" @@ -1063,53 +1063,53 @@ msgstr "কী ফাইলের গ্রুপ '%s' নেই" msgid "Key file does not have key '%s'" msgstr "কী ফাইলের কী '%s' নেই" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "কী ফাইলে '%s' কী এর মান '%s', যা UTF-8 নয়" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "কী ফাইল '%s' কী ধারণ করে যার মান ইন্টারপ্রেট করা যাবেনা।" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, 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:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "কী ফাইলের '%2$s' গ্রুপ এ অন্তর্ভুক্ত '%1$s' কী টি নেই" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "কী ফাইল লাইনের শেষে এস্কেপ অক্ষর ধারণ করছে" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "কী ফাইলে অবৈধ এস্কেপ সিকোয়েন্স '%s' আছে" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "মান '%s' কে সংখ্যা হিসেবে ইন্টারপ্রেট করা যায় না।" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "ইন্টিজার মান '%s' সীমার বাহিরে" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "'%s' মান float সংখ্যা রূপে ব্যাখ্যা করা সম্ভব নয়।" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "মান '%s' কে বুলিয়ান হিসেবে ইন্টারপ্রেট করা যায় না।" @@ -1126,7 +1126,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1149,34 +1149,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1189,11 +1189,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়" @@ -1206,12 +1216,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1219,7 +1229,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1263,15 +1273,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "ইউআরআই '%s' এর হোস্ট নাম গ্রহনযোগ্য নয়" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1289,6 +1308,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1307,109 +1360,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "প্রোগ্রামের নাম অবৈধ: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "ভুল হোস্ট নাম" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "ডাইরেক্টরি '%s' খুলতে ব্যর্থ: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "%s বিকল্প পার্স করতে ব্যর্থ" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1440,61 +1493,61 @@ msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "পরিবর্তন সময়কালীন ভুল: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "পরিবর্তন সময়কালীন ভুল: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "লাইন %d এ ভুল: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "পরিবর্তন সময়কালীন ভুল: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়" @@ -1633,33 +1686,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "ইউআরআই '%s' এর হোস্ট নাম গ্রহনযোগ্য নয়" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/bn_IN.po b/po/bn_IN.po index fb317160..c5ef3ebd 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-09-09 18:16+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bengali INDIA \n" @@ -547,7 +547,7 @@ msgstr "ব্যাক-ট্যাক করার সুনির্দিষ msgid "the pattern contains items not supported for partial matching" msgstr "উল্লিখিত বিন্যাসটির মধ্যে অন্তর্ভুক্ত সামগ্রী, আংশিক মিল অনুসন্ধানে সমর্থিত নয়" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "অভ্যন্তরীণ সমস্যা" @@ -1008,12 +1008,12 @@ msgstr "%2$s-র জন্য '%1$s'-র দ্বীগুণ মান সী msgid "Error parsing option %s" msgstr "%s বিকল্প পার্স করতে ব্যর্থ" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s'র আর্গুমেন্ট অনুপস্থিত" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "অজানা বিকল্প %s" @@ -1055,9 +1055,9 @@ msgstr "কি-র নাম অবৈধ: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "কি-ফাইলের মধ্যে অসমর্থিত এনকোডিং '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "কি-ফাইলের মধ্যে কোনো সংকলন অনুপস্থিত '%s'" @@ -1067,18 +1067,18 @@ msgstr "কি-ফাইলের মধ্যে কোনো সংকলন msgid "Key file does not have key '%s'" msgstr "কি-ফাইলের মধ্যে কোনো কি উপস্থিত নেই '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "কি-ফাইলের মধ্যে '%2$s' মান সহ '%1$s' কি উপস্থিত রয়েছে যা UTF-8 বিন্যাসে নেই।" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "কি-ফাইলের মধ্যে '%s' কি উপস্থিত রয়েছে যার মান ব্যাখ্যা করা সম্ভব নয়।" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1087,36 +1087,36 @@ msgstr "" "কি-ফাইলের মধ্যে '%2$s' সংকলনে '%1$s' কি উপস্থিত রয়েছে যার মান ব্যাখ্যা করা সম্ভব " "নয়।" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "কি-ফাইলের মধ্যে '%2$s' সংকলনে '%1$s' কি উপস্থিত নেই" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "কি-ফাইলের মধ্যে পংক্তির অবশেষে এস্কেপ অক্ষর উপস্থিত রয়েছে" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "কি-ফাইলের মধ্যে অবৈধ এস্কেপ ধারা উপস্থিত রয়েছে '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "'%s' মান কোনো সংখ্যারূপে ব্যাখ্যা করা সম্ভব নয়।" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "'%s' পূর্ণসংখ্যা মান সীমা বহির্ভূত" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "'%s' মান float সংখ্যা রূপে ব্যাখ্যা করা সম্ভব নয়।" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' মান বুলিয়ান রূপে ব্যাখ্যা করা সম্ভব নয়।" @@ -1133,7 +1133,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "কর্ম বাতিল করা হয়েছে" @@ -1155,34 +1155,34 @@ msgstr "%s ধরন" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "নামবিহীন" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "ডেস্কটপ ফাইলের মধ্যে Exec ফিল্ড" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "অ্যাপ্লিকেশনের জন্য আবশ্যক টার্মিনাল পাওয়া যায়নি" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "উইজার অ্যাপ্লিকেশনের কনফিগারেশন ফোল্ডার %s নির্মাণ করতে ব্যর্থ: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ইউজার MIME কনফিগারেশন ফোল্ডার %s নির্মাণ করতে ব্যর্থ: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "ইউজার ডেস্কটপ ফাইল %s নির্মাণ করতে ব্যর্থ" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "%s-র জন্য স্বনির্ধারত ব্যাখ্যা" @@ -1195,11 +1195,21 @@ msgstr "ড্রাইভ দ্বারা ইজেক্ট কর্ম msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "কর্ম সমর্থিত হয় না" @@ -1211,12 +1221,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "ধারণকারী মাউন্ট উপস্থিত নেই" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "ডিরেক্টরির উপরে কপি করা যাবে না" @@ -1224,7 +1234,7 @@ msgstr "ডিরেক্টরির উপরে কপি করা যা msgid "Can't copy directory over directory" msgstr "ডিরেক্টরির উপর ডিরেক্টরি কপি করা যায়নি" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "উদ্দিষ্ট ফাইল উপস্থিত রয়েছে" @@ -1266,14 +1276,23 @@ msgstr "ফাইল enumerator-র মধ্যে অসমাপ্ত কর msgid "File enumerator is already closed" msgstr "ফাইল enumerator-র বন্ধ" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "ফাইল" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "আইকন ধারণকারী ফাইল" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1291,6 +1310,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1309,109 +1362,109 @@ msgstr "স্ট্রিমের ক্ষেত্রে অসমাপ্ msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "ফাইলের নাম অবৈধ: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "ফাইল-সিস্টেম সংক্রান্ত তথ্য প্রাপ্ত করতে সমস্যা: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "root ডিরেক্টরির নাম পরিবর্তন করা সম্ভব নয়" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "ফাইলের নাম পরিবর্তনে সমস্যা: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" "ফাইলের নাম পরিবর্তন করা যায়নি, নতুন নামের একটি ফাইলের নাম বর্তমানে উপস্থিত রয়েছে" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "ফাইলের নাম বৈধ নয়" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "ফাইলের নাম পরিবর্তনে সমস্যা: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "ফাইল খুলতে সমস্যা: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "ডিরেক্টরি খুলতে সমস্যা" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "ফাইল মুছে ফেলতে সমস্যা: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "ফাইলটি আবর্জনায় স্থানান্তর করতে সমস্যা: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "আবর্জনার ডিরেক্টরি %s নির্মাণ করতে সমস্যা: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "আবর্জনার ঊর্ধ্বতন ডিরেক্টরি সনাক্ত করতে ব্যর্থ" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "আবর্জনার ডিরেক্টরি সনাক্ত অথবা নির্মাণ করতে ব্যর্থ" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "ফাইল বর্জন করতে ব্যর্থ: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "ডিরেক্টরি নির্মাণ করতে ব্যর্থ: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "সিম্‌বলিক লিঙ্ক নির্মাণ করতে ব্যর্থ: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "ফাইল স্থানান্তর করতে সমস্যা: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "ডিরেক্টরির উপর ডিরেক্টরি স্থানান্তর করা যাবে না" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "উদ্দিষ্ট ফাইল মুছে ফেলতে সমস্যা: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "মাউন্ট করা অবস্থানের মধ্যে স্থানান্তর করা সম্ভব নয়" @@ -1441,61 +1494,61 @@ msgstr "ফাইল '%s' stat করতে ব্যর্থ: %s" msgid " (invalid encoding)" msgstr " (অবৈধ এনকোডিং)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "ফাইলের বিবরণ stat করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "অনুমতি নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "মালিকানা নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "সিম্‌-লিঙ্ক NULL-ব্যাতীত মান হওয়া আবশ্যক" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "সিম্‌-লিঙ্ক নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "সিম্‌-লিঙ্ক নির্ধারণ করতে ত্রুটি: ফাইলটি সিম্‌-লিঙ্ক নয়" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux কনটেক্সটের NULL-ব্যাতীত মান হওয়া আবশ্যক" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux কনটেক্সট নির্ধারণ করতে ব্যর্থ: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "এই সিস্টেমে SELinux সক্রিয় করা হয়নি" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "%s অ্যাট্রিবিউটের মান নির্ধারণ সমর্থিত নয়" @@ -1632,32 +1685,37 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "নাম" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "আইকনের নাম" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "নাম" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "আইকনের নাম ধারণকারী একটি অ্যারে" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/bs.po b/po/bs.po index b96fb537..7c97e0a2 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2004-05-17 01:30+0000\n" "Last-Translator: Kenan Hadžiavdić \n" "Language-Team: Bosnian \n" @@ -540,7 +540,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1012,12 +1012,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "" @@ -1059,9 +1059,9 @@ msgstr "Nevažeće ime računara" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "" @@ -1071,53 +1071,53 @@ msgstr "" msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' sadrži nevažeće escape znakove" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1134,7 +1134,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1156,34 +1156,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1196,11 +1196,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Simbolički linkovi nisu podržani" @@ -1213,12 +1223,12 @@ msgstr "Simbolički linkovi nisu podržani" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1226,7 +1236,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1269,15 +1279,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Ime računara URI-ja '%s' je nevažeće" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1295,6 +1314,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1313,109 +1366,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Nevažeće ime računara" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Nevažeće ime računara" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "NeuspjeÅ¡no pravljenje datoteke '%s': %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "NeuspjeÅ¡no pravljenje datoteke '%s': %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "NeuspjeÅ¡no pravljenje datoteke '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "GreÅ¡ka tokom otvaranja direktorija '%s': %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1446,61 +1499,61 @@ msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "GreÅ¡ka tokom čitanja datoteke '%s': %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "GreÅ¡ka u %d. redu: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Simbolički linkovi nisu podržani" @@ -1638,33 +1691,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Ime računara URI-ja '%s' je nevažeće" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/ca.po b/po/ca.po index 466fe13e..f66be179 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-10 13:17+0200\n" "Last-Translator: Gil Forcada \n" "Language-Team: Catalan \n" @@ -569,7 +569,7 @@ msgstr "" "el patró conté elements que no estan implementats en les concordances " "parcials" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "error intern" @@ -1049,12 +1049,12 @@ msgstr "El valor doble «%s» per a %s és fora del rang" msgid "Error parsing option %s" msgstr "S'ha produït un error en analitzar l'opció %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Manca un argument per a %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Es desconeix l'opció %s" @@ -1098,9 +1098,9 @@ msgstr "El nom de la clau no és vàlid: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "El fitxer de claus conté la codificació no implementada «%s»" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "El fitxer de claus no té el grup «%s»" @@ -1110,18 +1110,18 @@ msgstr "El fitxer de claus no té el grup «%s»" msgid "Key file does not have key '%s'" msgstr "El fitxer de claus no té la clau «%s»" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "El fitxer de claus conté la clau «%s» amb el valor «%s» que no és UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "El fitxer de claus conté la clau «%s» que té un valor que no és interpretable." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1130,36 +1130,36 @@ msgstr "" "El fitxer de claus conté la clau «%s» en el grup «%s», que té un valor no " "interpretable." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "El fitxer de claus no conté una clau «%s» en el grup «%s»" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "El fitxer de claus conté un caràcter d'escapada al final de línia" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "El fitxer de claus conté una seqüència d'escapada no vàlida «%s»" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "El valor «%s» no es pot interpretar com a un nombre." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "El valor enter «%s» és fora del rang" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "El valor «%s» no es pot interpretar com a un nombre en coma flotant." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "El valor «%s» no es pot interpretar com un booleà." @@ -1176,7 +1176,7 @@ msgstr "El valor de comptatge passat a %s és massa llarg" msgid "Stream is already closed" msgstr "Ja està tancat el flux" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "S'ha cancel·lat l'operació" @@ -1198,37 +1198,37 @@ msgstr "tipus %s" msgid "Unexpected early end-of-stream" msgstr "No s'esperava un final de flux tant aviat" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sense nom" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "El fitxer d'escriptori no especificava el camp d'execucció" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "No s'ha pogut trobar el terminal que demanava l'aplicació" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, 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:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Definició personalitzada per a %s" @@ -1241,11 +1241,21 @@ msgstr "la unitat no implementa l'expulsió" msgid "drive doesn't implement polling for media" msgstr "la unitat no implementa l'enquesta per si hi ha un medi" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "L'operació no està implementada" @@ -1257,12 +1267,12 @@ msgstr "L'operació no està implementada" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "No existeix el punt de muntatge contenidor" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "No es pot copiar al directori" @@ -1270,7 +1280,7 @@ msgstr "No es pot copiar al directori" msgid "Can't copy directory over directory" msgstr "No es pot copiar el directori al directori" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Ja existeix el fitxer de destinació" @@ -1313,14 +1323,23 @@ msgstr "L'enumerador de fitxer té una operació pendent" msgid "File enumerator is already closed" msgstr "Ja està tancat l'enumerador de fitxer" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "fitxer" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "El fitxer que conté la icona" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1338,6 +1357,40 @@ msgstr "No es permet truncar en els fluxs d'entrada" msgid "Truncate not supported on stream" msgstr "No es permet trucar en els fluxs" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "El flux d'entrada no té implementada la lectura" @@ -1357,109 +1410,109 @@ msgid "Unable to find default local directory monitor type" msgstr "" "No s'ha pogut trobar el tipus de seguiment de directoris locals predeterminat" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "El nom del fitxer no és vàlid: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "" "S'ha produït un error en obtenir la informació del sistema de fitxers: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "No es pot canviar el nom del directori arrel" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "S'ha produït un error en canviar el nom del fitxer: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "No es pot canviar el nom del fitxer, ja existeix aquest nom" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Nom de fitxer no vàlid" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "S'ha produït un error en canviar el nom del fitxer: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "S'ha produït un error en obrir el fitxer: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "No s'ha pogut obrir el directori" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "S'ha produït un error en suprimir el fitxer: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "S'ha produït un error en enviar el fitxer a la paperera: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "No s'ha pogut crear el directori de la paperera %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "No s'ha pogut trobar el directori superior per a la paperera" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "No s'ha pogut trobar o crear el directori de la paperera" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "No s'ha pogut crear el fitxer d'informació d'enviar a la paperera: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "No s'ha pogut enviar el fitxer a la paperera: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "S'ha produït un error en crear el directori: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "S'ha produït un error en fer l'enllaç simbòlic: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "S'ha produït un error en moure el fitxer: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "No s'ha pogut moure el directori al directori" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Ha fallat la creació del fitxer de còpia de seguretat" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "S'ha produït un error en suprimir el fitxer objectiu: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "No està implementat el moure entre muntatges" @@ -1490,65 +1543,65 @@ msgstr "" msgid " (invalid encoding)" msgstr " (codificació no vàlida)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, 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:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipus d'atribut no vàlid (s'esperava un uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipus d'atribut no vàlid (s'esperava un uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Tipus d'atribut no vàlid (s'esperava una cadena de bytes)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "S'ha produït un error en establir els permisos: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "S'ha produït un error en establir el propietari: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "l'enllaç simbòlic no pot ser nul" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "S'ha produït un error en establir l'enllaç simbòlic: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 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:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "El context del SELinux no pot ser nul" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, 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:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "Aquest sistema no té habilitat el SELinux" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "No està implementat establir l'atribut %s" @@ -1687,27 +1740,27 @@ msgstr "El flux de sortida no implementa l'escriptura" msgid "Source stream is already closed" msgstr "El flux font ja està tancat" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "nom" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "El nom de la icona" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "noms" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Una llista amb els noms de les icones" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "utilitza les alternatives predeterminades" -#: gio/gthemedicon.c:249 +#: 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." @@ -1716,6 +1769,11 @@ msgstr "" "escurçar el nom a «-» caràcters. Ignora els noms després del primer si es " "donen més múltiples noms." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/cs.po b/po/cs.po index e5ec3eda..fbf81716 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-27 01:22+0200\n" "Last-Translator: Petr Kovar \n" "Language-Team: Czech \n" @@ -543,7 +543,7 @@ msgstr "dosažen limit zpětného vyhledávání" msgid "the pattern contains items not supported for partial matching" msgstr "vzorek obsahuje položky nepodporované u částečného porovnávání" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "vnitřní chyba" @@ -1010,12 +1010,12 @@ msgstr "Celočíselná (double) hodnota \"%s\" u %s mimo rozsah" msgid "Error parsing option %s" msgstr "Chyba volby %s při syntaktické analýze" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Chybí parametr %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Neznámý přepínač %s" @@ -1059,9 +1059,9 @@ msgstr "Neplatný název klíče: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Soubor klíče obsahuje nepodporované kódování \"%s\"" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Soubor klíče nemá skupinu \"%s\"" @@ -1071,19 +1071,19 @@ msgstr "Soubor klíče nemá skupinu \"%s\"" msgid "Key file does not have key '%s'" msgstr "Soubor klíče nemá klíč \"%s\"" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Soubor klíče obsahuje klíč \"%s\" s hodnotou \"%s\", která není v UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Soubor klíče obsahuje klíč \"%s\", který má neinterpretovatelnou hodnotu." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1092,36 +1092,36 @@ msgstr "" "Soubor klíče obsahuje klíč \"%s\" ve skupině \"%s\", který má " "neinterpretovatelnou hodnotu." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Soubor klíče nemá klíč \"%s\" ve skupině \"%s\"" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Soubor klíče obsahuje na konci řádku znak změny" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Soubor klíče obsahuje neplatnou posloupnost pro změnu \"%s\"" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Hodnotu \"%s\" nelze interpretovat jako číslo." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Celočíselná hodnota \"%s\" mimo rozsah" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Hodnotu \"%s\" nelze interpretovat jako reálné (float) číslo." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Hodnotu \"%s\" nelze interpretovat jako booleovskou hodnotu." @@ -1138,7 +1138,7 @@ msgstr "%s poskytnut příliÅ¡ vysoký počet" msgid "Stream is already closed" msgstr "Proud je již uzavřen" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operace byla zruÅ¡ena" @@ -1160,34 +1160,34 @@ msgstr "typ %s" msgid "Unexpected early end-of-stream" msgstr "Neočekávaný časný konec proudu" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Bez názvu" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "V souboru desktop nezadáno pole Exec" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Nelze nalézt terminál vyžadovaný pro aplikaci" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Nelze vytvořit uživatelský soubor desktop %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Vlastní definice %s" @@ -1200,11 +1200,21 @@ msgstr "mechanika neprovádí vysouvání" msgid "drive doesn't implement polling for media" msgstr "mechanika neprovádí dotazování na média" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operace není podporována" @@ -1216,12 +1226,12 @@ msgstr "Operace není podporována" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Obsahující připojené neexistuje" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Nelze kopírovat nad adresář" @@ -1229,7 +1239,7 @@ msgstr "Nelze kopírovat nad adresář" msgid "Can't copy directory over directory" msgstr "Nelze kopírovat adresář nad adresář" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Cílový soubor existuje" @@ -1271,14 +1281,23 @@ msgstr "Souborový enumerator má nevykonanou operaci" msgid "File enumerator is already closed" msgstr "Souborový enumerator je již uzavřen" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "soubor" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Soubor obsahující ikonu" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1296,6 +1315,40 @@ msgstr "Zkrácení nepodporováno ve vstupním proudu" msgid "Truncate not supported on stream" msgstr "Zkrácení není v proudu podporováno" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Vstupní proud neprovádí čtení" @@ -1314,108 +1367,108 @@ msgstr "Proud má otevřenou operaci" msgid "Unable to find default local directory monitor type" msgstr "Nelze nalézt výchozí typ sledování místního adresáře" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Neplatný název souboru %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Chyba při získávání informace o systému souborů: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Nelze přejmenovat kořenový adresář" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Chyba při přejmenovávání souboru: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Soubor nelze přejmenovat, název souboru již existuje" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Neplatný název souboru" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Chyba při přejmenovávání souboru: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Chyba při otevírání souboru: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Nelze otevřít adresář" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Chyba při odstraňování souboru: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Chyba při zahazování souboru: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nelze vytvořit adresář koÅ¡e %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Ke koÅ¡i nelze nalézt adresář nejvyšší úrovně" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Nelze nalézt nebo vytvořit adresář koÅ¡e" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Nelze vytvořit informační soubor o zahozeném: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Nelze zahodit soubor: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Chyba při vytváření adresáře: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Chyba při vytváření symbolického odkazu: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Chyba při přesunování souboru: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Adresář nelze přesunout nad adresář" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Vytvoření záložního souboru selhalo" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Chyba při odstraňování cílového souboru: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Přesunování mezi připojeními není podporováno" @@ -1445,62 +1498,62 @@ msgstr "Chyba při prohledávání souboru \"%s\" s fstat(): %s" msgid " (invalid encoding)" msgstr " (neplatné kódování)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Chyba při prohledávání popisovače souboru s fstat(): %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Neplatný typ atributu (očekáván uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Neplatný typ atributu (očekáván uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Neplatný typ atributu (očekáván bajtový řetězec)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Chyba při nastavování oprávnění: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Chyba při nastavování vlastníka: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "symbolický odkaz nesmí být prázdný" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Chyba při nastavování symbolického odkazu: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 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:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "Kontext SELinux nesmí být prázdný" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Chyba při nastavování kontextu SELinux: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "V tomto systému není SELinux povolen" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Nastavení atributu %s není podporováno" @@ -1637,27 +1690,27 @@ msgstr "Výstupní proud neprovádí zápis" msgid "Source stream is already closed" msgstr "Zdrojový proud je již ukončen" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "název" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Název ikony" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "názvy" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Pole obsahující názvy ikon" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "použít výchozí zálohy" -#: gio/gthemedicon.c:249 +#: 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." @@ -1665,6 +1718,11 @@ msgstr "" "Zda používat výchozí zálohy nalezené zkrácením názvu u znaků \"-\". Je-li " "zadáno více názvů, ignorují se názvy po prvním zadaném." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/cy.po b/po/cy.po index d9f55f0e..c6b1e666 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2006-06-29 19:38+0100\n" "Last-Translator: Rhys Jones \n" "Language-Team: Welsh \n" @@ -539,7 +539,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1012,12 +1012,12 @@ msgstr "Mae'r gwerth dwbl '%s' ar gyfer %s y tu allan i'r cwmpas" msgid "Error parsing option %s" msgstr "Gwall wrth ramadegu opsiwn %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Arg ar goll ar gyfer %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Opsiwn anhysbys %s" @@ -1062,9 +1062,9 @@ msgstr "Enw rhaglen annilys: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Ffeil allwedd yn cynnwys yr amgodiad '%s', na gynhelir" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Nid oes gan y ffeil allwedd y grŵp '%s'" @@ -1074,19 +1074,19 @@ msgstr "Nid oes gan y ffeil allwedd y grŵp '%s'" msgid "Key file does not have key '%s'" msgstr "Ffeil allwedd heb fod yn cynnwys yr allwedd '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Ffeil allwedd yn cynnwys yr allwedd '%s' gyda'r gwerth '%s' nad yw'n UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Ffeil allwedd yn cynnwys yr allwedd '%s' sydd â gwerth na ellir ei ddirnad." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1095,36 +1095,36 @@ msgstr "" "Ffeil allwedd yn cynnwys yr allwedd '%s' yng ngrŵp '%s' sydd â gwerth na " "ellir ei ddirnad." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Ffeil allwedd heb fod ganddi'r allwedd '%s' yn y grŵp '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Ffeil allwedd yn cynnwys nod dianc ar ddiwedd llinell" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Ffeil allwedd yn cynnwys '%s', sy'n ddilyniant dianc annilys" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Ni ellir darllen y gwerth '%s' fel rhif." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Gwerth cyfanrif '%s' y tu allan i'r ystod" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Ni ellir darllen y gwerth '%s' fel rhif arnawf." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ni ellir darllen '%s' fel gwerth Boole." @@ -1141,7 +1141,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1164,34 +1164,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1204,11 +1204,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Ni chynhelir cysylltion symbolaidd" @@ -1221,12 +1231,12 @@ msgstr "Ni chynhelir cysylltion symbolaidd" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1234,7 +1244,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1278,15 +1288,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Mae'r enw gwesteiwr yn y LAU '%s' yn annilys" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1304,6 +1323,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1322,109 +1375,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Enw rhaglen annilys: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Gwall wrth ddarllen ffeil '%s': %s " + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Enw gwesteiwr annilys" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Gwall wrth ddarllen ffeil '%s': %s " - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Methwyd creu'r ffeil '%s': %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Methwyd creu'r ffeil '%s': %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Methwyd creu'r ffeil '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Gwall y cyfeiriadur '%s': %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Gwall wrth ramadegu opsiwn %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1455,61 +1508,61 @@ msgstr "Gwall wrth ddarllen ffeil '%s': %s " msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Gwall wrth drawsnewid: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Gwall wrth drawsnewid: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Gwall ar linell %d: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Gwall wrth drawsnewid: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Ni chynhelir cysylltion symbolaidd" @@ -1648,33 +1701,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Mae'r enw gwesteiwr yn y LAU '%s' yn annilys" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/da.po b/po/da.po index 4edeac04..1d664f44 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-09-22 21:19+0000\n" "Last-Translator: Ask Hjorth Larsen \n" "Language-Team: Danish \n" @@ -554,7 +554,7 @@ msgstr "" "mønsteret indeholder elementer der ikke understøttes i forbindelse med " "partiel træfning" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "intern fejl" @@ -1027,12 +1027,12 @@ msgstr "Double-værdien \"%s\" for %s er ikke i gyldigt interval" msgid "Error parsing option %s" msgstr "Kunne ikke fortolke tilvalg %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Mangler argument for %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Ukendt flag %s" @@ -1076,9 +1076,9 @@ msgstr "Ugyldigt nøglenavn: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Nøglefilen indeholder kodningen \"%s\" der ikke er understøttet" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Nøglefilen indeholder ikke gruppen \"%s\"" @@ -1088,19 +1088,19 @@ msgstr "Nøglefilen indeholder ikke gruppen \"%s\"" msgid "Key file does not have key '%s'" msgstr "Nøglefilen indeholder ikke nøglen \"%s\"" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Nøglefilen indeholder nøglen \"%s\" med værdien \"%s\" der ikke er UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Nøglefilen indeholder nøglen \"%s\" som har en værdi der ikke kan fortolkes." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1109,36 +1109,36 @@ msgstr "" "Nøglefilen indeholder nøglen \"%s\" i gruppen \"%s\" som har en værdi der " "ikke kan fortolkes." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Nøglefilen har ikke nøglen \"%s\" i gruppen \"%s\"" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Nøglefilen indeholder beskyttede tegn for enden af linjen" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Nøglefilen indeholder en ugyldig undvigesekvens \"%s\"" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Værdien \"%s\" kan ikke fortolkes som et nummer." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Heltalsværdien \"%s\" er ikke i gyldigt interval" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Værdien \"%s\" kan ikke fortolkes som en float." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Værdien \"%s\" kan ikke fortolkes som en sandhedsværdi." @@ -1155,7 +1155,7 @@ msgstr "For stor talværdi givet til %s" msgid "Stream is already closed" msgstr "Strømmen er allerede lukket" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operationen blev afbrudt" @@ -1177,34 +1177,34 @@ msgstr "%s-type" msgid "Unexpected early end-of-stream" msgstr "Uventet tidlig strømafslutning" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unavngivet" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Skrivebordsfil angav intet Exec-felt" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Kan ikke finde terminal krævet af dette program" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kan ikke oprette konfigurationsfolder %s for brugerprogram: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kan ikke oprette bruger-MIME-konfigurationsfolder %s: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan ikke oprette brugerskrivebords-fil %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Tilpasset definition for %s" @@ -1217,11 +1217,21 @@ msgstr "drevet implementerer ikke eject" msgid "drive doesn't implement polling for media" msgstr "drevet implementerer ikke forespørgsel om medier" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operationen understøttes ikke" @@ -1233,12 +1243,12 @@ msgstr "Operationen understøttes ikke" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Indeholdende montering findes ikke" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Kan ikke kopiere over mappe" @@ -1246,7 +1256,7 @@ msgstr "Kan ikke kopiere over mappe" msgid "Can't copy directory over directory" msgstr "Kan ikke kopiere mappe over mappe" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "MÃ¥lfilen findes" @@ -1290,14 +1300,23 @@ msgstr "Filoptæller arbejder stadig" msgid "File enumerator is already closed" msgstr "Filoptæller er allerede lukket" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "fil" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Filen som indeholder ikonet" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1315,6 +1334,40 @@ msgstr "Afskæring tillades ikke for inputstrømmen" msgid "Truncate not supported on stream" msgstr "Afskæring understøttes ikke pÃ¥ strømmen" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Inputstrøm implementerer ikke læsning" @@ -1333,108 +1386,108 @@ msgstr "Strøm arbejder stadig" msgid "Unable to find default local directory monitor type" msgstr "Kan ikke finde standardmonitortype for lokal mappe" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Ugyldigt filnavn %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fejl ved læsning af filsysteminformation: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Kan ikke omdøbe rodmappen" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Fejl ved omdøbning af fil: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Kan ikke omdøbe fil, filnavn findes allerede" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Ugyldigt filnavn" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Fejl ved omdøbning af fil: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Fejl ved Ã¥bning af fil: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Kan ikke Ã¥bne mappe" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Fejl under fjernelse af fil: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Fejl ved udsmidning af fil: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kan ikke oprette affaldsmappe %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Kan ikke finde topniveau-mappe til affald" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Kan ikke finde eller oprette affaldsmappe" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kan ikke oprette affalds-infofil: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Kan ikke smide fil ud: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Fejl ved oprettelse af mappen: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Fejl under oprettelse af symbolsk henvisning: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Fejl ved flytning af fil: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Kan ikke flytte mappe over mappe" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Oprettelse af sikkerhedskopi mislykkedes" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Fejl ved fjernelse af mÃ¥lfil: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Flytning mellem monteringer understøttes ikke" @@ -1464,63 +1517,63 @@ msgstr "Fejl ved stat for filen \"%s\": %s" msgid " (invalid encoding)" msgstr " (ugyldig kodning)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fejl ved stat af fildeskriptor: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Ugyldig attributtype (uint32 forventet)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Ugyldig attributtype (uint64 forventet)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Ugyldig attributtype (byte-streng forventet)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Fejl ved ændring af rettigheder: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Fejl ved ændring af ejer: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "symbolsk henvisning mÃ¥ ikke være NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Fejl ved manipulation af symbolsk henvisning: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 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:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux-kontekst skal være forskellig fra NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Fejl ved ændring af SELinux-kontekst: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux er ikke aktiveret pÃ¥ dette system" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Indstilling af attributten %s understøttes ikke" @@ -1657,27 +1710,27 @@ msgstr "Uddatastrøm implementerer ikke write" msgid "Source stream is already closed" msgstr "Kildestrømmen er allerede lukket" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "navn" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Navnet pÃ¥ ikonet" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "navne" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Et array som indeholder ikonnavnene" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "brug forvalgte reserve" -#: gio/gthemedicon.c:249 +#: 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." @@ -1685,6 +1738,11 @@ msgstr "" "Om der skal bruges de forvalgte reserver som findes ved at afkorte navnet " "ved \"-\"-tegn. Ignorerer navne efter det første hvis der giver flere." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/de.po b/po/de.po index c5546079..809a9fc6 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-28 06:53+0200\n" "Last-Translator: Hendrik Richter \n" "Language-Team: German \n" @@ -567,7 +567,7 @@ msgstr "" "Der Ausdruck enthält Elemente, die teilweise Übereinstimmung nicht " "unterstützen" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "Interner Fehler" @@ -1049,12 +1049,12 @@ msgstr "»double«-Wert »%s« für %s ist außerhalb des Bereiches." msgid "Error parsing option %s" msgstr "Fehler beim Analysieren der Option: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Für %s wird ein Argument benötigt" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Unbekannte Option %s" @@ -1099,9 +1099,9 @@ msgstr "Ungültiger Schlüsselname: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Die Schlüsselwertedatei enthält die nicht unterstützte Kodierung »%s«" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Die Schlüsselwertedatei enthält nicht die Gruppe »%s«" @@ -1111,21 +1111,21 @@ msgstr "Die Schlüsselwertedatei enthält nicht die Gruppe »%s«" msgid "Key file does not have key '%s'" msgstr "Die Schlüsselwertedatei enthält nicht den Schlüssel »%s«" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Die Schlüsselwertedatei enthält den Schlüssel »%s« mit dem Wert »%s«, der " "nicht in UTF-8 kodiert ist" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Die Schlüsselwertedatei enthält den Schlüssel »%s« mit einem Wert der nicht " "interpretiert werden konnte." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1134,37 +1134,37 @@ msgstr "" "Die Schlüsselwertedatei enthält den Schlüssel »%s« in der Gruppe »%s« mit " "einem Wert der nicht interpretiert werden konnte." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Die Schlüsselwertedatei hat keinen Schlüssel »%s« in der Gruppe »%s«" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Die Schlüsselwertedatei enthält ein Escape-Zeichen am Zeilenende" # CHECK -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Die Schlüsselwertedatei enthält das ungültige Escape-Zeichen »%s«" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Der Wert »%s« konnte nicht als Zahl interpretiert werden." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Ganzzahliger Wert »%s« ist außerhalb des Wertebereiches." -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Der Wert »%s« konnte nicht als Gleitkommazahl interpretiert werden." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1182,7 +1182,7 @@ msgstr "Zu großer Zählwert an %s übermittelt" msgid "Stream is already closed" msgstr "Datenstrom ist bereits geschlossen" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Vorgang wurde abgebrochen" @@ -1204,37 +1204,37 @@ msgstr "%s-Typ" msgid "Unexpected early end-of-stream" msgstr "Unerwartet frühes Datenstromende" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unbenannt" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Desktop-Datei hat kein Exec-Feld angegeben" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Für die Anwendung benötigtes Terminal konnte nicht gefunden werden" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Benutzer-Desktop-Datei %s kann nicht erstellt werden" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Benutzerdefinition für %s" @@ -1247,11 +1247,21 @@ msgstr "Laufwerk unterstützt Auswerfen nicht" msgid "drive doesn't implement polling for media" msgstr "Laufwerk unterstützt Prüfen auf Datenträger nicht" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Vorgang nicht unterstützt" @@ -1263,12 +1273,12 @@ msgstr "Vorgang nicht unterstützt" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Enthaltender Einhängepunkt existiert nicht" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Es kann nicht über das Verzeichnis kopiert werden" @@ -1276,7 +1286,7 @@ msgstr "Es kann nicht über das Verzeichnis kopiert werden" msgid "Can't copy directory over directory" msgstr "Verzeichnis kann nicht über Verzeichnis kopiert werden" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Zieldatei existiert" @@ -1318,14 +1328,23 @@ msgstr "Datei-Enumerator hat noch einen ausstehenden Vorgang" msgid "File enumerator is already closed" msgstr "Datei-Enumerator ist bereits geschlossen" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "datei" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Die Datei, die das Symbol enthält" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1343,6 +1362,40 @@ msgstr "Abschneiden des Eingabedatenstroms nicht erlaubt" msgid "Truncate not supported on stream" msgstr "Abschneiden wird vom Datenstrom nicht unterstützt" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Eingabedatenstrom unterstützt kein Lesen" @@ -1362,108 +1415,108 @@ msgid "Unable to find default local directory monitor type" msgstr "" "Vorgegebener Überwachungstyp für lokale Ordner konnte nicht gefunden werden" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Ungültiger Dateiname %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fehler beim Einlesen der Dateisystem-Information: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Wurzelverzeichnis kann nicht umbenannt werden" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Fehler beim Umbenennen der Datei: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Datei kann nicht umbenannt werden, da der Dateiname bereits existiert" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Ungültiger Dateiname" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Fehler beim Umbenennen der Datei: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Fehler beim Öffnen der Datei: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Verzeichnis kann nicht geöffnet werden" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Fehler beim Entfernen der Datei: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Fehler beim Verschieben der Datei in den Müll: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Müll-Verzeichnis %s konnte nicht angelegt werden: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Elternverzeichnis für den Müll konnte nicht gefunden werden" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Müll-Verzeichnis konnte nicht gefunden oder angelegt werden" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Löschprotokoll-Datei konnte nicht angelegt werden: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Datei konnte nicht in den Müll verschoben werden: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Fehler beim Erstellen des Verzeichnisses: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Fehler beim Erstellen des Symbolischen Verknüpfung: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Fehler beim Verschieben der Datei: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Verzeichnis kann nicht über Verzeichnis verschoben werden" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Erstellen der Backup-Datei fehlgeschlagen" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Fehler beim Entfernen der Zieldatei: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Verschieben zwischen Einhängepunkten nicht unterstützt" @@ -1493,63 +1546,63 @@ msgstr "Fehler beim Untersuchen der Datei %s mit fstat(): %s" msgid " (invalid encoding)" msgstr " (ungültige Kodierung)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fehler beim Untersuchen des Datei-Deskriptors mit fstat(): %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Ungültiger Attributtyp (»uint32« erwartet)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Ungültiger Attributtyp (»uint64« erwartet)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Ungültiger Attributtyp (»byte string« erwartet)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Fehler beim Setzen der Zugriffsrechte: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Fehler beim Setzen des Besitzers: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "Symbolische Verknüpfung darf nicht NULL sein" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Fehler beim Setzen der Symbolischen Verknüpfung: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 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:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux-Kontext darf nicht NULL sein" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Fehler beim Setzen des SELinux-Kontexts: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux ist auf diesem System nicht aktiviert" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Setzen des Attributs %s nicht unterstützt" @@ -1687,27 +1740,27 @@ msgstr "Ausgabedatenstrom unterstützt kein Schreiben" msgid "Source stream is already closed" msgstr "Quelldatenstrom ist bereits geschlossen" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "Name" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Der Name des Symbols" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "Namen" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Ein Datenfeld, das die Symbolnamen enthält" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "Standard-Alternativen benutzen" -#: gio/gthemedicon.c:249 +#: 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." @@ -1716,6 +1769,11 @@ msgstr "" "Name bei »-«-Zeichen abgeschnitten wird. Alle Namen nach dem ersten werden " "ignoriert falls mehrere angegeben sind." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/dz.po b/po/dz.po index 241850bb..af274561 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2006-08-09 10:23+0530\n" "Last-Translator: Mindu Dorji\n" "Language-Team: DZONGKHA \n" @@ -541,7 +541,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1016,12 +1016,12 @@ msgstr "བེ་ལུ་གཉིས་བལྟབ་'%s' དེ་%s གི msgid "Error parsing option %s" msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s གི་དོན་ལུ་ སྒྲུབ་རྟགས་བརླག་སྟོར་ཞུགས་ནུག" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "ཤེས་མ་ཚུགས་པའི་གདམ་ཁ་ %s།" @@ -1064,9 +1064,9 @@ msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།" msgid "Key file contains unsupported encoding '%s'" msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ལུ་ རྒྱབ་སྐྱོར་མེད་པའི་ ཨིན་ཀོ་ཌིང་'%s'ཡོད།" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ལུ་ སྡེ་ཚན་ '%s' མིན་འདུག།" @@ -1076,53 +1076,53 @@ msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ལུ་ msgid "Key file does not have key '%s'" msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ ལྡེ་མིག་'%s'མིན་འདུག" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ལུ་ ཡུ་ཊི་ཨེཕ་-༨ མེད་པའི་ ལྡེ་མིག་'%s' བེ་ལུ་'%s' དང་བཅསཔ་སྦེ་འདུག" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ལུ་ ཁ་བསྒྱུར་འབད་མ་ཚུགས་པའི་ བེ་ལུ་ཡོད་མི་ ལྡེ་མིག་ '%s'འདུག" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ལུ་ ཁ་བསྒྱུར་འབད་མ་ཚུགས་པའི་ ལྡེ་མིག་'%s'སྡེ་ཚན་'%s' ནང་འདུག།" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "ལྡེ་མིག་ཡིག་སྣོད་དེ་ལུ་ ལྡེ་མིག་'%s' སྡེ་ཚན་'%s' ནང་མིན་འདུག" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ལུ་ གྱལ་རིམ་མཇུག་ལུ་ གྲོས་ཐར་འབད་མི་ཡིག་འབྲུ་འདུག" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ལུ་ ནུས་མེད་གྲོས་ཐར་འབྱུང་རིམ་ '%s' འདུག" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "བེ་ལུ་'%s'དེ་ ཨང་གྲངས་ཅིག་སྦེ་ ཁ་བསྒྱུར་འབད་མི་ཚུགས།" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "ཧྲིལ་ཨང་བེ་ལུ་ ’%s’ དེ་ ཁྱབ་ཚད་ཀྱི་ཕྱི་ཁར་ཨིན་པས།" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "བེ་ལུ་'%s'དེ་ འཕུར་ལྡིང་ཨང་གྲངས་ཅིག་སྦེ་ ཁ་བསྒྱུར་འབད་མི་ཚུགས།" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "བེ་ལུ་'%s'དེ་ བུ་ལིན་ཅིག་སྦེ་ ཁ་བསྒྱུར་འབད་མི་ཚུགས།" @@ -1139,7 +1139,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1162,34 +1162,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1202,11 +1202,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག" @@ -1219,12 +1229,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1232,7 +1242,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1276,15 +1286,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "ཡུ་ཨར་ཨའི་ ’%s’ གི་ ཧོསཊི་ནེམ་དེ་ ནུས་མེད་ཨིན་པས།" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1302,6 +1321,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1320,109 +1373,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "ནུས་མེད་ཀྱི་ ཧོསཊི་ནེམ།" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "སྣོད་ཐོ་ '%s':%s ཁ་ཕྱེ་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1453,61 +1506,61 @@ msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་ msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག" @@ -1646,33 +1699,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "ཡུ་ཨར་ཨའི་ ’%s’ གི་ ཧོསཊི་ནེམ་དེ་ ནུས་མེད་ཨིན་པས།" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/el.po b/po/el.po index 8f2c7a5a..4deaf80d 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-03-18 03:34+0200\n" "Last-Translator: Giannis Katsampirhs \n" "Language-Team: Greek \n" @@ -582,7 +582,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "Το υπόδειγμα περιέχει αντικείμενα που δεν υποστηρίζονται για μερικό ταίριασμα" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "εσωτερικό σφάλμα" @@ -1067,12 +1067,12 @@ msgstr "Double value '%s' για %s είναι εκτός εύρους" msgid "Error parsing option %s" msgstr "Σφάλμα επιλογής ανάλυσης %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Λείπει όρισμα για %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Άγνωστη επιλογή %s" @@ -1117,9 +1117,9 @@ msgstr "Ακατάλληλο όνομα κλειδιού: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Το Key file περιέχει μη υποστηριζόμενη κωδικοποίηση '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Το Key file δεν έχει ομάδα '%s'" @@ -1129,17 +1129,17 @@ msgstr "Το Key file δεν έχει ομάδα '%s'" msgid "Key file does not have key '%s'" msgstr "Το Key file δεν έχει κλειδί'%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Το Key file περιέχει ένα κλειδί '%s' με τιμή '%s' που δεν είναι UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Το Key file περιέχει key '%s' που η τιμή του δεν μπορεί να ερμηνευθεί." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1148,36 +1148,36 @@ msgstr "" "Το Key file περιέχει key '%s' στην ομάδα '%s' που η τιμή του δεν μπορεί να " "ερμηνευθεί." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Το Key file δεν έχει key '%s' στην ομάδα '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Το Key file περιέχει escape character στο τέλος της γραμμής" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "To Key file περιέχει χαρακτήρες μή έγκυρα escaped '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως ένας αριθμός." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Integer value '%s' είναι εκτός εύρους" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως ένας αριθμός." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως boolean." @@ -1194,7 +1194,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1217,34 +1217,34 @@ msgstr "τύπος %s" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Ανώνυμο" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1257,11 +1257,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται" @@ -1274,12 +1284,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1287,7 +1297,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Το αρχείο στόχος υπάρχει" @@ -1330,15 +1340,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Το όνομα συστήματος του URI '%s' δεν είναι έγκυρο" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1356,6 +1375,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1374,121 +1427,121 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Ακατάλληλο όνομα προγράμματος: %s" # -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +# +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Ακατάλληλο όνομα συστήματος" # -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" - -# -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" # -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" # -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" # gconf/gconf-internals.c:2416 -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" # gconf/gconf-internals.c:2416 -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s" # gconf/gconf-internals.c:2416 -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s" # -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Σφάλμα ανοίγματος καταλόγου '%s': %s" # gconf/gconftool.c:1181 -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Σφάλμα επιλογής ανάλυσης %s" # -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1522,65 +1575,65 @@ msgid " (invalid encoding)" msgstr "" # -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" # gconf/gconftool.c:1181 -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Σφάλμα κατά τη μετατροπή: %s" # gconf/gconftool.c:1181 -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Σφάλμα κατά τη μετατροπή: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" # -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Σφάλμα στη γραμμή %d: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" # gconf/gconftool.c:1181 -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Σφάλμα κατά τη μετατροπή: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται" @@ -1726,33 +1779,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Το όνομα συστήματος του URI '%s' δεν είναι έγκυρο" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + # #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 diff --git a/po/en_CA.po b/po/en_CA.po index 4fd75dcf..37155b61 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2005-08-27 16:20-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" @@ -538,7 +538,7 @@ msgstr "backtracking limit reached" msgid "the pattern contains items not supported for partial matching" msgstr "the pattern contains items not supported for partial matching" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "internal error" @@ -1001,12 +1001,12 @@ msgstr "Double value '%s' for %s out of range" msgid "Error parsing option %s" msgstr "Error parsing option %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Missing argument for %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Unknown option %s" @@ -1049,9 +1049,9 @@ msgstr "Invalid key name: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Key file contains unsupported encoding '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Key file does not have group '%s'" @@ -1061,17 +1061,17 @@ msgstr "Key file does not have group '%s'" msgid "Key file does not have key '%s'" msgstr "Key file does not have key '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Key file contains key '%s' with value '%s' which is not UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Key file contains key '%s' which has value that cannot be interpreted." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1080,36 +1080,36 @@ msgstr "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Key file does not have key '%s' in group '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Key file contains escape character at end of line" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Key file contains invalid escape sequence '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Value '%s' cannot be interpreted as a number." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Integer value '%s' out of range" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Value '%s' cannot be interpreted as a float number." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." @@ -1126,7 +1126,7 @@ msgstr "Too large count value passed to %s" msgid "Stream is already closed" msgstr "Stream is already closed" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operation was cancelled" @@ -1148,34 +1148,34 @@ msgstr "%s type" msgid "Unexpected early end-of-stream" msgstr "Unexpected early end-of-stream" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unnamed" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Desktop file didn't specify Exec field" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Unable to find terminal required for application" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Can't create user desktop file %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Custom definition for %s" @@ -1188,11 +1188,21 @@ msgstr "drive doesn't implement eject" msgid "drive doesn't implement polling for media" msgstr "drive doesn't implement polling for media" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operation not supported" @@ -1204,12 +1214,12 @@ msgstr "Operation not supported" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Containing mount does not exist" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Can't copy over directory" @@ -1217,7 +1227,7 @@ msgstr "Can't copy over directory" msgid "Can't copy directory over directory" msgstr "Can't copy directory over directory" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Target file exists" @@ -1259,15 +1269,24 @@ msgstr "File enumerator has outstanding operation" msgid "File enumerator is already closed" msgstr "File enumerator is already closed" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "An array containing the icon names" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1285,6 +1304,40 @@ msgstr "Truncate not allowed on input stream" msgid "Truncate not supported on stream" msgstr "Truncate not supported on stream" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Input stream doesn't implement read" @@ -1303,108 +1356,108 @@ msgstr "Stream has outstanding operation" msgid "Unable to find default local directory monitor type" msgstr "Unable to find default local directory monitor type" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Invalid filename %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error getting filesystem info: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Can't rename root directory" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Error renaming file: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Can't rename file: filename already exist" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Invalid filename" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Error renaming file: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Error opening file: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Can't open directory" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Error removing file: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Error trashing file: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Unable to create trash dir %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Unable to find toplevel directory for trash" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Unable to find or create trash directory" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Unable to create trashing info file: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Unable to trash file: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Error opening directory '%s': %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Error making symbolic link: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Error moving file: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Can't move directory over directory" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Backup file creation failed" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Error removing target file: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Move between mounts not supported" @@ -1434,62 +1487,62 @@ msgstr "Error stating file '%s': %s" msgid " (invalid encoding)" msgstr " (invalid encoding)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Error stating file descriptor: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Invalid attribute type (uint32 expected)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Invalid attribute type (uint64 expected)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Invalid attribute type (byte string expected)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Error setting permissions: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Error setting owner: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "symlink must be non-NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Error setting symlink: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "Error setting symlink: file is not a symlink" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "symlink must be non-NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Error setting owner: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Setting attribute %s not supported" @@ -1628,27 +1681,27 @@ msgstr "Output stream doesn't implement write" msgid "Source stream is already closed" msgstr "Source stream is already closed" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "name" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "The name of the icon" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "names" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "An array containing the icon names" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "use default fallbacks" -#: gio/gthemedicon.c:249 +#: 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." @@ -1656,6 +1709,11 @@ msgstr "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/en_GB.po b/po/en_GB.po index 21836ab4..6bf2fdbb 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-02-17 09:21-0000\n" "Last-Translator: David Lodge \n" "Language-Team: \n" @@ -537,7 +537,7 @@ msgstr "backtracking limit reached" msgid "the pattern contains items not supported for partial matching" msgstr "the pattern contains items not supported for partial matching" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "internal error" @@ -1000,12 +1000,12 @@ msgstr "Double value '%s' for %s out of range" msgid "Error parsing option %s" msgstr "Error parsing option %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Missing argument for %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Unknown option %s" @@ -1048,9 +1048,9 @@ msgstr "Invalid key name: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Key file contains unsupported encoding '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Key file does not have group '%s'" @@ -1060,17 +1060,17 @@ msgstr "Key file does not have group '%s'" msgid "Key file does not have key '%s'" msgstr "Key file does not have key '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Key file contains key '%s' with value '%s' which is not UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Key file contains key '%s' which has value that cannot be interpreted." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1079,36 +1079,36 @@ msgstr "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Key file does not have key '%s' in group '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Key file contains escape character at end of line" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Key file contains invalid escape sequence '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Value '%s' cannot be interpreted as a number." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Integer value '%s' out of range" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Value '%s' cannot be interpreted as a float number." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." @@ -1125,7 +1125,7 @@ msgstr "Too large count value passed to %s" msgid "Stream is already closed" msgstr "Stream is already closed" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operation was cancelled" @@ -1147,34 +1147,34 @@ msgstr "%s type" msgid "Unexpected early end-of-stream" msgstr "Unexpected early end-of-stream" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unnamed" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Desktop file didn't specify Exec field" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Unable to find terminal required for application" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Can't create user desktop file %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Custom definition for %s" @@ -1187,11 +1187,21 @@ msgstr "drive doesn't implement eject" msgid "drive doesn't implement polling for media" msgstr "drive doesn't implement polling for media" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operation not supported" @@ -1203,12 +1213,12 @@ msgstr "Operation not supported" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Containing mount does not exist" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Can't copy over directory" @@ -1216,7 +1226,7 @@ msgstr "Can't copy over directory" msgid "Can't copy directory over directory" msgstr "Can't copy directory over directory" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Target file exists" @@ -1258,14 +1268,23 @@ msgstr "File enumerator has outstanding operation" msgid "File enumerator is already closed" msgstr "File enumerator is already closed" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "file" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "The file containing the icon" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1283,6 +1302,40 @@ msgstr "Truncate not allowed on input stream" msgid "Truncate not supported on stream" msgstr "Truncate not supported on stream" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Input stream doesn't implement read" @@ -1301,108 +1354,108 @@ msgstr "Stream has outstanding operation" msgid "Unable to find default local directory monitor type" msgstr "Unable to find default local directory monitor type" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Invalid filename %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error getting filesystem info: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Can't rename root directory" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Error renaming file: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Can't rename file, filename already exist" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Invalid filename" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Error renaming file: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Error opening file: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Can't open directory" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Error removing file: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Error moving file to wastebasket: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Unable to create wastebasket dir %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Unable to find toplevel directory for wastebasket" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Unable to find or create wastebasket directory" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Unable to create wastebasket info file: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Unable to move file to the wastebasket: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Error creating directory: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Error making symbolic link: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Error moving file: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Can't move directory over directory" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Backup file creation failed" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Error removing target file: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Move between mounts not supported" @@ -1432,61 +1485,61 @@ msgstr "Error stating file '%s': %s" msgid " (invalid encoding)" msgstr " (invalid encoding)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Error stating file descriptor: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Invalid attribute type (uint32 expected)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Invalid attribute type (uint64 expected)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Invalid attribute type (byte string expected)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Error setting permissions: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Error setting owner: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "symlink must be non-NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Error setting symlink: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "Error setting symlink: file is not a symlink" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux context must be non-NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Error setting SELinux context: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux is not enabled on this system" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Setting attribute %s not supported" @@ -1623,27 +1676,27 @@ msgstr "Output stream doesn't implement write" msgid "Source stream is already closed" msgstr "Source stream is already closed" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "name" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "The name of the icon" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "names" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "An array containing the icon names" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "use default fallbacks" -#: gio/gthemedicon.c:249 +#: 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." @@ -1651,6 +1704,11 @@ msgstr "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/eo.po b/po/eo.po index 55b31bae..e1e09ca5 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2003-07-01 15:10-0500\n" "Last-Translator: Charles Voelger \n" "Language-Team: Esperanto \n" @@ -539,7 +539,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1006,12 +1006,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "Eraro dum konverto: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "" @@ -1053,9 +1053,9 @@ msgstr "Nevalida komputilnomo" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "" @@ -1065,53 +1065,53 @@ msgstr "" msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "La URI '%s' enhavas nevalidajn eskapajn signojn" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1128,7 +1128,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1150,34 +1150,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1190,11 +1190,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "" @@ -1206,12 +1216,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1219,7 +1229,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1261,15 +1271,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "La komputilnomo de la URI '%s' ne estas valida" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1287,6 +1306,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1305,109 +1358,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Nevalida komputilnomo" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Eraro dum legado de dosiero '%s': %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Nevalida komputilnomo" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Eraro dum legado de dosiero '%s': %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Malsukcesis krei dosieron '%s': %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Malsukcesis krei dosieron '%s': %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Malsukcesis krei dosieron '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Eraro dum malfermado de dosierujo '%s': %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1438,61 +1491,61 @@ msgstr "Eraro dum legado de dosiero '%s': %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Eraro ĉe linio %d: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1630,33 +1683,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "La komputilnomo de la URI '%s' ne estas valida" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/es.po b/po/es.po index e451ee7c..201efcbb 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: 2008-11-07 12:22+0100\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-11-08 15:56+0100\n" "Last-Translator: Jorge González \n" "Language-Team: Español \n" @@ -20,301 +20,300 @@ 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 "Atributo inesperado «%s» para el 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 "El atributo «%s» del elemento «%s» no se ha encontrado" -#: ../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 "Etiqueta «%s» inesperada, se esperaba la etiqueta «%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 "Etiqueta «%s» inesperada dentro de «%s»" -#: ../glib/gbookmarkfile.c:1793 +#: glib/gbookmarkfile.c:1793 msgid "No valid bookmark file found in data dirs" msgstr "" "No se pudo encontrar ningún archivo de marcadores válido en los directorios " "de datos" -#: ../glib/gbookmarkfile.c:1994 +#: glib/gbookmarkfile.c:1994 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Ya existe un marcador para el 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 "No se encontró un marcador para el URI «%s»" -#: ../glib/gbookmarkfile.c:2372 +#: glib/gbookmarkfile.c:2372 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Ningún tipo MIME definido en el marcador para la 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 "No se ha definido ningún flag privado en el marcador para el URI «%s»" -#: ../glib/gbookmarkfile.c:2836 +#: glib/gbookmarkfile.c:2836 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "No se ha establecido ningún grupo en el marcador para el 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 "Ninguna aplicación con nombre «%s» registró un marcador para «%s»" -#: ../glib/gbookmarkfile.c:3417 +#: glib/gbookmarkfile.c:3417 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Falló la expansión de la la linea ejecutable «%s» con el URI «%s»" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1231 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" "La conversión desde el conjunto de caracteres «%s» a «%s» no está soportada" -#: ../glib/gconvert.c: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 "No se pudo abrir el conversor de «%s» a «%s»" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1403 -#: ../glib/giochannel.c:1445 ../glib/giochannel.c:2289 ../glib/gutf8.c:955 -#: ../glib/gutf8.c:1404 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403 +#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955 +#: glib/gutf8.c:1404 msgid "Invalid byte sequence in conversion input" msgstr "Hay una secuencia de bytes no válida en la entrada de conversión" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1410 -#: ../glib/giochannel.c:2301 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410 +#: glib/giochannel.c:2301 #, c-format msgid "Error during conversion: %s" msgstr "Falló durante la conversió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 "Hay una secuencia parcial de caracteres en el final de la entrada" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "No se puede convertir el fallback «%s» al conjunto de códigos «%s»" -#: ../glib/gconvert.c:1737 +#: glib/gconvert.c:1737 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "El URI «%s» no es una URI absoluta utilizando el esquema «file»" -#: ../glib/gconvert.c:1747 +#: glib/gconvert.c:1747 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "El archivo local en la URI «%s» no debe incluir un «#»" -#: ../glib/gconvert.c:1764 +#: glib/gconvert.c:1764 #, c-format msgid "The URI '%s' is invalid" msgstr "El URI «%s» es inválida" -#: ../glib/gconvert.c:1776 +#: glib/gconvert.c:1776 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "El nombre del host de la URI «%s» es inválido" -#: ../glib/gconvert.c:1792 +#: glib/gconvert.c:1792 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "El URI «%s» contiene caracteres de escape inválidos" -#: ../glib/gconvert.c:1887 +#: glib/gconvert.c:1887 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "El nombre de la ruta «%s» no es una ruta absoluta" -#: ../glib/gconvert.c:1897 +#: glib/gconvert.c:1897 msgid "Invalid hostname" msgstr "El nombre del host es 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 "Falló al abrir el directorio «%s»: %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645 +#: glib/gfileutils.c:557 glib/gfileutils.c:645 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "No se pueden asignar %lu bytes para leer el archivo «%s»" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Falló al leer el archivo «%s»: %s" -#: ../glib/gfileutils.c:586 +#: glib/gfileutils.c:586 #, c-format msgid "File \"%s\" is too large" msgstr "El archivo «%s» es demasiado grande" -#: ../glib/gfileutils.c:669 +#: glib/gfileutils.c:669 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Falló al leer del archivo «%s»: %s" -#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807 +#: glib/gfileutils.c:720 glib/gfileutils.c:807 #, c-format msgid "Failed to open file '%s': %s" msgstr "Falló al abrir el archivo «%s»: %s" -#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:737 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Falló al obtener los atributos del archivo «%s»: fstat() falló: %s" -#: ../glib/gfileutils.c:771 +#: glib/gfileutils.c:771 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Falló al abrir el archivo «%s»: fdopen() falló: %s" -#: ../glib/gfileutils.c:905 +#: glib/gfileutils.c:905 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Falló al renombrar el archivo «%s» a «%s»: g_rename() falló: %s" -#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405 +#: glib/gfileutils.c:947 glib/gfileutils.c:1405 #, c-format msgid "Failed to create file '%s': %s" msgstr "Falló al crear el archivo «%s»: %s" -#: ../glib/gfileutils.c:961 +#: glib/gfileutils.c:961 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Falló al abrir el archivo «%s» para escritura: fdopen() falló: %s" -#: ../glib/gfileutils.c:986 +#: glib/gfileutils.c:986 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Falló al escribir el archivo «%s»: fwrite() falló: %s" -#: ../glib/gfileutils.c:1005 +#: glib/gfileutils.c:1005 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Falló al cerrar el archivo «%s»: fclose() falló: %s" -#: ../glib/gfileutils.c:1123 +#: glib/gfileutils.c:1123 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "El archivo existente «%s» no se pudo eliminar: g_unlink() falló: %s" -#: ../glib/gfileutils.c:1367 +#: glib/gfileutils.c:1367 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "La plantilla «%s» es inválida, no debería contener un «%s»" -#: ../glib/gfileutils.c:1380 +#: glib/gfileutils.c:1380 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "La plantilla «%s» no contiene XXXXXX" -#: ../glib/gfileutils.c:1852 +#: glib/gfileutils.c:1852 #, c-format msgid "%.1f KB" msgstr "%.1f KiB" -#: ../glib/gfileutils.c:1857 +#: glib/gfileutils.c:1857 #, c-format msgid "%.1f MB" msgstr "%.1f MiB" -#: ../glib/gfileutils.c:1862 +#: glib/gfileutils.c:1862 #, c-format msgid "%.1f GB" msgstr "%.1f GiB" -#: ../glib/gfileutils.c:1905 +#: glib/gfileutils.c:1905 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Falló al leer el enlace simbólico «%s»: %s" -#: ../glib/gfileutils.c:1926 +#: glib/gfileutils.c:1926 msgid "Symbolic links not supported" msgstr "Enlaces simbólicos no soportados" -#: ../glib/giochannel.c:1235 +#: glib/giochannel.c:1235 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "No se pudo abrir el conversor de «%s» a «%s»: %s" -#: ../glib/giochannel.c:1580 +#: glib/giochannel.c:1580 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "No se puede hacer una lectura en bruto (raw) en g_io_channel_read_line_string" -#: ../glib/giochannel.c:1627 ../glib/giochannel.c:1885 -#: ../glib/giochannel.c:1972 +#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972 msgid "Leftover unconverted data in read buffer" msgstr "Se han dejado datos no convertidos en el búfer de lectura" -#: ../glib/giochannel.c:1708 ../glib/giochannel.c:1785 +#: glib/giochannel.c:1708 glib/giochannel.c:1785 msgid "Channel terminates in a partial character" msgstr "El canal termina en un carácter parcial" -#: ../glib/giochannel.c:1771 +#: glib/giochannel.c:1771 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "No se puede hacer una lectura en bruto (raw) en g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Falló al abrir el archivo «%s»: open() falló: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Falló al mapear el archivo «%s»: mmap() falló: %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 "Error en la línea %d, carácter %d: " -#: ../glib/gmarkup.c:389 +#: glib/gmarkup.c:389 #, c-format msgid "Error on line %d: %s" msgstr "Error en la línea %d: %s" -#: ../glib/gmarkup.c:493 +#: glib/gmarkup.c:493 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "La entidad '&;' está vacía; las entidades válidas son: & " < " "> '" -#: ../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 " @@ -325,17 +324,17 @@ msgstr "" "carácter «&» inicia una entidad; si el signo et ('&') no debiera ser una " "entidad, escápela como &" -#: ../glib/gmarkup.c:537 +#: glib/gmarkup.c:537 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "El carácter «%s» no es válido dentro del nombre de una entidad" -#: ../glib/gmarkup.c:574 +#: glib/gmarkup.c:574 #, c-format msgid "Entity name '%s' is not known" msgstr "El nombre de la entidad «%s» es desconocido" -#: ../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 &" @@ -344,7 +343,7 @@ msgstr "" "\"&\" sin la intención de indicar una entidad, escape el signo \"&\" como " "&" -#: ../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,18 +353,18 @@ msgstr "" "carácter de referencia( por ejemplo ê) - tal vez el dígito es demasiado " "grande" -#: ../glib/gmarkup.c:660 +#: glib/gmarkup.c:660 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "El carácter de referencia «%-.*s» no codifica un carácter permitido" -#: ../glib/gmarkup.c:675 +#: glib/gmarkup.c:675 msgid "Empty character reference; should include a digit such as dž" msgstr "" "El carácter de referencia está vacío; debería incluir un dígito tal como " "dž" -#: ../glib/gmarkup.c: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 " @@ -375,32 +374,32 @@ msgstr "" "un carácter «&» sin pretender iniciar una entidad, escape el carácter \"&\" " "como &" -#: ../glib/gmarkup.c:771 +#: glib/gmarkup.c:771 msgid "Unfinished entity reference" msgstr "Referencia de entidad sin terminar" -#: ../glib/gmarkup.c:777 +#: glib/gmarkup.c:777 msgid "Unfinished character reference" msgstr "Referencia de carácter sin terminar" -#: ../glib/gmarkup.c:1063 +#: glib/gmarkup.c:1063 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Texto codificado como UTF-8 inválido; secuencia demasiado larga" -#: ../glib/gmarkup.c:1091 +#: glib/gmarkup.c:1091 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Texto codificado como UTF-8 inválido; sin carácter de comienzo" -#: ../glib/gmarkup.c:1130 +#: glib/gmarkup.c:1130 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Texto codificado como UTF-8 inválido; «%s» no válido" -#: ../glib/gmarkup.c:1168 +#: glib/gmarkup.c:1168 msgid "Document must begin with an element (e.g. )" msgstr "El documento debe comenzar con un elemento (por ejemplo: )" -#: ../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 " @@ -409,7 +408,7 @@ msgstr "" "«%s» no es un carácter válido a continuación del carácter '<'; no debe " "iniciar un nombre 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 '%" @@ -418,7 +417,7 @@ msgstr "" "Carácter «%s» impropio, se esperaba un carácter «>» para terminar la etiqueta " "vacía del elemento «%s»" -#: ../glib/gmarkup.c:1365 +#: glib/gmarkup.c:1365 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -426,7 +425,7 @@ msgstr "" "Carácter «%s» impropio, se esperaba el carácter '=' después del nombre de " "atributo «%s» del 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 " @@ -437,7 +436,7 @@ msgstr "" "etiqueta de inicio del elemento «%s» u opcionalmente un atributo; tal vez " "utilizó un carácter que no es válido en un nombre de atributo" -#: ../glib/gmarkup.c:1493 +#: glib/gmarkup.c:1493 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -446,7 +445,7 @@ msgstr "" "Carácter «%s» impropio, se esperaba una marca de apertura de comillas después " "del signo igual al darle valor al atributo «%s» del elemento «%s»" -#: ../glib/gmarkup.c: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 "El elemento «%s» fue cerrado, no existe ningún elemento abierto" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" "El elemento «%s» fue cerrado, pero el elemento que está abierto actualmente " "es «%s»" -#: ../glib/gmarkup.c:1858 +#: glib/gmarkup.c:1858 msgid "Document was empty or contained only whitespace" msgstr "El documento estaba vacío o sólo contenía espacios en blanco" -#: ../glib/gmarkup.c:1872 +#: glib/gmarkup.c:1872 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "El documento termina inesperadamente justo después de un '<'" -#: ../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 "" "El documento termina inesperadamente con elementos todavía abiertos - «%s» " "fue el último elemento abierto" -#: ../glib/gmarkup.c:1888 +#: glib/gmarkup.c:1888 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -502,21 +501,21 @@ msgstr "" "El documento termina inesperadamente, se esperaba un carácter '>' " "finalizando la etiqueta <%s/>" -#: ../glib/gmarkup.c:1894 +#: glib/gmarkup.c:1894 msgid "Document ended unexpectedly inside an element name" msgstr "El documento termina inesperadamente dentro de un nombre de elemento" -#: ../glib/gmarkup.c:1900 +#: glib/gmarkup.c:1900 msgid "Document ended unexpectedly inside an attribute name" msgstr "El documento termina inesperadamente dentro de un nombre de atributo" -#: ../glib/gmarkup.c:1905 +#: glib/gmarkup.c:1905 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "El documento termina inesperadamente dentro de una etiqueta de apertura de " "elemento." -#: ../glib/gmarkup.c:1911 +#: glib/gmarkup.c:1911 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -524,407 +523,405 @@ msgstr "" "El documento termina inesperadamente después de los signos igual que siguen " "al nombre de atributo; sin valor de atributo" -#: ../glib/gmarkup.c:1918 +#: glib/gmarkup.c:1918 msgid "Document ended unexpectedly while inside an attribute value" msgstr "El documento termina inesperadamente dentro del valor de un atributo" -#: ../glib/gmarkup.c:1934 +#: glib/gmarkup.c:1934 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "El documento termina inesperadamente dentro de la etiqueta de cierre del " "elemento «%s»" -#: ../glib/gmarkup.c:1940 +#: glib/gmarkup.c:1940 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "El documento termina inesperadamente dentro de un comentario o instrucción " "de proceso" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "objeto corrupto" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "error interno u objeto corrupto" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "sin memoria" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "se alcanzó el límite de «backtracking»" -#: ../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 "" "el patrón contiene elementos no soportados para una coincidencia parcial" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "error interno" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "no se soportan referencias anteriores como condiciones para coincidencias " "parciales" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "se alcanzó el límite de recursividad" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "límite del espacio de trabajo cuando se alcanzan subcadenas vacías" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "combinación de banderas de nueva línea inválidas" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "error desconocido" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ al final del patrón" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c al final del patrón" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "carácter no reconocido después de \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "aquí no se permite escapar las letras (\\l, \\L, \\u, \\U) (mayúscula y " "minúscula)" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "números fuera de rango en el cuantificador {}" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "número demasiado grande en el cuantificador {}" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "falta la terminación ] para la clase de carácter" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "secuencia de escape no válida en la clase de carácter" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "rango fuera de orden en la clase de carácter" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "nada que repetir" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "carácter no reconocido después de (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "carácter no reconocido después de (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "carácter no reconocido después de (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "Sólo se soportan las clases con nombres POSIX dentro de una clase" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "falta el ) de terminación" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") sin ( que lo abriera" #. 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 o los dígitos (?[+-] deben estar seguidos por )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "referencia a un subpatrón no existente" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "falta ) después del comentario" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "la expresión regular es demasiado larga" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "falló al obtener memoria" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "la comprobación «lookbehind» no tiene una longitud fija" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "número o nombre mal formado después de (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "el grupo condicional contiene más de dos ramas" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "se esperaba una comprobación después de (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "nombre de clase POSIX desconocido" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "los elementos POSIX recopilados no están soportados" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "el valor del carácter en la secuencia \\x{…} es demasiado largo" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "condición no válida (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "no se permite \\C en comprobaciones «lookbehind»" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "una llamada recursiva podrá crear un bucle infinito" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "falta el terminador en el nombre del subpatrón" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "dos subpatrones tienen el mismo nombre" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "secuencia \\P o \\p mal formada" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "nombre de propiedad desconocido después de \\P o \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "el nombre del subpatrón es demasiado largo (máximo 32 caracteres)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "demasiados subpatrones con nombre (máximo 10.000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "el valor octal es mayor que \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "el grupo DEFINE contiene más de una rama" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "no se permite repetir un grupo DEFINE" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "opciones 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 no está seguido por un nombre de llave o un número distinto de cero con " "una llave opcional" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "repetición inesperada" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "desbordamiento de código" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "se desbordó el espacio de trabajo de compilación" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "no se encontró el subpatrón referenciado anteriormente comprobado" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Error al coincidir con la expresión regular %s: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "La biblioteca PCRE está compilada sin soporte para UTF8" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "" "La biblioteca PCRE está compilada sin soporte para las propiedades de UTF8" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Error al compilar la expresión regular %s en el carácter %d: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Error al optimizar la expresión regular %s: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "se esperaba un dígito hexadecimal o «}»" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "se esperaba un dígito hexadecimal" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "falta «<» en la referencia simbólica" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "referencia de símbolo sin terminar" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "referencia simbólica de longitud cero" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "se esperaba un dígito" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "referencia simbólica ilegal" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "«\\» al final de la cadena" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "secuencia de escape desconocida" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Error al analizar el texto de reemplazo «%s» en el carácter %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 msgid "Quoted text doesn't begin with a quotation mark" msgstr "El texto entrecomillado no empieza por un signo de comilla" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Falta una comilla en la línea de comandos o en otro texto con comillas tipo " "shell" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "El texto termina justo después de un carácter '\\'. (El texto era «%s»)" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "El texto terminó antes de que se encontrase la comilla correspondiente con %" "c. (El texto era «%s»)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "El texto está vacío (o sólo contiene espacios en blanco)" -#: ../glib/gspawn-win32.c:283 +#: glib/gspawn-win32.c:283 msgid "Failed to read data from child process" msgstr "Falló al leer los datos desde un proceso hijo" -#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467 +#: glib/gspawn-win32.c:298 glib/gspawn.c:1467 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Falló en la creación de un conducto (pipe) para comunicarse con el proceso " "hijo (%s)" -#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131 +#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Falló al leer desde el conducto hijo (%s)" -#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336 +#: glib/gspawn-win32.c:367 glib/gspawn.c:1336 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Falló al cambiar al directorio «%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 "Falló al ejecutar el proceso hijo (%s)" -#: ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:442 #, c-format msgid "Invalid program name: %s" msgstr "Nombre 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 "Cadena inválida en el vector del argumento en %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 "Cadena inválida en el entorno: %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 "Directorio de trabajo inválido: %s" -#: ../glib/gspawn-win32.c:781 +#: glib/gspawn-win32.c:781 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Falló al ejecutar el 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" @@ -932,138 +929,138 @@ msgstr "" "Falló inesperado en g_io_channel_win32_poll() al leer datos desde un proceso " "hijo" -#: ../glib/gspawn.c:188 +#: glib/gspawn.c:188 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Falló en la lectura de datos desde el proceso hijo (%s)" -#: ../glib/gspawn.c:325 +#: glib/gspawn.c:325 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Falló inesperado en select() leyendo datos desde el proceso hijo (%s)" -#: ../glib/gspawn.c:408 +#: glib/gspawn.c:408 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Falló inesperado en waitpid() (%s)" -#: ../glib/gspawn.c:1196 +#: glib/gspawn.c:1196 #, c-format msgid "Failed to fork (%s)" msgstr "Falló al bifurcar (fork) (%s)" -#: ../glib/gspawn.c:1346 +#: glib/gspawn.c:1346 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Falló al ejecutar el proceso hijo «%s» (%s)" -#: ../glib/gspawn.c:1356 +#: glib/gspawn.c:1356 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Falló al redirigir la salida o la entrada del proceso hijo (%s)" -#: ../glib/gspawn.c:1365 +#: glib/gspawn.c:1365 #, c-format msgid "Failed to fork child process (%s)" msgstr "Falló al bifurcar el proceso hijo (%s)" -#: ../glib/gspawn.c:1373 +#: glib/gspawn.c:1373 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Falló desconocido al ejecutar el proceso hijo «%s»" -#: ../glib/gspawn.c:1395 +#: glib/gspawn.c:1395 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Falló al leer suficientes datos desde el conducto del pid hijo (%s)" -#: ../glib/gutf8.c:1029 +#: glib/gutf8.c:1029 msgid "Character out of range for UTF-8" msgstr "El carácter se sale del rango 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 "Secuencia inválida en la entrada de conversión" -#: ../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 "El carácter se sale del rango 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 "[OPCIÓN…]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "Opciones de ayuda:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "Mostrar opciones de ayuda" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "Muestra todas las opciones de ayuda" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Opciones de la aplicación:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "No se puede analizar el valor entero «%s» para %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "El valor entero «%s» para %s está fuera de rango" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "No se puede analizar el valor doble «%s» para %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "El valor doble «%s» para %s está fuera de rango" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Error al analizar la opción: %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Falta un argumento para %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Opción desconocida %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 msgid "Valid key file could not be found in search dirs" msgstr "" "No se pudo encontrar la clave de archivo válida en los directorios de " "búsqueda" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 msgid "Not a regular file" msgstr "No es un archivo regular" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 msgid "File is empty" msgstr "El archivo está vacío" -#: ../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" @@ -1071,52 +1068,52 @@ msgstr "" "El archivo de claves contiene la línea «%s» que no es un par valor-clave, " "grupo o comentario" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Nombre de grupo no válido: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 msgid "Key file does not start with a group" msgstr "El archivo de claves no empieza por un grupo" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Nombre de clave no válida: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "El archivo de claves contiene una codificación «%s» no soportada" -#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490 -#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828 -#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "El archivo de claves no tiene el grupo «%s»" -#: ../glib/gkeyfile.c:1284 +#: glib/gkeyfile.c:1284 #, c-format msgid "Key file does not have key '%s'" msgstr "El archivo de claves no tiene la clave «%s»" -#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "El archivo de claves contiene la clave «%s» con el valor «%s» el cual no es " "UTF-8" -#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "El archivo de claves contiene la clave «%s» que tiene un valor que no puede " "interpretarse." -#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1125,135 +1122,132 @@ msgstr "" "El archivo de claves contiene la clave «%s» en el grupo «%s» que tiene un " "valor que no puede interpretarse." -#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "El archivo de claves no tiene la clave «%s» en el grupo «%s»" -#: ../glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" "El archivo de claves contiene un carácter de escape al final de la línea" -#: ../glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "El archivo de claves contiene la secuencia de escape inválida «%s»" -#: ../glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "El valor «%s» no puede interpretarse como un número." -#: ../glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "El valor entero «%s» está fuera de rango" -#: ../glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "El valor «%s» no puede interpretarse como un número de coma flotante." -#: ../glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format 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: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 #, 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/goutputstream.c:1085 +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "El flujo ya se cerró" -#: ../gio/gcancellable.c:366 ../gio/glocalfile.c:1974 -#: ../gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Se canceló la operación" -#: ../gio/gcontenttype.c:180 +#: gio/gcontenttype.c:180 msgid "Unknown type" msgstr "Tipo desconocido" -#: ../gio/gcontenttype.c:181 +#: gio/gcontenttype.c:181 #, c-format msgid "%s filetype" msgstr "tipo de archivo %s" -#: ../gio/gcontenttype.c:678 +#: gio/gcontenttype.c:678 #, c-format msgid "%s type" msgstr "tipo %s" -#: ../gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Final de flujo inesperadamente prematuro" -#: ../gio/gdesktopappinfo.c:436 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sin nombre" -#: ../gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "El archivo de escritorio no especificó el campo Exec" -#: ../gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Imposible encontrar el terminal requerido por la aplicación" -#: ../gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, 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:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Definición personalizada para %s" -#: ../gio/gdrive.c:381 +#: gio/gdrive.c:381 msgid "drive doesn't implement eject" msgstr "la unidad no implementa la expulsión" -#: ../gio/gdrive.c:451 +#: gio/gdrive.c:451 msgid "drive doesn't implement polling for media" msgstr "la unidad no implementa el sondeo para medios" -#: ../gio/gemblem.c:326 +#: gio/gemblem.c:326 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "No se puede manejar la versión %d de la codificación GEmblem" -#: ../gio/gemblem.c:336 +#: gio/gemblem.c:336 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "Número de tokens (%d) mal formados en la codificación 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:2693 ../gio/gfile.c:2747 -#: ../gio/gfile.c:2878 ../gio/gfile.c:2918 ../gio/gfile.c:3245 -#: ../gio/gfile.c:3647 ../gio/gfile.c:3731 ../gio/gfile.c:3814 -#: ../gio/gfile.c:3894 ../gio/gfile.c:4224 ../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:2693 +#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 +#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operación no soportada" @@ -1265,131 +1259,131 @@ msgstr "Operación no soportada" #. 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:1064 ../gio/glocalfile.c:1075 -#: ../gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "El punto de montaje contenido no existe" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "No se puede copiar sobre el directorio" -#: ../gio/gfile.c:2023 +#: gio/gfile.c:2023 msgid "Can't copy directory over directory" msgstr "No se puede copiar directorio sobre directorio" -#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "El archivo destino ya existe" -#: ../gio/gfile.c:2049 +#: gio/gfile.c:2049 msgid "Can't recursively copy directory" msgstr "No se puede copiar el directorio recursivamente" -#: ../gio/gfile.c:2868 +#: gio/gfile.c:2868 msgid "Invalid symlink value given" msgstr "El valor del enlace simbólico dado no es válido" -#: ../gio/gfile.c:2961 +#: gio/gfile.c:2961 msgid "Trash not supported" msgstr "No se soporta mover a la papelera" -#: ../gio/gfile.c:3010 +#: gio/gfile.c:3010 #, c-format msgid "File names cannot contain '%c'" msgstr "Los nombres de archivo no pueden contener «%c»" -#: ../gio/gfile.c:4992 ../gio/gvolume.c:370 +#: gio/gfile.c:4992 gio/gvolume.c:370 msgid "volume doesn't implement mount" msgstr "el volumen no implementa el montado" -#: ../gio/gfile.c:5100 +#: gio/gfile.c:5100 msgid "No application is registered as handling this file" msgstr "No hay ninguna aplicación registrada para manejar este archivo" -#: ../gio/gfileenumerator.c:206 +#: gio/gfileenumerator.c:206 msgid "Enumerator is closed" msgstr "El enumerador está cerrado" -#: ../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 "El enumerador del archivo tiene una operación excepcional" -#: ../gio/gfileenumerator.c:362 ../gio/gfileenumerator.c:471 +#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 msgid "File enumerator is already closed" msgstr "El enumerador del archivo ya está cerrado" -#: ../gio/gfileicon.c:145 +#: gio/gfileicon.c:145 msgid "file" msgstr "archivo" -#: ../gio/gfileicon.c:146 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "El archivo que contiene el icono" -#: ../gio/gfileicon.c:237 +#: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "No se puede manejar la versión %d de la codificación GFileIcon" -#: ../gio/gfileicon.c:247 +#: gio/gfileicon.c:247 msgid "Malformed input data for GFileIcon" msgstr "Datos de entrada mal formados para 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 "El flujo no soporta 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 "No se permite buscar en el flujo" -#: ../gio/gfileinputstream.c:383 +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "No se permite truncar en el flujo de entrada" -#: ../gio/gfileoutputstream.c:460 +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "No se soporta el truncamiento en el flujo" -#: ../gio/gicon.c:322 +#: gio/gicon.c:322 #, c-format msgid "Wrong number of tokens (%d)" msgstr "Número de tokens (%d) incorrecto" -#: ../gio/gicon.c:342 +#: gio/gicon.c:342 #, c-format msgid "No type for class name %s" msgstr "No existe el tipo para la clase de nombre %s" -#: ../gio/gicon.c:352 +#: gio/gicon.c:352 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "El tipo %s no implementa la interfaz GIcon" -#: ../gio/gicon.c:363 +#: gio/gicon.c:363 #, c-format msgid "Type %s is not classed" msgstr "El tipo %s no tiene clase" -#: ../gio/gicon.c:377 +#: gio/gicon.c:377 #, c-format msgid "Malformed version number: %s" msgstr "Número de versión mal formado: %s" -#: ../gio/gicon.c:391 +#: gio/gicon.c:391 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "El tipo %s no implementa from_tokens() en la interfaz GIcon" -#: ../gio/gicon.c:467 +#: gio/gicon.c:467 msgid "Can't handle the supplied version the icon encoding" msgstr "" "No se puede manejar la versión proporcionada de la codificación de icono" -#: ../gio/ginputstream.c:202 +#: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "El flujo de entrada no implementa la lectura" @@ -1399,365 +1393,365 @@ msgstr "El flujo de entrada no implementa la lectura" #. 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 "El flujo tiene una operación excepcional" -#: ../gio/glocaldirectorymonitor.c:274 +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" "No se pudo encontrar el tipo de monitorización del directorio local " "predeterminado" -#: ../gio/glocalfile.c:603 ../gio/win32/gwinhttpfile.c:411 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Nombre de archivo no válido %s" -#: ../gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error al obtener la información del sistema de archivos: %s" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "No se puede renombrar el directorio raíz" -#: ../gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Error al renombrar el archivo: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "No se puede renombrar el archivo, el nombre ya existe" -#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032 -#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:505 -#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 +#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Nombre de archivo inválido" -#: ../gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Error al renombrar el archivo: %s" - -#: ../gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Error al abrir el archivo: %s" -#: ../gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "No se puede abrir el directorio" -#: ../gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Error al eliminar el archivo: %s" -#: ../gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Error al mover a la papelera el archivo: %s" -#: ../gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "No se pudo crear el directorio papelera %s: %s" -#: ../gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" "No se pudo encontrar el directorio de nivel superior para mover a la papelera" -#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "No se pudo encontrar o crear el directorio de la papelera" -#: ../gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "No se pudo crear la información de papelera para el archivo: %s" -#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "No se pudo enviar a la papelera el archivo: %s" -#: ../gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Error al crear el directorio: %s" -#: ../gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Error al crear el enlace simbólico: %s" -#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Error al mover el archivo: %s" -#: ../gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "No se puede mover un directorio sobre un directoro" -#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:819 -#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848 -#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878 +#: gio/glocalfile.c:2159 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 "Falló la creación del archivo de respaldo" -#: ../gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Error al eliminar el archivo destino: %s" -#: ../gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "No se soporta mover archivos entre puntos de montaje" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 msgid "Attribute value must be non-NULL" msgstr "El valor del atributo de ser no nulo" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 msgid "Invalid attribute type (string expected)" msgstr "Tipo de atributo no válido (se esperaba una cadena)" -#: ../gio/glocalfileinfo.c:730 +#: gio/glocalfileinfo.c:730 msgid "Invalid extended attribute name" msgstr "Nombre extendido del atributo no válido" -#: ../gio/glocalfileinfo.c:770 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Error al establecer el atributo extendido «%s»: %s" -#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1456 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:1526 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (codificación no válida)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 #, 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:1739 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo no válido (se esperaba uint32)" -#: ../gio/glocalfileinfo.c:1757 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo no válido (se esperaba uint64)" -#: ../gio/glocalfileinfo.c:1776 ../gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo no válido (se esperaba una cadena byte)" -#: ../gio/glocalfileinfo.c:1821 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Error al establecer permisos: %s" -#: ../gio/glocalfileinfo.c:1872 ../gio/glocalfileinfo.c:2040 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Error al establecer el propietario: %s" -#: ../gio/glocalfileinfo.c:1895 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "el enlace simbólico debe ser no nulo" -#: ../gio/glocalfileinfo.c:1905 ../gio/glocalfileinfo.c:1924 -#: ../gio/glocalfileinfo.c:1935 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Error al establecer el enlace simbólico: %s" -#: ../gio/glocalfileinfo.c:1914 +#: gio/glocalfileinfo.c:1914 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:2063 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "El contexto SELinux debe ser no nulo" -#: ../gio/glocalfileinfo.c:2078 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Error al establecer el contexto SELinux: %s" -#: ../gio/glocalfileinfo.c:2085 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux no está activado en este sistema" -#: ../gio/glocalfileinfo.c:2146 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Establecer el atributo %s no está soportado" -#: ../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 "Error al leer del archivo: %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 "Error al buscar en el archivo: %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 "Error al cerrar el archivo: %s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" "No se pudo encontrar el tipo de monitorización del archivo local " "predeterminado" -#: ../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 "Error al escribir en el archivo: %s" -#: ../gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:235 #, c-format msgid "Error removing old backup link: %s" msgstr "Error al eliminar el enlace de respaldo antiguo: %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 "Error al crear una copia de respaldo: %s" -#: ../gio/glocalfileoutputstream.c:280 +#: gio/glocalfileoutputstream.c:280 #, c-format msgid "Error renaming temporary file: %s" msgstr "Error al renombrar el archivo temporal: %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 "Error al truncar el archivo: %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 "Error al abrir el archivo «%s»: %s" -#: ../gio/glocalfileoutputstream.c:719 +#: gio/glocalfileoutputstream.c:719 msgid "Target file is a directory" msgstr "El archivo destino es un directorio" -#: ../gio/glocalfileoutputstream.c:724 +#: gio/glocalfileoutputstream.c:724 msgid "Target file is not a regular file" msgstr "El archivo destino no es un archivo regular" -#: ../gio/glocalfileoutputstream.c:736 +#: gio/glocalfileoutputstream.c:736 msgid "The file was externally modified" msgstr "El archivo se modificó externamente" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 msgid "Invalid GSeekType supplied" msgstr "Se proporcionó un GSeekType no válido" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 msgid "Invalid seek request" msgstr "Petición de búsqueda no válida" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "No se puede truncar GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 msgid "Reached maximum data array limit" msgstr "Se alcanzó el límite máximo del array de datos" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 msgid "Memory output stream not resizable" msgstr "El flujo de salida de la memoria no es redimensionable" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 msgid "Failed to resize memory output stream" msgstr "Falló al redimensionar el flujo de salida de la memoria" #. 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 "el punto de montaje no implementa desmontado" #. 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 "el punto de montaje no implementa la expulsión" #. 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 "el punto de montaje no implementa remontado" #. 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 "el punto de montaje no implementa averiguación del tipo de contenido" #. 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 "" "el punto de montaje no implementa averiguación del tipo de contenido síncrona" -#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412 +#: gio/goutputstream.c:211 gio/goutputstream.c:412 msgid "Output stream doesn't implement write" msgstr "El flujo de salida no implementa la escritura" -#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780 +#: gio/goutputstream.c:372 gio/goutputstream.c:780 msgid "Source stream is already closed" msgstr "El flujo de origen ya está cerrado" -#: ../gio/gthemedicon.c:211 +#: gio/gthemedicon.c:211 msgid "name" msgstr "nombre" -#: ../gio/gthemedicon.c:212 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "El nombre del icono" -#: ../gio/gthemedicon.c:223 +#: gio/gthemedicon.c:223 msgid "names" msgstr "nombres" -#: ../gio/gthemedicon.c:224 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Un array que contiene los nombres de los iconos" -#: ../gio/gthemedicon.c:249 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "usar valores predeterminados de reserva" -#: ../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." @@ -1766,65 +1760,65 @@ msgstr "" "nombre en los caracteres «-». Si se proporcionan varios nombres los ignora " "después del primero." -#: ../gio/gthemedicon.c:499 +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "No se puede manejar la versión %d de la codificación GThemedIcon" -#: ../gio/gunixinputstream.c:195 ../gio/gunixinputstream.c:215 -#: ../gio/gunixinputstream.c:293 ../gio/gunixoutputstream.c:282 +#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 +#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format msgid "Error reading from unix: %s" msgstr "Error al leer de unix: %s" -#: ../gio/gunixinputstream.c:248 ../gio/gunixinputstream.c:430 -#: ../gio/gunixoutputstream.c:237 ../gio/gunixoutputstream.c:388 +#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430 +#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388 #, c-format msgid "Error closing unix: %s" msgstr "Error al cerrar unix: %s" -#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816 +#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816 msgid "Filesystem root" msgstr "Sistema de archivos raíz" -#: ../gio/gunixoutputstream.c:183 ../gio/gunixoutputstream.c:204 +#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204 #, c-format msgid "Error writing to unix: %s" msgstr "Error al escribir en unix: %s" -#: ../gio/gvolume.c:444 +#: gio/gvolume.c:444 msgid "volume doesn't implement eject" msgstr "el volumen no implementa la expulsión" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "No se puede encontrar la aplicación" -#: ../gio/gwin32appinfo.c:300 +#: gio/gwin32appinfo.c:300 #, c-format msgid "Error launching application: %s" msgstr "Error al analizar la aplicación: %s" -#: ../gio/gwin32appinfo.c:336 +#: gio/gwin32appinfo.c:336 msgid "URIs not supported" msgstr "No se soportan URI" -#: ../gio/gwin32appinfo.c:358 +#: gio/gwin32appinfo.c:358 msgid "association changes not supported on win32" msgstr "los cambios de asociación no están soportados en win32" -#: ../gio/gwin32appinfo.c:370 +#: gio/gwin32appinfo.c:370 msgid "Association creation not supported on win32" msgstr "La creación de asociación no está soportada en win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "no ocultar entradas" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "usar un formato de listado largo" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[ARCHIVO…]" diff --git a/po/et.po b/po/et.po index 4a233e39..9dbeaff0 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-23 14:50+0300\n" "Last-Translator: Ivar Smolin \n" "Language-Team: Estonian \n" @@ -541,7 +541,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "muster sisaldab kirjeid, mis pole osalise vastavuse otsingu puhul toetatud" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "sisemine viga" @@ -1004,12 +1004,12 @@ msgstr "Arv '%s' %s jaoks on väljaspool lubatud piire" msgid "Error parsing option %s" msgstr "Viga võtme parsimisel: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Puuduv argument %s'i jaoks" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Tundmatu võti %s" @@ -1053,9 +1053,9 @@ msgstr "Vigane võtme nimi: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Võtmefail sisaldab toetamata kodeeringut '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Võtmefail ei sisalda gruppi '%s'" @@ -1065,18 +1065,18 @@ msgstr "Võtmefail ei sisalda gruppi '%s'" msgid "Key file does not have key '%s'" msgstr "Võtmefail ei sisalda võtit '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Võtmefail sisaldab võtit '%s', mille väärtus '%s' pole UTF-8 kodeeringus" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Võtmefail sisaldab võtit '%s', mille väärtus pole võimalik kasutada." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1085,36 +1085,36 @@ msgstr "" "Võtmefail sisaldab võtit '%s' grupis '%s' aga selle väärtust pole võimalik " "kasutada" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Võtmefail ei sisalda võtit '%s' grupis '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Võtmefail sisaldab rea lõpus paomärki" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Võtmefail sisaldab vigast paojada '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Väärtust '%s' pole võimalik numbrilise väärtusena kasutada." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Täisarvu väärtus '%s' on väljaspool lubatud piire" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Väärtust '%s' pole võimalik ujukomalise väärtusena kasutada." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Väärtust '%s' pole võimalik tõeväärtusena kasutada." @@ -1131,7 +1131,7 @@ msgstr "" msgid "Stream is already closed" msgstr "Voog on juba suletud" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operatsioon tühistati" @@ -1153,35 +1153,35 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "Ootamatult varajane voolõpp" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nimeta" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Töölauafail ei määra Exec-välja" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" "Rakenduse käivitamiseks vajalikku terminalprogrammi pole võimalik leida" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Kasutaja töölauafaili %s pole võimalik luua" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1194,11 +1194,21 @@ msgstr "seade ei toeta väljastamist" msgid "drive doesn't implement polling for media" msgstr "seade ei toeta meediumi olemasolu pollimist" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operatsioon ei ole toetatud" @@ -1210,12 +1220,12 @@ msgstr "Operatsioon ei ole toetatud" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1223,7 +1233,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Sihtfail on olemas" @@ -1265,14 +1275,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "Failinummerdaja on juba suletud" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "fail" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Fail, mis sisaldab ikooni" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1290,6 +1309,40 @@ msgstr "Sisendvoo kärpimine pole lubatud" msgid "Truncate not supported on stream" msgstr "Andmevoo kärpimine pole toetatud" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1308,108 +1361,108 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Vigane failinimi %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Viga failisüsteemi andmete hankimisel: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Juurkataloogi nime pole võimalik muuta" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Viga faili nime muutmisel: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Faili pole võimalik ümber nimetada, failinimi on juba olemas" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Vigane failinimi" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Viga faili nime muutmisel: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Viga avamisel: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Kataloogi pole võimalik avada" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Viga faili eemaldamisel: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Viga faili prügikasti viskamisel: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Prügikataloogi %s pole võimalik luua: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Prügikasti ülemise taseme kataloogi pole võimalik leida" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Prügikasti kataloogi pole võimalik leida või luua" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Viga kataloogi loomisel: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Viga nimeviida loomisel: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Viga faili ümbertõstmisel: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Tõrge varufaili loomisel" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Viga sihtfaili eemaldamisel: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1439,61 +1492,61 @@ msgstr "Viga faili '%s' kohta andmete hankimisel: %s" msgid " (invalid encoding)" msgstr " (vigane kodeering)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Viga failideskriptori kohta andmete hankimisel: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse baitstringi)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Viga pääsuõiguste määramisel: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Viga omaniku seadmisel: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "nimeviit ei tohi olla NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Viga nimeviida seadmisel: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "Viga nimeviida seadmisel: fail pole nimeviide" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinuxi kontekst ei tohi olla NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Viga SELinuxi konteksti seadmisel: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux pole selles süsteemis lubatud" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Rekvisiidi %s seadmine pole toetatud" @@ -1630,32 +1683,37 @@ msgstr "" msgid "Source stream is already closed" msgstr "Lähtevoog on juba suletud" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "nimi" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Ikooni nimi" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "nimed" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Ikoonide nimesid sisaldav massiiv" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/eu.po b/po/eu.po index b77f0286..7f9e7874 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-30 12:45+0200\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" @@ -562,7 +562,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "ereduak zenbait elementu ditu bat etortze partzialetan onartzen ez direnak" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "barneko errorea" @@ -1035,12 +1035,12 @@ msgstr "%2$s(r)en '%1$s' balio bikoitza barrutitik kanpo" msgid "Error parsing option %s" msgstr "Errorea %s aukera analizatzean" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s(e)ko argumentua falta da" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "%s aukera ezezaguna" @@ -1086,9 +1086,9 @@ msgstr "Gakoaren izen baliogabea: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Gako-fitxategiak onartzen ez den '%s' kodeketa du" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Gako-fitxategiak ez dauka '%s' taldea" @@ -1098,19 +1098,19 @@ msgstr "Gako-fitxategiak ez dauka '%s' taldea" msgid "Key file does not have key '%s'" msgstr "Gako-fitxategiak ez dauka '%s' gakoa" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Gako-fitxategiak '%s' gakoa dauka (%s balioduna) baina ez da UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Gako-fitxategiak '%s' gakoa dauka, baina dagokion balioa ezin da " "interpretatu." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1119,36 +1119,36 @@ msgstr "" "Gako-fitxategiak '%s' gakoa dauka ('%s taldean), baina dagokion balioa ezin " "da interpretatu." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Gako-fitxategiak ez dauka '%s' gakoa ('%s' taldean)" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Gako-fitxategiak ihes-karakterea dauka lerro amaieran" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Gako-fitxategiak '%s' ihes-sekuentzia baliogabea dauka" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "'%s' balioa ezin da zenbaki gisa interpretatu" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "'%s' osoko balioa barrutitik kanpo" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "'%s' balioa ezin da zenbaki mugikor gisa interpretatu." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' balioa ezin da bolear gisa interpretatu" @@ -1165,7 +1165,7 @@ msgstr "Zenbaketaren balio handiegia honi pasatuta: %s" msgid "Stream is already closed" msgstr "Korrontea jadanik itxita dago" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Eragiketa bertan behera utzi da" @@ -1187,35 +1187,35 @@ msgstr "%s mota" msgid "Unexpected early end-of-stream" msgstr "Ustekabeko korronte-amaiera azkarregia" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Izenbagea" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Mahaigaineko fitxategiak ez du Exec eremua zehaztu" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Ezin izan da aplikazioak eskatzen duen terminala aurkitu" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Ezin da erabiltzailearen mahaigaineko %s fitxategia sortu" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "%s(r)en definizio pertsonalizatua" @@ -1228,11 +1228,21 @@ msgstr "gailuak ez dauka 'egotzi' inplementatuta" msgid "drive doesn't implement polling for media" msgstr "gailuak ez dauka euskarria eskaneatzeko inplementaziorik" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Eragiketa ez dago onartuta" @@ -1244,12 +1254,12 @@ msgstr "Eragiketa ez dago onartuta" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Ontziaren muntaia ez da existitzen" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Ezin da direktorioaren gainean kopiatu" @@ -1257,7 +1267,7 @@ msgstr "Ezin da direktorioaren gainean kopiatu" msgid "Can't copy directory over directory" msgstr "Ezin da direktorioa kopiatu direktorio gainean" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Helburuko fitxategia existitzen da" @@ -1299,14 +1309,23 @@ msgstr "Fitxategiaren zerrendatzaileak eragiketa bat du lanean" msgid "File enumerator is already closed" msgstr "Fitxategiaren zerrendatzailea itxi da jadanik" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "fitxategia" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Ikonoa duen fitxategia" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1324,6 +1343,40 @@ msgstr "Trunkatzea ez da baimentzen sarrerako korrontean" msgid "Truncate not supported on stream" msgstr "Trunkatzea ez da onartzen korrontean" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Sarrerako korronteak ez dauka irakurtzea inplementatuta" @@ -1343,109 +1396,109 @@ msgid "Unable to find default local directory monitor type" msgstr "Ezin da lokaleko direktorio lehenetsiaren monitorizazio mota aurkitu" # -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "%s fitxategi-izen baliogabea" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Errorea fitxategi-sistemako informazioa lortzean: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Ezin da erroko direktorioa izenez aldatu" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Errorea fitxategia izenez aldatzean: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Ezin da fitxategia izenez aldatu, fitxategi-izena badago lehendik ere" # -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Fitxategi-izen baliogabea" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Errorea fitxategia izenez aldatzean: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Errorea fitxategia irekitzean: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Ezin da direktorioa ireki" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Errorea fitxategia kentzean: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Errorea fitxategia zakarrontzira botatzean: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ezin izan da zakarrontziaren '%s' direktorioa sortu: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Ezin da zakarrontziaren goi-mailako direktorioa aurkitu" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Ezin da zakarrontziaren direktorioa aurkitu edo sortu" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Ezin da zakarrontziaren informazio-fitxategia sortu: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Ezin da fitxategia zakarrontzira bota: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Errorea direktorioa sortzean: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Errorea esteka sinbolikoa sortzean: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Errorea fitxategia lekuz aldatzean: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Ezin da direktorioa lekuz aldatu direktorioaren gainera" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Huts egin du babeskopia sortzean" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Errorea helburuko fitxategia kentzean: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Muntaien artean lekuz aldatzea ez dago onartuta" @@ -1475,62 +1528,62 @@ msgstr "Errorea '%s' fitxategiaren egoera irakurtzean: %s" msgid " (invalid encoding)" msgstr " (baliogabeko kodeketa)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Errorea fitxategiaren deskriptorearen egoera irakurtzean: %s " -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Baliogabeko atributu mota (uint32 espero zen)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Baliogabeko atributu mota (uint64 espero zen)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Baliogabeko atributu mota (byte katea espero zen)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Errorea baimenak ezartzean: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Errorea jabea ezartzean: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "esteka sinbolikoak NULL-en desberdina izan behar du" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Errorea esteka sinbolikoa ezartzean: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" "Errorea esteka sinbolikoa ezartzean: fitxategia ez da esteka sinboliko bat" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux testuinguruak NULL-en desberdina izan behar du" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Errorea SELinux testuingurua ezartzean: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux ez dago gaituta sistema honetan" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "%s atributuaren ezarpena ez dago onartuta" @@ -1668,27 +1721,27 @@ msgstr "Irteerako korronteak ez dauka idaztea inplementatuta" msgid "Source stream is already closed" msgstr "Iturburuko korrontea jadanik itxi da" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "izena" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Ikonoaren izena" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "izenak" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Ikonoen izenak dituen matrizea" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "erabili ikono lehenetsiak" -#: gio/gthemedicon.c:249 +#: 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." @@ -1697,6 +1750,11 @@ msgstr "" "erabiliko diren ala ez. Aurrenekoaren ondoren dauden izenak baztertzen ditu " "hainbat izen ematen badira." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/fa.po b/po/fa.po index be3f2c19..1e4c4f52 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2006-09-04 18:36+0330\n" "Last-Translator: Roozbeh Pournader \n" "Language-Team: Persian\n" @@ -538,7 +538,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1010,12 +1010,12 @@ msgstr "مقدار صحیح با دقت مضاعف «%s» خارج از محدو msgid "Error parsing option %s" msgstr "خطا در تجزیهٔ گزینهٔ %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "‏%s یک آرگومان کم دارد" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "گزینهٔ نامعلوم %s" @@ -1058,9 +1058,9 @@ msgstr "نام برنامهٔ نامعتبر: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "پروندهٔ کلید حاوی کدگذاری پشتیبانی نشدهٔ «%s» است" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "پروندهٔ کلید گروه «%s» را ندارد" @@ -1070,17 +1070,17 @@ msgstr "پروندهٔ کلید گروه «%s» را ندارد" msgid "Key file does not have key '%s'" msgstr "پروندهٔ کلید، کلید «%s» را ندارد" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "پروندهٔ کلید حاوی کلید «%s» با مقدار «%s» است که UTF-8 نیست" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "پروندهٔ کلید حاوی کلید «%s» است که مقداری دارد که قابل تفسیر نیست." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1088,36 +1088,36 @@ msgid "" msgstr "" "پروندهٔ کلید حاوی کلید «%s» در گروه «%s» است که مقداری دارد که قابل تفسیر نیست" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "پروندهٔ کلید، کلید «%s» در گروه «%s» را ندارد" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "پرونده کلید شامل نویسهٔ گریز در انتهای خط است" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "پروندهٔ کلید حاوی دنبالهٔ گریز نامعتبر «%s» است" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "مقدار «%s» را نمی‌توان به عدد تفسیر کرد" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "مقدار صحیح «%s» خارج از محدوده است" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "مقدار «%s» را نمی‌توان به عدد اعشاری تفسیر کرد" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "مقدار «%s» را نمی‌توان به مقدار بولی تفسیر کرد" @@ -1134,7 +1134,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1157,34 +1157,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1197,11 +1197,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" @@ -1214,12 +1224,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1227,7 +1237,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1271,15 +1281,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "نام میزبان نشانی اینترنتی «‎%s» نامعتبر است" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1297,6 +1316,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1315,109 +1368,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "نام برنامهٔ نامعتبر: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "نام میزبان نامعتبر" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "خطا در باز کردن شاخهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "خطا در تجزیهٔ گزینهٔ %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1448,61 +1501,61 @@ msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "خطا در حین تبدیل: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "خطا در حین تبدیل: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "خطا در سطر %Id:‏ %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "خطا در حین تبدیل: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" @@ -1641,33 +1694,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "نام میزبان نشانی اینترنتی «‎%s» نامعتبر است" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/fi.po b/po/fi.po index 3987c376..72584b73 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-14 15:30+0300\n" "Last-Translator: Ilkka Tuohela \n" "Language-Team: Finnish \n" @@ -553,7 +553,7 @@ 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:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "sisäinen virhe" @@ -1022,12 +1022,12 @@ msgstr "Double-arvo \"%s\" kohteelle %s ylittää sallitun alueen" msgid "Error parsing option %s" msgstr "Virhe käsiteltäessä valitsinta %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Puuttuva argumentti kohteelle %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Tuntematon optio %s" @@ -1071,9 +1071,9 @@ msgstr "Virheellinen avaimen nimi: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Avaintiedosto sisältää epäkelvon koodauksen \"%s\"" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Avaintiedostossa ei ole ryhmää \"%s\"" @@ -1083,19 +1083,19 @@ msgstr "Avaintiedostossa ei ole ryhmää \"%s\"" msgid "Key file does not have key '%s'" msgstr "Avaintiedostossa ei ole avainta \"%s\"" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, 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:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, 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:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1104,36 +1104,36 @@ msgstr "" "Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita, " "ryhmässä \"%s\"." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, 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:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Avaintiedosto sisältää escape-jonon rivin lopussa" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Avaintiedostossa on virheellinen escape-jono \"%s\"" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Arvoa \"%s\" ei voida tulkita numeroksi." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Kokonaisluku \"%s\" on sallitun alueen ulkopuolella" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Arvoa \"%s\" ei voida tulkita liukuluvuksi." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Arvoa \"%s\" ei voida turkita totuusarvoksi." @@ -1150,7 +1150,7 @@ msgstr "Liian suuri laskuriarvo välitetty kohteelle %s" msgid "Stream is already closed" msgstr "Virta on jo suljettu" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Toiminto oli peruttu" @@ -1172,34 +1172,34 @@ msgstr "%s-tyyppi" msgid "Unexpected early end-of-stream" msgstr "Odottamaton aikainen virran loppu" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nimeämätön" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Työpöytätiedosto ei määrittele Exec-kenttää" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Sovelluksen vaatimaa päätettä ei löydy" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, 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:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Oma määrittely kohteelle %s" @@ -1212,11 +1212,21 @@ msgstr "asema ei toteuta aseman avausta" msgid "drive doesn't implement polling for media" msgstr "asema ei toteut median tarkkailua" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Toiminto ei ole tuettu" @@ -1228,12 +1238,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Ylläolevaa liitospistettä ei löydy" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Kansion päälle ei voi kopioida" @@ -1241,7 +1251,7 @@ msgstr "Kansion päälle ei voi kopioida" msgid "Can't copy directory over directory" msgstr "Kansiota ei voi kopioida kansion päälle" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Kohdetiedosto on olemassa" @@ -1283,14 +1293,23 @@ msgstr "Tiedoston numeraattorilla on odottavia toimintoja" msgid "File enumerator is already closed" msgstr "Numeraattori on jo suljettu" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "tiedosto" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Kuvakkeiden sisältävä tiedosto" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1308,6 +1327,40 @@ msgstr "Syötevirtaa ei voi kutistaa" msgid "Truncate not supported on stream" msgstr "Virta ei tue kutistamista" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Syötevirta ei toteuta lukua" @@ -1326,108 +1379,108 @@ msgstr "Virrassa on toiminto odottamassa" msgid "Unable to find default local directory monitor type" msgstr "Paikallista kansiontarkkailun oletustyyppiä ei voi selvittää" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Virheellinen tiedostonimi %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Virhe haettaessa tietoja tiedostojärjestelmästä: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Juurikansiota ei voi nimetä uudestaan" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Virhe nimettäessä tiedostoa uudestaan: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Tiedostoa ei voi nimetä uudestaan, tiedosto on jo olemassa" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Virheellinen tiedostonimi" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Virhe nimettäessä tiedostoa uudestaan: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Virhe avattaessa tiedostoa: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Kansiota ei voi avata" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Virhe poistettaessa tiedostoa: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Virhe siirrettäessä tiedostoa roskakoriin: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Roskakorikansiota %s ei voi luoda: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Päätasoa roskakoria varten ei löydy" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Roskakori kansiota ei löydy tai sitä ei voi luoda" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Roskakorin informaatiotiedostoa ei voi luoda: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Tiedosto ei voi siirtää roskakoriin: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Virhe luotaessa kansiota: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Virhe luotaessa symbolista linkkiä: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Virhe siirrettäessä tiedostoa: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Kansiota ei voi siirtää kansion päälle" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Virhe poistettaessa kohdetiedostoa: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Siirto liitospisteiden välillä ei ole tuettu" @@ -1457,62 +1510,62 @@ msgstr "Virhe tarkkailtaessa tiedostoa \"%s\": %s" msgid " (invalid encoding)" msgstr " (virheellinen merkistökoodaus)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Virhe tarkkailtaessa tiedostokuvaajaa: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla tavujono)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Virhe asetettaessa oikeuksia: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Virhe asetettaessa omistajaa: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "symbolinen linkki ei voi olla NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Virhe asetettaessa symbolista linkkiä: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" "Virhe asetettaessa symbolista linkkiä: tiedosto ei ole symbolinen linkki" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux-konteksti ei voi olla NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Virhe asetettaessa SELinux-kontekstia: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux ei ole käytössä tässä tietokoneessa" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Ominaisuuden %s asetus ei ole tuettu" @@ -1649,27 +1702,27 @@ msgstr "Tulostevirta ei toteuta kirjoitusta" msgid "Source stream is already closed" msgstr "Lähdevirta on jo suljettu" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "nimi" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Kuvakkeen nimi" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "nimet" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Kuvakkeiden nimiä sisältävä jono" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "käytä oletusvarmistuksia" -#: gio/gthemedicon.c:249 +#: 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." @@ -1678,6 +1731,11 @@ msgstr "" "merkkien kohdilta. Jättää huomiotta ensimmäisen jälkeiset nimet, jos useita " "on annettu." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/fr.po b/po/fr.po index 6c1f67f6..ad4c7cf4 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-21 13:10+0200\n" "Last-Translator: Robert-André Mauchin \n" "Language-Team: GNOME French Team \n" @@ -578,7 +578,7 @@ msgstr "" "le motif contient des éléments non pris en charge par la correspondance " "partielle" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "erreur interne" @@ -1062,12 +1062,12 @@ msgstr "La valeur double « %s » pour %s est hors plage" msgid "Error parsing option %s" msgstr "Erreur lors de l'analyse de l'option %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Argument manquant pour %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Option inconnue %s" @@ -1114,9 +1114,9 @@ msgid "Key file contains unsupported encoding '%s'" msgstr "" "Le fichier de clés contient un codage de caractères non pris en charge « %s »" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Le fichier de clés n'a pas de groupe « %s »" @@ -1126,21 +1126,21 @@ msgstr "Le fichier de clés n'a pas de groupe « %s »" msgid "Key file does not have key '%s'" msgstr "Le fichier de clés n'a pas de clé « %s »" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Le fichier de clés contient la clé « %s » avec la valeur « %s » qui n'est pas " "codé en UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Le fichier de clés contient la clé « %s » avec une valeur impossible à " "interpréter." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1149,39 +1149,39 @@ msgstr "" "Le fichier de clés contient la clé « %s » dans le groupe « %s » qui a une " "valeur impossible à interpréter." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Le fichier de clés ne contient pas de clé « %s » dans le groupe « %s »" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Le fichier de clés contient un caractère d'échappement en fin de ligne" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" "Le fichier de clés contient une séquence d'échappement non valide « %s »" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "La valeur « %s » ne peut pas être interprétée comme un nombre." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "La valeur entière « %s » est hors plage" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" "La valeur « %s » ne peut pas être interprétée comme un nombre à virgule " "flottante." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "La valeur « %s » ne peut pas être interprétée comme un booléen." @@ -1198,7 +1198,7 @@ msgstr "La valeur de comptage fournie à %s est trop grande" msgid "Stream is already closed" msgstr "Le flux est déjà fermé" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "L'opération a été annulée" @@ -1220,38 +1220,38 @@ msgstr "Type %s" msgid "Unexpected early end-of-stream" msgstr "Fin précoce de flux inattendue" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sans nom" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Le fichier Bureau n'a pas indiqué de champ Exec" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Impossible de trouver le terminal requis par l'application" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, 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:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Définition personnalisée pour %s" @@ -1264,11 +1264,21 @@ msgstr "le lecteur n'implémente pas l'éjection (« eject »)" msgid "drive doesn't implement polling for media" msgstr "le lecteur n'implémente pas la scrutation du média (« polling »)" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Opération non prise en charge" @@ -1280,12 +1290,12 @@ msgstr "Opération non prise en charge" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Le point de montage conteneur n'existe pas" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Impossible de copier par dessus un répertoire" @@ -1293,7 +1303,7 @@ msgstr "Impossible de copier par dessus un répertoire" msgid "Can't copy directory over directory" msgstr "Impossible de copier un répertoire par dessus un autre" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Le fichier cible existe" @@ -1335,14 +1345,23 @@ msgstr "L'énumérateur du fichier a une opération en cours" msgid "File enumerator is already closed" msgstr "L'énumérateur du fichier est déjà fermé" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "fichier" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Le fichier contenant l'icône" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1360,6 +1379,40 @@ msgstr "La troncature n'est pas autorisée sur le flux en entrée" msgid "Truncate not supported on stream" msgstr "La troncature n'est pas prise en charge sur le flux" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Le flux en entrée n'implémente pas « read »" @@ -1379,109 +1432,109 @@ msgid "Unable to find default local directory monitor type" msgstr "" "Impossible de trouver le type de moniteur de répertoire local par défaut" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Nom de fichier non valide : %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Impossible d'obtenir les informations du système de fichiers : %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Impossible de renommer le répertoire racine" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Erreur au renommage du fichier : %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Impossible de renommer le fichier car ce nom est déjà utilisé" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Nom de fichier non valide" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Erreur au renommage du fichier : %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Erreur à l'ouverture du fichier : %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Impossible d'ouvrir le répertoire" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Erreur à la suppression du fichier : %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Erreur à la mise à la corbeille du fichier : %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Impossible de créer le répertoire de la corbeille %s : %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Impossible de trouver le répertoire racine pour la corbeille" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Impossible de trouver ou créer le répertoire de la corbeille" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" "Impossible de créer le fichier d'informations de mise à la corbeille : %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Impossible de mettre à la corbeille le fichier : %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Erreur à la création du répertoire : %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Erreur lors de la création du lien symbolique : %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Erreur lors du déplacement du fichier : %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Impossible de déplacer un répertoire par dessus un autre" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "La création du fichier de sauvegarde a échoué" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Erreur lors de la suppression du fichier cible : %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Le déplacement entre des points de montage n'est pas pris en charge" @@ -1511,63 +1564,63 @@ msgstr "Erreur de l'interrogation du fichier « %s » : %s" msgid " (invalid encoding)" msgstr " (codage non valide)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erreur de l'interrogation du descripteur de fichier : %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Type d'attribut non valide (uint32 attendu)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Type d'attribut non valide (uint64 attendu)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Type d'attribut non valide (chaîne octet attendu)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Erreur lors de la définition des permissions : %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Erreur lors de la définition du propriétaire : %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "un lien symbolique ne doit pas être « NULL »" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Erreur lors de la définition du lien symbolique : %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 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:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "Le contexte SELinux ne doit pas être « NULL »" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Erreur lors de la définition du contexte SELinux : %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux n'est pas activé sur ce système" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "La définition de l'attribut %s n'est pas prise en charge" @@ -1704,27 +1757,27 @@ msgstr "Le flux de sortie n'implémente pas « write »" msgid "Source stream is already closed" msgstr "Le flux source est déjà fermé" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "nom" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Le nom de l'icône" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "noms" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Un tableau contenant les noms des icônes" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "utiliser les valeurs de repli par défaut" -#: gio/gthemedicon.c:249 +#: 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." @@ -1733,6 +1786,11 @@ msgstr "" "raccourcissement du nom aux caractères « - ». Si plusieurs noms sont donnés, " "seul le premier est pris en compte." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/ga.po b/po/ga.po index 7d65a644..4df23868 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2007-12-20 21:28-0700\n" "Last-Translator: Seán de Búrca \n" "Language-Team: Irish \n" @@ -507,7 +507,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "earráid inmheánach" @@ -967,12 +967,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "Earráid agus rogha %s á pharsáil" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Rogha anaithnid %s" @@ -1014,9 +1014,9 @@ msgstr "Ainm eocrach neamhbhailí: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "" @@ -1026,53 +1026,53 @@ msgstr "" msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1089,7 +1089,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1111,34 +1111,34 @@ msgstr "cineál %s" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Gan ainm" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1151,11 +1151,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "" @@ -1167,12 +1177,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1180,7 +1190,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1222,15 +1232,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Is neamhbhailí an t-óstainm an URI '%s'" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1248,6 +1267,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1266,108 +1319,108 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Ainm comhaid %s neamhbhailí" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Earráid agus eolas chóras comhad á fháil: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Earráid agus comhad á athainmniú: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Ainm comhaid neamhbhailí" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Earráid agus comhad á athainmniú: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Earráid agus comhad á oscailt: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Earráid agus comhad á bhaint: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Earráid agus comhad á chur sa bhruscar: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ní féidir comhadlann bhruscair %s a chruthú: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Ní féidir comhad curtha sa bhruscar a chruthú: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Ní féidir comhad a chur sa bhruscar: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Earráid agus comhadlann '%s' á oscailt: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Earráid agus nasc siombalach á dhéanamh: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Earráid agus comhad á bhogadh: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Earráid agus comhad '%s' á léamh: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1397,61 +1450,61 @@ msgstr "Earráid agus comhad '%s' á léamh: %s" msgid " (invalid encoding)" msgstr " (ionchódú neamhbhailí)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Earráid agus comhad '%s' á léamh: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Earráid le linn cumarsáide: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Earráid le linn cumarsáide: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Earráid agus nasc siombalach á shocrú: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Earráid le linn cumarsáide: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1589,35 +1642,40 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 #, fuzzy msgid "name" msgstr "Gan ainm" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Is neamhbhailí an t-óstainm an URI '%s'" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 #, fuzzy msgid "names" msgstr "Gan ainm" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/gl.po b/po/gl.po index 01a5789b..8e975d87 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-08 15:04+0200\n" "Last-Translator: Ignacio Casal Quinteiro \n" "Language-Team: Galego \n" @@ -555,7 +555,7 @@ msgstr "alcanzouse o límite de «backtracking» " msgid "the pattern contains items not supported for partial matching" msgstr "o patrón contén elementos non soportados na coincidencia parcial" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "erro interno" @@ -1026,12 +1026,12 @@ msgstr "O valor \"double\" '%s' para %s está fóra do intervalo" msgid "Error parsing option %s" msgstr "Erro ao analizar a opción %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Argumento que falta para %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Opción %s descoñecida" @@ -1076,9 +1076,9 @@ msgstr "Nome de chave non válido: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "O ficheiro chave contén unha codificación non soportada '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "O ficheiro chave non ten un grupo '%s'" @@ -1088,19 +1088,19 @@ msgstr "O ficheiro chave non ten un grupo '%s'" msgid "Key file does not have key '%s'" msgstr "O ficheiro chave non ten a chave '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "O ficheiro chave contén a chave '%s' co valor '%s' que non é UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "O ficheiro chave contén a chave '%s' que ten un valor que non pode ser " "interpretado." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1109,36 +1109,36 @@ msgstr "" "O ficheiro chave contén a chave '%s' no grupo '%s' que ten un valor que non " "pode ser interpretado." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "O ficheiro chave non ten a chave '%s' no grupo '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "O ficheiro chave contén un carácter de escape ao final da liña" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "O ficheiro chave contén a secuencia de escape non válida '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "O valor '%s' non se pode interpretar como un número." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "O valor enteiro '%s' está fóra do intervalo" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "O valor '%s' non se pode interpretar como un número flotante." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "O valor '%s' non se pode interpretar como un booleano." @@ -1155,7 +1155,7 @@ msgstr "O valor de contaxe pasado a %s é demasiado longo" msgid "Stream is already closed" msgstr "O fluxo xa se pechou" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "A operación foi cancelada" @@ -1177,34 +1177,34 @@ msgstr "tipo %s" msgid "Unexpected early end-of-stream" msgstr "Final de fluxo inesperadamente prematuro" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sen nome" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "O ficheiro de escritorio non especificou o campo Exec" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Imposible encontrar a terminal requerida pola aplicación" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, 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:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Definición personalizada para %s" @@ -1217,11 +1217,21 @@ msgstr "a unidade non implementa a expulsión" msgid "drive doesn't implement polling for media" msgstr "a unidade non implementa o sondeo para medios" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operación non soportada" @@ -1233,12 +1243,12 @@ msgstr "Operación non soportada" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "O punto de montaxe contido non existe" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Non se pode copiar sobre o directorio" @@ -1246,7 +1256,7 @@ msgstr "Non se pode copiar sobre o directorio" msgid "Can't copy directory over directory" msgstr "Non se pode copiar directorio sobre directorio" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "O ficheiro destino existe" @@ -1288,14 +1298,23 @@ msgstr "O enumerador do ficheiro ten unha operación excepcional" msgid "File enumerator is already closed" msgstr "O enumerador do ficheiro xa está pechado" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "ficheiro" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "O fichiero contendo a icona" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1313,6 +1332,40 @@ msgstr "Non se permite truncar no fluxo de entrada" msgid "Truncate not supported on stream" msgstr "Non se soporta truncar no fluxo" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "O fluxo de entrada non implementa a lectura" @@ -1333,108 +1386,108 @@ msgstr "" "Non se pode encontrar o tipo de monitorización do directorio local " "predeterminado" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Nome de ficheiro inválido %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Erro ao obter a información do sistema de ficheiros: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Non se pode renomear o directorio raíz" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Erro ao renomear o ficheiro: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Non se pode renomear o ficheiro, o ficheiro xa existe" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Nome de ficheiro inválido" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Erro ao renomear o ficheiro: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Erro ao abrir o ficheiro: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Non se pode abrir o directorio" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Non se pode eliminar o ficheiro: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Non se pode mover ao lixo o ficheiro: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Non se pode crear o directorio do lixo %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Non se pode encontrar o directorio superior para o lixo" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Non se pode encontrar ou crear o directorio do lixo" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Non se pode crear a información de lixo para o ficheiro: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Non se pode mover ao lixo o ficheiro: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Erro ao crear o directorio: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Erro ao crear a ligazón: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Erro ao mover o ficheiro: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Non se pode mover o directorio sobre un directorio" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Fallou a creación do ficheiro de seguranza" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Erro ao eliminar o ficheiro obxectivo: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Non se soporta mover ficheiros entre puntos de montaxe" @@ -1464,61 +1517,61 @@ msgstr "Erro ao iniciar o ficheiro '%s': %s" msgid " (invalid encoding)" msgstr " (codificación inválida)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erro ao iniciar o descritor de ficheiro: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo inválido (esperábase uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo inválido (esperábase uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo inválido (esperábase cadea de bytes)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Erro ao establecer os permisos: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Erro ao establecer o propietario: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "a ligazón non debe ser nula" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Erro ao establecer a ligazón: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 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:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "O contexto SELinux non debe ser nulo" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Erro ao establecer o contexto SELinux: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux non está activado neste sistema" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Establecer o atributo %s non está soportado" @@ -1657,27 +1710,27 @@ msgstr "O fluxo de saída non implementa a escritura" msgid "Source stream is already closed" msgstr "O fluxo de orixe xa está pechado" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "nome" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "O nome da icona" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "nomes" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Unha matriz contendo nomes de iconas" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "usar valores predeterminados de reserva" -#: gio/gthemedicon.c:249 +#: 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." @@ -1686,6 +1739,11 @@ msgstr "" "nos caracteres '-'. Se se proporcionan varios nomes ignoraranse despois do " "primeiro." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/gu.po b/po/gu.po index d530e99b..3d9cd5c1 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-03-03 14:10+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" @@ -534,7 +534,7 @@ msgstr "પાછળ જવાની મર્યાદાએ પહોંચી msgid "the pattern contains items not supported for partial matching" msgstr "ભાત અંશતઃ જોડણી માટે આધારભૂત વસ્તુઓ સમાવતી નથી" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "આંતરિક ભૂલ" @@ -996,12 +996,12 @@ msgstr "બમણી કિંમત '%s' જે %s માટે છે તે msgid "Error parsing option %s" msgstr "ભૂલ પદચ્છેદન વિકલ્પ %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s માટેની દલીલ ગુમ થયેલ છે" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "અજ્ઞાત વિકલ્પ %s" @@ -1043,9 +1043,9 @@ msgstr "અયોગ્ય કી નામ: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "કી ફાઈલ બિનઆધારભૂત અક્ષર સંગ્રહપદ્ધતિ '%s' સમાવે છે" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "કી ફાઈલ પાસે જૂથ '%s' નથી" @@ -1055,17 +1055,17 @@ msgstr "કી ફાઈલ પાસે જૂથ '%s' નથી" msgid "Key file does not have key '%s'" msgstr "કી ફાઈલ પાસે કી '%s' નથી" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "કી ફાઈલ '%s' કીને કિંમત '%s' સાથે સમાવે છે કે જે UTF-8 નથી" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "કી ફાઈલ '%s' કી સમાવે છે કે જેની પાસે કિંમત છે જે ઈન્ટરપ્રીટ કરી શકાતી નથી." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1074,36 +1074,36 @@ msgstr "" "કી ફાઈલ '%s' કી જૂથ '%s' માં સમાવે છે કે જેની પાસે કિંમત છે કે જે ઈન્ટરપ્રીટ કરી શકાતી " "નથી." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "કી ફાઈલ પાસે કી '%s' એ જૂથ '%s' માં નથી" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "કી ફાઈલ એસ્કેપ અક્ષર વાક્યના અંતે સમાવે છે" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "કી ફાઈલ અયોગ્ય એસ્કેપ ક્રમ '%s' સમાવે છે" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "કિંમત '%s' નંબર તરીકે ઈન્ટરપ્રીટ કરી શકાતું નથી." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "પૂર્ણાંક કિંમત '%s' એ મર્યાદાની બહાર છે" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "કિંમત '%s' એ અપૂર્ણાંક સંખ્યા તરીકે ઈન્ટરપ્રીટ કરી શકાતું નથી." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "કિંમત '%s' બુલિયન તરીકે ઈન્ટરપ્રીટ કરી શકાતું નથી." @@ -1120,7 +1120,7 @@ msgstr "%s ને ખૂબ મોટી ગણક કિંમત પસાર msgid "Stream is already closed" msgstr "સ્ટ્રીમ પહેલાથી જ બંધ થઈ ગયેલ છે" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "પ્રક્રિયા રદ થઈ ગઈ હતી" @@ -1142,34 +1142,34 @@ msgstr "%s પ્રકાર" msgid "Unexpected early end-of-stream" msgstr "સ્ટ્રીમનો-અંત અનિચ્છનીય રીતે જલદી" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "શીર્ષકવીહિન" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "ડેસ્કટોપ ફાઈલે Exec ક્ષેત્ર સ્પષ્ટ કરેલ નથી" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "કાર્યક્રમ માટે જરૂરી ટર્મિનલ શોધવામાં અસમર્થ" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "વપરાશકર્તા કાર્યક્રમ રૂપરેખાંકન ફોલ્ડર %s બનાવી શક્યા નહિં: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "વપરાશકર્તા MIME રૂપરેખાંકન ફોલ્ડર %s બનાવી શક્યા નહિં: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "વપરાશકર્તા ડેસ્કટોપ ફાઈલ %s બનાવી શકતા નથી" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "%s માટે વૈવિધ્યપૂર્ણ વ્યાખ્યા" @@ -1182,11 +1182,21 @@ msgstr "ડ્રાઈવર બહાર કાઢો અમલમાં મ msgid "drive doesn't implement polling for media" msgstr "ડ્રાઈવ મીડિયા માટે પોલીંગને અમલમાં મૂકતું નથી" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "પ્રક્રિયા આધારભૂત નથી" @@ -1198,12 +1208,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "સમાવનાર માઉન્ટ અસ્તિત્વમાં નથી" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "ડિરેક્ટરી ઉપર નકલ કરી શકતા નથી" @@ -1211,7 +1221,7 @@ msgstr "ડિરેક્ટરી ઉપર નકલ કરી શકતા msgid "Can't copy directory over directory" msgstr "ડિરેક્ટરીને ડિરેક્ટરી ઉપર નકલ કરી શકતા નથી" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "લક્ષ્ય ફાઈલ અસ્તિત્વમાં નથી" @@ -1253,15 +1263,24 @@ msgstr "ફાઈલ ઈન્યૂમેરેટરને ભરપૂર પ msgid "File enumerator is already closed" msgstr "ફાઈલ ઈન્યૂમેરેટર પહેલાથી જ બંધ થયેલ છે" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "'%s' URIનું યજમાનનુ નામ અયોગ્ય છે" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1279,6 +1298,40 @@ msgstr "ઈનપુટ સ્ટ્રીમ પર કાપવાનું msgid "Truncate not supported on stream" msgstr "સ્ટ્રીમ પર કાપવાનું માન્ય નથી" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "ઈનપુટ સ્ટ્રીમ વાંચનને અમલમાં મૂકતું નથી" @@ -1297,108 +1350,108 @@ msgstr "સ્ટ્રીમને ભરપૂર પ્રક્રિયા msgid "Unable to find default local directory monitor type" msgstr "મૂળભૂત સ્થાનિક ડિરેક્ટરી મોનીટર પ્રકાર શોધવામાં અસમર્થ" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "અયોગ્ય ફાઈલનામ %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "ફાઈલસિસ્ટમ જાણકારી મેળવવામાં ભૂલ: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "રુટ ડિરેક્ટરીનું નામ બદલી શકતા નથી" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "ફાઈલનું નામ બદલવામાં ભૂલ: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "ફાઈલનું નામ બદલી શકતા નથી, ફાઈલનામ પહેલાથી જ હાજર છે" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "અયોગ્ય ફાઈલનામ" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "ફાઈલનું નામ બદલવામાં ભૂલ: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "ફાઈલ ખોલવામાં ભૂલ: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "ડિરેક્ટરી ખોલી શકતા નથી" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "ફાઈલ દૂર કરવામાં ભૂલ: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "ફાઈલને કચરાપેટીમાં નાંખવામાં ભૂલ: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "કચરાપેટી ડિરેક્ટરી %s બનાવવામાં અસમર્થ: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "કચરાપેટી માટે ટોચસ્તરની ડિરેક્ટરી શોધવામાં અસમર્થ" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "કચરાપેટી ડિરેક્ટરી શોધવામાં કે બનાવવામાં અસમર્થ" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "કચરાપેટી જાણકારી ફાઈલ બનાવવામાં અસમર્થ: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "ફાઈલને કચરાપેટીમાં મોકલવામાં અસમર્થ: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "'%s' ડિરેક્ટરી ખોલતા ભૂલ: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "સાંકેતિક કડી બનાવવામાં ભૂલ: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "ફાઈલ ખસેડવામાં ભૂલ: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "ડિરેક્ટરીને ડિરેક્ટરી ઉપર ખસેડી શકતા નથી" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "લક્ષ્ય ફાઈલ દૂર કરવામાં ભૂલ: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "માઉન્ટો વચ્ચે ખસેડવાનું આધારભૂત નથી" @@ -1428,62 +1481,62 @@ msgstr "ફાઈલ '%s' કહેવામાં ભૂલ: %s" msgid " (invalid encoding)" msgstr " (અયોગ્ય સંગ્રહપદ્ધતિ)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "ફાઈલ વર્ણનકાર કહેવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint32 ઈચ્છિત)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint64 ઈચ્છિત)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (બાઈટ શબ્દમાળા ઈચ્છિત)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "પરવાનગીઓ સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "માલિક સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "સાંકેતિક કડી non-NULL જ હોવી જોઈએ" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: ફાઈલ સાંકેતિક કડી નથી" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "સાંકેતિક કડી non-NULL જ હોવી જોઈએ" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "માલિક સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "લક્ષણ %s સુયોજીત કરવાનું આધારભૂત નથી" @@ -1622,35 +1675,40 @@ msgstr "આઉટપુટ સ્ટ્રીમ લેખનને અમલમ msgid "Source stream is already closed" msgstr "સ્રોત સ્ટ્રીમ પહેલાથી જ બંધ થઈ ગયેલ છે" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 #, fuzzy msgid "name" msgstr "શીર્ષકવીહિન" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "'%s' URIનું યજમાનનુ નામ અયોગ્ય છે" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 #, fuzzy msgid "names" msgstr "શીર્ષકવીહિન" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/he.po b/po/he.po index 98e5a9fb..9ebd7c0c 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2006-04-27 18:48+0300\n" "Last-Translator: Yair Hershkovitz \n" "Language-Team: Hebrew \n" @@ -545,7 +545,7 @@ msgstr "backtracking limit reached" msgid "the pattern contains items not supported for partial matching" msgstr "the pattern contains items not supported for partial matching" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "internal error" @@ -1008,12 +1008,12 @@ msgstr "Double value '%s' for %s out of range" msgid "Error parsing option %s" msgstr "Error parsing option %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Missing·argument·for·%s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Unknown option %s" @@ -1056,9 +1056,9 @@ msgstr "Invalid key name: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Key file contains unsupported encoding '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Key file does not have group '%s'" @@ -1068,17 +1068,17 @@ msgstr "Key file does not have group '%s'" msgid "Key file does not have key '%s'" msgstr "Key file does not have key '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Key file contains key '%s' with value '%s' which is not UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Key file contains key '%s' which has value that cannot be interpreted." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1087,36 +1087,36 @@ msgstr "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Key file does not have key '%s' in group '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Key file contains escape character at end of line" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Key file contains invalid escape sequence '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Value '%s' cannot be interpreted as a number." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Integer value '%s' out of range" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Value '%s' cannot be interpreted as a float number." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." @@ -1133,7 +1133,7 @@ msgstr "Too large count value passed to %s" msgid "Stream is already closed" msgstr "Stream is already closed" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operation was cancelled" @@ -1155,34 +1155,34 @@ msgstr "%s type" msgid "Unexpected early end-of-stream" msgstr "Unexpected early end-of-stream" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unnamed" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Desktop file didn't specify Exec field" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Unable to find terminal required for application" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Can't create user desktop file %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Custom definition for %s" @@ -1195,11 +1195,21 @@ msgstr "drive doesn't implement eject" msgid "drive doesn't implement polling for media" msgstr "drive doesn't implement polling for media" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operation not supported" @@ -1211,12 +1221,12 @@ msgstr "Operation not supported" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Containing mount does not exist" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Can't copy over directory" @@ -1224,7 +1234,7 @@ msgstr "Can't copy over directory" msgid "Can't copy directory over directory" msgstr "Can't copy directory over directory" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Target file exists" @@ -1266,14 +1276,23 @@ msgstr "File enumerator has outstanding operation" msgid "File enumerator is already closed" msgstr "File enumerator is already closed" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "file" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "The file containing the icon" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1291,6 +1310,40 @@ msgstr "Truncate not allowed on input stream" msgid "Truncate not supported on stream" msgstr "Truncate not supported on stream" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Input stream doesn't implement read" @@ -1309,108 +1362,108 @@ msgstr "Stream has outstanding operation" msgid "Unable to find default local directory monitor type" msgstr "Unable to find default local directory monitor type" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Invalid filename %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error getting filesystem info: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Can't rename root directory" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Error renaming file: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Can't rename file, filename already exist" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Invalid filename" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Error renaming file: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Error opening file: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Can't open directory" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Error removing file: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Error trashing file: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Unable to create trash dir %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Unable to find toplevel directory for trash" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Unable to find or create trash directory" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Unable to create trashing info file: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Unable to trash file: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Error creating directory: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Error making symbolic link: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Error moving file: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Can't move directory over directory" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Backup file creation failed" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Error removing target file: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Move between mounts not supported" @@ -1440,62 +1493,62 @@ msgstr "Error stating file '%s': %s" msgid " (invalid encoding)" msgstr " (invalid encoding)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Error stating file descriptor: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Invalid attribute type (uint32 expected)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Invalid attribute type (uint64 expected)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Invalid attribute type (byte string expected)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Error setting permissions: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Error setting owner: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "symlink must be non-NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Error setting symlink: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "Error setting symlink: file is not a symlink" # c-format -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux context must be non-NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Error setting SELinux context: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux is not enabled on this system" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Setting attribute %s not supported" @@ -1632,27 +1685,27 @@ msgstr "Output stream doesn't implement write" msgid "Source stream is already closed" msgstr "Source stream is already closed" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "name" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "The name of the icon" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "names" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "An array containing the icon names" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "use default fallbacks" -#: gio/gthemedicon.c:249 +#: 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." @@ -1660,6 +1713,11 @@ msgstr "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/hi.po b/po/hi.po index 5226d27c..a2415ab3 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-09-11 16:41+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" @@ -540,7 +540,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1007,12 +1007,12 @@ msgstr "'%s' दोहरा मान %s के लिये परिसर msgid "Error parsing option %s" msgstr "%s विकल्प विश्लेषण में त्रुटि" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s के लिये गुम तर्क" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "अनजान विकल्प %s" @@ -1056,9 +1056,9 @@ msgstr "अवैध प्रोग्राम नाम: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "कुंजी फाइल में असमर्थित एनकोडिंग '%s' समाहित है" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "कुंजी फाइल में '%s' समूह नहीं है" @@ -1068,53 +1068,53 @@ msgstr "कुंजी फाइल में '%s' समूह नहीं msgid "Key file does not have key '%s'" msgstr "कुंजी फाइल में '%s' कुंजी नहीं है" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "कुंजी फाइल में '%s' कुंजी समाहित है '%s' मान के साथ जो UTF-8 नहीं है" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "कुंजी फाइल में '%s' कुंजी है जिसके मान का विश्लेषण नहीं किया जा सकता." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "कुंजी फाइल में '%s' कुंजी है '%s' समूह में जिसके मान का विश्लेषण नहीं किया जा सकता." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "कुंजी फाइल में '%s' कुंजी नहीं है '%s' समूह में" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "कुंजी फाइल में पंक्ति के अंत में एस्केप संप्रतीक रहता है" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "कुंजी फाइल में '%s' अमान्य श्रृंखला समाहित है" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "मान्य '%s' को एक संख्या की तरह नहीं विश्लेषित किया जा सकता." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "पूर्णांक मान '%s' रेंज के बाहर है" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "मान '%s' को एक फ्लोट संख्या की तरह नहीं विश्लेषित किया जा सकता." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "मान '%s' को बुलियन के तौर पर विश्लेषित नहीं किया जा सकता." @@ -1131,7 +1131,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "ऑपरेशन रद्द था" @@ -1154,34 +1154,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "बेनाम" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1194,11 +1194,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "ऑपरेशन समर्थित नहीं है" @@ -1211,12 +1221,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1224,7 +1234,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1268,15 +1278,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "फाइल" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "यूआरआई '%s' का होस्टनाम अवैध है" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1294,6 +1313,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1312,109 +1365,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "अवैध प्रोग्राम नाम: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "अवैध फ़ाइलनाम" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "डैरक्टरी नहीं खोल सकते है" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "फ़ाइल '%s' बनाने में असफल: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "फ़ाइल '%s' बनाने में असफल: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "फ़ाइल '%s' बनाने में असफल: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "डिरेक्ट्री '%s' को खोलने में त्रुटि: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "%s विकल्प विश्लेषण में त्रुटि" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1445,61 +1498,61 @@ msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "परिवर्तन के दौरान त्रुटि: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "परिवर्तन के दौरान त्रुटि: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "पंक्ति %d: पर त्रुटि %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "परिवर्तन के दौरान त्रुटि: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "सिंबालिक लिंक समर्थित नहीं है" @@ -1638,33 +1691,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "नाम" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "यूआरआई '%s' का होस्टनाम अवैध है" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/hr.po b/po/hr.po index e8a3e281..ad6d3718 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-05-18 15:38+0000\n" "Last-Translator: Launchpad Translations Administrators \n" @@ -542,7 +542,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1013,12 +1013,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "GreÅ¡ka prilikom analize opcije %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Nedostaje parametar za %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Nepoznata opcija %s" @@ -1062,9 +1062,9 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "Datoteka s ključem sadrži nepodržano kodiranje '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Datoteka s ključem ne sadrži grupu '%s'" @@ -1074,18 +1074,18 @@ msgstr "Datoteka s ključem ne sadrži grupu '%s'" msgid "Key file does not have key '%s'" msgstr "Datoteka s ključem ne sadrži ključ '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Datoteka s ključem sadrži ključ '%s' čija vrijednost '%s' nije u UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Datoteka s ključem sadrži ključ '%s' čiju vrijednost ne mogu protumačiti." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1094,36 +1094,36 @@ msgstr "" "Datoteka s ključem sadrži ključ '%s' u grupi '%s' čiju vrijednost ne mogu " "protumačiti." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Datoteka s ključem na sadrži ključ '%s' u grupi '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Datoteka s ključem na kraju retka ima izbjegnute znakove" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Datoteka s ključem sadrži neispravno izbjegnuti niz '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vrijednost '%s' ne može biti protumačena kao broj." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Brojčana vrijednost '%s' je izvan opsega" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vrijednost '%s' ne može biti protumačena kao boolean." @@ -1140,7 +1140,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1162,34 +1162,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1202,11 +1202,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Nisu podržane simboličke veze" @@ -1219,12 +1229,12 @@ msgstr "Nisu podržane simboličke veze" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1232,7 +1242,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1275,15 +1285,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Ime računala URI-ja '%s' je neispravno" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1301,6 +1320,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1319,109 +1372,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Neispravno ime računala" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Neispravno ime računala" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "GreÅ¡ka pri stvaranju datoteke '%s': %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "GreÅ¡ka pri stvaranju datoteke '%s': %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "GreÅ¡ka pri stvaranju datoteke '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "GreÅ¡ka pri otvaranju mape '%s': %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1452,61 +1505,61 @@ msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "GreÅ¡ka pri čitanju datoteke '%s': %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "GreÅ¡ka na retku %d: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Nisu podržane simboličke veze" @@ -1644,33 +1697,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Ime računala URI-ja '%s' je neispravno" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/hu.po b/po/hu.po index 4ecd48a9..149b17bd 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-28 20:30+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -554,7 +554,7 @@ 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" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "belső hiba" @@ -1035,12 +1035,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "Hiba a kapcsoló feldolgozása során: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Hiányzó paraméter a következőhöz: %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Ismeretlen kapcsoló: %s" @@ -1084,9 +1084,9 @@ msgstr "Érvénytelen kulcsnév: %s" 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:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "A kulcsfájlból hiányzik a(z) „%s” csoport" @@ -1096,21 +1096,21 @@ msgstr "A kulcsfájlból hiányzik a(z) „%s” csoport" msgid "Key file does not have key '%s'" msgstr "A kulcsfájlban nincs „%s” kulcs" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, 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:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, 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:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1119,36 +1119,36 @@ msgstr "" "A kulcsfájl tartalmazza a(z) „%s” kulcsot a(z) „%s” csoportban, amelynek " "értéke nem értelmezhető." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, 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:3474 +#: glib/gkeyfile.c:3480 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:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "A kulcsfájl érvénytelen escape sorozatot tartalmaz („%s”)" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, 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:3652 +#: glib/gkeyfile.c:3658 #, 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:3685 +#: glib/gkeyfile.c:3691 #, 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:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "A(z) „%s” érték nem értelmezhető logikai értékként." @@ -1165,7 +1165,7 @@ msgstr "Túl nagy számérték került átadásra ennek: %s" msgid "Stream is already closed" msgstr "Az adatfolyam már le van zárva" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "A művelet megszakítva" @@ -1187,35 +1187,35 @@ msgstr "%s típus" msgid "Unexpected early end-of-stream" msgstr "Váratlan korai adatfolyam vége" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Névtelen" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "A desktop fájl nem adta meg az Exec mezőt" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Nem található az alkalmazáshoz szükséges terminál" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, 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:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "%s egyéni meghatározása" @@ -1228,11 +1228,21 @@ msgstr "a meghajtó nem valósítja meg a kiadást" 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:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "A művelet nem támogatott" @@ -1244,12 +1254,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "A tartalmazó csatolás nem létezik" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Nem lehet a könyvtárra másolni" @@ -1257,7 +1267,7 @@ msgstr "Nem lehet a könyvtárra másolni" 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:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "A célfájl létezik" @@ -1299,14 +1309,23 @@ msgstr "A fájlenumerátor hátralévő művelettel rendelkezik" msgid "File enumerator is already closed" msgstr "A fájlenumerátor már le van zárva" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "fájl" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Az ikont tartalmazó fájl" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1324,6 +1343,40 @@ msgstr "A bemeneti adatfolyam csonkítása nem engedélyezett" msgid "Truncate not supported on stream" msgstr "Az adatfolyam csonkítása nem engedélyezett" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "A bemeneti adatfolyam nem valósítja meg az olvasást" @@ -1342,108 +1395,108 @@ msgstr "Az adatfolyam hátralévő művelettel rendelkezik" 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:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Érvénytelen fájlnév: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, 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:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Nem nevezhető át a gyökérkönyvtár" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Hiba a fájl átnevezése közben: %s" + +#: gio/glocalfile.c:1139 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:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Érvénytelen fájlnév" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Hiba a fájl átnevezése közben: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Hiba a fájl megnyitása közben: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "A könyvtár nem nyitható meg" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Hiba a fájl eltávolítása közben: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Hiba fájl kidobása közben: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, 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:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Nem található a Kuka felső szintű könyvtára" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 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:1873 +#: gio/glocalfile.c:1886 #, 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:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Nem lehet a Kukába dobni a fájlt: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Hiba a könyvtár létrehozásakor: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Hiba a szimbolikus link létrehozása során: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Hiba a fájl áthelyezésekor: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "A könyvtár nem helyezhető át könyvtárba" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Hiba a célfájl eltávolításakor: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "A csatolások közti áthelyezés nem támogatott" @@ -1473,61 +1526,61 @@ msgstr "Hiba a(z) „%s” fájl elérése közben: %s" msgid " (invalid encoding)" msgstr " (érvénytelen kódolás)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Hiba a fájlleíró elérésekor: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Érvénytelen attribútumtípus (a várt uint32 helyett)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Érvénytelen attribútumtípus (a várt uint64 helyett)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Érvénytelen attribútumtípus (a várt bájtkarakterlánc helyett)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Hiba a jogosultságok beállításakor: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Hiba a tulajdonos beállításakor: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "a szimbolikus link nem lehet NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Hiba a szimbolikus link beállításakor: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 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:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "A SELinux környezet nem lehet NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Hiba a SELinux környezet beállításakor: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "A SELinux nem engedélyezett ezen rendszeren" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "A(z) %s attribútum beállítása nem támogatott" @@ -1664,27 +1717,27 @@ msgstr "A kimeneti adatfolyam nem valósítja meg az írást" msgid "Source stream is already closed" msgstr "A forrás adatfolyam már le van zárva" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "név" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Az ikon neve" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "nevek" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Az ikonneveket tartalmazó tömb" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "alapértelmezett tartalékok használata" -#: gio/gthemedicon.c:249 +#: 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." @@ -1693,6 +1746,11 @@ 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/hy.po b/po/hy.po index ce7c25ae..da9b6544 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2006-03-03 16:24+0000\n" "Last-Translator: Norayr Chilingaryan \n" "Language-Team: Armenian \n" @@ -507,7 +507,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -969,12 +969,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "" @@ -1016,9 +1016,9 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "" @@ -1028,53 +1028,53 @@ msgstr "" msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1091,7 +1091,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1113,34 +1113,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1153,11 +1153,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Սիմվոլիկ հղումները Õ¹Õ¥Õ¶ ապահովվում" @@ -1170,12 +1180,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1183,7 +1193,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1226,14 +1236,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1251,6 +1270,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1269,108 +1322,108 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ ֆայլ '%s'՝ %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ ֆայլ '%s'՝ %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Չի Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ ֆայլ '%s'՝ %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "'%s' ÕºÕ¡Õ¶Õ¡Õ¯Õ¨ բացելու սխալ՝ %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1400,61 +1453,61 @@ msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Սիմվոլիկ հղումները Õ¹Õ¥Õ¶ ապահովվում" @@ -1591,32 +1644,37 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/id.po b/po/id.po index f2356345..95568f19 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2005-08-30 22:41+0300\n" "Last-Translator: Mohammad DAMT \n" "Language-Team: Indonesia \n" @@ -555,7 +555,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1030,12 +1030,12 @@ msgstr "Nilai integer '%s' untuk %s di luar jangkauan" msgid "Error parsing option %s" msgstr "Error saat melakukan konversi: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Argumen untuk %s tidak lengkap" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Pilihan tidak diketahui %s" @@ -1080,9 +1080,9 @@ msgstr "Nama program salah: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "File kunci mengadung encoding yang tidak didukung '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "File kunci tidak memiliki kelompok '%s'" @@ -1092,19 +1092,19 @@ msgstr "File kunci tidak memiliki kelompok '%s'" msgid "Key file does not have key '%s'" msgstr "File kunci tidak memiliki kunci '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "File kunci mengandung kunci '%s' dengan nilai '%s' yang bukan UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "File kunci mengandung kunci '%s' yang memiliki nilai yang tidak dapat " "diterjemahkan." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1113,36 +1113,36 @@ msgstr "" "File kunci mengandung kunci '%s' dalam kelompok '%s' yang memiliki nilai " "yang tidak dapat diterjemahkan." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "File kunci tidak memiliki kunci '%s' pada kelompok '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "File kunci mengandung karakter escape pada akhir baris" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "File kunci berisi '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai sebuah nomor." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Nilai integer '%s' di luar jangkauan" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai sebuah nomor." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai suatu nilai boolean." @@ -1159,7 +1159,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1182,34 +1182,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1222,11 +1222,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Link simbolik tidak didukung oleh sistem" @@ -1239,12 +1249,12 @@ msgstr "Link simbolik tidak didukung oleh sistem" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1252,7 +1262,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1295,15 +1305,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Nama host pada URI '%s' tidak benar" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1321,6 +1340,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1339,109 +1392,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Nama program salah: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Error saat membaca file '%s': %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Nama host salah" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Error saat membaca file '%s': %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Gagal saat membuat file '%s': %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Gagal saat membuat file '%s': %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Gagal saat membuat file '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Error saat membuka direktori '%s': %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1472,61 +1525,61 @@ msgstr "Error saat membaca file '%s': %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Error pada baris ke %d: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Link simbolik tidak didukung oleh sistem" @@ -1665,33 +1718,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Nama host pada URI '%s' tidak benar" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/is.po b/po/is.po index 53eb0fcb..51cf9603 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2003-08-18 18:05+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" @@ -533,7 +533,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1000,12 +1000,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "Villa við umbreytingu: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "" @@ -1047,9 +1047,9 @@ msgstr "Ógilt vélarheiti" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "" @@ -1059,53 +1059,53 @@ msgstr "" msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' inniheldur ógild sértákn" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1122,7 +1122,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1144,34 +1144,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1184,11 +1184,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Tákntengi eru ekki studd" @@ -1201,12 +1211,12 @@ msgstr "Tákntengi eru ekki studd" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1214,7 +1224,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1257,15 +1267,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Vélarheitið í URI '%s' er ógilt" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1283,6 +1302,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1301,109 +1354,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Ógilt vélarheiti" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Villa við lestur skráarinnar '%s': %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Ógilt vélarheiti" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Villa við lestur skráarinnar '%s': %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "gat ekki búið til skrána '%s': %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "gat ekki búið til skrána '%s': %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "gat ekki búið til skrána '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Villa við að opna möppuna '%s': %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1434,61 +1487,61 @@ msgstr "Villa við lestur skráarinnar '%s': %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Villa á línu %d: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Tákntengi eru ekki studd" @@ -1626,33 +1679,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Vélarheitið í URI '%s' er ógilt" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/it.po b/po/it.po index 179415d4..df7bffc8 100644 --- a/po/it.po +++ b/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.17.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-19 03:11+0200\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" @@ -590,7 +590,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "il modello contiene elementi non supportati per la corrispondenza parziale" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "errore interno" @@ -1152,12 +1152,12 @@ msgstr "Il valore double \"%s\" per %s è fuori dall'intervallo" msgid "Error parsing option %s" msgstr "Errore nell'analizzare l'opzione %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Argomento mancante per %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Opzione %s sconosciuta" @@ -1204,9 +1204,9 @@ msgstr "Nome chiave non valido: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Il file chiavi contiene la codifica non supportata \"%s\"" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Il file chiavi non presenta il gruppo \"%s\"" @@ -1216,20 +1216,20 @@ msgstr "Il file chiavi non presenta il gruppo \"%s\"" msgid "Key file does not have key '%s'" msgstr "Il file chiavi non presenta la chiave \"%s\"" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Il file chiavi contiene la chiave \"%s\" con il valore \"%s\" che non è UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Il file chiavi contiene la chiave \"%s\" il cui valore non può essere " "interpretato." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1238,36 +1238,36 @@ msgstr "" "Il file chiavi contiene la chiave \"%s\" nel gruppo \"%s\" il cui valore non " "può essere interpretato." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Il file chiavi non presenta alcuna chiave \"%s\" nel gruppo \"%s\"" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Il file chiavi contiene un carattere di escape alla fine della riga" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Il file chiavi contiene la sequenza di escape non valida \"%s\"" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Impossibile interpretare il valore \"%s\" come un numero." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Il valore intero \"%s\" è fuori dall'intervallo" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Impossibile interpretare il valore \"%s\" come un numero float." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Impossibile interpretare il valore \"%s\" come un booleano." @@ -1286,7 +1286,7 @@ msgstr "Valore count troppo largo passato a %s" msgid "Stream is already closed" msgstr "Lo stream è già chiuso" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "L'operazione è stata annullata" @@ -1309,21 +1309,21 @@ msgid "Unexpected early end-of-stream" msgstr "End-of-stream prematuro inatteso" # NdT: nome di applicazione (quando manca) -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Senza nome" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Il file .desktop non specifica il campo Exec" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 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:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" @@ -1331,17 +1331,17 @@ msgstr "" # NdT il primo %s è il percorso alla cartella .local/share/application # messo tra parentesi per scelta stilistica... -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Impossibile creare il file .desktop utente %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Definizione personalizzata per %s" @@ -1355,11 +1355,21 @@ msgstr "l'unità non implementa l'espulsione" msgid "drive doesn't implement polling for media" msgstr "l'unità non supporta il sondaggio di supporti" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operazione non supportata" @@ -1371,12 +1381,12 @@ msgstr "Operazione non supportata" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "L'oggetto mount contenuto non esiste" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Impossibile copiare sopra la directory" @@ -1384,7 +1394,7 @@ msgstr "Impossibile copiare sopra la directory" msgid "Can't copy directory over directory" msgstr "Impossibile copiare la directory sopra la directory" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Il file destinazione esiste" @@ -1428,15 +1438,24 @@ msgid "File enumerator is already closed" msgstr "L'enumeratore di file è già chiuso" # GLIB-2-18 -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "file" # GLIB-2-18 -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Il file contenente l'icona" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1454,6 +1473,40 @@ msgstr "Troncamento non consentito sullo stream di input" msgid "Truncate not supported on stream" msgstr "Troncamento non supportato sullo stream" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + # o lasciare write ?? #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" @@ -1475,114 +1528,114 @@ msgid "Unable to find default local directory monitor type" msgstr "" "Impossibile trovare il tipo di monitor predefinito per directory locali" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Nome di file %s non valido" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Errore nell'ottenere informazioni sul file system: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Impossibile rinominare la directory root" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Errore nel rinominare il file: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Impossibile rinominare il file, il nome di file esiste già" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Nome di file non valido" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Errore nel rinominare il file: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Errore nell'aprire il file: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Impossibile aprire la directory" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Errore nel rimuovere il file: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Errore nel cestinare il file: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Impossibile creare la directory cestino \"%s\": %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Impossibile trovare la directory di livello superiore per il cestino" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Impossibile trovare o creare la directory cestino" # consultare la specifica del cestino di freedesktop.org # (in breve per ogni file cestinato viene creata una copia # del file e un file di informazioni - data, posizione originaria...) -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Impossibile creare il file informazioni cestinamento: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Impossibile cestinare il file: %s" # GLIB-2-18 -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Errore nel creare la directory: %s" # FIXME: all other occurrences are "symlink" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Errore nel creare il collegamento simbolico: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Errore nello spostare il file: %s" # ma che senso ha??? -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Impossibile spostare la directory sopra la directory" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Creazione del file backup fallita" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Errore nel rimuovare il file destinazione: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Spostamento tra oggetti mount non supportato" @@ -1612,44 +1665,44 @@ msgstr "Impossibile eseguire lo stat del file \"%s\": %s" msgid " (invalid encoding)" msgstr " (codifica non valida)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Errore nell'eseguire lo stat del descrittore di file: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo di attributo non valido (atteso unit32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo di attributo non valido (atteso uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo di attributo non valido (attesa stringa di byte)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Errore nell'impostare i permessi: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Errore nell'impostare il proprietario: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "il collegamento simbolico deve essere non-NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Errore nell'impostare il collegamento simbolico: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" "Errore nell'impostare il collegamento simbolico: il file non è un " @@ -1657,23 +1710,23 @@ msgstr "" # GLIB-2-18 # lasciata minuscola come per precedente messaggio con symlink -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "il contesto SELinux deve essere non-NULL" # GLIB-2-18 -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Errore nell'impostare contesto SELinux: %s" # GLIB-2-18 -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux non è abilitato su questo sistema" # %s è l'attributo -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Impostazione dell'attributo %s non supportata" @@ -1815,27 +1868,27 @@ msgstr "Lo stream di output non implementa la scrittura" msgid "Source stream is already closed" msgstr "Lo stream sorgente è già chiuso" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "nome" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Il nome dell'icona" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "nomi" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Un array contenente i nomi delle icone" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "usare alternative predefinite" -#: gio/gthemedicon.c:249 +#: 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." @@ -1844,6 +1897,11 @@ msgstr "" "ai caratteri '-'. Ignora i nomi successivi al primo nel caso in cui ne siano " "stati forniti più di uno." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/ja.po b/po/ja.po index 5f614da3..6cd9e8fb 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-23 12:13+0900\n" "Last-Translator: Takeshi AIHANA \n" "Language-Team: Japanese \n" @@ -543,7 +543,7 @@ msgstr "バックトラック処理の上限に達しました" msgid "the pattern contains items not supported for partial matching" msgstr "パターンに含まれているアイテムは部分マッチングをサポートしていません" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "内部エラー" @@ -1009,12 +1009,12 @@ msgstr "%2$s の実数値 '%1$s' は範囲外の値です" msgid "Error parsing option %s" msgstr "オプション %s の解析中にエラー" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s の引数がありません" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "%s は不明なオプションです" @@ -1058,9 +1058,9 @@ msgstr "キーの名前が無効です: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "キー・ファイルにサポートしてないエンコーディング '%s' があります" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "キー・ファイルにグループ '%s' がありません" @@ -1070,17 +1070,17 @@ msgstr "キー・ファイルにグループ '%s' がありません" msgid "Key file does not have key '%s'" msgstr "キー・ファイルにキー '%s' がありません" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "キー・ファイルのキー '%s' の値 '%s' が UTF-8 ではありません" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "キー・ファイルのキー '%s' の値を解釈できませんでした" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1088,36 +1088,36 @@ msgid "" msgstr "" "キー・ファイルのグループ '%2$s' にあるキー '%1$s' の値を解釈できませんでした" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "キー・ファイルにはグループ '%2$s' のキー '%1$s' がありません" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "キー・ファイルの行末にエスケープ文字が含まれています" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "キー・ファイルに無効なエスケープ・シーケンス '%s' が含まれています" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "値 '%s' を数値として解釈できません" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "整数値 '%s' は範囲外の値です" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "値 '%s' を実数値として解釈できません" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "値 '%s' を論理値として解釈できません" @@ -1134,7 +1134,7 @@ msgstr "%s に引き渡した値が大きすぎます" msgid "Stream is already closed" msgstr "既にストリームは閉じています" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "操作がキャンセルされました" @@ -1156,34 +1156,34 @@ msgstr "%s (種類)" msgid "Unexpected early end-of-stream" msgstr "想定していたよりも早くストリームの最後に到達しました" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "名前なし" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "デスクトップ・ファイルで Exec 項目を指定してませんでした" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "アプリケーションで必要な端末が見つかりませんでした" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ユーザのアプリケーション設定フォルダ %s を生成できません: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ユーザの MIME 型設定フォルダ %s を生成できません: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "ユーザのデスクトップ・ファイル %s を生成できません" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "%s に対する独自の設定" @@ -1196,11 +1196,21 @@ msgstr "ドライブ側で取り出しの操作を実装していません" msgid "drive doesn't implement polling for media" msgstr "ドライブ側でポーリングによるメディアの検出を実装していません" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "サポートしていない操作です" @@ -1212,12 +1222,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "マウントを含んでいるものはありません" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "ディレクトリ全体をコピーできません" @@ -1225,7 +1235,7 @@ msgstr "ディレクトリ全体をコピーできません" msgid "Can't copy directory over directory" msgstr "ディレクトリからディレクトリへコピーできません" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "対象となるファイルが存在しています" @@ -1267,14 +1277,23 @@ msgstr "File enumerator has outstanding operation" msgid "File enumerator is already closed" msgstr "ファイルの Enumerator は既に閉じています" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "ファイル" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "アイコンの情報を格納したファイルです" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1292,6 +1311,40 @@ msgstr "入力ストリームで切りつめることはできません" msgid "Truncate not supported on stream" msgstr "ストリームにおける切りつめはサポートしていません" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "入力ストリームで読み込みを実装していません" @@ -1311,108 +1364,108 @@ msgid "Unable to find default local directory monitor type" msgstr "" "ローカル・ディレクトリを監視するデフォルト・モニタの種類が見つかりません" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "ファイル名が無効です: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "ファイルシステムの情報を取得する際にエラー: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "ルート・ディレクトリの名前は変更できません" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "ファイル名を変更する際にエラー: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "ファイル名を変更できません (既に存在しているため)" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "無効なファイル名です" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "ファイル名を変更する際にエラー: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "ファイルをオープンする際にエラー: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "ディレクトリをオープンできません" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "ファイルを削除する際にエラー: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "ファイルをゴミ箱へ移動する際にエラー: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ゴミ箱のディレクトリ (%s) の生成に失敗しました: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "ゴミ箱のトップレベルなディレクトリが見つかりません" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "ゴミ箱ディレクトリが存在しないか生成できません" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ゴミ箱の情報ファイルを生成できません: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "ファイルをゴミ箱へ移動できません: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "ディレクトリを生成する際にエラー: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "シンボリック・リンクを生成する際にエラー: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "ファイルを移動する際にエラー: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "ディレクトリからディレクトリへ移動できません" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "対象となるファイルを削除する際にエラー: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "マウント間の移動はサポートしていません" @@ -1442,61 +1495,61 @@ msgstr "'%s' というファイルの状態を取得する際にエラー: %s" msgid " (invalid encoding)" msgstr " (無効なエンコーディング)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "ファイル・ディスクリプタの状態を取得する際にエラー: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "属性の種類が無効です (uint32 型を想定していた)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "属性の種類が無効です (uint64 型を想定していた)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "属性の種類が無効です (バイト型の文字列を想定していた)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "アクセス権をセットする際にエラー: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "所有者をセットする際にエラー: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "シンボリックリンクを NULL にしないで下さい" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "シンボリックリンクをセットする際にエラー: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "シンボリックリンクの指定でエラー: ファイルがリンクではない" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux のコンテキストを NULL にしないで下さい" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux のコンテキストを指定する際にエラー: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "このシステムでは SELinux が有効になっていません" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "%s という属性値はセットできません" @@ -1633,27 +1686,27 @@ msgstr "出力ストリームは書き込みを実装していません" msgid "Source stream is already closed" msgstr "ソース・ストリームは既に閉じています" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "名前" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "アイコンの名前です" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "名前の集合" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "アイコンの名前を格納した配列です" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "デフォルトのフォールバックを使用する" -#: gio/gthemedicon.c:249 +#: 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." @@ -1661,6 +1714,11 @@ msgstr "" "'-' という代替え文字で名前を省略するデフォルトのフォールバックを使用するかど" "うかです (複数の名前を指定すると一番最初の名前より後ろの名前を全て無視します)" +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/ka.po b/po/ka.po index 5d6e756f..5a283a1e 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-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" @@ -541,7 +541,7 @@ msgstr "ಹಿಂಬಾಲಿಸುವ ಮಿತಿ ತಲುಪಿದೆ" msgid "the pattern contains items not supported for partial matching" msgstr "ಆಂಶಿಕ ಹೊಂದಾಣಿಕೆಗೆ ಬೆಂಬಲಿತವಾಗದ ಅಂಶಗಳನ್ನು ಈ ವಿನ್ಯಾಸವು ಹೊಂದಿದೆ" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "ಆಂತರಿಕ ದೋಷ" @@ -1007,12 +1007,12 @@ msgstr "%s ಕ್ಕಾಗಿನ '%s' ದ್ವಿ ಮೌಲ್ಯವು ವ್ msgid "Error parsing option %s" msgstr "%s ಆಯ್ಕೆಯ ಶಬ್ಧಲಕ್ಷಣವನ್ನು ಹೇಳುವಾಗ ದೋಷ" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s ಗೆ ಆರ್ಗ್ಯುಮೆಂಟ್ ಕಾಣುತ್ತಿಲ್ಲ" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "ಗೊತ್ತಿರದ ಆಯ್ಕೆ %s" @@ -1055,9 +1055,9 @@ msgstr "ಅಮಾನ್ಯ ಕೀಲಿ ಹೆಸರು: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "ಕೀಲಿ ಕಡತವು ಬೆಂಬಲಿತವಲ್ಲದ encoding '%s'ಅನ್ನು ಹೊಂದಿದೆ" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "ಕೀಲಿ ಕಡತವು ಸಮೂಹ '%s'ವನ್ನು ಹೊಂದಿಲ್ಲ" @@ -1067,18 +1067,18 @@ msgstr "ಕೀಲಿ ಕಡತವು ಸಮೂಹ '%s'ವನ್ನು ಹೊಂ msgid "Key file does not have key '%s'" msgstr "ಕೀಲಿ ಕಡತವು ಕೀಲಿ '%s'ಯನ್ನು ಹೊಂದಿಲ್ಲ" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "ಕೀಲಿ ಕಡತವು ಕೀಲಿ '%s'ಯನ್ನು ಹೊಂದಿದ್ದು ಅದು UTF-8 ಅಲ್ಲದ ಮೌಲ್ಯವಾದ '%s'ವನ್ನು ಹೊಂದಿದೆ " -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "ಕೀಲಿ ಕಡತವು ಕೀಲಿ '%s'ಯನ್ನು ಹೊಂದಿದ್ದು ಅದು ಮೌಲ್ಯವನ್ನು ವಿವರಿಸಲಾಗುವುದಿಲ್ಲ." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1087,36 +1087,36 @@ msgstr "" "ಕೀಲಿ ಕಡತವು ಕೀಲಿ '%s'ಯನ್ನು ಹೊಂದಿದ್ದು ಅದು ಸಮೂಹ '%s'ದ್ದಾಗಿದ್ದು ಹಾಗು ಅದರ ಮೌಲ್ಯವನ್ನು " "ವಿವರಿಸಲಾಗುವುದಿಲ್ಲ." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "ಕೀಲಿ ಕಡತವು ಕೀಲಿ'%s' ಯನ್ನು ಗುಂಪು '%s'ನಲ್ಲಿ ಹೊಂದಿಲ್ಲ" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "ಕೀಲಿ ಕಡತವು ಸಾಲಿನ ಕೊನೆಯಲ್ಲಿ ಪಾರು ಅಕ್ಷರಗಳನ್ನು ಹೊಂದಿದೆ" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "ಕೀಲಿ ಕಡತವು ಅಮಾನ್ಯ ಪಾರು ಅನುಕ್ರಮವನ್ನು ಹೊಂದಿದೆ '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "ಮೌಲ್ಯ '%s' ವನ್ನು ಒಂದು ಸಂಖ್ಯೆಯಾಗಿ ಸೂಚಿಸಲು ಆಗುವುದಿಲ್ಲ." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "ಪೂರ್ಣಾಂಕ ಮೌಲ್ಯ '%s' ವು ವ್ಯಾಪ್ತಿಯನ್ನು ಮೀರಿದೆ" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "ಮೌಲ್ಯ '%s' ವನ್ನು ಒಂದು ತೇಲು ಸಂಖ್ಯೆ ಆಗಿ ವಿವರಿಸಲು ಆಗುವುದಿಲ್ಲ." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ಮೌಲ್ಯ '%s' ವನ್ನು ಒಂದು ಬೂಲಿಯನ್ ಆಗಿ ವಿವರಿಸಲು ಆಗುವುದಿಲ್ಲ." @@ -1133,7 +1133,7 @@ msgstr "%s ಗೆ ಬಹಳ ದೊಡ್ಡದಾದ ಎಣಿಕೆ ಮೌಲ msgid "Stream is already closed" msgstr "ಸ್ಟ್ರೀಮ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "ಕಾರ್ಯವು ರದ್ದುಗೊಂಡಿದೆ" @@ -1155,34 +1155,34 @@ msgstr "%s ಬಗೆ" msgid "Unexpected early end-of-stream" msgstr "ಸ್ಟ್ರೀಮ್‍ನ ಅನಿರೀಕ್ಷಿತ ಕ್ಷಿಪ್ರ ಅಂತ್ಯ" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "ಹೆಸರಿಸಲಾಗದ" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "ಗಣಕತೆರೆ ಕಡತವು Exec ಕ್ಷೇತ್ರವನ್ನು ಸೂಚಿಸಿಲ್ಲ" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "ಅನ್ವಯಕ್ಕೆ ಅಗತ್ಯವಿರುವ ಟರ್ಮಿನಲ್‍ ಅನ್ನು ಪತ್ತೆಮಾಡಲಾಗಲಿಲ್ಲ" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ಬಳಕೆದಾರ ಅನ್ವಯ ಸಂರಚನಾ ಫೋಲ್ಡರ್ %s ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ಬಳಕೆದಾರ MIME ಸಂರಚನಾ ಫೋಲ್ಡರ್ %s ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "ಬಳಕೆದಾರನ ಡೆಸ್ಕ್‍ಟಾಪ್ ಕಡತ %s ಅನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "%s ಗಾಗಿನ ಕಸ್ಟಮ್ ವಿವರಣೆ" @@ -1195,11 +1195,21 @@ msgstr "ಹೊರತಳ್ಳುವುದನ್ನು ಡ್ರೈವ್ ಕಾ msgid "drive doesn't implement polling for media" msgstr "ಮಾಧ್ಯಮಕ್ಕಾಗಿ ಪೋಲ್ ಮಾಡುವುದನ್ನು ಡ್ರೈವ್ ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "ಕಾರ್ಯವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" @@ -1211,12 +1221,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "ಹೊಂದಿರುವ ಮೌಂಟ್ ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "ಕೋಶಕ್ಕೆ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" @@ -1224,7 +1234,7 @@ msgstr "ಕೋಶಕ್ಕೆ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿ msgid "Can't copy directory over directory" msgstr "ಕೋಶವನ್ನು ಕೋಶಕ್ಕೆ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "ಸೂಚಿತ ಕಡತವು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ" @@ -1266,15 +1276,24 @@ msgstr "ಕಡತ ಎನ್ಯುಮರೇಟರಿನಲ್ಲಿ ಕಾರ್ msgid "File enumerator is already closed" msgstr "ಕಡತ ಎನ್ಯುಮರೇಟರ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "URI '%s' ನ ಅತಿಥೇಯದ ಹೆಸರು ಸರಿಯಿಲ್ಲ" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1292,6 +1311,40 @@ msgstr "ಆದಾನ ಸ್ಟ್ರೀಮ್‍ನಲ್ಲಿ ಕಡಿತಗ msgid "Truncate not supported on stream" msgstr "ಸ್ಟ್ರೀಮ್‍ನಲ್ಲಿ ಕಡಿತಗೊಳಿಸಲು ಅನುಮತಿಯ ಇಲ್ಲ" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "ಆದಾನ ಸ್ಟ್ರೀಮ್‍ನಲ್ಲಿ ಓದುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" @@ -1310,108 +1363,108 @@ msgstr "ಸ್ಟ್ರೀಮ್‍ನಲ್ಲಿ ಕಾರ್ಯವು ಬಾ msgid "Unable to find default local directory monitor type" msgstr "ಪೂರ್ವನಿಯೋಜಿತವಾದ ಕೋಶ ಮೇಲ್ವಿಚಾರಕ ಬಗೆಯನ್ನು ಪತ್ತೆ ಮಾಡಲಾಗಲಿಲ್ಲ" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "ಅಮಾನ್ಯ ಕಡತದ ಹೆಸರು %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "ಕಡತವ್ಯವಸ್ಥೆಯ ಮಾಹಿತಿಯನ್ನು ಪಡೆಯುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "ಮೂಲ ಕಡತಕೋಶದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲಾಗುವುದಿಲ್ಲ" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "ಕಡತದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "ಕಡತದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲಾಗಲಿಲ್ಲ, ಈ ಹೆಸರಿನ ಕಡತವು ಈಗಾಗಲೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "ಅಮಾನ್ಯ ಕಡತದ ಹೆಸರು" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "ಕಡತದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "ಕಡತವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "ಕೋಶವನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "ಕಡತವನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "ಕಡತವನ್ನು ಕಸದ ಬುಟ್ಟಿಗೆ ವರ್ಗಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ಕಸದ ಬುಟ್ಟಿ ಕೋಶ %s ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "ಕಸದ ಬುಟ್ಟಿಗಾಗಿ ಮೇಲ್ಮಟ್ಟದ ಕೋಶವನ್ನು ಪತ್ತೆಮಾಡಲಾಗಲಿಲ್ಲ" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "ಕಸದ ಬುಟ್ಟಿ ಕೋಶವನ್ನು ಪತ್ತೆಮಾಡಲು ಅಥವ ರಚಿಸಲಾಗಿಲ್ಲ:" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ಟ್ರ್ಯಾಶಿಂಗ್ ಮಾಹಿತಿ ಕಡತವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "ಕಡತವನ್ನು ಟ್ರ್ಯಾಶ್ ಮಾಡುವಲ್ಲಿ ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "ಕಡತ ಕೋಶ '%s' ವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಮಾಡುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "ಕಡತವನ್ನು ಸ್ಥಳಾಂತರಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "ಕೋಶವನ್ನು ಇನ್ನೊಂದು ಕೋಶಕ್ಕೆ ಸ್ಥಳಾಂತರಿಸಲಾಗುವುದಿಲ್ಲ" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "ಸೂಚಿತ ಕಡತವನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "ಎರಡು ಆರೋಹಣ ತಾಣಗಳ ನಡುವೆ ವರ್ಗಾಯಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" @@ -1441,62 +1494,62 @@ msgstr "'%s' ಕಡತವನ್ನು ವ್ಯಕ್ತಪಡಿಸುವಲ್ msgid " (invalid encoding)" msgstr " (ಅಮಾನ್ಯ ಸಂಕೇತಿಕರಣ)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "ಕಡತ ಡಿಸ್ಕ್ರಿಪ್ಟರನ್ನು ವ್ಯಕ್ತಪಡಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (uint32 ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (uint64 ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (ಬೈಟ್ ಸಾಲನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "ಅನುಮತಿಗಳನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "ಮಾಲಿಕನನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "ಸಾಂಕೇತಿಕಕೊಂಡಿಯು ಶೂನ್ಯವಾಗಿರುವಂತಿಲ್ಲ" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: ಕಡತವು ಒಂದು ಸಾಂಕೇತಿಕಕೊಂಡಿಯಾಗಿಲ್ಲ" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "ಸಾಂಕೇತಿಕಕೊಂಡಿಯು ಶೂನ್ಯವಾಗಿರುವಂತಿಲ್ಲ" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "ಮಾಲಿಕನನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "%s ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಹೊಂದಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" @@ -1635,35 +1688,40 @@ msgstr "ಪ್ರದಾನ ಸ್ಟ್ರೀಮ್ ಬರೆಯುವುದನ msgid "Source stream is already closed" msgstr "ಮೂಲ ಸ್ಟ್ರೀಮ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 #, fuzzy msgid "name" msgstr "ಹೆಸರಿಸಲಾಗದ" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "URI '%s' ನ ಅತಿಥೇಯದ ಹೆಸರು ಸರಿಯಿಲ್ಲ" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 #, fuzzy msgid "names" msgstr "ಹೆಸರಿಸಲಾಗದ" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/ko.po b/po/ko.po index 77828222..8f4c0cf2 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-09-04 20:59+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: GNOME Korea \n" @@ -543,7 +543,7 @@ msgstr "역추적 최대값에 도달했습니다" msgid "the pattern contains items not supported for partial matching" msgstr "패턴 안에 부분 매치에서 지원하지 않는 항목이 들어 있습니다." -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "내부 오류" @@ -1015,12 +1015,12 @@ msgstr "%2$s에 대한 배정도 실수 값 '%1$s'이(가) 범위를 벗어났 msgid "Error parsing option %s" msgstr "옵션 읽는 중에 오류: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s에 대한 인자가 빠졌습니다" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "알 수 없는 옵션 %s" @@ -1064,9 +1064,9 @@ msgstr "잘못된 키 이름: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "키 파일에 지원하지 않는 '%s' 인코딩이 들어 있습니다" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "키 파일에 '%s' 그룹이 없습니다" @@ -1076,53 +1076,53 @@ msgstr "키 파일에 '%s' 그룹이 없습니다" msgid "Key file does not have key '%s'" msgstr "키 파일에 '%s' 키가 없습니다" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "키 파일에 있는 '%s' 키와 '%s' 값은 UTF-8이 아닙니다" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "키 파일에 있는 '%s' 키의 값을 해석할 수 없습니다." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, 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:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "키 파일에 있는 '%2$s' 그룹의 '%1$s' 키가 없습니다" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "키 파일의 줄 끝에 이스케이프 문자가 있습니다" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "키 파일에 잘못된 이스케이프 시퀀스 '%s'이(가) 들어 있습니다" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "값 '%s'을(를) 숫자로 해석할 수 없습니다." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "정수 값 '%s'이(가) 범위를 벗어났습니다" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "값 '%s'을(를) 단정도 실수로 해석할 수 없습니다." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "값 '%s'을(를) 불리언 값으로 해석할 수 없습니다." @@ -1139,7 +1139,7 @@ msgstr "%s에 넘긴 카운트 값이 너무 큽니다" msgid "Stream is already closed" msgstr "스트림을 이미 닫았습니다" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "동작이 취소되었습니다" @@ -1161,34 +1161,34 @@ msgstr "%s 종류" msgid "Unexpected early end-of-stream" msgstr "예기치 않게 일찍 스트림이 끝났습니다" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "이름없음" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "desktop 파일에 Exec 필드를 지정하지 않았습니다" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "프로그램에 필요한 터미널을 찾을 수 없습니다" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "사용자 프로그램 설정 폴더(%s)를 만들 수 없습니다: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "사용자 MIME 설정 폴더(%s)를 만들 수 없습니다: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "%s 사용자 desktop 파일을 만들 수 없습니다" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "%s에 대한 사용자 설정 정의" @@ -1201,11 +1201,21 @@ msgstr "드라이브가 eject를 구현하지 않았습니다" msgid "drive doesn't implement polling for media" msgstr "드라이브가 미디어의 폴링을 구현하지 않았습니다" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "동작을 지원하지 않습니다" @@ -1217,12 +1227,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "들어 있는 마운트가 없습니다" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "디렉토리를 덮어 써서 복사할 수 없습니다" @@ -1230,7 +1240,7 @@ msgstr "디렉토리를 덮어 써서 복사할 수 없습니다" msgid "Can't copy directory over directory" msgstr "디렉토리를 덮어 써서 디렉토리를 복사할 수 없습니다" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "대상 파일이 있습니다" @@ -1272,14 +1282,23 @@ msgstr "파일 이뉴머레이터에 진행 중인 동작이 있습니다" msgid "File enumerator is already closed" msgstr "파일 이뉴머레이터를 이미 닫았습니다" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "파일" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "아이콘이 들어 있는 파일" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1297,6 +1316,40 @@ msgstr "입력 스트림이 truncate를 허용하지 않습니다" msgid "Truncate not supported on stream" msgstr "스트림에서 truncate를 지원하지 않습니다" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "입력 스트림이 read를 구현하지 않았습니다" @@ -1315,108 +1368,108 @@ msgstr "스트림에 진행 중인 동작이 있습니다" msgid "Unable to find default local directory monitor type" msgstr "기본 로컬 디렉토리 모니터 종류를 찾을 수 없습니다" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "잘못된 파일 이름 %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "파일 시스템 정보를 가져오는 중 오류: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "루트 디렉토리의 이름을 바꿀 수 없습니다" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "파일 이름 바꾸기 오류: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "파일 이름을 바꿀 수 없습니다. 파일이 이미 있습니다" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "잘못된 파일 이름" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "파일 이름 바꾸기 오류: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "파일 열기 오류: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "디렉토리를 열 수 없습니다" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "파일 지우기 오류: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "파일 버리기 오류: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "휴지통 디렉토리(%s)를 만들 수 없습니다: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "휴지통의 상위 디렉토리를 찾을 수 없습니다" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "휴지통 디렉토리를 찾을 수 없거나 만들 수 없습니다" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "휴지통 정보 파일을 만들 수 없습니다: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "파일을 버릴 수 없습니다: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "디렉토리를 만드는 데 오류: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "심볼릭 링크를 만드는 데 오류: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "파일 옮기는 데 오류: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "디렉토리를 덮어 써서 디렉토리를 옮길 수 없습니다" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "대상 파일을 지우는 데 오류: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "다른 마운트 사이에 옮기기는 지원하지 않습니다" @@ -1446,61 +1499,61 @@ msgstr "'%s' 파일의 정보를 읽는 중 오류: %s" msgid " (invalid encoding)" msgstr " (잘못된 인코딩)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "파일 디스크립터 정보를 읽는 중 오류: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "잘못된 애트리뷰트 종류 (uint32 필요)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "잘못된 애트리뷰트 종류 (uint64 필요)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "잘못된 애트리뷰트 종류 (바이트 문자열 필요)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "권한 설정 중 오류: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "소유자 설정 중 오류: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "심볼릭 링크는 NULL이 아니어야 합니다" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "심볼릭 링크 설정 중 오류: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "심볼릭 링크 설정 중 오류: 파일이 심볼릭 링크가 아닙니다" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux 컨텍스트는 NULL이 아니어야 합니다" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux 컨텍스트 설정 중 오류: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "이 시스템은 SELinux를 사용하지 않습니다" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "%s 애트리뷰트 설정은 지원하지 않습니다" @@ -1637,27 +1690,27 @@ msgstr "출력 스트림이 write를 구현하지 않았습니다" msgid "Source stream is already closed" msgstr "원본 스트림을 이미 닫았습니다" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "이름" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "아이콘의 이름" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "이름 목록" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "아이콘 이름이 들어 있는 배열" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "기본값 대체 사용" -#: gio/gthemedicon.c:249 +#: 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." @@ -1665,6 +1718,11 @@ msgstr "" "이름의 '-' 문자로 줄인 기본값 대체 이름을 사용할 지 여부. 이름이 여러 개 주어" "진 경우, 처음 나오는 처음 이름 다음은 무시합니다." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/ku.po b/po/ku.po index 5b8c5cdf..db2fe113 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2006-04-20 17:33+0000\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: Kurdish \n" @@ -506,7 +506,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -966,12 +966,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Vebijêrka nenas %s" @@ -1013,9 +1013,9 @@ msgstr "Navê bernameyê nederbasdar e: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "" @@ -1025,53 +1025,53 @@ msgstr "" msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1088,7 +1088,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1111,34 +1111,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1151,11 +1151,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "" @@ -1167,12 +1177,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1180,7 +1190,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1222,14 +1232,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1247,6 +1266,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1265,109 +1318,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Navê bernameyê nederbasdar e: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Di xwendina dosyeya '%s' de çewtî: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Navê hostê nederbasdar e" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Di xwendina dosyeya '%s' de çewtî: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Vekirina dosiya '%s' serneket: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Vekirina dosiya '%s' serneket: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1397,61 +1450,61 @@ msgstr "Di xwendina dosyeya '%s' de çewtî: %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1589,32 +1642,37 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/lt.po b/po/lt.po index 9d585455..307f68f2 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-24 20:36-0400\n" "Last-Translator: Žygimantas Beručka \n" "Language-Team: Lithuanian \n" @@ -548,7 +548,7 @@ msgstr "pasiekta atgalinio sekimo riba" msgid "the pattern contains items not supported for partial matching" msgstr "Å¡ablone yra dalinio atitikimo nepalaikomų elementų " -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "vidinė klaida" @@ -1019,12 +1019,12 @@ msgstr "Dviguboji reikÅ¡mė „%s“, reikalinga %s, virÅ¡ija ribas" msgid "Error parsing option %s" msgstr "Klaida apdorojant parinktį %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s trÅ«ksta argumento" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Nežinoma parinktis %s" @@ -1068,9 +1068,9 @@ msgstr "Netinkamas rakto pavadinimas: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Raktų faile yra nepalaikoma koduotė „%s“" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Raktų failas neturi grupės „%s“" @@ -1080,18 +1080,18 @@ msgstr "Raktų failas neturi grupės „%s“" msgid "Key file does not have key '%s'" msgstr "Raktų failas neturi rakto „%s“" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Raktų faile yra raktas „%s“ su reikÅ¡me „%s“, kuri nėra UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Raktų faile yra raktas „%s“, kuriame yra reikÅ¡mė, kurios negalima suprasti." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1100,37 +1100,37 @@ msgstr "" "Raktų faile yra raktas „%s“ grupėje „%s“, kuriame yra reikÅ¡mė, kurios " "negalima suprasti." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Raktų faile nėra rakto „%s“ grupėje „%s“" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Raktų faile, eilutės pabaigoje yra pabėgimo simbolis" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Raktų faile yra klaidinga pabėgimo eilutė „%s“" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "ReikÅ¡mės „%s“ negalima interpretuoti kaip skaičiaus." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Sveikoji reikÅ¡mė „%s“ virÅ¡ija ribas" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" "ReikÅ¡mės „%s“ negalima interpretuoti kaip slankiojo kablelio skaičiaus." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ReikÅ¡mės „%s“ negalima interpretuoti kaip loginės." @@ -1147,7 +1147,7 @@ msgstr "Per didelė skaičiavimo reikÅ¡mė perduota %s" msgid "Stream is already closed" msgstr "Srautas jau užvertas" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operacija nutraukta" @@ -1169,34 +1169,34 @@ msgstr "%s tipas" msgid "Unexpected early end-of-stream" msgstr "Netikėta ankstyva srauto pabaiga" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nepavadinta" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Darbalaukio failas nenurodė Exec lauko" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Nerastas terminalas, reikalingas programai" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Nepavyko sukurti naudotojo nustatymų aplanko %s: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Nepavyko sukurti naudotojo MIME nustatymų aplanko %s: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Nepavyko sukurti naudotojo darbalaukio failo %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Specialus apibrėžimas %s" @@ -1209,11 +1209,21 @@ msgstr "įrenginys nerealizuoja iÅ¡stÅ«mimo" msgid "drive doesn't implement polling for media" msgstr "įrenginys nerealizuoja laikmenos tikrinimo užklausimo" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operacija nepalaikoma" @@ -1225,12 +1235,12 @@ msgstr "Operacija nepalaikoma" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Tėvinis prijungimo taÅ¡kas neegzistuoja" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Negalima kopijuoti ant aplanko" @@ -1238,7 +1248,7 @@ msgstr "Negalima kopijuoti ant aplanko" msgid "Can't copy directory over directory" msgstr "Negalima kopijuoti aplanko ant aplanko" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Nurodytas failas jau egzistuoja" @@ -1280,14 +1290,23 @@ msgstr "Failų enumeratoriui liko neatlikta operacija" msgid "File enumerator is already closed" msgstr "Failų enumeratorius jau užvertas" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "failas" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Failas, kuriame yra piktograma" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1305,6 +1324,40 @@ msgstr "Trumpinimas įėjimo srauto nepalaikomas" msgid "Truncate not supported on stream" msgstr "Trumpinimas srauto nepalaikomas" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Å altinio srautas nerealizuoja skaitymo" @@ -1323,108 +1376,108 @@ msgstr "Srautui liko neįvykdyta operacija" msgid "Unable to find default local directory monitor type" msgstr "Nepavyko rasti įprasto vietinių aplankų stebėjimo tipo" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Netaisyklingas failo vardas %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Klaida skaitant failų sistemos informaciją: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Nepavyko pervadinti Å¡akninio aplanko" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Klaida pervadinant failą: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Nepavyko pervadinti failo, failo vardas jau užimtas" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "netaisyklingas failo vardas" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Klaida pervadinant failą: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Klaida atveriant failą: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Nepavyko atverti aplanko" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Klaida trinant failą: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Klaida perkeliant į Å¡iukÅ¡les failą: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nepavyko sukurti Å¡iukÅ¡lių aplanko %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Nepavyko rasti Å¡akninio aplanko Å¡iukÅ¡lėms" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Nepavyko rasti ar sukurti Å¡iukÅ¡lių aplanko" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Nepavyko Å¡iukÅ¡lių informacijos failo: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Nepavyko į Å¡iukÅ¡les perkelti failo: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Klaida atveriant aplanką: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Klaida kuriant simbolinę nuorodą: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Klaida perkeliant failą: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Negalima perkelti aplanko per aplanką" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Atsarginės kopijos sukÅ«rimas nesėkmingas" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Klaida trinant nurodytą failą: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Perkėlimas tarp prijungimo taÅ¡kų nepalaikomas" @@ -1454,61 +1507,61 @@ msgstr "Klaida skaitant failo „%s“ informaciją: %s" msgid " (invalid encoding)" msgstr " (netaisyklinga koduotė)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Klaida skaitant failo deskriptoriaus informaciją: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Klaidingas atributo tipas (tikimasi uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Klaidingas atributo tipas (tikimasi uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Klaidingas atributo tipas (tikimasi baitų sekos)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Klaida nustatant teises: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Klaida nustatant savininką: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "Simbolinė nuoroda turi bÅ«ti netuščia" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Klaida nustatant simbolinę nuorodą: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "Klaida nustatant simbolinę nuorodą: failas nėra simbolinė nuoroda" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux kontekstas bÅ«ti nelygus NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Klaida nustatant SELinux kontekstą: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux Å¡ioje sistemoje neįjungtas" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Atributo %s nustatymas nepalaikomas" @@ -1645,27 +1698,27 @@ msgstr "IÅ¡vedimo srautas nepalaiko raÅ¡ymo" msgid "Source stream is already closed" msgstr "Å altinio srautas jau užvertas" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "pavadinimas" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Piktogramos pavadinimas" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "pavadinimai" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Masyvas iÅ¡ piktogramų pavadinimų" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "naudoti numatytuosius atsarginius variantus" -#: gio/gthemedicon.c:249 +#: 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." @@ -1674,6 +1727,11 @@ msgstr "" "pavadinimą ties „-“ simboliais. Pavadinimai po pirmojo, jei duoti keli, " "ignoruojami." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/lv.po b/po/lv.po index 6540c24b..cd9d78e1 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2002-12-19 01:04+0200\n" "Last-Translator: Artis Trops \n" "Language-Team: Latvian \n" @@ -539,7 +539,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1009,12 +1009,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "Kļūda konversējot: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "" @@ -1056,9 +1056,9 @@ msgstr "Nepareizs hostdatora nosaukums" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "" @@ -1068,53 +1068,53 @@ msgstr "" msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' satur nepareizi izvairÄ«gas rakstzÄ«mes" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1131,7 +1131,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1153,34 +1153,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1193,11 +1193,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "" @@ -1209,12 +1219,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1222,7 +1232,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1264,15 +1274,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Hostdatora nosaukuma URI '%s' ir nepareizs" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1290,6 +1309,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1308,109 +1361,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Nepareizs hostdatora nosaukums" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Kļūda nolasot failu '%s': %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Nepareizs hostdatora nosaukums" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Kļūda nolasot failu '%s': %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Neizdevās izveidot failu '%s': %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Neizdevās izveidot failu '%s': %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Neizdevās izveidot failu '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Kļūda atverot direktoriju '%s': %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1441,61 +1494,61 @@ msgstr "Kļūda nolasot failu '%s': %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Kļūda rindā %d: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1633,33 +1686,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Hostdatora nosaukuma URI '%s' ir nepareizs" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/mai.po b/po/mai.po index 744500bb..92562788 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-01-25 13:49+0530\n" "Last-Translator: Sangeeta Kumari\n" "Language-Team: \n" @@ -531,7 +531,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -992,12 +992,12 @@ msgstr "'%s' दोहराएल मान %s क' लेल परिसर msgid "Error parsing option %s" msgstr "%s विकल्प विश्लेषणमे त्रुटि" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s क' लेल गुम तर्क" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "अनजान विकल्प %s" @@ -1040,9 +1040,9 @@ msgstr "अवैध कुँजी नाम: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "कुँजी फाइल मे असमर्थित एनकोडिंग '%s' समाहित अछि" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "कुँजी फाइल मे '%s' समूह नहि अछि" @@ -1052,17 +1052,17 @@ msgstr "कुँजी फाइल मे '%s' समूह नहि अछ msgid "Key file does not have key '%s'" msgstr "कुँजी फाइलमे '%s' कुँजी नहि अछि" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "कुँजी फाइलमे '%s' कुँजी समाहित अछि '%s' मान क' सँग जे UTF-8 नहि अछि" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "कुँजी फाइलमे '%s' कुँजी अछि जकरा मान क' विश्लेषण नहि कएल जाए सकैत अछि." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1070,36 +1070,36 @@ msgid "" msgstr "" "कुँजी फाइलमे '%s' कुँजी अछि '%s' समूह मे जकर मान क' विश्लेषण नहि कएल जाए सकैत अछि." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "कुँजी फाइलमे '%s' कुँजी नहि अछि '%s' समूहमे" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "कुँजी फाइलमे पँक्ति क' अंतमे एस्केप संप्रतीक रहैत अछि" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "कुँजी फाइल मे '%s' अमान्य श्रृंखला समाहित अछि" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "मान '%s' केँ एकटा सँख्याक तरह नहि विश्लेषित कएल जाए सकैत अछि." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "पूर्णांक मान '%s' रेंज क' बाहर अछि" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "मान '%s' केँ एकटा फ्लोट सँख्याक तरह नहि विश्लेषित कएल जाए सकैत अछि." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "मान '%s' केँ बुलियन क' तौर पर विश्लेषित नहि कएल जाए सकैत अछि." @@ -1116,7 +1116,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "ऑपरेशन रद्द छल" @@ -1138,34 +1138,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "बेनाम" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1178,11 +1178,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "ऑपरेशन समर्थित नहि अछि" @@ -1194,12 +1204,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1207,7 +1217,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1249,14 +1259,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "फाइल" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1274,6 +1293,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1292,108 +1345,108 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "अवैध फाइलनाम" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1423,61 +1476,61 @@ msgstr "" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1614,32 +1667,37 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/mg.po b/po/mg.po index 275906bc..d18e74e2 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2007-03-03 19:00+0300\n" "Last-Translator: Fanomezana Rajaonarisoa \n" "Language-Team: MALAGASY \n" @@ -553,7 +553,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1030,12 +1030,12 @@ msgstr "Mihoatra ny fetra ny sanda roa '%s' ho an'ny '%s'" msgid "Error parsing option %s" msgstr "Nisy olana teo am-pizarazarana ny safidy %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Tondrikin'ny %s tsy eo" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Safidy %s tsy fantatra" @@ -1081,9 +1081,9 @@ msgstr "Anaram-pamaha diso: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Misy fango '%s' tsy raisina an-tànana ilay raki-pamaha" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Tsy manana vondrona '%s' ilay raki-pamaha" @@ -1093,20 +1093,20 @@ msgstr "Tsy manana vondrona '%s' ilay raki-pamaha" msgid "Key file does not have key '%s'" msgstr "Tsy manana famaha '%s' ilay raki-pamaha" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Misy famaha '%s' manana sanda '%s' izay tsy UTF-8 anatin'ilay raki-pamaha " -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Misy famaha '%s' manana sanda tsy mety avadika mba ho azo anatin'ilay raki-" "pamaha." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1115,36 +1115,36 @@ msgstr "" "Misy famaha '%s' anatin'ny vondrona '%s' manana sanda izay tsy mety avadika " "mba ho azo ilay raki-pamaha." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Tsy manana famaha '%s' anatin'ny vondrona '%s' ilay raki-pamaha" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Misy marika fialana amin'ny faran'ny andalan'ilay raki-pamaha" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Misy fisesisesim-pialana '%s' tsy mitombina anatin'ilay raki-pamaha" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Tsy mety avadika ho isa mba ho azo ny sanda '%s'." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Mihoatra ny fetra ny sanda feno '%s'" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Tsy mety avadika ho isa float mba ho azo ny sanda '%s'." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Tsy mety avadika ho boleanina mba ho azo ny sanda '%s'." @@ -1161,7 +1161,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1184,34 +1184,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1224,11 +1224,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Tsy raisina an-tànana ny rohy misolotena" @@ -1241,12 +1251,12 @@ msgstr "Tsy raisina an-tànana ny rohy misolotena" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1254,7 +1264,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1299,15 +1309,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Tsy mitombina ny anaram-mpampiantranon'ny URI '%s'" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1325,6 +1344,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1343,109 +1396,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Anaram-pamaha diso: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Anaram-pampiantrano diso" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Tsy voaforona ny rakitra '%s': %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Tsy voaforona ny rakitra '%s': %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Tsy voaforona ny rakitra '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Nisy olana teo am-pizarazarana ny safidy %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1476,61 +1529,61 @@ msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Nisy olana teo am-panovana: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Nisy olana teo am-panovana: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Misy tsy fetezana amin'ny andalana %d: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Nisy olana teo am-panovana: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Tsy raisina an-tànana ny rohy misolotena" @@ -1669,33 +1722,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Tsy mitombina ny anaram-mpampiantranon'ny URI '%s'" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/mk.po b/po/mk.po index ac4b368d..7bb9c9fe 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-02-04 04:11+0100\n" "Last-Translator: Jovan Naumovski \n" "Language-Team: Macedonian \n" @@ -551,7 +551,7 @@ msgstr "ограничувањето за следење е достигнато msgid "the pattern contains items not supported for partial matching" msgstr "шаблонот содржи предмети кои не се поддржани за парцијално совпаѓање" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "внатрешна грешка" @@ -1021,12 +1021,12 @@ msgstr "Вредноста на целиот број „%s“ за %s е над msgid "Error parsing option %s" msgstr "Грешка при парсирањето на опцијата %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Недостига аргумент за %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Непозната опција „%s“·" @@ -1070,9 +1070,9 @@ msgstr "Невалидно име на клуч: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Клучната датотека содржи неподдржан енкодинг „%s“·" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Клучната датотека не ја содржи групата „%s“" @@ -1082,20 +1082,20 @@ msgstr "Клучната датотека не ја содржи групата msgid "Key file does not have key '%s'" msgstr "Клучната датотека не го содржи клучот „%s“" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Клучната датотека го содржи клучот „%s“ со вредноста „%s“ која што не е UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Клучната датотека го содржи клучот „%s“ чија што вредност неможе да биде " "препознаена." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1104,36 +1104,36 @@ msgstr "" "Клучната датотека го содржи клучот „%s“ во групата „%s“ која што има " "вредност која што неможе да биде препознаена." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Клучната датотека не содржи клуч во „%s“ во групата „%s“" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Клучната датотека содржи специјални карактери на крајот на линијата" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Клучната датотека содржи невалидни посебни карактери „%s“" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Вредноста „%s“ неможе да биде препознаена како број." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Целобројната вредност „%s“ е надвор од опсегот" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Вредноста „%s“ неможе да биде препознаена како рационален број." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Вредноста „%s“ не може да биде препознаена како boolean." @@ -1150,7 +1150,7 @@ msgstr "Преголема бројна вредност дадена на %s" msgid "Stream is already closed" msgstr "Стримот е веќе затворен" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Операцијата беше прекината" @@ -1172,35 +1172,35 @@ msgstr "%s тип" msgid "Unexpected early end-of-stream" msgstr "Неочекувано прерано завршување на стрим" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Неименувано" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Desktop датотеката не одреди Exec поле" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "не успеав да најдам терминал потребен за апликација" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Не можам да креирам папка за конфигурација на корисничките апликации %s: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не можам да креирам папка за MIME конфигурации %s: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Не можам да креирам корисничка desktop датотека %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Сопствена дефиниција на %s" @@ -1213,11 +1213,21 @@ msgstr "уредот нема имплементирано вадење" msgid "drive doesn't implement polling for media" msgstr "уредот нема имплементирано барање за медиум" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Операцијата не е поддржана" @@ -1229,12 +1239,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Монтирањето кое се содржи не постои" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Не можам да копирам над директориум" @@ -1242,7 +1252,7 @@ msgstr "Не можам да копирам над директориум" msgid "Can't copy directory over directory" msgstr "Не можам да копирам директориум над директориум" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Целната датотека постои" @@ -1284,15 +1294,24 @@ msgstr "Енумераторот на датотеки има преголема msgid "File enumerator is already closed" msgstr "Енумераторот за датотеки веќе е затворен" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Името на хостот на URI %s е невалидно" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1310,6 +1329,40 @@ msgstr "Смалувањето не е дозволено на влезен ст msgid "Truncate not supported on stream" msgstr "Смалувањето не е поддржано на стрим" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Влезниот стрим нема имплементирано читање" @@ -1328,109 +1381,109 @@ msgstr "Стримот има преголема операција" msgid "Unable to find default local directory monitor type" msgstr "Не можам да најдам локален директориум за тип на надгледување" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Невалидно име на датотека %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка при добивањето на информации за датотечниот систем: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Не можам да го преименувам директориумот root" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Грешка во преименувањето на директоруимот: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Не можам да ја преименувам датотеката, името на датотеката веќе постои" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Невалидно име на датотека" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Грешка во преименувањето на директоруимот: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Грешка во отворањето на директоруимот: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Не можам да го отворам директориумот" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Грешка при отстранувањето на датотеката: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Грешка при преместувањето на датотеката во ѓубре: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не успеав да креирам директориум за ѓубре %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Не успеав да го најдам директориумот од највисоко ниво за ѓубрето" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Не успеав да го најдам или креирам директориумот за ѓубре" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" "Не успеав да креирам датотека со информации за преместувањето во ѓубре: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Не успеав да ја преместам датотеката во ѓубрето: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Грешка при отворање на директориумот „%s“: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Грешка во креирањето на симболичка врска: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Грешка во преместувањето на датотеката: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Не можам да го преместам директориумот над друг директориум" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Грешка во отстранувањето на целната датотека: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Движењето меѓу монтирањата не е поддржано" @@ -1460,63 +1513,63 @@ msgstr "Грешка во стартувањето на датотеката „ msgid " (invalid encoding)" msgstr " (невалидно енкодирање)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка во поставувањето на опишувач на датотека: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Невалиден тип на атрибут (се очекуваше uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Невалиден тип на атрибут (се очекуваше uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Невалиден тип на атрибут (се очекуваше низа од бајти)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Грешка во поставувањето на пермисиите: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Грешка при поставувањето на сопственикот: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "симболичката врска не треба да е NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Грешка во поставувањето на симболичката врска: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" "Грешка при креирањето на симболичката врска: датотеката не е симболичка врска" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "симболичката врска не треба да е NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Грешка при поставувањето на сопственикот: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Поставувањето на атрибутот %s не е поддржано" @@ -1655,35 +1708,40 @@ msgstr "Излезниот стрим нема имплементирано за msgid "Source stream is already closed" msgstr "Изворот на стримот веќе е затворен" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 #, fuzzy msgid "name" msgstr "Неименувано" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Името на хостот на URI %s е невалидно" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 #, fuzzy msgid "names" msgstr "Неименувано" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/ml.po b/po/ml.po index e1829587..ed8bb53c 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-03-03 17:37+0530\n" "Last-Translator: Ani Peter \n" "Language-Team: Malayalam \n" @@ -539,7 +539,7 @@ msgstr "ബാക്ക്ട്രാക്കിങ് പരിധി എത msgid "the pattern contains items not supported for partial matching" msgstr "പാറ്‍ഷ്യല്‍ മാച്ചിങിന് പിന്തുണ ലഭ്യമല്ലാത്ത വസ്തുക്കള്‍ ഈ മാതൃകയിലുണ്ട്" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "ആന്തരിക പിശക്" @@ -1002,12 +1002,12 @@ msgstr "%s-ന് വേണ്ടിയുളള ഡബിള്‍ മൂല് msgid "Error parsing option %s" msgstr "%s ഉപാധി പാഴ്സ് ചെയ്യുന്നതില്‍ പിശക്" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s-നുളള ആര്‍ഗ്യുമെന്‍റ് ലഭ്യമല്ല" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "അപരിചിതമായ ഉപാധി %s" @@ -1050,9 +1050,9 @@ msgstr "അസാധുവായ കീ നാമം: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "പിന്തുണയ്ക്കാത്ത രഹസ്യ ഭാഷ '%s' കീ ഫയല്‍ പിന്തുണയ്ക്കുന്നു" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "കീ ഫയലിന് '%s' എന്ന ഗ്രൂപ്പില്ല" @@ -1062,53 +1062,53 @@ msgstr "കീ ഫയലിന് '%s' എന്ന ഗ്രൂപ്പില msgid "Key file does not have key '%s'" msgstr "കീ ഫയലിന് '%s' എന്ന കീയില്ല" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "UTF-8 അല്ലാത്ത '%s' മൂല്ല്യമുളള കീ '%s' കീ ഫയലിലുണ്ട്" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "തിരിച്ചറിയുവാന്‍ കഴിയാത്ത മൂല്ല്യമുളള കീ '%s' കീ ഫയലിലുണ്ട്" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "തിരിച്ചറിയുവാന്‍ കഴിയാത്ത മൂല്ല്യമുളള കീ '%s', '%s' എന്ന ഗ്രൂപ്പില്‍ കീ ഫയലിലുണ്ട്." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "ഗ്രൂപ്പ് '%s'-ല്‍ കീ ഫയലിന് കീ '%s' ലഭ്യമല്ല" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "കീ ഫയലിന്‍റെ വരിയുടെ അവസാനം എസ്കെയിപ്പ് അക്ഷരം ലഭ്യമാണ്" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "കീ ഫയലില്‍ അസാധുവായ എസ്കെയിപ്പ് സീക്വന്‍സ് '%s' ലഭ്യമാണ്" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "മൂല്ല്യം '%s' ഒരു അക്കമായി കണക്കാക്കുവാന്‍ സാധ്യമല്ല." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "ഇന്‍റിജര്‍ മൂല്ല്യം '%s' പരിധിയ്ക്ക് പുറത്ത്" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "മൂല്ല്യം '%s' ഒരു ഫ്ളോട്ട് അക്കമായി കണക്കാക്കുവാന്‍ സാധ്യമല്ല." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "മൂല്ല്യം '%s' ഒരു ബൂളിയനായി കണക്കാക്കുവാന്‍ സാധ്യമല്ല." @@ -1125,7 +1125,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "പ്രക്രിയ റദ്ദാക്കിയിരിക്കുന്നു" @@ -1147,34 +1147,34 @@ msgstr "%s തരത്തിലുള്ള" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "പേരിടാത്ത" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ഉപയോക്താവിനുള്ള MIME ക്രമികരണ ഫയല്‍ %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "ഉപയോക്താവിനുള്ള ഡസ്ക്ടോപ്പ് ഫയല്‍ %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1187,11 +1187,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "പ്രക്രിയ പിന്തുണയ്ക്കുന്നില്ല" @@ -1203,12 +1213,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "ഡയറക്ടറിയില്‍ പകര്‍ത്തുവാന്‍ സാധ്യമല്ല" @@ -1216,7 +1226,7 @@ msgstr "ഡയറക്ടറിയില്‍ പകര്‍ത്തുവ msgid "Can't copy directory over directory" msgstr "ഒരു ഡയറക്ടറിയില്‍ മറ്റൊരു ഡയറക്ടറി പകര്‍ത്തുവാന്‍ സാധ്യമല്ല" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ നിലവിലുണ്ട്" @@ -1258,15 +1268,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "URI '%s'-ന്‍റെ ഹോസ്റ്റ് നാമം അസാധുവാണ്" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1284,6 +1303,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1302,108 +1355,108 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "തെറ്റായ ഫയല്‍ നാമം %s " -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "ഫയല്‍സിസ്റ്റം വിവരം ലഭ്യമാക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "റൂട്ട് ഡയറക്ടറിയുടെ പേര് മാറ്റുവാന്‍ സാധ്യമല്ല" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "ഫയലിന്റെ പേര് മാറ്റുന്നതില്‍ പിശക്: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "ഫയലിന്റെ പേര് മാറ്റുവാന്‍ സാധ്യമല്ല, കാരണം ഈ പേര് നിലവിലുണ്ട്" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "തെറ്റായ ഫയല്‍നാമം" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "ഫയലിന്റെ പേര് മാറ്റുന്നതില്‍ പിശക്: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "ഫയല്‍ തുറക്കുന്നതില്‍ പിശക് : %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "ഡയറക്ടറി തുറക്കുവാന്‍ സാധ്യമല്ല" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "ഫയല്‍ നീക്കം ചെയ്യുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ചവറ്റുകുട്ടയ്ക്കുള്ള ഡയറക്ടറി %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "ചവറ്റുകുട്ടയ്ക്കുള്ള ഡയറക്ടറി ഉണ്ടാക്കുവാനോ ലഭ്യമാക്കുവാനോ സാധ്യമായില്ല" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "വിവരങ്ങള്‍ സംബന്ധിച്ചുള്ള ഫയല്‍ ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "ഫയല്‍ ചവറ്റുകുട്ടയിലേക്ക് നീക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "ഡയറക്ടറി '%s' തുറക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "സിംബോളിക് ലിങ്ക് ഉണ്ടാക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "ഫയല്‍ നീക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ നീക്കം ചെയ്യുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1433,62 +1486,62 @@ msgstr "'%s' എന്ന ഫയല്‍ സ്റ്റാറ്റ് ചെ msgid " (invalid encoding)" msgstr " (തെറ്റായ എന്‍കോഡിങ്)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "അനുവാദങ്ങള്‍ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "ഉടമസ്ഥനെ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "സിംലിങ്ക് non-NULL ആയിരിക്കണം" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "സിംലിങ്ക് ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "സിംലിങ്ക് non-NULL ആയിരിക്കണം" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "ഉടമസ്ഥനെ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "%s ആട്രിബ്യൂട്ട് ക്രമികരണം പിന്തുണയ്ക്കുന്നില്ല" @@ -1625,35 +1678,40 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 #, fuzzy msgid "name" msgstr "പേരിടാത്ത" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "URI '%s'-ന്‍റെ ഹോസ്റ്റ് നാമം അസാധുവാണ്" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 #, fuzzy msgid "names" msgstr "പേരിടാത്ത" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/mn.po b/po/mn.po index 7b8940b9..cd469ef6 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2005-05-30 01:07-0800\n" "Last-Translator: Бадрал \n" "Language-Team: Mongolian \n" @@ -556,7 +556,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1031,12 +1031,12 @@ msgstr "'%s' бүхэл %s -н хувьд хязгаараас хальжээ" msgid "Error parsing option %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Тодорхойгүй утга %s" @@ -1080,9 +1080,9 @@ msgstr "Хүчингүй хостын нэр" msgid "Key file contains unsupported encoding '%s'" msgstr "Түлхүүр файлд дэмжигдээгүй кодчилол '%s' байна" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Түлхүүр файлд '%s' бүлэг алга" @@ -1092,17 +1092,17 @@ msgstr "Түлхүүр файлд '%s' бүлэг алга" msgid "Key file does not have key '%s'" msgstr "Түлхүүр файлд '%s' түлхүүр алга" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Түлхүүр файлд '%s' мөр '%s' гэсэн UTF-8 бус утгатай байна" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Түлхүүр файлд илэрхийлэх боломжгүй '%s' утга байна." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1110,37 +1110,37 @@ msgid "" msgstr "" "Түлхүүр файлын '%2$s' бүлэгт '%1$s' гэсэн илэрхийлэх боломжгүй утга байна." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Түлхүүр файлын '%2$s' бүлэгт '%1$s' түлхүүр алга" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Түлхүүр файлын мөрийн төгсгөлд ESC тэмдэгт байна" # CHECK -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Түлхүүр файлд »%s« хүчингүй escape-тэмдэгт байна" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "'%s' утга бүхэл тоогоор илэрхийлэгдэх боломжгүй." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "'%s' бүхэл %s -н хувьд хязгаараас хальжээ" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "'%s' утга бүхэл тоогоор илэрхийлэгдэх боломжгүй." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' утга бүүл утгаар дүрслэгдэх боломжгүй ." @@ -1157,7 +1157,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1180,34 +1180,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1220,11 +1220,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Символик холбоос дэмжигдээгүй" @@ -1237,12 +1247,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1250,7 +1260,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1293,15 +1303,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "URI »%s« -н хостын нэр хүчингүй" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1319,6 +1338,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1337,109 +1390,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Хүчингүй хостын нэр" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Хүчингүй хостын нэр" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "»%s« файл үүсгэгдсэнгүй: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "»%s« файл үүсгэгдсэнгүй: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "»%s« файл үүсгэгдсэнгүй: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "»%s« лавлахыг нээхэд алдаа: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1470,61 +1523,61 @@ msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d мөрөнд алдаа: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Символик холбоос дэмжигдээгүй" @@ -1663,33 +1716,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "URI »%s« -н хостын нэр хүчингүй" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/mr.po b/po/mr.po index e5304547..aea1341b 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-13 19:46+0530\n" "Last-Translator: Sandeep Shedmake \n" "Language-Team: marathi\n" @@ -525,7 +525,7 @@ msgstr "संयुक्त शोध सीमा पोहचले" msgid "the pattern contains items not supported for partial matching" msgstr "रचनेत अपूरे जुळवणीकरीता समाविष्टीत घटक जी समर्थित नाही" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "आंतरीक त्रूटी" @@ -986,12 +986,12 @@ msgstr "%2$s करीता दुहेरी मुल्य '%1$s' क्ष msgid "Error parsing option %s" msgstr "%s पर्याय वाचतेवेळी त्रूटी" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s करीता बाब आढळले नाही" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "अपरिचीत पर्याय %s" @@ -1033,9 +1033,9 @@ msgstr "अवैध की नाव: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "की फाइल मध्ये असमर्थित ऐनकोडींग '%s' समाविष्टीत आहे" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "की फाइलमध्ये '%s' गट समाविष्टीत नाही" @@ -1045,18 +1045,18 @@ msgstr "की फाइलमध्ये '%s' गट समाविष्ट msgid "Key file does not have key '%s'" msgstr "की फाइल मध्ये '%s' की नाही" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "किल्ली फाइल मध्ये '%1$s' किल्ली समाविष्टीत आहे ज्याचे '%2$s' मुल्य UTF-8 नाही" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "किल्ली फाइल मध्ये '%1$s' किल्ली समाविष्टीत आहे ज्याचे मुल्य विश्लेषीत केल्या जाऊ शकत नाही." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1065,36 +1065,36 @@ msgstr "" "गट '%2$s' मधिल किल्ली फाइल मध्ये '%1$s' किल्ली समाविष्टीत आहे ज्याचे मुल्य विश्लेषीत " "केल्या जाऊ शकत नाही." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "गट '%s' मधिल '%s' किल्ली किल्ली फाइल मध्ये समाविष्टीत नाही" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "किल्ली फाइलीत निसटते अक्षर ओळीच्या अखेरस समाविष्टीत आहे" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "किल्ली फाइल मध्ये अवैध '%s' निसटती श्रृंखला समाविष्टीत आहे" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "मुल्य '%s' संख्या म्हणून विश्लेषीत केले जाऊ शकत नाही." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "संख्यात्मक मुल्य '%s' क्षेत्राच्या अंतर्गत नाही" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "मुल्य '%s' फ्लोट संख्या म्हणून विश्लेषीत केले जाऊ शकत नाही." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "मुल्य '%s' बूलीयन म्हणून विश्लेषीत केले जाऊ शकत नाही." @@ -1111,7 +1111,7 @@ msgstr "%s करीता खूप मोठी प्रमाण संख msgid "Stream is already closed" msgstr "श्रृंखला आधिपासूनच बंद आहे" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "कार्य रद्द करण्यात आले" @@ -1133,34 +1133,34 @@ msgstr "%s प्रकार" msgid "Unexpected early end-of-stream" msgstr "अपरिचीत पूर्वरत end-of-stream" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "अनामीक" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "डेस्कटॉप फाइल मध्ये Exec नोंदणी निश्चित नाही" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "अनुप्रयोगकरीता आवश्यक टर्मिनल आढळले नाही" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "वापरकर्ता अनुप्रयोग संयोजन संचयीका %s बनवू शकले नाही: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "वापरकर्ता MIME संयोजन संचयीका %s बनवू शकले नाही: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "वापरकर्ता डेस्कटॉप फाइल %s बनवू शकत नाही" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "%s करीता इच्छिक व्याख्या" @@ -1173,11 +1173,21 @@ msgstr "ड्राइव्ह बाहेर कडा कार्यान msgid "drive doesn't implement polling for media" msgstr "ड्राइव्ह मिडीयाकरीता पोलींग कार्यान्वीत करत नाही" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "कार्य समर्थित नाही" @@ -1189,12 +1199,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "समाविष्टीत आरोहन अस्तीत्वात नाही" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "संचयीकेवर प्रत बनवू शकत नाही" @@ -1202,7 +1212,7 @@ msgstr "संचयीकेवर प्रत बनवू शकत ना msgid "Can't copy directory over directory" msgstr "संचयीकेवर संचयीकेची प्रत बनवू शकत नाही" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "लक्ष्य फाइल अस्तित्वात आहे" @@ -1244,14 +1254,23 @@ msgstr "फाइल ऐन्युमरेटरची अप्रतिम msgid "File enumerator is already closed" msgstr "फाइल ऐन्युमरेटर आधिपासूनच बंद आहे" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "फाइल" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "चिन्ह समाविष्ठीत फाइल" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1269,6 +1288,40 @@ msgstr "आगत श्रृंखलेवर ट्रंकेट वाप msgid "Truncate not supported on stream" msgstr "श्रृंखलेवर ट्रंकेट समर्थित नाही" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "आगत श्रृंखला वाचतायेण्याजोगी कार्यरत करत नाही" @@ -1287,108 +1340,108 @@ msgstr "श्रृंखलाचे अप्रतिम कार्यक msgid "Unable to find default local directory monitor type" msgstr "मुलभूत संचयीका मॉनीटर प्रकार शोधता आली नाही" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "अवैध फाइलनाव %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "फाइलप्रणाली विषयी माहिती मिळवतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "रूट संचयीका पुनःनामांकीत करू शकत नाही" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "फाइल पुनःनामांकीत करतेवेळी त्रूटी: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "फाइल पुनःनामांकीत करू शकत नाही, फाइलनाव आधिपासूनच अस्तित्वात आहे" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "अवैध फाइल नाव" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "फाइल पुनःनामांकीत करतेवेळी त्रूटी: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "फाइल उघडतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "संचयीका उघडू शकत नाही" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "फाइल काढून टाकतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "फाइल कचरापेटीत हलवितेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "कचरापेटी संचयीका %1$s निर्माण करती आली नाही: %2$s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "कचरापेटी माहिती फाइल बनविता आली नाही: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "कचरापेटीकडे फाइल हलवितेवेळी त्रूटी: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "संचयीका बनवितेवेळी त्रूटी आढळली: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "बोधचिन्ह लिंक बनवितेवेळी त्रूटी: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "फाइल स्थानांतरन करतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "संचयीकेवर संचयीका हलवू शकत नाही" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "लक्ष्य फाइल काढून टाकतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "आरोहन मधिल स्थानांतरन समर्थीत नाही" @@ -1418,61 +1471,61 @@ msgstr "फाइल '%s' सुरू करतेवेळी त्रूट msgid " (invalid encoding)" msgstr " (अवैध ऐंकोडींग)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "फाइल व्याख्यक निश्चित करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "अवैध गुणधर्म प्रकार (uint32 अपेक्षीत)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "अवैध गुणधर्म प्रकार (uint64 अपेक्षीत)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "अवैध गुणधर्म प्रकार (बाईट अक्षरमाळा अपेक्षीत)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "परवानगी स्थापित करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "मालक स्थापित करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "symlink शून्य नसायला हवे" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "symlink स्थापीत करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "symlink निश्चित करतेवेळी त्रूटी: फाइल symlink नाही" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux संदर्भ विना-शून्य असायला हवे" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux संदर्भ संयोजीत करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux या प्रणालीवर कार्यान्वीत नाही" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "%s गुणधर्म स्थापित करणे समर्थित नाही" @@ -1609,27 +1662,27 @@ msgstr "आगत श्रृंखला लिहीतायेण्या msgid "Source stream is already closed" msgstr "स्त्रोत श्रृंखला आधिपासून बंद" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "नाव" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "चिन्हाचे नाव" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "नाव" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "चिन्ह नाव समाविष्ठीत अर्रे" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "मुलभूत फॉलबॅक वापरा" -#: gio/gthemedicon.c:249 +#: 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." @@ -1637,6 +1690,11 @@ msgstr "" "'-' चा वापर करून आढळलेले संकुचीत नाव करीता मुलभूत फॉलबॅक वापरायचे. एकापेक्षा जास्त नाव " "प्रविष्ट केले असल्यास प्रथम नावानंतर आढळलेली नाव दुर्लक्ष करा." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/ms.po b/po/ms.po index 63452d61..5358cf44 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2004-02-03 02:11+0730\n" "Last-Translator: Hasbullah Bin Pit \n" "Language-Team: Projek Gabai \n" @@ -536,7 +536,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1007,12 +1007,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "Ralat semasa penukaran: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "" @@ -1054,9 +1054,9 @@ msgstr "Namahos tidak sah" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "" @@ -1066,53 +1066,53 @@ msgstr "" msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' mengandungi aksara escaped yang tidak sah" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1129,7 +1129,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1151,34 +1151,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1191,11 +1191,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Pautan simbolik tidak disokong" @@ -1208,12 +1218,12 @@ msgstr "Pautan simbolik tidak disokong" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1221,7 +1231,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1264,15 +1274,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Namahos URI '%s' tidak sah" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1290,6 +1309,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1308,109 +1361,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Namahos tidak sah" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Ralat membaca fail '%s': %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Namahos tidak sah" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Ralat membaca fail '%s': %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Gagal mencipta fail %s': %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Gagal mencipta fail %s': %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Gagal mencipta fail %s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Ralat membuka direktori %s': %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1441,61 +1494,61 @@ msgstr "Ralat membaca fail '%s': %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Ralat pada baris %d: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Pautan simbolik tidak disokong" @@ -1633,33 +1686,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Namahos URI '%s' tidak sah" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/nb.po b/po/nb.po index d68efa40..b49272fb 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-15 13:01+0200\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian bokmal \n" @@ -538,7 +538,7 @@ msgstr "grense for liste av funksjonskall nÃ¥dd" msgid "the pattern contains items not supported for partial matching" msgstr "mønsteret inneholder oppføringer som ikke støttes for delvise treff" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "intern feil" @@ -1003,12 +1003,12 @@ msgstr "Double-verdi «%s» for %s er utenfor gyldig omrÃ¥de" msgid "Error parsing option %s" msgstr "Feil under tolking av flagg %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Mangler argument for %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Ukjent flagg %s" @@ -1052,9 +1052,9 @@ msgstr "Ugyldig navn pÃ¥ nøkkel: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Nøkkelfil inneholder ustøttet tegnkoding «%s»" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Nøkkelfil har ikke gruppe «%s»" @@ -1064,18 +1064,18 @@ msgstr "Nøkkelfil har ikke gruppe «%s»" msgid "Key file does not have key '%s'" msgstr "Nøkkelfil har ikke nøkkelen «%s»" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Nøkkelfilen inneholder nøkkelen «%s» med verdi «%s» som ikke er UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Nøkkelfilen inneholder nøkkelen «%s» som har en verdi som ikke kan bli tolket" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1084,36 +1084,36 @@ msgstr "" "Nøkkelfilen inneholder nøkkelen «%s» i gruppen «%s» som har en verdi som ikke " "kan bli tolket." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Nøkkelfilen har ikke nøkkelen i «%s» i gruppen «%s»" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Nøkkelfilen inneholder skiftetegn ved linjeslutt" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Nøkkelfil inneholder ugyldig skiftesekvens «%s»" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vedien «%s» kan ikke bli tolket som et tall." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Heltallsverdi «%s» er utenfor gyldig omrÃ¥de" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Verdi «%s» kan ikke tolkes som et flyttall." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Verdi «%s» kan ikke tolkes som en bolsk verdi." @@ -1130,7 +1130,7 @@ msgstr "Tellerverdi gitt til %s er for stor" msgid "Stream is already closed" msgstr "Strømmen er allerede lukket" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operasjonen ble avbrutt" @@ -1152,34 +1152,34 @@ msgstr "type %s" msgid "Unexpected early end-of-stream" msgstr "Uventet tidlig slutt pÃ¥ strøm" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Uten navn" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Desktop-filen hadde ingen verdi i Exec-feltet" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Kan ikke finne terminalen som kreves for programmet" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan ikke opprette brukers desktop-fil %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Egendefinert definisjon for %s" @@ -1192,11 +1192,21 @@ msgstr "stasjonen implementerer ikke utløsing" msgid "drive doesn't implement polling for media" msgstr "stasjonen implementerer ikke sjekk om medie er satt inn" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operasjonen er ikke støttet" @@ -1208,12 +1218,12 @@ msgstr "Operasjonen er ikke støttet" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Omsluttende monteringspunkt finnes ikke" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Kan ikke kopiere over katalog" @@ -1221,7 +1231,7 @@ msgstr "Kan ikke kopiere over katalog" msgid "Can't copy directory over directory" msgstr "Kan ikke kopiere katalog over katalog" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "MÃ¥lfilen eksisterer" @@ -1263,14 +1273,23 @@ msgstr "Filenumerator har utestÃ¥ende operasjon" msgid "File enumerator is already closed" msgstr "Filenumerator er allerede lukket" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "fil" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Filen med navnet pÃ¥ ikonet" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1288,6 +1307,40 @@ msgstr "Avkorting er ikke tillatt pÃ¥ en inndatastrøm" msgid "Truncate not supported on stream" msgstr "Avkorting er ikke støttet pÃ¥ strømmen" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Inndatastrøm implementerer ikke lesing" @@ -1306,108 +1359,108 @@ msgstr "Strømmen har utestÃ¥ende operasjoner" msgid "Unable to find default local directory monitor type" msgstr "Klarte ikke Ã¥ finne forvalgt type overvÃ¥ker for lokal katalog" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Ugyldig filnavn %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Feil under lesing av informasjon om filsystem: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Kan ikke endre navn pÃ¥ rotkatalogen" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Feil under endring av navn pÃ¥ fil: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Kan ikke endre navn pÃ¥ filen. Filnavnet eksisterer allerede" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Ugyldig filnavn" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Feil under endring av navn pÃ¥ fil: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Feil under Ã¥pning av fil: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Kan ikke Ã¥pne mappe" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Feil ved fjerning av fil: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Feil ved plassering av fil i papirkurv: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kan ikke legge katalog %s i papirkurven: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Kan ikke finne toppnivÃ¥ for papirkurv" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Kan ikke finne eller opprette mappe for papirkurv" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kan ikke opprette informasjonsfil for papirkurv: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Kan ikke legge fil i papirkurven: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Feil under oppretting av katalog: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Feil ved oppretting av symbolsk lenke: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Feil under flytting av fil: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Kan ikke flytte katalog over katalog" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Oppretting av sikkerhetskopi feilet" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Feil under fjerning av mÃ¥lfil: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Flytting mellom monteringspunkter er ikke støttet" @@ -1437,61 +1490,61 @@ msgstr "Feil ved henting av informasjon om fil «%s»: %s" msgid " (invalid encoding)" msgstr " (ugyldig koding)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Feil ved henting av informasjon om fildeskriptor: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Ugyldig type attributt (uint32 forventet)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Ugyldig type attributt (uint64 forventet)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Ugyldig type attributt (byte-streng forventet)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Feil ved setting av rettigheter: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Feil ved setting av eier: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "symbolsk lenke kan ikke være NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Feil ved setting av symbolsk lenke: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 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:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux-kontekst kan ikke være NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Feil ved setting av SELinux-kontekst: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux er ikke slÃ¥tt pÃ¥ pÃ¥ dette systemet" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Støtter ikke Ã¥ sette attributt %s" @@ -1628,32 +1681,37 @@ msgstr "Ut-strømmen implementerer ikke skriving" msgid "Source stream is already closed" msgstr "Kildestrømmen er allerede lukket" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "navn" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Navn pÃ¥ ikonet" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "navn" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "En tabell som inneholder navn pÃ¥ ikoner" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "bruk forvalgte reserveverdier" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/ne.po b/po/ne.po index 411401dd..e5838d1a 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2006-04-27 00:00+0545\n" "Last-Translator: Shyam Krishna Bal \n" "Language-Team: Nepali \n" @@ -541,7 +541,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1008,12 +1008,12 @@ msgstr "इन्टेजर मान '%s' %s का लागि दायर msgid "Error parsing option %s" msgstr "पद वर्णन विकल्पमा त्रुटि %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s का छुटेको तर्क" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "अज्ञात विकल्प %s" @@ -1056,9 +1056,9 @@ msgstr "अवैध कार्यक्रम नाम : %s" msgid "Key file contains unsupported encoding '%s'" msgstr "कुञ्जी फाइलमा समर्थन प्राप्त नभएको सङ्केतन '%s' समावेश छ।" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "कुञ्जी फाइलसंगसमूह '%s' छैन" @@ -1068,17 +1068,17 @@ msgstr "कुञ्जी फाइलसंगसमूह '%s' छैन" msgid "Key file does not have key '%s'" msgstr "कुञ्जी फाइलसंगकुञ्जी '%s' हुँदैन" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "कुञ्जी फाइलमा मान '%s'सँगै कुञ्जी '%s' समावेश छ जुन UTF-8 होइन" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "कुञ्जी फाइलमा कुञ्जी '%s' समावेश छ जसको मानलाई व्याख्या गर्न सकिँदैन।" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1086,36 +1086,36 @@ msgid "" msgstr "" "कुञ्जी फाइलमा समूह '%s' मा कुञ्जी '%s' समावेश छ जसको मानलाई व्याख्या गर्न सकिँदैन।" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "कुञ्जी फाइलमा समूह '%s' मा कुञ्जी '%s' हुँदैन" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "कुञ्जी फाइलमा पङ्गतिको अन्त्यमा निकास क्यारेक्टर समावेश छ।" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "कुञ्जी फाइलमा अवैध निकास अनुक्रम '%s' समावेस छ।" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "मान '%s' लाई सङ्ख्याको रूपमा व्याख्या गर्न सकिँदैन" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "इन्टेजर मान '%s' क्षेत्र भन्दा बाहिर छ" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "मान '%s' लाई सङ्ख्याको रूपमा व्याख्या गर्न सकिँदैन" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "मान '%s' एउटा बुलिएनको रूपमा व्याख्या गर्न सकिँदैन।" @@ -1132,7 +1132,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1155,34 +1155,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1195,11 +1195,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन" @@ -1212,12 +1222,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1225,7 +1235,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1268,15 +1278,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "URI '%s' को होस्टनाम अवैध छ" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1294,6 +1313,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1312,109 +1365,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "अवैध कार्यक्रम नाम : %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "'%s' फाइल पढ्दा त्रुटि : %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "अवैध होस्टनाम " -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "'%s' फाइल पढ्दा त्रुटि : %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' फाइल सिर्जना गर्न असफल: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' फाइल सिर्जना गर्न असफल: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' फाइल सिर्जना गर्न असफल: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "डाइरेक्टरी '%s' खोल्दा त्रुटि: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "पद वर्णन विकल्पमा त्रुटि %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1445,61 +1498,61 @@ msgstr "'%s' फाइल पढ्दा त्रुटि : %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "लाइन %d मा त्रुटि: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन" @@ -1638,33 +1691,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "URI '%s' को होस्टनाम अवैध छ" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/nl.po b/po/nl.po index c53b40b3..b57e1922 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-09-02 02:13+0200\n" "Last-Translator: Tino Meinen \n" "Language-Team: Dutch \n" @@ -568,7 +568,7 @@ msgstr "limiet voor backtracking bereikt" msgid "the pattern contains items not supported for partial matching" msgstr "het patroon bevat niet-ondersteunde tekens" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "interne fout" @@ -1063,12 +1063,12 @@ msgstr "Het lange geheel getal ‘%s’ voor %s valt buiten het bereik" msgid "Error parsing option %s" msgstr "Fout bij verwerken van optie %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Ontbrekend argument voor %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Onbekende optie %s" @@ -1112,9 +1112,9 @@ msgstr "Ongeldige sleutelnaam: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Het sleutelbestand bevat de niet-ondersteunde tekenset ‘%s’" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Het sleutelbestand bevat geen groep ‘%s’" @@ -1124,20 +1124,20 @@ msgstr "Het sleutelbestand bevat geen groep ‘%s’" msgid "Key file does not have key '%s'" msgstr "Het sleutelbestand bevat geen sleutel ‘%s’" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Het sleutelbestand bevat sleutel ‘%s’ met waarde ‘%s’ wat geen UTF-8 is" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Het sleutelbestand bevat sleutel ‘%s’ die een waarde heeft die niet " "geïnterpreteerd kan worden." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1146,39 +1146,39 @@ msgstr "" "Het sleutelbestand bevat sleutel ‘%s’ in groep ‘%s’ die een waarde heeft die " "niet geïnterpreteerd kan worden." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Het sleutelbestand bevat geen sleutel ‘%s’ in groep ‘%s’" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" "Het sleutelbestand bevat een ontsnappingsteken aan het einde van een regel" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Het sleutelbestand bevat ongeldige ontsnappingstekens ‘%s’" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "De waarde ‘%s’ kan niet geïnterpreteerd worden als een getal." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Het geheel getal ‘%s’ valt buiten het bereik" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" "De waarde ‘%s’ kan niet geïnterpreteerd worden als een getal van het type " "float." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "De waarde ‘%s’ kan niet geïnterpreteerd worden als een boolese." @@ -1195,7 +1195,7 @@ msgstr "De telwaarde die aan %s werd gegeven is te groot" msgid "Stream is already closed" msgstr "De stroom is al gesloten" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "De bewerking werd afgebroken" @@ -1219,35 +1219,35 @@ msgid "Unexpected early end-of-stream" msgstr "Voortijdig einde aan gegevensstroom" # naamloos/zonder naam/onbenoemd -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Zonder naam" # bureaubladbestand/desktopbestand -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Desktopbestand bevat geen Exec-veld" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Kan geen terminalvenster vinden voor het uitvoeren van het programma" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kan persoonlijke programmaconfiguratiemap %s niet aanmaken: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kan persoonlijke MIME-configuratiemap %s niet aanmaken: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan desktopbestand %s niet aanmaken" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Zelfgemaakte definitie voor %s" @@ -1260,12 +1260,22 @@ msgstr "dit station begrijpt de opdracht ‘uitwerpen’ niet" msgid "drive doesn't implement polling for media" msgstr "dit station kan niet onderzocht worden op de aanwezigheid van media" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + # niet ondersteund/niet mogelijk #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "De bewerking is niet mogelijk" @@ -1278,12 +1288,12 @@ msgstr "De bewerking is niet mogelijk" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Het koppelpunt hiervan bestaat niet" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Kan niet over map kopiëren" @@ -1294,7 +1304,7 @@ msgstr "Kan map niet over map kopiëren" # er is al een bestand met die naam? # Het doelbestand bestaat (al) # er was ook een msgid: Target file already exists -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Doelbestand bestaat al" @@ -1342,15 +1352,24 @@ msgstr "Bestandsteller bevat een lopende bewerking" msgid "File enumerator is already closed" msgstr "Bestandsteller is al gesloten" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "bestand" # dat het pictogram bevat/met het pictogram -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Een bestand met het pictogram" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1368,6 +1387,40 @@ msgstr "Afkappen is niet toegestaan op een invoerdatastroom" msgid "Truncate not supported on stream" msgstr "Afkappen wordt niet ondersteund op een datastroom" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + # huh? #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" @@ -1388,113 +1441,113 @@ msgstr "Datastroom is nog bezig" msgid "Unable to find default local directory monitor type" msgstr "Kon de standaard ‘directory monitor type’ niet vinden" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Ongeldige bestandsnaam: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fout bij het ophalen van informatie over bestandssysteem: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Kan de root-map niet hernoemen" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Fout bij het hernoemen van bestand: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Kan het bestand niet hernoemen, de bestandsnaam bestaat al" # ongeldige naam voor bestand/ongeldige bestandsnaam -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Ongeldige bestandsnaam" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Fout bij het hernoemen van bestand: %s" - # openen/lezen -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Fout bij het openen van bestand: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Kan map niet openen" # volledig verwijderen/definitief verwijderen/verwijderen -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Fout bij het verwijderen van bestand: %s" # naar prullenbak verplaatsen/verwijderen -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Fout bij het verplaatsen naar de prullenbak van bestand: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kan de prullenbakmap %s niet aanmaken: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Kan de bovenliggende map voor de prullenbak niet vinden" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Kan prullenbakmap niet vinden of aanmaken" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kan prullenbak-informatiebestand ‘%s’ niet aanmaken" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Kan het bestand ‘%s’ niet naar de prullenbak verplaatsen" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Fout bij het aanmaken van map: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Fout bij het maken van symbolische verwijzing: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Fout bij het verplaatsen van bestand: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Kan map niet over map verplaatsen" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Aanmaken van backupbestand is mislukt" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Fout bij het verwijderen doelbestand: %s" # (nog) niet mogelijk/niet ondersteund -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Verplaatsen tussen aankoppelpunten is niet mogelijk" @@ -1525,68 +1578,68 @@ msgstr "Fout bij het benaderen van bestand ‘%s’: %s" msgid " (invalid encoding)" msgstr " (ongeldige codering)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fout bij het benaderen van ‘file descriptor’: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Ongeldig attribuuttype (hoort een uint32 te zijn)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Ongeldig attribuuttype (hoort een uint64 te zijn)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Ongeldig attribuuttype (hoort een byte-tekenreeks te zijn)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Fout bij instellen toegangsrechten: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Fout bij instellen eigenaar: %s" # technotalk # symlink/symbolische verwijzing -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "symbolische verwijzing moet niet-NULL zijn" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Fout bij instellen symbolische verwijzing: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" "Fout bij instellen symbolische verwijzing: bestand is geen symbolische " "verwijzing" # technotalk -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux-context moet niet-NULL zijn" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Fout bij instellen SELinux-context: %s" # geactiveerd/aangezet # systeem/computer -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux is niet geactiveerd op dit systeem" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Instellen van attribuut %s is niet mogelijk" @@ -1729,29 +1782,29 @@ msgstr "schrijven wordt niet ondersteund door de uitvoerdatastroom" msgid "Source stream is already closed" msgstr "Datastroom is al gesloten" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "naam" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Naam van het pictogram" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "namen" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Een lijst met de pictogramnamen" # Vrij vertaald (Wouter Bolsterlee) -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "standaard terugvalmechanisme gebruiken" # Vrij vertaald (Wouter Bolsterlee) -#: gio/gthemedicon.c:249 +#: 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,6 +1813,11 @@ msgstr "" "het ‘-’-teken af te knippen. Als meerdere namen worden gegeven wordt de " "eerste gebruikt." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/nn.po b/po/nn.po index 2500d166..a18fd5b8 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-02-24 17:33+0100\n" "Last-Translator: Åsmund Skjæveland \n" "Language-Team: Norwegian Nynorsk \n" @@ -539,7 +539,7 @@ msgstr "tilbakesporingsgrensa nÃ¥dd" msgid "the pattern contains items not supported for partial matching" msgstr "mønsteret inneheld element som ikkje er støtta i delsamanlikning" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "intern feil" @@ -1006,12 +1006,12 @@ msgstr "Flyttalsverdien «%s» til «%s» utanfor gyldig omrÃ¥de" msgid "Error parsing option %s" msgstr "Feil under tolking av val %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Argument manglar for %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Ukjend val «%s»" @@ -1055,9 +1055,9 @@ msgstr "Ugyldig nøkkelnamn: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Nøkkelfila inneheld den ikkje støtta kodinga «%s»" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Nøkkelfila manglar gruppa «%s»" @@ -1067,17 +1067,17 @@ msgstr "Nøkkelfila manglar gruppa «%s»" msgid "Key file does not have key '%s'" msgstr "Nøkkelfila manglar nøkkelen «%s»" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Nøkkelfila har nøkkelen «%s» med verdien «%s», som ikkje er UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Nøkkelfila har nøkkelen «%s» med ein verdi som ikkje kan tolkast." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1085,36 +1085,36 @@ msgid "" msgstr "" "Nøkkelfila har feil i nøkkelen «%s» i gruppa «%s». Verdien kan ikkje tolkast." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Nøkkelfila har ikkje nøkkelen «%s» i gruppa «%s»" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Nøkkelfila inneheld escape-teikn pÃ¥ slutten av linja" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Nøkkelfila inneheld ugyldig escape-sekvens «%s»" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Verdien «%s» kan ikkje tolkast som eit tal." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Heiltalsverdien «%s» er utanfor gyldig omrÃ¥de" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Verdien «%s» kan ikkje tolkast som eit flyttal." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Verdien «%s» kan ikkje tolkast som ein boolsk verdi." @@ -1131,7 +1131,7 @@ msgstr "For stor teljingsverdi sendt til %s" msgid "Stream is already closed" msgstr "Straumen er allereie stengt" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operasjonen vart avbroten" @@ -1153,34 +1153,34 @@ msgstr "%s-type" msgid "Unexpected early end-of-stream" msgstr "Uventa tidleg slutt pÃ¥ straumen" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Utan namn" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Skrivebordfila oppgav ikkje Exec-felt" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Klarte ikkje Ã¥ finna terminalen programmet krev" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kan ikkje laga programoppsettmappe %s for brukaren: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kan ikkje laga MIME-oppsettmappe %s: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan ikkje laga skrivebordfila %s for brukaren" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Sjølvvald definisjon av %s" @@ -1193,11 +1193,21 @@ msgstr "stasjonen støttar ikkje Ã¥ løysa ut" msgid "drive doesn't implement polling for media" msgstr "stasjonen støttar ikkje Ã¥ spørja etter media" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operasjonen er ikkje støtta" @@ -1209,12 +1219,12 @@ msgstr "Operasjonen er ikkje støtta" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Omsluttande monteringspunkt finst ikkje" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Kan ikkje skriva over mappe" @@ -1222,7 +1232,7 @@ msgstr "Kan ikkje skriva over mappe" msgid "Can't copy directory over directory" msgstr "Kan ikkje skriva ei mappe over ei mappe" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "MÃ¥lfila finst" @@ -1264,15 +1274,24 @@ msgstr "Filteljaren har ventande operasjon" msgid "File enumerator is already closed" msgstr "Filteljaren er allereie lukka" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Vertsnamnet i URIen «%s» er ugyldig" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1290,6 +1309,40 @@ msgstr "Trunkering ikkje tillate pÃ¥ innstraumen" msgid "Truncate not supported on stream" msgstr "Trunkerung ikkje tillate pÃ¥ straumen" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Innstraumen støttar ikkje lesing" @@ -1308,108 +1361,108 @@ msgstr "Straumen har ventande operasjon" msgid "Unable to find default local directory monitor type" msgstr "Klarer ikkje Ã¥ finna typen standard lokal mappeovervakar" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Ugyldig filnamn %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Feil ved henting av filsysteminfo: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Kan ikkje gje rotmappa nytt namn" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Feil ved namnebyte pÃ¥ fila: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Kan ikkje gje fila nytt namn, filnamnet finst frÃ¥ før" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Ugyldig filnamn" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Feil ved namnebyte pÃ¥ fila: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Feil ved opning av fila: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Kan ikkje opna mappa" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Feil under fjerning av fila: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Feil under kassering av fila: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Klarte ikkje Ã¥ laga papirkorgmappa %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Klarar ikkje Ã¥ finna toppnivÃ¥mappe for papirkorga" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Klarar ikkje Ã¥ finna eller laga papirkorgmappa" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Klarte ikkje Ã¥ laga infofil om kassering: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Klarte ikkje Ã¥ kassera fila: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Feil ved opning av katalog «%s»: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Klarte ikkje Ã¥ laga symbolsk lenkje: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Feil under flytting av fil: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Kan ikkje flytta mappa over ei mappe" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Klarte ikkje Ã¥ laga tryggleikskopi av fila" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Klarte ikkje Ã¥ sletta mÃ¥lfila: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Flytting mellom monteringar ikkje støtta" @@ -1439,63 +1492,63 @@ msgstr "Feil under lesing av informasjon om fila «%s»: %s" msgid " (invalid encoding)" msgstr "(ugyldig teiknkoding)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Feil under lesing av info om fildeskriptoren: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Ugyldig attributtype (venta uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Ugyldig attributtype (venta uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Ugyldig attributtype (venta byte-streng)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Feil endring av løyve: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Feil under eigarskifte: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "symbolsk lenkje mÃ¥ vera ikkje-NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Fil under oppretting av symbolsk lenkje: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 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:2067 +#: gio/glocalfileinfo.c:2063 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "symbolsk lenkje mÃ¥ vera ikkje-NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Feil under eigarskifte: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Å setja attributten %s er ikkje støtta" @@ -1634,35 +1687,40 @@ msgstr "utstraumen støttar ikkje skriving" msgid "Source stream is already closed" msgstr "Kjeldestraumen er allereie stengt" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 #, fuzzy msgid "name" msgstr "Utan namn" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Vertsnamnet i URIen «%s» er ugyldig" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 #, fuzzy msgid "names" msgstr "Utan namn" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/oc.po b/po/oc.po index 520fdb73..5b99113e 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-04-23 10:42+0200\n" "Last-Translator: Yannig Marchegay (Kokoyaya) \n" "Language-Team: Occitan \n" @@ -507,7 +507,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -967,12 +967,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "" @@ -1014,9 +1014,9 @@ msgstr "" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "" @@ -1026,53 +1026,53 @@ msgstr "" msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1089,7 +1089,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1111,34 +1111,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sens nom" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1151,11 +1151,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "" @@ -1167,12 +1177,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1180,7 +1190,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1222,14 +1232,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1247,6 +1266,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1265,108 +1318,108 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Nom d'òste invalid" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Error al moment de crear lo repertòri : %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1396,61 +1449,61 @@ msgstr "" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Error al moment de crear lo repertòri : %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1587,32 +1640,37 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "nom" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "noms" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/or.po b/po/or.po index 0197f1d5..8ca301e5 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-09-09 19:20+0530\n" "Last-Translator: Manoj Kumar Giri \n" "Language-Team: Oriya\n" @@ -540,7 +540,7 @@ msgstr "ପଶ୍ଚାତ ଅନୁମାର୍ଗଣ ସୀମା ପହଞ୍ msgid "the pattern contains items not supported for partial matching" msgstr "ଏହି ଶୈଳୀ ଆଂଶିକ ମେଳନ ପାଇଁ ସମର୍ଥିତ ନ ଥିବା ବସ୍ତୁ ମାନଙ୍କୁ ଧାରଣ କରିଥାଏ" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "ଆଭ୍ଯନ୍ତରୀଣ ତୃଟି" @@ -1002,12 +1002,12 @@ msgstr "'%s' ଦ୍ବ୍ଯର୍ଥକ ମୂଲ୍ଯଟି %s ପାଇଁ msgid "Error parsing option %s" msgstr "ରୁପାନ୍ତରଣ ର ବିକଲ୍ପ ରେ ତ୍ରୁଟି: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s ପାଇଁ ସ୍ବତନ୍ତ୍ରଚର ଟି ହଜି ଯାଇଛି" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "ଅଜଣା ପସନ୍ଦ %s" @@ -1049,9 +1049,9 @@ msgstr "ଅବୈଧ ଚାବି ନାମ: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "ମୂଖ୍ଯ ଫାଇଲ ଟି ଗୋଟିଏ ଅସହାୟକ ସଂକେତ '%s' ଧାରଣ କରିଛି" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "ମୂଖ୍ଯ ଫାଇଲ େର '%s' ନାମ ଥିବା କୌଣସି ସମୂହ ନାହିଁ" @@ -1061,17 +1061,17 @@ msgstr "ମୂଖ୍ଯ ଫାଇଲ େର '%s' ନାମ ଥିବା କୌ msgid "Key file does not have key '%s'" msgstr "ମୂଖ୍ଯ ଫାଇଲ େର '%s' ନାମ ଥିବା କୌଣସି ଚାବିକାଠି ନାହିଁ" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "ମୂଖ୍ଯ ଫାଇଲ ଧାରଣ କରିଥିବା '%s' ଚାବିକାଠି ର ମୂଲ୍ଯ '%s' ଅଟେ, ଯାହାକି ଇଉ-ଟି-ଏଫ୍-à­® ନୁହେଁ" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "ମୂଖ୍ଯ ଫାଇଲ ଧାରଣ କରିଥିବା '%s' ଚାବିକାଠି ର ମୂଲ୍ଯ ନିରୂପଣ କରିହେବ ନାହିଁ" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1079,36 +1079,36 @@ msgid "" msgstr "" "ମୂଖ୍ଯ ଫାଇଲ ଧାରଣ କରିଥିବା '%s' ଚାବିକାଠି ଗୋଟିଏ '%s' ସମୂହ ସହିତ ଏଛି ଯାହାର ମୂଲ୍ଯ ନିରୂପଣ କରିହେବ ନାହିଁ" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "ମୂଖ୍ଯ ଫାଇଲ େର '%s' ନାମ ଥିବା କୌଣସି ଚାବିକାଠି '%s' ସମୂହ ରେ ନାହିଁ " -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "ମୂଖ୍ଯ ଫାଇଲ ଟି ଲାଇନ୍ ର ସମାପ୍ତି ରେ ଏସ୍କେପ୍ ଅକ୍ଷର ଧାରଣ କରିଛି" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "ମୂଖ୍ଯ ଫାଇଲ '%s' ଅବୈଧ ଏସ୍କେପ୍ ଅକ୍ଷର ଧାରଣ କରିଛି" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "'%s' ର ମୂଲ୍ଯ ଗୋଟିଏ ସଂଖ୍ଯା ଭାବରେ ନିରୂପଣ କରିହେବ ନାହିଁ" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "ପୂର୍ଣ ମୂଲ୍ଯ '%s' ପରିସର ର ବାହାରେ ଅଛି" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "'%s' ମୂଲ୍ଯକୁ ଗୋଟିଏ ଭାସମାନ ସଂଖ୍ଯା ଭାବରେ ବ୍ଯାଖ୍ଯା କରିହେବ ନାହିଁ" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' ର ମୂଲ୍ଯ ଗୋଟିଏ ବୁଲିଆନ୍ ଭାବରେ ନିରୂପଣ କରିହେବ ନାହିଁ" @@ -1125,7 +1125,7 @@ msgstr "ଅତ୍ୟଧିକ ବଡ଼ ଗଣନା ମୂଲ୍ୟ %sକୁ msgid "Stream is already closed" msgstr "ଧାରା ପୂର୍ବରୁ ବନ୍ଦଅଛି" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "ପ୍ରୟୋଗଟି ବାତିଲ ହୋଇଛି" @@ -1147,34 +1147,34 @@ msgstr "%s ପ୍ରକାର" msgid "Unexpected early end-of-stream" msgstr "ଅପ୍ରତ୍ୟାଶିତ ପ୍ରାରମ୍ଭିକ ଧାରାର ଶେଷ" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "ବେନାମୀ" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "ଡେସ୍କଟପ ଫାଇଲ Exec କ୍ଷେତ୍ର ଉଲ୍ଲେଖ କରିନଥିଲା" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "ପ୍ରୟୋଗ ପାଇଁ ଆବଶ୍ୟକ ଟର୍ମିନାଲ ଖୋଜିବାରେ ଅସମର୍ଥ" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ଚାଳକ ପ୍ରୟୋଗ ବିନ୍ୟାସ ଫୋଲଡର %s କୁ ନିର୍ମାଣ କରିପାରିବେ ନାହିଁ: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ଚାଳକ MIME ବିନ୍ୟାସିତ ଫୋଲଡର %s ନିର୍ମାଣ କରିପାରିବ ନାହିଁ: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "ଚାଳକ ଡେସ୍କଟପ ଫାଇଲ %s ନିର୍ମାଣ କରିପାରିବ ନାହିଁ" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "%s ପାଇଁ ଇଚ୍ଛାରୂପୀ ପରିଭାଷା" @@ -1187,11 +1187,21 @@ msgstr "ଡ୍ରାଇଭ ବାହାର କରିବାକୁ କାର୍ଯ msgid "drive doesn't implement polling for media" msgstr "ଡ୍ରାଇଭ ସଞ୍ଚାର ମାଧ୍ଯମ ପାଇଁ ଚୟନକୁ କାର୍ଯ୍ୟକାରୀ କରେନାହିଁ" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "ପ୍ରୟୋଗ ସମର୍ଥିତ ନୁହଁ" @@ -1203,12 +1213,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "ଧାରଣ କରିଥିବା ସ୍ଥାପନ ଅବସ୍ଥିତ ନାହିଁ" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "ଡିରେକ୍ଟୋରୀ ଉପରେ ନକଲ କରିପାରିବେ ନାହିଁ" @@ -1216,7 +1226,7 @@ msgstr "ଡିରେକ୍ଟୋରୀ ଉପରେ ନକଲ କରିପାର msgid "Can't copy directory over directory" msgstr "ଡିରେକ୍ଟୋରୀ ଉପରେ ଡିରେକ୍ଟୋରୀ ନକଲ କରିପାରିବେ ନାହିଁ" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "ଲକ୍ଷ୍ୟ ଫାଇଲ ଅବସ୍ଥିତ" @@ -1258,14 +1268,23 @@ msgstr "ଫାଇଲ ଗଣନାକାର ପାଖରେ ଉତ୍କୃଷ୍ msgid "File enumerator is already closed" msgstr "ଫାଇଲ ଗଣନାକାର ପୂର୍ବରୁ ବନ୍ଦ ହୋଇଯାଇଛି" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "ଫାଇଲ" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "ଚିତ୍ରସଂକେତ ଧାରଣକରିଥିବା ଫାଇଲ" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1283,6 +1302,40 @@ msgstr "ନିବେଶ ଧାରାରେ କାଟିବା ଅନୁମୋଦ msgid "Truncate not supported on stream" msgstr "ଧାରାରେ କାଟିବା ଅନୁମୋଦିତ ନୁହଁ" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "ନିବେଶ ଧାରାରେ ପଢ଼ିବାକୁ କାର୍ଯ୍ୟକାରୀ କରେନାହିଁ" @@ -1301,108 +1354,108 @@ msgstr "ଧାରା ପାଖରେ ଉତ୍କୃଷ୍ଟ ପ୍ରୟୋଗ msgid "Unable to find default local directory monitor type" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ସ୍ଥାନୀୟ ଡିରେକ୍ଟୋରୀ ମନିଟର ପ୍ରକାର ଖୋଜିବାରେ ଅସମର୍ଥ" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "ଅବୈଧ ଫାଇଲ ନାମ %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "ଫାଇଲତନ୍ତ୍ର ସୂଚନା ପାଇବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "ମୂଳ ଡିରେକ୍ଟୋରୀର ନାମ ବଦଳାଯାଇପାରିବ ନାହିଁ" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "ଫାଇଲର ନାମ ବଦଳାଇବାରେ ତ୍ରୁଟି: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "ଫାଇଲର ନାମ ବଦଳାଯାଇପାରିବ ନାହିଁ, ଫାଇଲ ନାମ ପୂର୍ବରୁ ଅବସ୍ଥିତ" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "ଅବୈଧ ଫାଇଲ ନାମ" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "ଫାଇଲର ନାମ ବଦଳାଇବାରେ ତ୍ରୁଟି: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "ଫାଇଲ ଖୋଲିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "ଡିରେକ୍ଟୋରୀ ଖୋଲିପାରିବେ ନାହିଁ" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "ଫାଇଲ ଅପସାରଣରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "ଫାଇଲକୁ ବର୍ଜନ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ଆବର୍ଜନା ପାତ୍ର ଡିରେକ୍ଟୋରୀ %sକୁ ନିର୍ମାଣ କରିବାରେ ଅସମର୍ଥ: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "ଆବର୍ଜନା ପାତ୍ର ପାଇଁ ଉଚ୍ଚସ୍ତରୀୟ ଡିରେକ୍ଟୋରୀ ଖୋଜିବାରେ ଅସମର୍ଥ" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "ଆବର୍ଜନା ପାତ୍ର ଡିରେକ୍ଟୋରୀ ଖୋଜିବା ଏବଂ ନିର୍ମାଣ କରିବାରେ ଅସମର୍ଥ" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ବର୍ଜିତ ସୂଚନା ଫାଇଲ ନିର୍ମାଣରେ ଅସମର୍ଥ : %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "ଫାଇଲକୁ ବର୍ଜନ କରିବାରେ ଅସମର୍ଥ: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "ଡିରେକ୍ଟୋରି ନିର୍ମାଣ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "ପ୍ରତୀକାତ୍ମକ ସମ୍ପର୍କ ନିର୍ମାଣରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "ଫାଇଲ ଘୁଞ୍ଚାଇବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "ଡିରେକ୍ଟୋରୀ ଉପରେ ଡିରେକ୍ଟୋରୀକୁ ଘୁଞ୍ଚାଇପାରିବେ ନାହିଁ" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "ଲକ୍ଷ୍ୟ ଫାଇଲ ଘୁଞ୍ଚାଇବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "ଅସମର୍ଥିତ ସ୍ଥାପନଗୁଡ଼ିକ ମଧ୍ଯରେ ଗତିକରନ୍ତୁ" @@ -1432,61 +1485,61 @@ msgstr "ଫାଇଲ '%s'କୁ ଆରମ୍ଭ କରିବାରେ ତ୍ର msgid " (invalid encoding)" msgstr " (ଅବୈଧ ସାଙ୍କେତିକରଣ)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "ଫାଇଲ ନିରୂପକ ଆରମ୍ଭ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "ଅବୈଧ ଗୁଣ ପ୍ରକାର (unit32 ଆଶାକରାଯାଉଛି)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "ଅବୈଧ ଗୁଣ ପ୍ରକାର (unit64 ଆଶାକରାଯାଉଛି)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "ଅବୈଧ ଗୁଣ ପ୍ରକାର (ବାଇଟ ବାକ୍ୟଖଣ୍ଡ ଆଶାକରାଯାଉଛି)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "ଅନୁମତି ବିନ୍ୟାସକରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "ମାଲିକ ନିରୁପଣ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "symlink ନିଶ୍ଚିତ ରୂପେ non-NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "symlink ବିନ୍ୟାସ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "symlink ବିନ୍ୟାସ କରିବାରେ ତ୍ରୁଟି: ଫାଇଲଟି ଗୋଟିଏ symlink ନୁହଁ" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux ପ୍ରସଙ୍ଗଟି ନିଶ୍ଚିତ ରୂପେ non-NULL ଅଟେ" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux ପ୍ରସଙ୍ଗ ବିନ୍ୟାସ କରିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux ଏହି ତନ୍ତ୍ରରେ ସକ୍ରିୟ ହୋଇନାହିଁ" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "ଗୁଣ %s ବିନ୍ୟାସ କରିବା ସମର୍ଥିତ ନୁହଁ" @@ -1623,27 +1676,27 @@ msgstr "ଫଳାଫଳ ବାକ୍ଯଖଣ୍ଡ ଲେଖିବାକୁ କ msgid "Source stream is already closed" msgstr "ଉତ୍ସ ବାକ୍ୟଖଣ୍ଡଟି ପୂର୍ବରୁ ବନ୍ଦହୋଇଯାଇଛି" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "ନାମ" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "ଚିତ୍ରସଂକେତର ନାମ" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "ନାମଗୁଡ଼ିକ" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "ଚିତ୍ରସଂକେତ ନାମଗୁଡ଼ିକୁ ଧାରଣକରିଥିବା ଆରେ" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ନିବର୍ତ୍ତନଗୁଡ଼ିକୁ ବ୍ୟବହାର କରନ୍ତୁ" -#: gio/gthemedicon.c:249 +#: 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." @@ -1651,6 +1704,11 @@ msgstr "" "'-' ବର୍ଣ୍ଣ ଠାରେ ସଂକ୍ଷିପ୍ତ କରାଯାଇଥିବା ନାମରୁ ମିଳିଥିବା ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଶେଷ ଅବଲମ୍ବନକୁ ବ୍ୟବହାର " "କରାଯିବ କି ନାହିଁ. ଏକାଧିକ ନାମ ଦିଆଯାଇଥିଲେ ପ୍ରଥମ ନାମ ପରେଥିବା ନାମଗୁଡ଼ିକୁ ଅଗ୍ରାହ୍ୟ କରେ." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/pa.po b/po/pa.po index a441d5b5..29ff5610 100644 --- a/po/pa.po +++ b/po/pa.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-03-04 23:30+0530\n" "Last-Translator: Amanpreet Singh Alam \n" "Language-Team: Punjabi/Panjabi \n" @@ -535,7 +535,7 @@ msgstr "ਬੈਕ-ਟਰੈਕਿੰਗ ਲਿਸਟ ਆ ਗਈ" msgid "the pattern contains items not supported for partial matching" msgstr "ਪੈਟਰਨ ਵਿੱਚ ਆਈਟਮਾਂ ਹਨ, ਜੋ ਕਿ ਅਧੂਰੀ ਮੈਂਚਿੰਗ ਲਈ ਸਹਾਇਕ ਨਹੀਂ।" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "ਅੰਦਰੂਨੀ ਗਲਤੀ" @@ -996,12 +996,12 @@ msgstr "%2$s ਲਈ '%1$s' ਡਬਲ ਮੁੱਲ ਰੇਜ਼ ਤੋਂ ਬਾ msgid "Error parsing option %s" msgstr "ਚੋਣ %s ਪਾਰਸ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s ਲਈ ਆਰਗੂਮੈਂਟ ਗੁੰਮ ਹੈ" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "ਅਣਜਾਣ ਚੋਣ %s" @@ -1043,9 +1043,9 @@ msgstr "ਗਲਤ ਕੁੰਜੀ ਨਾਂ: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਨਾ-ਸਹਾਇਕ ਇੰਕੋਡਿੰਗ '%s' ਰੱਖਦੀ ਹੈ" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਦਾ ਗਰੁੱਪ '%s' ਨਹੀਂ ਹੈ" @@ -1055,17 +1055,17 @@ msgstr "ਕੁੰਜੀ ਫਾਇਲ ਦਾ ਗਰੁੱਪ '%s' ਨਹੀਂ msgid "Key file does not have key '%s'" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ '%s' ਕੁੰਜੀ ਨਹੀਂ ਹੈ" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ ਕੁੰਜੀ '%s' ਦਾ ਮੁੱਲ '%s' ਹੈ, ਜੋ ਕਿ UTF-8 ਨਹੀਂ ਹੈ" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ '%s' ਕੁੰਜੀ ਹੈ, ਜਿਸ ਤੇ ਕਾਰਵਾਈ ਨਹੀਂ ਹੋ ਸਕਦੀ ਹੈ" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1073,36 +1073,36 @@ msgid "" msgstr "" "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ ਕੁੰਜੀ '%s' ਗਰੁੱਪ '%s' ਵਿੱਚ ਹੈ, ਜਿਸ ਦੇ ਮੁੱਲ ਨੂੰ ਇੰਟਰਪਰੇਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ।" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਕੁੰਜੀ '%s' ਗਰੁੱਪ '%s' ਵਿੱਚ ਨਹੀਂ ਹੈ" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ ਲਾਈਨ ਦੇ ਅੰਤ ਵਿੱਚ ਇਸਕੇਪ ਅੱਖਰ ਹੈ" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ ਗਲਤ ਇਸਕੇਪ ਕ੍ਰਮ '%s' ਹੈ" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "ਮੁੱਲ '%s' ਨੂੰ ਇੱਕ ਅੰਕ ਦੇ ਤੌਰ 'ਤੇ ਪਾਰਸ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ ਹੈ।" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "ਪੂਰਨ ਅੰਕ '%s' ਰੇਜ਼ ਤੋਂ ਬਾਹਰ ਹੈ" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "ਮੁੱਲ '%s' ਨੂੰ ਇੱਕ ਦਸ਼ਮਲਵ ਅੰਕ ਦੇ ਤੌਰ 'ਤੇ ਪਾਰਸ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ ਹੈ।" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ਮੁੱਲ '%s' ਨੂੰ ਬੂਲੀਅਨ ਵਾਂਗ ਇੰਟਰਪਰੇਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ।" @@ -1119,7 +1119,7 @@ msgstr "%s ਨੂੰ ਬਹੁਤ ਵੱਧ ਗਿਣਤੀ ਪਾਸ ਕੀਤ msgid "Stream is already closed" msgstr "ਸਟਰੀਮ ਪਹਿਲਾਂ ਹੀ ਬੰਦ ਹੈ" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "ਓਪਰੇਸ਼ਨ ਰੱਦ ਕੀਤਾ ਗਿਆ" @@ -1141,34 +1141,34 @@ msgstr "%s ਟਾਈਪ" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "ਬਿਨ-ਨਾਂ" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "ਡੈਸਕਟਾਪ ਫਾਇਲ ਨੇ Exec ਫੀਲਡ ਨਹੀਂ ਦਿੱਤਾ ਹੈ" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "ਐਪਲੀਕੇਸ਼ਨ ਲਈ ਟਰਮੀਨਲ ਲੋੜ ਲੱਭਣ ਲਈ ਅਸਮਰੱਥ ਹੈ" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ਯੂਜ਼ਰ ਐਪਲੀਕੇਸ਼ਨ ਸੰਰਚਨਾ ਫੋਲਡਰ %s ਬਣਾਇਆ ਨਹੀਂ ਜਾ ਸਕਦਾ: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ਯੂਜ਼ਰ MIME ਸੰਰਚਨਾ ਫੋਲਡਰ %s ਬਣਾਇਆ ਨਹੀਂ ਜਾ ਸਕਦਾ: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "ਯੂਜ਼ਰ ਡੈਸਕਟਾਪ ਫਾਇਲ %s ਬਣਾਈ ਨਹੀਂ ਜਾ ਸਕਦੀ" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "%s ਲਈ ਕਸਟਮ ਪਰਿਭਾਸ਼ਾ" @@ -1181,11 +1181,21 @@ msgstr "ਡਰਾਇਵ ਲਈ ਬਾਹਰ ਕੱਢਣਾ ਨਹੀਂ ਬਣ msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "ਓਪਰੇਸ਼ਨ ਸਹਾਇਕ ਨਹੀਂ" @@ -1197,12 +1207,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "ਰੱਖਣ ਵਾਲਾ ਮਾਊਂਟ ਮੌਜੂਦ ਨਹੀਂ" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦਾ" @@ -1210,7 +1220,7 @@ msgstr "ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹ msgid "Can't copy directory over directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦੀ" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਮੌਜੂਦ ਹੈ" @@ -1252,15 +1262,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "URI '%s' ਦੇ ਮੇਜ਼ਬਾਨ ਦਾ ਨਾਂ ਜਾਇਜ਼ ਨਹੀਂ ਹੈ" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1278,6 +1297,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1296,108 +1349,108 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "ਡਿਫਾਲਟ ਲੋਕਲ ਡਾਇਰੈਕਟਰੀ ਮਾਨੀਟਰ ਟਾਈਪ ਲੱਭਣ ਲਈ ਅਸਮਰੱਥ" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "ਗਲਤ ਫਾਇਲ ਨਾਂ %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "ਫਾਇਲ ਸਿਸਟਮ ਜਾਣਕਾਰੀ ਲੈਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "ਰੂਟ ਡਾਇਰੈਕਟਰੀ ਦਾ ਨਾਂ ਨਹੀਂ ਬਦਲਿਆ ਜਾ ਸਕਦਾ" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "ਫਾਇਲ ਨਾਂ ਬਦਲਣ ਦੌਰਾਨ ਗਲਤੀ: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "ਫਾਇਲ ਦਾ ਨਾਂ ਨਹੀਂ ਬਦਲਿਆ ਜਾ ਸਕਦਾ, ਫਾਇਲ ਨਾਂ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "ਗਲਤ ਫਾਇਲ ਨਾਂ" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "ਫਾਇਲ ਨਾਂ ਬਦਲਣ ਦੌਰਾਨ ਗਲਤੀ: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "ਫਾਇਲ ਖੋਲ੍ਹਣ ਦੌਰਾਨ ਗਲਤੀ: %s " -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਖੋਲ੍ਹੀ ਨਹੀਂ ਜਾ ਸਕਦੀ" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "ਫਾਇਲ ਹਟਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "ਫਾਇਲ ਰੱਦੀ 'ਚ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "ਰੱਦੀ ਡਾਇਰੈਕਟਰੀ ਲੱਭਣ ਜਾਂ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ਰੱਦੀ 'ਚ ਭੇਜੀ ਫਾਇਲ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "ਫਾਇਲ ਰੱਦੀ 'ਚ ਭੇਜਣ ਲਈ ਅਸਮਰੱਥ: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "ਡਾਇਰੈਕਟਰੀ '%s' ਖੋਲ੍ਹਣ ਲਈ ਗਲਤੀ: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "ਫਾਇਲ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਹਟਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1427,61 +1480,61 @@ msgstr "'%s' ਫਾਈਲ ਦੇਣ'ਚ ਗਲਤੀ: %s" msgid " (invalid encoding)" msgstr "(ਗਲਤ ਇੰਕੋਡਿੰਗ)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "ਫਾਈਲ ਡਿਸਕ੍ਰਿਪਟਰ ਸਟੇਟਿੰਗ ਗਲਤੀ: %s " -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "ਗਲਤ ਐਟਰੀਬਿਊਟ ਟਾਈਪ (uint32 ਲੋੜੀਦਾ ਸੀ)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "ਅਧਿਕਾਰ ਸੈੱਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "ਓਪਨ ਸੈਟਿੰਗ ਗਲਤੀ: %s " -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: %s " -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: ਫਾਈਲ ਇੱਕ symlink ਨਹੀਂ ਹੈ" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "ਓਪਨ ਸੈਟਿੰਗ ਗਲਤੀ: %s " -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "ਗੁਣ %s ਸੈਟਿੰਗ ਸਹਾਇਕ ਨਹੀਂ" @@ -1620,35 +1673,40 @@ msgstr "" msgid "Source stream is already closed" msgstr "ਸਰੋਤ ਸਟਰੀਮ ਬੰਦ ਕੀਤਾ ਗਿਆ ਹੈ" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 #, fuzzy msgid "name" msgstr "ਬਿਨ-ਨਾਂ" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "URI '%s' ਦੇ ਮੇਜ਼ਬਾਨ ਦਾ ਨਾਂ ਜਾਇਜ਼ ਨਹੀਂ ਹੈ" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 #, fuzzy msgid "names" msgstr "ਬਿਨ-ਨਾਂ" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/pl.po b/po/pl.po index d3691b7c..881db04a 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-23 23:24+0100\n" "Last-Translator: Tomasz Dominikowski \n" "Language-Team: Aviary.pl \n" @@ -564,7 +564,7 @@ msgstr "osiągnięto limit backtrace" msgid "the pattern contains items not supported for partial matching" msgstr "wzorzec zawiera elementy nieobsługiwane w dopasowywaniu częściowym" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "błąd wewnętrzny" @@ -1038,12 +1038,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "Błąd podczas przetwarzania opcji %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Brakujący parametr dla %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Nieznana opcja %s" @@ -1088,9 +1088,9 @@ msgstr "Niepoprawna nazwa klucza: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Plik klucza zawiera nieobsługiwane kodowanie \"%s\"" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Plik klucza nie zawiera grupy \"%s\"" @@ -1100,21 +1100,21 @@ msgstr "Plik klucza nie zawiera grupy \"%s\"" msgid "Key file does not have key '%s'" msgstr "Plik klucza nie zawiera klucza \"%s\"" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Plik klucza zawiera klucz \"%s\" o wartości \"%s\", która nie jest zapisana " "w UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Plik klucza zawiera klucz \"%s\", który ma wartość niemożliwą do " "zinterpretowania." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1123,36 +1123,36 @@ msgstr "" "Plik klucza zawiera klucz \"%s\" w grupie \"%s\", która ma wartość " "niemożliwą do zinterpretowania." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Plik klucza nie zawiera klucza \"%s\" w grupie \"%s\"" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Plik klucza zawiera znak sterujący na końcu linii" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Plik klucza zawiera niepoprawną sekwencję sterującą \"%s\"" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Nie można zinterpretować \"%s\" jako wartości liczbowej." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Wartość stałoprzecinkowa \"%s\" jest spoza dopuszczalnego zakresu" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Nie można zinterpretować \"%s\" jako wartości zmiennoprzecinkowej." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nie można zinterpretować \"%s\" jako wartości logicznej." @@ -1169,7 +1169,7 @@ msgstr "" msgid "Stream is already closed" msgstr "Strumień jest już zamknięty" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operacja została anulowana" @@ -1191,34 +1191,34 @@ msgstr "typ %s" msgid "Unexpected early end-of-stream" msgstr "Niespodziewany, przedwczesny koniec strumienia" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Bez nazwy" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Nie można znaleźć terminala wymaganego przez program" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Własna definicja dla %s" @@ -1231,11 +1231,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operacja nie jest obsługiwana" @@ -1247,12 +1257,12 @@ msgstr "Operacja nie jest obsługiwana" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1260,7 +1270,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Docelowy plik istnieje" @@ -1302,14 +1312,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "plik" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Plik zawierający ikonę" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1327,6 +1346,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Strumień wejściowy nie obsługuje odczytu" @@ -1345,108 +1398,108 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Niepoprawna nazwa pliku %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Błąd podczas pobierania informacji o systemie plików: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Nie można zmienić nazwy katalogu głównego" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Błąd podczas zmieniania nazwy pliku: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Nie można zmienić nazwy pliku, plik o takiej nazwie już istnieje" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Niepoprawna nazwa pliku" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Błąd podczas zmieniania nazwy pliku: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Błąd podczas odczytu pliku: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Nie można otworzyć katalogu" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Błąd podczas usuwania pliku: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Błąd podczas przenoszenia pliku do kosza: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nie można utworzyć katalogu kosza %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Nie można utworzyć pliku informacji o koszu: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Nie można przenieść pliku do kosza: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Błąd podczas tworzenia katalogu: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Błąd podczas tworzenia dowiązania symbolicznego: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Błąd podczas przenoszenia pliku: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Nie można stworzyć kopii zapasowej pliku" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Błąd podczas usuwania pliku docelowego: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1476,63 +1529,63 @@ msgstr "Błąd podczas wyznaczania pliku \"%s\": %s" msgid " (invalid encoding)" msgstr " (niepoprawne kodowanie)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Błąd podczas wyznaczania deskryptora pliku: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Niepoprawny typ atrybutu (spodziewany \"uint32\")" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Niepoprawny typ atrybutu (spodziewany \"uint64\")" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Niepoprawny typ atrybutu (spodziewany \"byte string\")" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Błąd podczas ustawiania uprawnień: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Błąd podczas ustawiania właściciela: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "dowiązanie symboliczne nie może być puste" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Błąd podczas ustawiania dowiązania symbolicznego: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 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:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "Kontekst SELinux nie może być pusty" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Błąd podczas ustawiania kontekstu SELinux: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux nie jest włączony w tym systemie" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Ustawianie atrybutu %s nie jest obsługiwane" @@ -1670,32 +1723,37 @@ msgstr "Strumień wyjściowy nie obsługuje zapisu" msgid "Source stream is already closed" msgstr "Strumień źródłowy jest już zamknięty" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "nazwa" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Nazwa ikony" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "nazwy" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/ps.po b/po/ps.po index 0167823d..d6b8f484 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-07-14 19:07-0800\n" "Last-Translator: Zabeeh Khan \n" "Language-Team: Pashto \n" @@ -507,7 +507,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "دنننۍ تېروتنه" @@ -967,12 +967,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "%s ناپېژندلې غوراوی" @@ -1014,9 +1014,9 @@ msgstr "%s :ناسم کيلۍ نوم" msgid "Key file contains unsupported encoding '%s'" msgstr "لري '%s' کيلۍ دوتنه ناسمه کوډييزونه" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "ډله نه لري '%s' کيلۍ دوتنه" @@ -1026,53 +1026,53 @@ msgstr "ډله نه لري '%s' کيلۍ دوتنه" msgid "Key file does not have key '%s'" msgstr "کيلۍ نه لري '%s' کيلۍ دوتنه" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "کيلۍ نه لري '%s' ډله کې '%s' کيلۍ دوتنه په" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "ارزښت د شمېرې په توګه نه شي ژباړل کېدی '%s'" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "د سيمې نه بهر دی '%s' صحيح ارزښت" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1089,7 +1089,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "چار بند شو" @@ -1111,34 +1111,34 @@ msgstr "ډول %s" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "بېنومه" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "نه شي جوړولی %s د کارن سرپاڼې دوتنه" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "لپاره دوديز پېژنداوی %s د" @@ -1151,11 +1151,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "چار نه منل کيږي" @@ -1167,12 +1177,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "د درکموند پر سر نه شي لمېسلی" @@ -1180,7 +1190,7 @@ msgstr "د درکموند پر سر نه شي لمېسلی" msgid "Can't copy directory over directory" msgstr "درکموند د درکموند پر سر نه شي لمېسلی" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "موخه دوتنه شتون لري" @@ -1222,15 +1232,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "د انځورن نوم" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1248,6 +1267,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1266,108 +1319,108 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "%s ناسم دوتنه نوم" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "%s :د دوتنه غونډال خبرتياوو اخيستلو کې ستونزه" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "ولۍ درکموند نه شي بيانومولی" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "%s :دوتنه بيانومولو کې ستونزه" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "دوتنه نه شي بيانومولی، دوتنه نوم د مخکې نه شته" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "ناسم دوتنه نوم" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "%s :دوتنه بيانومولو کې ستونزه" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "%s :دوتنه پرانيستلو کې ستونزه" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "درکموند نه شي پرانيستلی" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "%s :دوتنې ړنګولو کې ستونزه" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "%s :درکموند پرانيستلو کې ستونزه '%s'" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "%s :د پېلامي تړنې په جوړولو کې ستونزه" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "%s :دوتنه خوځولو کې ستونزه" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "يو درکموند پر بل درکموند نه شي خوځولی" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "%s :د موخه دوتنې په ړنګولو کې ستونزه" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "د ماونټونو ترمنځ خوځېدنه نه منل کيږي" @@ -1397,61 +1450,61 @@ msgstr "" msgid " (invalid encoding)" msgstr " (ناسمه کوډييزونه)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "%s :د پرېښلو په امستلو کې ستونزه" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "%s :د خاوند په امستلو کې ستونزه" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "%s :د خاوند په امستلو کې ستونزه" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1588,32 +1641,37 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "نوم" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "د انځورن نوم" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "نومونه" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/pt.po b/po/pt.po index 3dcb2933..6f35b402 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-09 09:25+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" @@ -551,7 +551,7 @@ msgstr "limite de retroceder alcançado" msgid "the pattern contains items not supported for partial matching" msgstr "o padrão contém itens não suportados para comparação parcial" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "erro interno" @@ -1021,12 +1021,12 @@ msgstr "Valor double '%s' para %s para lá do limite permitido" msgid "Error parsing option %s" msgstr "Erro ao processar a opção %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Argumento em falta para %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Opção %s desconhecida" @@ -1071,9 +1071,9 @@ msgstr "Nome de chave inválida: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Ficheiro de chave contém uma codificação não suportada '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Ficheiro de chave não possui um grupo '%s'" @@ -1083,17 +1083,17 @@ msgstr "Ficheiro de chave não possui um grupo '%s'" msgid "Key file does not have key '%s'" msgstr "Ficheiro de chave não contém a chave '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Ficheiro de chave contém a chave '%s' com o valor '%s' que não é UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Ficheiro de chave contém a chave '%s' cujo valor não é interpretável." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1102,38 +1102,38 @@ msgstr "" "Ficheiro de chave contém a chave '%s' no grupo '%s' cujo valor não é " "interpretável." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Ficheiro de chave não possui a chave '%s' no grupo '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Ficheiro de chave contém caracteres escapados no final da linha" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" "Ficheiro de chave contém uma sequência de caracteres escapados inválida '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Incapaz de interpretar o valor '%s' como um numérico." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Valor inteiro '%s' para além do limite permitido" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" "Incapaz de interpretar o valor '%s' como um número de vírgula flutuante." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Incapaz de interpretar o valor '%s' como uma boleana." @@ -1150,7 +1150,7 @@ msgstr "Valor de contagem demasiado grande passado para %s" msgid "Stream is already closed" msgstr "O fluxo já se encontra fechado" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "A operação foi cancelada" @@ -1172,35 +1172,35 @@ msgstr "Tipo %s" msgid "Unexpected early end-of-stream" msgstr "Final precoce de fluxo inesperado" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sem nome" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Ficheiro de área de trabalho não especifica campo Exec" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Incapaz de encontrar a consola necessária à aplicação" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, 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:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Definição personalizada de %s" @@ -1213,11 +1213,21 @@ msgstr "a unidade não implementa a ejecção" msgid "drive doesn't implement polling for media" msgstr "a unidade não implementa a verificação de existência de media" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operação não suportada" @@ -1229,12 +1239,12 @@ msgstr "Operação não suportada" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Montagem contida não existe" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Incapaz de copiar sobre um directório" @@ -1242,7 +1252,7 @@ msgstr "Incapaz de copiar sobre um directório" msgid "Can't copy directory over directory" msgstr "Incapaz de copiar um directório sobre um directório" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Ficheiro de destino já existe" @@ -1284,14 +1294,23 @@ msgstr "Enumerador de ficheiro tem uma operação por terminar" msgid "File enumerator is already closed" msgstr "Enumerador de ficheiro já está fechado" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "ficheiro" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "O ficheiro que contém o ícone" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1309,6 +1328,40 @@ msgstr "Fluxo de entrada não permite truncar" msgid "Truncate not supported on stream" msgstr "Fluxo não suporta truncar" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Fluxo de entrada não implementa a leitura" @@ -1327,108 +1380,108 @@ msgstr "Fluxo tem uma operação por terminar" msgid "Unable to find default local directory monitor type" msgstr "Incapaz de encontrar o tipo de monitor por omissão do directório local" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Nome de ficheiro %s inválido" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Erro ao obter a informação do sistema de ficheiros: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Incapaz de renomear o directório raiz" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Erro ao renomear o ficheiro: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Incapaz de renomear o ficheiro, o nome já existe" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Nome de ficheiro inválido" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Erro ao renomear o ficheiro: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Erro ao abrir o ficheiro: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Incapaz de abrir o directório" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Erro ao remover o ficheiro: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Erro ao enviar o ficheiro para o Lixo: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Incapaz de criar o directório de Lixo %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Incapaz de encontrar o directório de topo para o Lixo" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Incapaz de encontrar ou criar o directório de Lixo" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Incapaz de criar o ficheiro de informação do Lixo: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Incapaz de enviar o ficheiro para o Lixo: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Erro ao criar o directório: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Erro ao criar atalho: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Erro ao mover o ficheiro: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Incapaz de mover um directório sobre um directório" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 o ficheiro de cópia de segurança" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Erro ao remover o ficheiro de destino: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Não é suportado mover entre montados" @@ -1458,61 +1511,61 @@ msgstr "Erro ao verificar o ficheiro '%s': %s" msgid " (invalid encoding)" msgstr " (codificação inválida)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erro ao verificar o descritor do ficheiro: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo inválido (esperado um uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo inválido (esperado um uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo inválido (esperado uma expressão byte)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Erro ao definir as permissões: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Erro ao definir o dono: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "atalho tem de ser não-NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Erro ao definir o atalho: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "Erro ao definir o atalho: ficheiro não é um atalho" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "O contexto SELinux tem de ser não-NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Erro ao definir o contexto SELinux: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "O SELinux não está activo neste sistema" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Não é suportada a definição do atributo %s" @@ -1649,27 +1702,27 @@ msgstr "Fluxo de saída não implementa a escrita" msgid "Source stream is already closed" msgstr "Fluxo de origem já está fechado" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "nome" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "O nome do ícone" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "nomes" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Uma matriz contendo os nomes dos ícones" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "utilizar nomes de recurso por omissão" -#: gio/gthemedicon.c:249 +#: 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." @@ -1677,6 +1730,11 @@ msgstr "" "Se utilizar ou não os nomes de recurso criados abreviando o nome nos " "caracteres '-'. Ignora os nomes após o primeiro se forem indicados vários." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index 40d15b3c..504a82ea 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-13 23:23-0300\n" "Last-Translator: Henrique P Machado \n" "Language-Team: Brazilian Portuguese \n" @@ -559,7 +559,7 @@ msgstr "limite de backtracking alcançado" 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:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "erro interno" @@ -1030,12 +1030,12 @@ msgstr "Ponto flutuante com dupla precisão \"%s\" para %s fora dos limites" msgid "Error parsing option %s" msgstr "Erro ao ler a opção %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Falta argumento para %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Opção %s desconhecida" @@ -1080,9 +1080,9 @@ msgstr "Nome de chave inválido: %s" 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:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Arquivo de chave não tem grupo \"%s\"" @@ -1092,19 +1092,19 @@ msgstr "Arquivo de chave não tem grupo \"%s\"" msgid "Key file does not have key '%s'" msgstr "Arquivo de chave não tem chave \"%s\"" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, 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:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, 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:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1113,36 +1113,36 @@ msgstr "" "Arquivo de chave contém chave \"%s\" no grupo \"%s\" que tem valor que não " "pode ser interpretado." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, 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:3474 +#: glib/gkeyfile.c:3480 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:3496 +#: glib/gkeyfile.c:3502 #, 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:3638 +#: glib/gkeyfile.c:3644 #, 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:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Valor inteiro \"%s\" fora dos limites" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, 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:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "O valor \"%s\" não pode ser interpretado como um booleano." @@ -1159,7 +1159,7 @@ msgstr "Valor muito alto passado para %s" msgid "Stream is already closed" msgstr "O fluxo já está fechado" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "A operação foi cancelada" @@ -1181,35 +1181,35 @@ msgstr "tipo %s" msgid "Unexpected early end-of-stream" msgstr "Fim do fluxo precoce não esperado" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Não nomeado" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "O arquivo da área de trabalho não especifica o campo Exec" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Não foi possível localizar o terminal requerido para o aplicativo" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Não foi possível criar pasta de configuração do aplicativo do usuário %s: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Não foi possível criar pasta de configuração MIME do usuário %s: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Não foi possível criar arquivo %s da área de trabalho do usuário" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Definição personalizada para %s" @@ -1222,11 +1222,21 @@ msgstr "drive não implementa ejetar" msgid "drive doesn't implement polling for media" msgstr "drive não implementa verificação por mídia" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operação sem suporte" @@ -1238,12 +1248,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Ponto de montagem contido não existe" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Não foi possível copiar sobre diretório" @@ -1251,7 +1261,7 @@ msgstr "Não foi possível copiar sobre diretório" msgid "Can't copy directory over directory" msgstr "Não foi possível copiar diretório sobre diretório" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Arquivo alvo existe" @@ -1293,14 +1303,23 @@ msgstr "O enumerador do arquivo tem operação pendente" msgid "File enumerator is already closed" msgstr "O enumerador do arquivo já está fechado" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "arquivo" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "O arquivo contendo o ícone" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1318,6 +1337,40 @@ msgstr "Truncar não permitido no fluxo de entrada" msgid "Truncate not supported on stream" msgstr "Não há suporte a truncar no fluxo" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Fluxo de entrada não implementa leitura" @@ -1336,108 +1389,108 @@ msgstr "O fluxo tem operação pendente" msgid "Unable to find default local directory monitor type" msgstr "Não foi possível localizar o tipo de diretório monitor local padrão" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Nome de arquivo inválido: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Erro ao obter informações do sistema de arquivos: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Não foi possível renomear o diretório root" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Erro ao renomear arquivo: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Não foi possível renomear o arquivo, o nome do arquivo já existe" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Nome de arquivo inválido" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Erro ao renomear arquivo: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Erro ao abrir arquivo: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Não foi possível abrir diretório" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Erro ao remover arquivo: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Erro ao mover arquivo para a lixeira: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Não foi possível criar o diretório da lixeira %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Não foi possível localizar diretório de nível superior para a lixeira" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Não foi possível localizar ou criar o diretório da lixeira" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Não foi possível criar o arquivo de informações da lixeira: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Não foi possível mover arquivo para a lixeira: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Erro ao criar o diretório: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Erro ao criar link simbólico: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Erro ao mover arquivo: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Não foi possível mover diretório sobre diretório" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Erro ao remover arquivo alvo: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Não há suporte a mover entre montagens" @@ -1467,61 +1520,61 @@ msgstr "Erro ao iniciar arquivo \"%s\": %s" msgid " (invalid encoding)" msgstr "(codificação inválida)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erro ao iniciar descritor de arquivo: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo inválido (esperado uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo inválido (esperado uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo inválido (expressão de byte esperada)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Erro ao definir permissões: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Erro ao definir proprietário: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "o link simbólico deve ser não-NULO" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Erro ao definir link simbólico: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 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:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "O contexto SELinux deve ser não-NULO" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Erro ao definir o contexto SELinux: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux não está habilitado neste sistema" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Não há suporte à definição do atributo %s" @@ -1659,27 +1712,27 @@ msgstr "Fluxo de saída não implementa escrita" msgid "Source stream is already closed" msgstr "A fonte do fluxo já está fechada" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "nome" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "O nome do ícone" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "nomes" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Um array contendo os nomes dos ícones" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "usa os fallbacks padrões" -#: gio/gthemedicon.c:249 +#: 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." @@ -1687,6 +1740,11 @@ 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/ro.po b/po/ro.po index 9a7d080b..4eb209c4 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-09-18 00:49+0300\n" "Last-Translator: Mișu Moldovan \n" "Language-Team: Română \n" @@ -552,7 +552,7 @@ msgstr "" "modelul de căutare conține elemente pentru care nu se pot face comparații " "parțiale" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "eroare internă" @@ -1023,12 +1023,12 @@ msgstr "Valoarea dublă „%s” pentru %s este în afara limitelor" msgid "Error parsing option %s" msgstr "Eroare la prelucrarea opțiunii %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Argument lipsă pentru %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Opțiune necunoscută %s" @@ -1072,9 +1072,9 @@ msgstr "Nume invalid de cheie: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Fișierul cheie are o codare neimplementată de tip „%s”" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Fișierul cheie nu are grupul „%s”" @@ -1084,17 +1084,17 @@ msgstr "Fișierul cheie nu are grupul „%s”" msgid "Key file does not have key '%s'" msgstr "Fișierul cheie nu are cheie „%s”" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Fișierul cheie conține cheia „%s” cu valoarea „%s” care nu este UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Fișierul cheie conține cheia „%s” care are o valoare neinterpretabilă." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1103,36 +1103,36 @@ msgstr "" "Fișierul cheie conține cheia „%s” în grupul „%s” care are o valoare ce nu " "poate fi interpretată" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Fișierul cheie nu are cheia „%s” în grupul „%s”" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Fișieul cheie conține caractere „escape” la sfârșit de linie" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI-ul „%s” conține secvențe „escaped” invalide" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Valoarea „%s” nu poate fi interpretată ca un număr." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Valoarea întregului „%s” este în afara limitelor" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Valoarea „%s” nu poate fi interpretată ca un număr flotant." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Valoarea „%s” nu poate fi interpretată ca o valoare booleană." @@ -1149,7 +1149,7 @@ msgstr "S-a pasat o valoare prea mare către %s" msgid "Stream is already closed" msgstr "Flux deja închis" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operațiunea a fost anulată" @@ -1171,35 +1171,35 @@ msgstr "tip %s" msgid "Unexpected early end-of-stream" msgstr "„End-of-stream” neașteptat de timpuriu" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nedenumit" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Fișierul desktop nu a specificat un câmp „Exec”" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Nu s-a găsit un terminal pentru pornirea aplicației" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Nu se poate crea fișierul desktop %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Definiție personalizată pentru %s" @@ -1212,11 +1212,21 @@ msgstr "unitatea nu poate ejecta discul" msgid "drive doesn't implement polling for media" msgstr "unitatea nu poate verifica ciclic pentru discuri noi" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operațiune neimplementată" @@ -1228,12 +1238,12 @@ msgstr "Operațiune neimplementată" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Montarea conținută nu există" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Nu se poate copia peste director" @@ -1241,7 +1251,7 @@ msgstr "Nu se poate copia peste director" msgid "Can't copy directory over directory" msgstr "Nu se poate copia un director peste un alt director" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Fișierul destinație există deja" @@ -1283,14 +1293,23 @@ msgstr "Enumeratorul fișierului este deja deschis de o terță operațiune" msgid "File enumerator is already closed" msgstr "Enumeratorul fișierului este deja închis" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "fișier" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Fișierul conținând iconița" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1308,6 +1327,40 @@ msgstr "Nu se permite trunchierea fluxului de input" msgid "Truncate not supported on stream" msgstr "Trunchierea fluxului nu este implementată" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Fluxul de input nu are implementată o funcție de citire" @@ -1327,108 +1380,108 @@ msgid "Unable to find default local directory monitor type" msgstr "" "Nu s-a putut identifica tipul implicit de monitorizare a directoarelor locale" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Nume invalid de fișier: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Eroare la citirea detaliilor sistemului de fișiere: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Nu se poate redenumi directorul rădăcină" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Eroare la redenumirea fișierului: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Nu se poate redenumi fișierul, numele de fișier există deja" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Nume invalid de fișier" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Eroare la redenumirea fișierului: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Eroare la deschiderea fișierului: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Nu se poate deschide directorul" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Eroare la ștergerea fișierului: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Eroare la mutarea la coș a fișierului: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nu s-a putut crea directorul coșului de gunoi „%s”: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Nu s-a găsit directorul de nivel zero pentru coșul de gunoi" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Nu s-a putut găsi ori crea directorul coșului de gunoi" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Nu s-a putut crea fișierul cu detalii despre mutarea la coș: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Nu s-a putut muta la coș fișierul: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Eroare la crearea directorului: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Eroare la crearea legăturii simbolice: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Eroare la mutarea fișierului: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Nu se poate muta un director peste un alt director" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Crearea fișierului de „backup” a eșuat" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Eroare la ștergerea fișierului destinație: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" "Operațiunea de mutare între două dispozitive montate nu este implementată" @@ -1459,63 +1512,63 @@ msgstr "Eroare la citirea detaliilor fișierului „%s”: %s" msgid " (invalid encoding)" msgstr " (codare invalidă)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Eroare la citirea detaliilor descriptor ale fișierului: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Tip invalid de atribut (se aștepta o valoare uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Tip invalid de atribut (se aștepta o valoare uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Tip invalid de atribut (se aștepta un șir de octeți)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Eroare la definirea permisiunilor: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Eroare la definirea deținătorului: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "legătură simbolică trebuie să fie diferită de NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Eroare la definirea legăturii simbolice: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 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:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "Contextul SELinux trebuie să fie diferit de NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Eroare la definirea contextului SELinux: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux nu este activ în acest sistem" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Definirea atributului %s nu este implementată" @@ -1654,27 +1707,27 @@ msgstr "Fluxul de ieșire nu implementează scriere" msgid "Source stream is already closed" msgstr "Sursa fluxului este deja închisă" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "nume" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Numele iconiței" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "nume" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "O matrice conținând numele iconițelor" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "utilizează variantele de rezervă" -#: gio/gthemedicon.c:249 +#: 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." @@ -1683,6 +1736,11 @@ msgstr "" "prescurtarea numlor la „-” caractere. Se vor ignora numele de după cel " "dintâi dacă sunt precizate mai multe." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/ru.po b/po/ru.po index b4deb3b2..9e38bf9b 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-03-11 20:54+0300\n" "Last-Translator: Nickolay V. Shmyrev \n" "Language-Team: Russian \n" @@ -564,7 +564,7 @@ msgstr "" "шаблон содержит элементы, которые не поддерживаются при поиске частичного " "совпадения" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "внутренняя ошибка" @@ -1045,12 +1045,12 @@ msgstr "Дробное значение двойной точности «%s» msgid "Error parsing option %s" msgstr "Произошла ошибка при разборе параметра %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Отсутствует аргумент для %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Неизвестный параметр %s" @@ -1094,9 +1094,9 @@ msgstr "Недопустимое имя ключа: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Файл ключей содержит неподдерживаемую кодировку «%s»" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Файл ключей не содержит группу «%s»" @@ -1106,19 +1106,19 @@ msgstr "Файл ключей не содержит группу «%s»" msgid "Key file does not have key '%s'" msgstr "Файл ключей не содержит ключ «%s»" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Файл ключей содержит ключ «%s», значение которого «%s» не в кодировке UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Файл ключей содержит ключ «%s», значение которого не удалось распознать." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1127,36 +1127,36 @@ msgstr "" "Файл ключей содержит ключ «%s» в группе «%s», значение которого не удалось " "распознать." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Файл ключей не содержит ключа «%s» в группе «%s»" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Файл ключей содержит символ escape в конце строки" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Файл ключей содержит неверную экранирующую последовательность «%s»" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Не удалось преобразовать значение «%s» в число." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Целочисленное значение «%s» выходит за пределы" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Не удалось преобразовать «%s» в число с плавающей запятой." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Не удалось преобразовать «%s» в булево значение." @@ -1173,7 +1173,7 @@ msgstr "Слишком большое значение количества пе msgid "Stream is already closed" msgstr "Поток уже закрыт" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Действие было отменено" @@ -1195,34 +1195,34 @@ msgstr "тип %s" msgid "Unexpected early end-of-stream" msgstr "Неожиданный ранний конец потока" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Без имени" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "В desktop-файле не указано поле Exec" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Не удалось найти терминал, требуемый для приложения" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Не удалось создать пользовательскую папку настроек приложения %s: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не удалось создать пользовательскую папку настроек MIME %s: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Не удалось создать пользовательский desktop-файл %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Особое определение для %s" @@ -1235,11 +1235,21 @@ msgstr "привод не поддерживает извлечение" msgid "drive doesn't implement polling for media" msgstr "привод не поддерживает опрос носителя" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Действие не поддерживается" @@ -1251,12 +1261,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Содержащая точка монтирования не существует" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Нельзя скопировать поверх каталога" @@ -1264,7 +1274,7 @@ msgstr "Нельзя скопировать поверх каталога" msgid "Can't copy directory over directory" msgstr "Нельзя скопировать каталог поверх каталога" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Целевой файл существует" @@ -1306,14 +1316,23 @@ msgstr "Перечислитель файлов имеет незавершён msgid "File enumerator is already closed" msgstr "Перечислитель файлов уже закрыт" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "файл" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "файл, содержащий значок" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1331,6 +1350,40 @@ msgstr "Усечение на входном потоке не разрешен msgid "Truncate not supported on stream" msgstr "Усечение не поддерживается на потоке" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Входной поток не поддерживает чтение" @@ -1349,108 +1402,108 @@ msgstr "Поток имеет незавершённое действие" msgid "Unable to find default local directory monitor type" msgstr "Не удалось найти тип монитора локальных каталогов по умолчанию" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Недопустимое имя файла %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Произошла ошибка при получении сведений о файловой системе: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Нельзя переименовать корневой каталог" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Произошла ошибка при переименовании файла: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Не удалось переименовать файл, такое имя файла уже есть" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Недопустимое имя файла" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Произошла ошибка при переименовании файла: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Произошла ошибка при открытии файла: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Не удалось открыть каталог" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Произошла ошибка при удалении файла: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Произошла ошибка при удалении файла в корзину: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не удалось создать каталог корзины %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Не удалось найти каталог верхнего уровня для корзины" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Не удалось найти или создать каталог корзины" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Не удалось создать запись о файле в корзине: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Не удалось удалить файл в корзину: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Произошла ошибка при создании каталога: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Произошла ошибка при создании символьной ссылки: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Произошла ошибка при перемещении файла: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Нельзя переместить каталог поверх каталога" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Произошла ошибка при удалении целевого файла: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Перемещение между точками монтирования не поддерживается" @@ -1480,63 +1533,63 @@ msgstr "Произошла ошибка при получении сведени msgid " (invalid encoding)" msgstr " (неверная кодировка)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Произошла ошибка при получении сведений о файловом дескрипторе: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Неверный тип атрибута (ожидался uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Неверный тип атрибута (ожидался uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Неверный тип атрибута (ожидалась строка byte)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Произошла ошибка при установке прав: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Произошла ошибка при установке владельца: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "символьная ссылка не должна быть NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Произошла ошибка при установке символьной ссылки: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" "Произошла ошибка при установке символьной ссылки: файл не является " "символьной ссылкой" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "Контекст SELinux не должен быть равен NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Произошла ошибка при установке контекста SELinux: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "В этой системе не включён SELinux" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Установка атрибута %s не поддерживается" @@ -1676,27 +1729,27 @@ msgstr "Выходной поток не поддерживает запись" msgid "Source stream is already closed" msgstr "Исходный поток уже закрыт" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "название" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Название значка" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "названия" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Массив, содержащий названия значков" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "использовать названия по умолчанию" -#: gio/gthemedicon.c:249 +#: 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." @@ -1705,6 +1758,11 @@ msgstr "" "названия, начиная с символов '-'. Если задано несколько названий — " "игнорировать все кроме первого." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/rw.po b/po/rw.po index e560c664..4945b7c4 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2005-03-28 19:34-0700\n" "Last-Translator: Steve Murphy \n" "Language-Team: Kinyarwanda \n" @@ -545,7 +545,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1025,12 +1025,12 @@ msgstr "Agaciro kugirango Inyuma Bya Urutonde" msgid "Error parsing option %s" msgstr "Ihindurangero" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, fuzzy, c-format msgid "Unknown option %s" msgstr "Ihitamo ritazwi:" @@ -1078,9 +1078,9 @@ msgstr "Izina ry'inturo:" msgid "Key file contains unsupported encoding '%s'" msgstr "IDOSIYE Kirimo Imisobekere:" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, fuzzy, c-format msgid "Key file does not have group '%s'" msgstr "IDOSIYE OYA Itsinda" @@ -1090,54 +1090,54 @@ msgstr "IDOSIYE OYA Itsinda" msgid "Key file does not have key '%s'" msgstr "IDOSIYE OYA Urufunguzo" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, fuzzy, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "IDOSIYE Kirimo Urufunguzo Na: Agaciro ni OYA 8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, fuzzy, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "IDOSIYE Kirimo Urufunguzo Agaciro" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, fuzzy, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "IDOSIYE Kirimo Urufunguzo in Itsinda Agaciro" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, fuzzy, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "IDOSIYE OYA Urufunguzo in Itsinda" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 #, fuzzy msgid "Key file contains escape character at end of line" msgstr "IDOSIYE Kirimo Inyuguti ku Impera Bya Umurongo" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "IDOSIYE Kirimo Sibyo" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Nka a Umubare" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Agaciro kugirango Inyuma Bya Urutonde" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Nka a Umubare" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nka a Icyungo" @@ -1154,7 +1154,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1177,34 +1177,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1217,11 +1217,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "amahuza OYA" @@ -1234,12 +1244,12 @@ msgstr "amahuza OYA" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1247,7 +1257,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1290,15 +1300,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Izina ry'inturo: Bya ni Sibyo" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1316,6 +1335,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1334,116 +1387,116 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Izina ry'inturo:" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Ikosa mu gusoma idosiye" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Izina ry'inturo:" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Ikosa mu gusoma idosiye" - -# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Ikosa mu gusoma idosiye" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kuri Kurema IDOSIYE" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Kuri Kurema IDOSIYE" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Kuri Kurema IDOSIYE" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Gufungura %s%S bushyinguro" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Ihindurangero" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1476,61 +1529,61 @@ msgid " (invalid encoding)" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Ihindurangero" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Ihindurangero" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "ku Umurongo" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Ihindurangero" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "amahuza OYA" @@ -1677,33 +1730,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Izina ry'inturo: Bya ni Sibyo" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 diff --git a/po/si.po b/po/si.po index 30239aad..0b3ea789 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2007-06-20 14:56+0530\n" "Last-Translator: Danishka Navin \n" "Language-Team: Sinhala \n" @@ -510,7 +510,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "අභ්‍යන්තර දෝෂය" @@ -975,12 +975,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "%s නොදන්නා විකල්පයකි" @@ -1022,9 +1022,9 @@ msgstr "සාවද්‍ය යතුරු නම: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "" @@ -1034,53 +1034,53 @@ msgstr "" msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1097,7 +1097,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1120,34 +1120,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1160,11 +1160,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත" @@ -1177,12 +1187,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1190,7 +1200,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1233,15 +1243,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "'%s' URI හි ධාරක නාමය සාවද්‍ය වේ" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1259,6 +1278,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1277,109 +1330,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "සාවද්‍ය යතුරු නම: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "සාවද්‍ය ධාරක නාමය" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "'%s' ගහලුම විවෘත කිරීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "%d පේළියේ à¶­ දෝෂයකි: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1409,61 +1462,61 @@ msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d පේළියේ à¶­ දෝෂයකි: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත" @@ -1601,33 +1654,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "'%s' URI හි ධාරක නාමය සාවද්‍ය වේ" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/sk.po b/po/sk.po index 0b881bde..4ada9b1f 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-03-15 15:01+0100\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" @@ -540,7 +540,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1008,12 +1008,12 @@ msgstr "Celočíselná hodnota '%s' pre %s je mimo rozsah" msgid "Error parsing option %s" msgstr "Chyba počas prevodu: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Chýbajúci parameter pre %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Neznáma voľby %s" @@ -1058,9 +1058,9 @@ msgstr "Neplatný názov kľúča: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Súbor kľúčov obsahuje nepodporované kódovane '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Súbor kľúčov nemá skupinu '%s'" @@ -1070,19 +1070,19 @@ msgstr "Súbor kľúčov nemá skupinu '%s'" msgid "Key file does not have key '%s'" msgstr "Súbor kľúčov nemá kľúč '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Súbor kľúčov obsahuje kľúč '%s' s hodnotou '%s', ktorá nie je UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Súbor kľúčov obsahuje kľúč '%s', ktorý má hodnotu, ktorá nemohla byÅ¥ " "interpretovaná." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1091,36 +1091,36 @@ msgstr "" "Súbor kľúčov obsahuje kľúč '%s', v skupine '%s', ktorý má hodnotu, ktorá " "nemohla byÅ¥ interpretovaná." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Súbor kľúčov nemá kľúč '%s' v skupine '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Súbor kľúčov obsahuje znak escape na konci riadku" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Súbor kľúčov obsahuje neplatne zadanú sekvenciu '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Hodnota '%s' nemohla byÅ¥ interpretovaná ako číslo." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Celočíselná hodnota '%s' je mimo rozsah" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Hodnota '%s' nemohla byÅ¥ interpretovaná ako reálne číslo." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Hodnota '%s' nemohla byÅ¥ interpretovaná ako booleovská." @@ -1137,7 +1137,7 @@ msgstr "" msgid "Stream is already closed" msgstr "Prúd je už zatvorený" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operácia bola zruÅ¡ená" @@ -1159,34 +1159,34 @@ msgstr "typ %s" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nepomenované" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Vlastná definícia pre %s" @@ -1199,11 +1199,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Nepodporovaná operácia" @@ -1215,12 +1225,12 @@ msgstr "Nepodporovaná operácia" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1228,7 +1238,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Cieľový súbor existuje" @@ -1271,15 +1281,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Pole obsahujúce názvy ikon" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1297,6 +1316,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1315,108 +1368,108 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Neplatný názov programu: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Chyba pri premenovaní súboru: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Neplatný názov súboru" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Chyba pri premenovaní súboru: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Chyba pri otváraní súboru: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Nepodarilo sa otvoriÅ¥ priečinok" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Chyba pri odstraňovaní súboru: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Chyba pri otváraní priečinka '%s': %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Chyba počas prevodu: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Chyba pri odstraňovaní cieľového súboru: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1447,62 +1500,62 @@ msgstr "Chyba pri čítaní súboru '%s': %s" msgid " (invalid encoding)" msgstr " (neplatné kódovanie)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Neplatný typ vlastnosti (očakávané uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Neplatný typ vlastnosti (očakávané uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Neplatný typ vlastnosti (očakávaný bajtový reÅ¥azec)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Chyba počas prevodu: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Chyba pri nastavovaní vlastníka: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "symbolický odkaz nesmie byÅ¥ prázdny" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Chyba pri nastavovaní symbolického odkazu: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "symbolický odkaz nesmie byÅ¥ prázdny" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Chyba pri nastavovaní vlastníka: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Symbolické odkazy nepodporované" @@ -1642,32 +1695,37 @@ msgstr "Výstupný prúd neimplementuje zápis" msgid "Source stream is already closed" msgstr "Zdrojový prúd je už zatvorený" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "názov" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Názov ikony" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "názvy" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Pole obsahujúce názvy ikon" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/sl.po b/po/sl.po index d38f0d14..cd547b1c 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-09-03 15:59+0100\n" "Last-Translator: Matej Urbančič \n" "Language-Team: Slovenian \n" @@ -541,7 +541,7 @@ msgstr "dosežena omejitev sledenja nazaj" msgid "the pattern contains items not supported for partial matching" msgstr "vzorec vsebuje predmete, ki niso podprti za delno iskanje zadetkov" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "notranja napaka" @@ -1011,12 +1011,12 @@ msgstr "Vrednost dvojne velikosti '%s' za %s izven obsega" msgid "Error parsing option %s" msgstr "Napaka med razčlenjevanjem %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Manjka argument za %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Neznana možnost %s" @@ -1060,9 +1060,9 @@ msgstr "Neveljavno ime ključa: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Datoteka s ključem vsebuje nepodprto kodiranje '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Datoteka s ključem ni del skupine '%s'" @@ -1072,21 +1072,21 @@ msgstr "Datoteka s ključem ni del skupine '%s'" msgid "Key file does not have key '%s'" msgstr "Datoteka s ključem nima ključa '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Datoteka s ključem vsebuje ključ '%s' z vrednostjo '%s', ki ni zapisan v UTF-" "8 naboru" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Datoteka s ključem vsebuje ključ '%s' z vrednostjo, ki je ni mogoče " "obravnavati." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1095,36 +1095,36 @@ msgstr "" "Datoteka s ključem vsebuje ključ '%s' v skupini '%s' z vrednostjo, ki je ni " "mogoče obravnavati." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Datoteka s ključem nima ključa '%s' v skupini '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Datoteka s ključem vsebuje ubežni znak na koncu vrstice" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Datoteka ključa vsebuje neveljavno ubežno zaporedje '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vrednosti '%s' ni mogoče obravnavati kot Å¡tevilo." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "CeloÅ¡tevilska vrednost '%s' izven obsega" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Vrednosti '%s' ni mogoče obravnavati kot Å¡tevilo s plavajočo vejico." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vrednosti '%s' ni mogoče obravnavati kot Boolovo vrednost." @@ -1141,7 +1141,7 @@ msgstr "Prevelika vrednost Å¡tetja poslana na %s" msgid "Stream is already closed" msgstr "Pretok je že zaprt" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operacija je bila preklicana." @@ -1163,34 +1163,34 @@ msgstr "%s vrsta" msgid "Unexpected early end-of-stream" msgstr "Nepričakovan prezgodnji konec pretoka" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Neimenovan" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Namizna datoteka ne vsebuje določenega polja Exec" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Ni mogoče najti terminala, ki ga zahteva program" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Ni mogoče ustvariti uporabnikove datoteke namizja %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Določilo po meri za %s" @@ -1203,11 +1203,21 @@ msgstr "pogona ni mogoče izvreči" msgid "drive doesn't implement polling for media" msgstr "pogon ne podpira preverjanja enote" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Operacija ni podprta" @@ -1219,12 +1229,12 @@ msgstr "Operacija ni podprta" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Obstoječa enota ne obstaja" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Ni mogoče kopirati preko mape" @@ -1232,7 +1242,7 @@ msgstr "Ni mogoče kopirati preko mape" msgid "Can't copy directory over directory" msgstr "Ni mogoče kopirati mape preko mape" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Ciljna datoteka obstaja" @@ -1274,14 +1284,23 @@ msgstr "Å tevilčnik izvaja izredno operacijo" msgid "File enumerator is already closed" msgstr "Å tevilčnik datotek je že zaprt" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "datoteka" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Datoteka, ki vsebuje ikono" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1299,6 +1318,40 @@ msgstr "Razčlenitev ni dovoljena na dovodnem pretoku" msgid "Truncate not supported on stream" msgstr "Razčlenitev ni podprta na pretoku" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Vhodni pretok ne podpira branja" @@ -1317,108 +1370,108 @@ msgstr "Pretok izvaja izredno operacijo" msgid "Unable to find default local directory monitor type" msgstr "Ni mogoče najti privzete vrste nadzora mape" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Neveljavno ime datoteke %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Napaka med branjem podrobnosti datotečnega sistema %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Ni mogoče preimenovati skrbniÅ¡ke mape" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Napaka med preimenovanjem datoteke: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Ni mogoče preimenovati datoteke, izbrano ime že obstaja" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Neveljavno ime datoteke" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Napaka med preimenovanjem datoteke: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Napaka med odpiranjem datoteke: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Ni mogoče odpreti mape" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Napaka med odstranjevanjem datoteke: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Napaka ob premikanjem datoteke v smeti: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ni mogoče ustvariti mape smeti %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Ni mogoče najti vrhnje ravni smeti" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Ni mogoče najti ali ustvariti mape smeti" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Ni mogoče ustvariti datoteke podrobnosti: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Ni mogoče premakniti datoteke v smeti: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Napaka med ustvarjanjem mape: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Napaka med ustvarjanjem simbolne povezave: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Napaka med premikanjem datoteke: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Ni mogoče premakniti mape čez mapo" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Ni mogoče ustvariti varnostne kopije" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Napaka med odstranjevanjem ciljne datoteke: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Premikanje med priklopi ni podprto" @@ -1448,62 +1501,62 @@ msgstr "Napaka med potrjevanjem datoteke '%s': %s" msgid " (invalid encoding)" msgstr " (neveljavni kodni nabor)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Napaka med potrjevanjem opisovalca datoteke: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Neveljavna vrsta atributa (pričakovan uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Neveljavna vrsta atributa (pričakovan uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Neveljavna vrsta atributa (pričakovan bitni niz)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Napaka med določanjem dovoljenj: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Napaka med določanjem lastnika: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "Simbolna povezava ne sme biti določena kot NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Napaka med določanjem simbolne povezave: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" "Napaka med določevanjem simbolne povezave; datoteka ni simbolna povezava" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux atribut ne sme biti določena kot NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Napaka nastavitve vsebine SELinux: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "Na tem sistemu SELinux ni omogočen" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Določanje atributa %s ni podprto" @@ -1640,27 +1693,27 @@ msgstr "Odvodni pretok ne podpira pisanja" msgid "Source stream is already closed" msgstr "Izvorni pretok je že zaprt" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "ime" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Ime ikone" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "imena" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Vrsta, ki vsebuje imena ikon" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "uporabi privzete povrnitve" -#: gio/gthemedicon.c:249 +#: 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." @@ -1668,6 +1721,11 @@ msgstr "" "Ali naj se uporabi povrnitev s skrajÅ¡evanjem imena pri '-' znaku. Prezrta so " "imena za prvim, če je podanih več imen." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/sq.po b/po/sq.po index 3a1ad33a..4464bca1 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-18 10:19+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: albanian \n" @@ -566,7 +566,7 @@ msgstr "u arrit kufiri i backtracking" msgid "the pattern contains items not supported for partial matching" msgstr "modeli përmban elementë të pasuportuar për korrispondimin e pjesëshëm" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "gabim i brendshëm" @@ -1104,12 +1104,12 @@ msgstr "Vlera e dyfishtë '%s' për %s është jashtë kufirit" msgid "Error parsing option %s" msgstr "Gabim gjatë analizimit të opsionit %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Mungojnë argumentë për %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Opcion i panjohur %s" @@ -1152,9 +1152,9 @@ msgstr "Emër i pasaktë kyçi: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "File i kyçit përmban kodifikimin e pasuportuar '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "File i kyçit nuk ka grupin '%s'" @@ -1164,17 +1164,17 @@ msgstr "File i kyçit nuk ka grupin '%s'" msgid "Key file does not have key '%s'" msgstr "File i kyçit nuk përmban kyçin '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "File i kyçit përmban kyçin '%s' me vlerë '%s' që nuk është në UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "File i kyçit përmban kyçin '%s' që ka një vlerë të painterpretueshme." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1183,36 +1183,36 @@ msgstr "" "File i kyçit përmban kyçin '%s' në grupin '%s' që ka një vlerë të " "painterpretueshme." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "File i kyçit nuk ka kyçin '%s' në grupin '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "File i kyçit përmban simbolin escape në fund të rreshtit" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "File i kyçit përmban sekuencën e pavlefshme escape '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vlera '%s' nuk mund të interpretohet si një numër." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Vlera integruese '%s' është jashtë kufirit" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Vlera '%s' nuk mund të interpretohet si një numër float." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vlera '%s' nuk mund të interpretohet si një boolean." @@ -1232,7 +1232,7 @@ msgid "Stream is already closed" msgstr "Stream është i mbyllur rregullisht" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operacioni është anulluar" @@ -1260,22 +1260,22 @@ 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:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Paemër" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 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:958 +#: gio/gdesktopappinfo.c:977 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:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" @@ -1283,20 +1283,20 @@ msgstr "" "(%s): %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, 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:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Përcaktimi i personalizuar për %s" @@ -1311,12 +1311,22 @@ msgstr "njësia nuk suporton nxjerrjen jashtë" msgid "drive doesn't implement polling for media" msgstr "njësia nuk suporton shqyrtimin e suporteve" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Veprimi nuk suportohet" @@ -1329,13 +1339,13 @@ msgstr "Veprimi nuk suportohet" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Objekti mount i përmbajtur nuk ekziston" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "I pamundur kopjimi mbi directory" @@ -1345,7 +1355,7 @@ msgid "Can't copy directory over directory" msgstr "I pamundur kopjimi i directory mbi directory" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "File objektiv ekziston" @@ -1399,15 +1409,24 @@ msgstr "Enumuruesi i file prezanton një operacion të papërfunduar" msgid "File enumerator is already closed" msgstr "Enumuruesi i file është rregullisht i mbyllur" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "file" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "File që përmban ikonën" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + # (pofilter) untranslated: checks whether a string has been translated at all #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 @@ -1429,6 +1448,40 @@ msgstr "Ndërprerja nuk suportohet tek stream në hyrje" msgid "Truncate not supported on stream" msgstr "Ndërprerja nuk suportohet tek stream" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + # (pofilter) untranslated: checks whether a string has been translated at all #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" @@ -1452,7 +1505,7 @@ msgstr "" "E pamundur gjetja e llojit të monitorit të paracaktuar për directory lokale" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Emër file i pasaktë %s" @@ -1461,24 +1514,33 @@ msgstr "Emër file i pasaktë %s" # (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/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Gabim gjatë marrjes së informacioneve mbi file të sistemit: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "I pamundur riemërtimi i directory root" +# (pofilter) variables: translation contains variables not in original: %s, %s +# (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/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Gabim gjatë ndryshimit të emrit të file: %s" + # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "I pamundur riemërtimi i file, emër ekzistues file" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Emër i pavlefshëm file" @@ -1487,22 +1549,13 @@ msgstr "Emër i pavlefshëm file" # (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/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Gabim gjatë ndryshimit të emrit të file: %s" - -# (pofilter) variables: translation contains variables not in original: %s, %s -# (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/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Gabim gjatë hapjes së file: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "E pamundur hapja e directory" @@ -1510,7 +1563,7 @@ msgstr "E pamundur hapja e directory" # (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/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Gabim gjatë fshirjes së file: %s" @@ -1519,25 +1572,25 @@ msgstr "Gabim gjatë fshirjes së file: %s" # (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/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Gabim gjatë hedhjes në kosh të file: %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "I pamundur krijimi i directory koshit \"%s\": %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "E pamundur gjetja e directory së sipërme për koshin" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "I pamundur krijimi apo gjetja e directory të koshit" @@ -1545,7 +1598,7 @@ msgstr "I pamundur krijimi apo gjetja e directory të koshit" # (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/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "I pamundur krijimi i një file me informacionet e hedhjes në kosh: %s" @@ -1554,19 +1607,19 @@ msgstr "I pamundur krijimi i një file me informacionet e hedhjes në kosh: %s" # (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/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "E pamundur hedhja në kosh e file: %s" # (pofilter) variables: translation contains variables not in original: %s, %s -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Gabim gjatë krijimit të directory: %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Gabim gjatë krijimit të lidhjes simbolike: %s" @@ -1575,18 +1628,18 @@ msgstr "Gabim gjatë krijimit të lidhjes simbolike: %s" # (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/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Gabim gjatë lëvizjes së file: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "E pamundur lëvizja e directory mbi directory" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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" @@ -1596,13 +1649,13 @@ msgstr "Krijimi i file backup dështoi" # (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/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Gabim gjatë heqjes së file objektiv: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Lëvizja midis objekteve mount nuk suportohet" @@ -1642,76 +1695,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:1698 +#: gio/glocalfileinfo.c:1694 #, 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:1743 +#: gio/glocalfileinfo.c:1739 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:1761 +#: gio/glocalfileinfo.c:1757 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:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 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:1825 +#: gio/glocalfileinfo.c:1821 #, 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:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, 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:1899 +#: gio/glocalfileinfo.c:1895 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:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, 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:1918 +#: gio/glocalfileinfo.c:1914 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:2067 +#: gio/glocalfileinfo.c:2063 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:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Gabim gjatë përcaktimit të kontekstit SELinux: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 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:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Caktimi i atributit %s nuk suportohet" @@ -1899,7 +1952,7 @@ msgid "Source stream is already closed" msgstr "Stream burues është i mbyllur" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "emri" @@ -1908,27 +1961,27 @@ msgstr "emri" # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) printf: checks whether printf format strings match -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Emri i ikonës" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "emrat" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Një array me emrat e ikonave" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "përdor alternativat e paracaktuara" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gthemedicon.c:249 +#: 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." @@ -1937,6 +1990,11 @@ msgstr "" "shkurtuar emrin tek simbolet '-'. Shpërfill emrat mbas emrit të parë në rast " "se jepen më shumë se një." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + # (pofilter) variables: translation contains variables not in original: %s, %s # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings diff --git a/po/sr.po b/po/sr.po index 433eda46..38adfa5e 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2007-09-06 21:11+0100\n" "Last-Translator: Горан Ракић \n" "Language-Team: Serbian (sr) \n" @@ -545,7 +545,7 @@ msgstr "достигнут је лимит претраживања уназад msgid "the pattern contains items not supported for partial matching" msgstr "образац садржи ставке које нису подржане за делимично поклапање" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "интерна грешка" @@ -1017,12 +1017,12 @@ msgstr "Реална вредност двоструке тачности „%s msgid "Error parsing option %s" msgstr "Грешка при рашчлањивању могућности %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Недостаје аргумент за %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Непозната опција %s" @@ -1067,9 +1067,9 @@ msgstr "Неисправно име кључа: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Датотека са кључевима садржи неподржано кодирање „%s“" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Датотека са кључевима нема групу „%s“" @@ -1079,17 +1079,17 @@ msgstr "Датотека са кључевима нема групу „%s“" msgid "Key file does not have key '%s'" msgstr "Датотека са кључевима нема кључ „%s“" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Датотека са кључевима садржи кључ „%s“ вредности „%s“ што није УТФ-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Датотека са кључевима садржи кључ „%s“ неразумљиве вредности." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1097,36 +1097,36 @@ msgid "" msgstr "" "Датотека са кључевима садржи кључ „%s“ у групи „%s“ неразумљиве вредности." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Датотека са кључевима не садржи кључ „%s“ у групи „%s“" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Датотека са кључевима садржи знак истицања на крају реда" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Датотека са кључевима садржи недозвољен низ истицања „%s“" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Вредност „%s“ се не може сматрати бројем." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Целобројна вредност „%s“ је изван опсега" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Вредност „%s“ се не може сматрати реалним бројем једноструке тачности." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Вредност „%s“ се не може сматрати истинитосном." @@ -1143,7 +1143,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1166,34 +1166,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1206,11 +1206,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Симболичке везе нису подржане" @@ -1223,12 +1233,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1236,7 +1246,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1280,15 +1290,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Име домаћина из адресе „%s“ је неисправно" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1306,6 +1325,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1324,109 +1377,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Неисправно име кључа: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Грешка при читању датотеке „%s“: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Неисправно име домаћина" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Грешка при читању датотеке „%s“: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Грешка при отварању директоријума „%s“: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Грешка при рашчлањивању могућности %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1457,61 +1510,61 @@ msgstr "Грешка при читању датотеке „%s“: %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Грешка у %d. реду: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Симболичке везе нису подржане" @@ -1650,33 +1703,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Име домаћина из адресе „%s“ је неисправно" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/sr@ije.po b/po/sr@ije.po index 45a5bf1c..e4cb8699 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2004-04-29 01:11+0200\n" "Last-Translator: Bojan Suzic \n" "Language-Team: Serbian (sr) \n" @@ -547,7 +547,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1025,12 +1025,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "Грешка при претварању: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "" @@ -1072,9 +1072,9 @@ msgstr "Неисправно име домаћина" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "" @@ -1084,53 +1084,53 @@ msgstr "" msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Адреса „%s“ садржи неисправно назначене знаке" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1147,7 +1147,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1169,34 +1169,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1209,11 +1209,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Симболичке везе нису подржане" @@ -1226,12 +1236,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1239,7 +1249,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1282,15 +1292,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Име домаћина из адресе „%s“ је неисправно" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1308,6 +1327,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1326,109 +1379,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Неисправно име домаћина" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Грешка при читању датотеке „%s“: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Неисправно име домаћина" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Грешка при читању датотеке „%s“: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Грешка при отварању директоријума „%s“: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1459,61 +1512,61 @@ msgstr "Грешка при читању датотеке „%s“: %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Грешка у %d. реду: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Симболичке везе нису подржане" @@ -1651,33 +1704,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Име домаћина из адресе „%s“ је неисправно" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/sr@latin.po b/po/sr@latin.po index 35af9672..dcc683be 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2007-09-06 21:11+0100\n" "Last-Translator: Goran Rakić \n" "Language-Team: Serbian (sr) \n" @@ -545,7 +545,7 @@ msgstr "dostignut je limit pretraživanja unazad" msgid "the pattern contains items not supported for partial matching" msgstr "obrazac sadrži stavke koje nisu podržane za delimično poklapanje" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "interna greÅ¡ka" @@ -1017,12 +1017,12 @@ msgstr "Realna vrednost dvostruke tačnosti „%s“ za %s je izvan opsega" msgid "Error parsing option %s" msgstr "GreÅ¡ka pri raščlanjivanju mogućnosti %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Nedostaje argument za %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Nepoznata opcija %s" @@ -1068,9 +1068,9 @@ msgstr "Neispravno ime ključa: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Datoteka sa ključevima sadrži nepodržano kodiranje „%s“" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Datoteka sa ključevima nema grupu „%s“" @@ -1080,17 +1080,17 @@ msgstr "Datoteka sa ključevima nema grupu „%s“" msgid "Key file does not have key '%s'" msgstr "Datoteka sa ključevima nema ključ „%s“" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Datoteka sa ključevima sadrži ključ „%s“ vrednosti „%s“ Å¡to nije UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Datoteka sa ključevima sadrži ključ „%s“ nerazumljive vrednosti." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1098,36 +1098,36 @@ msgid "" msgstr "" "Datoteka sa ključevima sadrži ključ „%s“ u grupi „%s“ nerazumljive vrednosti." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Datoteka sa ključevima ne sadrži ključ „%s“ u grupi „%s“" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Datoteka sa ključevima sadrži znak isticanja na kraju reda" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Datoteka sa ključevima sadrži nedozvoljen niz isticanja „%s“" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vrednost „%s“ se ne može smatrati brojem." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Celobrojna vrednost „%s“ je izvan opsega" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Vrednost „%s“ se ne može smatrati realnim brojem jednostruke tačnosti." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vrednost „%s“ se ne može smatrati istinitosnom." @@ -1144,7 +1144,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1167,34 +1167,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1207,11 +1207,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Simboličke veze nisu podržane" @@ -1224,12 +1234,12 @@ msgstr "Simboličke veze nisu podržane" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1237,7 +1247,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1281,15 +1291,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Ime domaćina iz adrese „%s“ je neispravno" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1307,6 +1326,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1325,109 +1378,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Neispravno ime ključa: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Neispravno ime domaćina" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ne mogu da napravim datoteku „%s“: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Ne mogu da napravim datoteku „%s“: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Ne mogu da napravim datoteku „%s“: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "GreÅ¡ka pri otvaranju direktorijuma „%s“: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "GreÅ¡ka pri raščlanjivanju mogućnosti %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1458,61 +1511,61 @@ msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "GreÅ¡ka pri pretvaranju: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "GreÅ¡ka pri pretvaranju: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "GreÅ¡ka u %d. redu: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "GreÅ¡ka pri pretvaranju: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Simboličke veze nisu podržane" @@ -1651,33 +1704,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Ime domaćina iz adrese „%s“ je neispravno" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/sv.po b/po/sv.po index e5f49be2..078f626a 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-25 20:50+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -551,7 +551,7 @@ msgstr "bakÃ¥tspÃ¥rningsgräns nÃ¥dd" 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:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "internt fel" @@ -1020,12 +1020,12 @@ msgstr "Dubbelvärdet \"%s\" för %s är utanför intervallet" msgid "Error parsing option %s" msgstr "Fel vid tolkning av flaggan %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Argument saknas för %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Okänd flagga %s" @@ -1069,9 +1069,9 @@ msgstr "Ogiltigt nyckelnamn: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Nyckelfilen innehÃ¥ller kodningen \"%s\" som inte stöds" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Nyckelfilen har inte gruppen \"%s\"" @@ -1081,19 +1081,19 @@ msgstr "Nyckelfilen har inte gruppen \"%s\"" msgid "Key file does not have key '%s'" msgstr "Nyckelfilen har inte nyckeln \"%s\"" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Nyckelfilen innehÃ¥ller nyckeln \"%s\" med värdet \"%s\" som inte är UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Nyckelfilen innehÃ¥ller nyckeln \"%s\" som har värde som inte kan tolkas." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1102,36 +1102,36 @@ msgstr "" "Nyckelfilen innehÃ¥ller nyckeln \"%s\" i gruppen \"%s\" som har värde som " "inte kan tolkas." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, 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:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Nyckelfilen innehÃ¥ller kontrolltecken i slutet pÃ¥ en rad" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Nyckelfilen innehÃ¥ller ogiltiga kontrollsekvensen \"%s\"" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Värdet \"%s\" kan inte tolkas som ett tal." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Heltalsvärdet \"%s\" är utanför intervallet" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, 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:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Värdet \"%s\" kan inte tolkas som ett booleskt värde." @@ -1148,7 +1148,7 @@ msgstr "För stort räknevärde skickat till %s" msgid "Stream is already closed" msgstr "Strömmen är redan stängd" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Åtgärden avbröts" @@ -1170,34 +1170,34 @@ msgstr "%s-typ" msgid "Unexpected early end-of-stream" msgstr "Oväntat tidig end-of-stream" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Namnlös" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Skrivbordsfilen angav inget Exec-fält" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Kunde inte hitta terminal som krävs för programmet" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan inte skapa skrivbordsfil för användare %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Anpassad definition för %s" @@ -1210,11 +1210,21 @@ msgstr "enheten har inte implementerat utmatning" msgid "drive doesn't implement polling for media" msgstr "enheten har inte implementerat pollning av media" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Åtgärden stöds inte" @@ -1226,12 +1236,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Infattande montering finns inte" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Kan inte kopiera över katalog" @@ -1239,7 +1249,7 @@ msgstr "Kan inte kopiera över katalog" msgid "Can't copy directory over directory" msgstr "Kan inte kopiera katalog över katalog" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "MÃ¥lfilen finns" @@ -1281,14 +1291,23 @@ msgstr "Filnumreraren har kvarstÃ¥ende Ã¥tgärd" msgid "File enumerator is already closed" msgstr "Filnumreraren är redan strängd" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "fil" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Filen innehÃ¥llandes ikonen" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1306,6 +1325,40 @@ msgstr "Kapning tillÃ¥ts inte pÃ¥ inmatningsströmmen" msgid "Truncate not supported on stream" msgstr "Kapning stöds inte pÃ¥ strömmen" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Inmatningsströmmen har inte implementerat läsning" @@ -1324,108 +1377,108 @@ msgstr "Strömmen har kvarstÃ¥ende Ã¥tgärd" msgid "Unable to find default local directory monitor type" msgstr "Kunde inte hitta standardtyp för lokal katalogövervakare" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Ogiltigt filnamn %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fel vid hämtning av filsystemsinformation: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Kan inte byta namn pÃ¥ rotkatalog" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Fel vid namnbyte av fil: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Kan inte byta namn pÃ¥ filen, filnamnet finns redan" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Ogiltigt filnamn" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Fel vid namnbyte av fil: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Fel vid öppnade av fil: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Kan inte öppna katalog" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Fel vid borttagning av fil: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Fel vid kastande av fil: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kunde inte skapa papperskorgskatalogen %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Kunde inte hitta toppnivÃ¥katalog för papperskorg" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Kunde inte hitta eller skapa papperskorgskatalog" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kunde inte skapa information om kastad fil: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Kunde inte kasta fil: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Fel vid skapande av katalog: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Fel vid skapande av symbolisk länk: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Fel vid flyttning av fil: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Kan inte flytta katalog över katalog" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Fel vid borttagning av mÃ¥lfil: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Flyttning mellan monteringar stöds inte" @@ -1455,61 +1508,61 @@ msgstr "Fel vid tillstÃ¥ndsläsning av filen \"%s\": %s" msgid " (invalid encoding)" msgstr " (ogiltig kodning)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fel vid tillstÃ¥ndsläsning av filhandtag: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Ogiltig attributtyp (uint32 förväntades)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Ogiltig attributtyp (uint64 förväntades)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Ogiltig attributtyp (bytesträng förväntades)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Fel vid inställning av rättigheter: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Fel vid inställning av ägare: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "symbolisk länk mÃ¥ste vara icke-NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Fel vid inställning av symbolisk länk: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 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:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux-kontext mÃ¥ste vara icke-NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Fel vid inställning av SELinux-kontext: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux är inte aktiverat pÃ¥ detta system" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Inställning av attributet %s stöds inte" @@ -1646,27 +1699,27 @@ msgstr "Utmatningsström har inte implementerat skrivning" msgid "Source stream is already closed" msgstr "Källströmmen är redan stängd" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "namn" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Namnet för ikonen" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "namn" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "En kedja innehÃ¥llandes ikonnamnen" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "använd standardvärden att falla tillbaka pÃ¥" -#: gio/gthemedicon.c:249 +#: 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." @@ -1675,6 +1728,11 @@ msgstr "" "att förkorta namnet vid \"-\"-tecken. Ignorerar namn efter den första om " "flera namn anges." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/ta.po b/po/ta.po index 8ba210b0..bc192376 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2007-08-13 09:47+0530\n" "Last-Translator: Dr.T.Vasudevan \n" "Language-Team: TAMIL \n" @@ -542,7 +542,7 @@ msgstr "பின்நோக்கி ஆராயும் எல்லை அ msgid "the pattern contains items not supported for partial matching" msgstr "தோரணி உள்ளடக்கங்கள் பகுதி பொருத்தத்துக்கு ஆதரவு தராத உருப்படிகளாக உள்ளன" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "உள்ளமை தவறு" @@ -1011,12 +1011,12 @@ msgstr "இரட்டை மதிப்பு '%s' %sக்கு வரை msgid "Error parsing option %s" msgstr "கூறிடும் போது பிழை: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr " %sக்கான விடுபட்ட மதிப்புரு" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "தெரியாத விருப்பம் %s" @@ -1059,9 +1059,9 @@ msgstr "செல்லுபடியாகாத விசை பெயர்: msgid "Key file contains unsupported encoding '%s'" msgstr "விசை கோப்பு துணையில்லாத குறிமுறையை கொண்டுள்ளது '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "விசை கோப்பு குழுவினை கொண்டிருக்கவில்லை '%s'" @@ -1071,17 +1071,17 @@ msgstr "விசை கோப்பு குழுவினை கொண்ட msgid "Key file does not have key '%s'" msgstr " '%s' விசையை விசை கோப்பு கொண்டிருக்கவில்லை" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr " '%s'மதிப்பினை உடைய '%s'விசை விசை கோப்பு கொண்டுள்ளது, இது UTF-8 அல்ல" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "%s'விசையை விசை கோப்பு கொண்டுள்ளது அது கொண்டுள்ள மதிப்பினை மாற்ற முடியாது." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1090,36 +1090,36 @@ msgstr "" "'%s'குழுவில் %s'விசையை விசை கோப்பு கொண்டுள்ளது அது கொண்டுள்ள மதிப்பினை மாற்ற " "முடியாது." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "'%s' குழுவில் '%s' விசையை விசை கோப்பு கொண்டிருக்கவில்லை" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "கடைசி வரியில் விசை கோப்பு விடுபடு எழுத்தினை கொண்டுள்ளது" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "விசை கோப்பு தவறான விடுபடு வரிசையை கொண்டுள்ளது '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "மதிப்பு '%s' ஒரு எண்ணாக செயல்பட முடியாது." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "இயல் எண் மதிப்பு '%s' வரையறையை தாண்டியுள்ளது" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "மதிப்பு '%s' தசம எண்ணாக செயல்பட முடியாது." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "மதிப்பு '%s' பூலியனாக செயல்பட முடியாது." @@ -1136,7 +1136,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1159,34 +1159,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1199,11 +1199,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது" @@ -1216,12 +1226,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1229,7 +1239,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1273,15 +1283,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "`%s' வலை முகவரியின் விருந்தோம்புப்-பெயர் செல்லுபடியாகாதது" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1299,6 +1318,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1317,109 +1370,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "செல்லுபடியாகாத விசை பெயர்: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "பிழையான விருந்தோம்புப்-பெயர்" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "'%s' அடைவு திறக்கும்போது பிழை: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "கூறிடும் போது பிழை: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1450,61 +1503,61 @@ msgstr "'%s' கோப்பு வாசிக்கும் போது ப msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "மாற்றும் போது பிழை: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "மாற்றும் போது பிழை: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d வரியில் பிழை: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "மாற்றும் போது பிழை: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது" @@ -1643,33 +1696,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "`%s' வலை முகவரியின் விருந்தோம்புப்-பெயர் செல்லுபடியாகாதது" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/te.po b/po/te.po index 114510ff..67d401a0 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-09-17 19:40+0530\n" "Last-Translator: Krishna Babu K \n" "Language-Team: Telugu \n" @@ -532,7 +532,7 @@ msgstr "బ్యాక్‌ట్రాకింగ్ పరిమితి msgid "the pattern contains items not supported for partial matching" msgstr "పాక్షిక సరిజోడికి మద్దతీయని అంశములను మాదిరి కలిగివుంది" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "అంతర్గత దోషము" @@ -993,12 +993,12 @@ msgstr "డబుల్ విలువ '%s' అనునది %sకొరక msgid "Error parsing option %s" msgstr "ఐచ్చికం పార్శింగ్‌లో దోషము %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s కొరకు తప్పిపోయిన ఆర్గుమెంట్" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "తెలియని ఇచ్ఛాపూర్వకము %s" @@ -1040,9 +1040,9 @@ msgstr "చెల్లని కీ నామము :%s" msgid "Key file contains unsupported encoding '%s'" msgstr " మీట దస్త్రం కలిగియున్న సంకేతరచన '%s' సహకరించదు " -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr " మీట దస్త్రం సముదాయం '%s' ను కలిగియుండలేదు " @@ -1052,17 +1052,17 @@ msgstr " మీట దస్త్రం సముదాయం '%s' ను క msgid "Key file does not have key '%s'" msgstr "మీట దస్త్రం '%s' తాళంను కలిగియుండలేదు. " -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "'%s' మీట దస్త్రం యొక్క మీటను కలిగియున్నది,దాని విలువ '%s' యుటిఫ్-8 " -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "'%s' మీట దస్త్రం యొక్క మీట ను కలిగియున్నది,దాని విలువను చదువుటకు సాధ్యపడదు." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1070,36 +1070,36 @@ msgid "" msgstr "" "'%s' మీట దస్త్రం యొక్క మీట ను గ్రూప్ '%s' లో కలిగియున్నది,దాని విలువను చదువుటకు సాధ్యపడదు." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "'%s' మీట దస్త్రం యొక్క మీట ను గ్రూప్ '%s' లో కలిగియుండలేదు " -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr " మీట దస్త్రం గీత చివర ఎస్పేప్ అక్షరము కలదు" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr " '%s' మీట దస్త్రం నిస్సారమైన ఎస్పేప్ వరుస కలదు " -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "'%s' విలువను సంఖ్య గా చదువుటకు సాధ్యపడదు." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "పూర్ణాంకం విలువ '%s' విస్రృతిలో లేదు" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "'%s' విలువను ఫ్లోట్ సంఖ్యగా చదువుటకు సాధ్యపడదు." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "%s' విలువను బులియన్ గా చదువుటకు సాధ్యపడదు." @@ -1116,7 +1116,7 @@ msgstr "చాలపెద్ద లెక్కింపు విలువ %s msgid "Stream is already closed" msgstr "స్ట్రీమ్ యిప్పటికే మూయబడింది" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "ఆపరేషన్ రద్దైనది" @@ -1138,34 +1138,34 @@ msgstr "%s రకము" msgid "Unexpected early end-of-stream" msgstr "స్ట్రీమ్ యొక్క అనుకోని త్వరిత ముగింపు" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "నామములేని" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "డెస్కుటాప్ దస్త్రము Exec క్షేత్రమును తెలుపలేదు" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "అనువర్తనంకు కావలిసిన ‍టెర్మినల్‌ను కనుగొనలేక పోయింది" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "వినియోగదారి అనువర్తన ఆకృతీకరణ సంచయం %sను సృష్టించలేకపోయింది: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "వినియోగదారి MIME ఆకృతీకరణ సంచయం %sను సృష్టించలేకపోయింది: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "వినియోగదారి డెస్కుటాప్ దస్త్రమును సృష్టించలేకపోయింది %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "%s కొరకు మలిచిన నిర్వచనము" @@ -1178,11 +1178,21 @@ msgstr "డ్రైవ్ బయటకుపంపుదానిని చే msgid "drive doesn't implement polling for media" msgstr "మాధ్యమం కొరకు ఎన్నికను డ్రైవ్ చేయలేదు" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "ఆపరేషన్ మద్దతీయబడలేదు" @@ -1194,12 +1204,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "వినియోగదారికి దృగ్గోచరమగు మౌంట్ లేదు" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "డైరెక్టరీనందు నకలు తీయలేదు" @@ -1207,7 +1217,7 @@ msgstr "డైరెక్టరీనందు నకలు తీయలేద msgid "Can't copy directory over directory" msgstr "డైరెక్టరీని డైరెక్టరీకి నకలు తీయలేము" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "లక్ష్యపు దస్త్రము వుంది" @@ -1249,14 +1259,23 @@ msgstr "దస్త్ర యెన్యూమరేటర్ యిప్ప msgid "File enumerator is already closed" msgstr "దస్త్ర యెన్యూమరేటర్ యిప్పటికే మూయబడివుంది" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "దస్త్రము" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "ప్రతిమను కలిగివున్న దస్త్రము" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1274,6 +1293,40 @@ msgstr "ట్రంకేట్ ఇన్‌పుట్ స్ట్రీమ msgid "Truncate not supported on stream" msgstr "స్ట్రీమ్‌పైన ట్రంకేట్ మద్దతీయుటలేదు" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "ఇన్‌పుట్ స్ట్రీమ్ చదువుటను అభివృద్ది చేయుటలేదు" @@ -1292,108 +1345,108 @@ msgstr "ఈ స్ట్రీమ్ యిప్పటికే వొక ఆ msgid "Unable to find default local directory monitor type" msgstr "అప్రమేయ స్థానిక మానిటర్ రకమును కనుగొనలేక పోయింది" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "చెల్లని దస్త్రనామము %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "దస్త్రవ్యవస్థ సమాచారంను కనుగొనుటలో దోషము : %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "రూట్ డైరెక్టరీని పునఃనామకరణ చేయలేము" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "దస్త్రమును పునఃనామకరణ చేయుటలో దోషము: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "దస్త్రమును పునఃనామకరణ చేయలేము, దస్త్రనామము యిప్పటికే వుంది" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "చెల్లని దస్త్రనామము" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "దస్త్రమును పునఃనామకరణ చేయుటలో దోషము: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "దస్త్రమును తెరుచుటలో దోషము : %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "డెరెక్టరీని తెరువలేము" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "దస్త్రమును తొలగించుటలో దోషము: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "దస్త్రమును ట్రాష్ చేయుటలో దోషము : %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ట్రాష్ డెరెక్టరీ(dir)ను సృష్టించలేక పోయింది %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "ట్రాష్ కొరకు పైస్థాయి డైరెక్టరీని కనుగొనలేక పోయింది" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "ట్రాష్ డైరెక్టీని కనుగోనలేక పోయింది లేదా సృష్టించలేక పోయింది" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ట్రాషింగ్ సమాచారపు దస్త్రమును సృష్టించలేక పోయింది: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "దస్త్రమును ట్రాష్ చేయలేక పోయింది: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "డెరెక్టరీని సృష్టించుటలో దోషము: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "చిహ్నరూప లింకును చేయుటలో దోషము: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "దస్త్రమును కదుపుటలో దోషము: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "డెరెక్టరీని డెరెక్టరీకి కదుపలేము" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "టార్గెట్ దస్త్రమును తొలగించుటలో దోషము: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "మౌంట్స్‍ మధ్య కదలిక మద్దతీయబడదు" @@ -1423,61 +1476,61 @@ msgstr "దస్త్రము '%s'ను ప్రారంభించుట msgid " (invalid encoding)" msgstr " (చెల్లని యెన్కోడింగ్)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "దస్త్రము వివరణిని ప్రతిపాదించుటలో దోషము: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "చెల్లని యాట్రిబ్యూట్ రకము (uint32 అనుకోబడినది)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "చెల్లని యాట్రిబ్యూట్ రకము (uint64 అనుకోబడినది)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "చెల్లని యాట్రిబ్యూట్ రకము (బైట్ స్ట్రింగ్ అనుకోబడినది)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "అనుమతులను అమర్చుటలో దోషము: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "యజమానిని అమర్చుటలో దోషము: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "సిమ్‌లింకు తప్పక NULL-కాకూడదు" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "సింమ్‌లింకు అమర్చుటలో దోషము: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "సింమ్‌లింకు అమర్చుటలో దోషము: దస్త్రము సిమ్‌లింకు కాదు" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux సందర్భం తప్పక NULL-కాకూడదు" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux సందర్భం అమర్చుటలో దోషము: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux ఈ సిస్టమ్‌పైన చేతనపరచ బడిలేదు" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "యాట్రిబ్యూట్ %sను అమర్చుట మద్దతీయుటలేదు" @@ -1614,27 +1667,27 @@ msgstr "అవుట్‌పుట్ స్ట్రీమ్ వ్రాయ msgid "Source stream is already closed" msgstr "మూల స్ట్రీమ్ యిప్పటికే మూయబడివుంది" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "నామము" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "ప్రతిమయొక్క నామము" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "నామములు" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "ప్రతిమ నామములను కలిగివున్న ఎరే" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "అప్రమేయ ఫాల్‌బ్యాక్‌లను వుపయోగించుము" -#: gio/gthemedicon.c:249 +#: 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." @@ -1642,6 +1695,11 @@ msgstr "" "'-' అక్షరముల వద్ద నామము తరిగింపు ద్వారా కనుగొనబడిన అప్రమేయ ఫాల్‌బ్యాక్‌లను వుపయోగించాలా. ఒకటికన్నా " "యెక్కువ నామములు యిస్తే మొదటిదాని తర్వాతివాటిని పట్టించుకోదు." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/th.po b/po/th.po index 3b44440a..1ed66739 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-23 17:58+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -520,7 +520,7 @@ msgstr "เกินขอบเขตการถอยคืน" msgid "the pattern contains items not supported for partial matching" msgstr "แพตเทิร์นมีรายการที่ไม่รองรับในการจับคู่ทีละส่วน" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "ข้อผิดพลาดภายใน" @@ -981,12 +981,12 @@ msgstr "ค่า double '%s' สำหรับ %s ออกนอกช่ว msgid "Error parsing option %s" msgstr "เกิดข้อผิดพลาดขณะแจงตัวเลือก: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "ขาดอาร์กิวเมนต์สำหรับ %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "ไม่รู้จักตัวเลือก %s" @@ -1028,9 +1028,9 @@ msgstr "ชื่อคีย์ผิดรูปแบบ: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "แฟ้มคีย์มีเนื้อหาเป็นรหัสอักขระ '%s' ซึ่งไม่รองรับ" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "แฟ้มคีย์ไม่มีกลุ่ม '%s'" @@ -1040,53 +1040,53 @@ msgstr "แฟ้มคีย์ไม่มีกลุ่ม '%s'" msgid "Key file does not have key '%s'" msgstr "แฟ้มคีย์ไม่มีคีย์ '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "แฟ้มคีย์มีคีย์ '%s' ซึ่งมีค่า '%s' ซึ่งไม่ใช่รูปแบบ UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "แฟ้มคีย์มีคีย์ '%s' ซึ่งมีค่าที่ไม่สามารถตีความได้" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "แฟ้มคีย์มีคีย์ '%s' ในกลุ่ม '%s' ซึ่งมีค่าที่ไม่สามารถตีความได้" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "แฟ้มคีย์ไม่มีคีย์ '%s' ในกลุ่ม '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "แฟ้มคีย์มีอักขระหลีกที่ท้ายบรรทัด" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "แฟ้มคีย์มีลำดับหลีก '%s' ที่ไม่ถูกต้อง" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "ค่า '%s' ไม่สามารถตีความเป็นตัวเลขได้" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "ค่าจำนวนเต็ม '%s' ออกนอกช่วง" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "ค่า '%s' ไม่สามารถตีความเป็นตัวเลข float ได้" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ค่า '%s' ไม่สามารถตีความเป็นบูลีนได้" @@ -1103,7 +1103,7 @@ msgstr "มีการส่งค่า count ที่สูงเกิน msgid "Stream is already closed" msgstr "สตรีมถูกปิดไปแล้ว" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "การกระทำถูกยกเลิก" @@ -1125,34 +1125,34 @@ msgstr "ชนิด %s" msgid "Unexpected early end-of-stream" msgstr "พบจุดจบสตรีมก่อนกำหนด" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "ไม่มีชื่อ" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "แฟ้มเดสก์ท็อปไม่ได้ระบุเขตข้อมูล Exec" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "หาเทอร์มินัลซึ่งต้องใช้ในการเปิดโปรแกรมไม่พบ" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ไม่สามารถสร้างโฟลเดอร์ %s สำหรับเก็บค่าตั้งโปรแกรมของผู้ใช้: %s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ไม่สามารถสร้างโฟลเดอร์ %s สำหรับเก็บค่าตั้ง MIME ของผู้ใช้: %s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "ไม่สามารถสร้างแฟ้มเดสก์ท็อป %s สำหรับผู้ใช้" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "ข้อกำหนดกำหนดเองสำหรับ %s" @@ -1165,11 +1165,21 @@ msgstr "ไดรว์ไม่สามารถใช้คำสั่งด msgid "drive doesn't implement polling for media" msgstr "ไดรว์ไม่สามารถใช้คำสั่งตรวจสอบสื่อได้" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "ไม่รองรับการกระทำนี้" @@ -1181,12 +1191,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "ไม่มีจุดเมานท์ที่บรรจุแฟ้มอยู่" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "ไม่สามารถคัดลอกทับไดเรกทอรี" @@ -1194,7 +1204,7 @@ msgstr "ไม่สามารถคัดลอกทับไดเรกท msgid "Can't copy directory over directory" msgstr "ไม่สามารถคัดลอกไดเรกทอรีทับไดเรกทอรี" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "มีแฟ้มปลายทางอยู่ก่อนแล้ว" @@ -1236,14 +1246,23 @@ msgstr "ตัวแจงนับแฟ้มมีการกระทำค msgid "File enumerator is already closed" msgstr "ตัวแจงนับแฟ้มถูกปิดไปแล้ว" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "แฟ้ม" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "แฟ้มที่เก็บไอคอน" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1261,6 +1280,40 @@ msgstr "สตรีมข้อมูลเข้าไม่สามารถ msgid "Truncate not supported on stream" msgstr "สตรีมไม่รองรับการตัดท้ายทิ้ง" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "สตรีมข้อมูลเข้ายังไม่รองรับการอ่าน" @@ -1279,108 +1332,108 @@ msgstr "สตรีมมีการกระทำค้างอยู่" msgid "Unable to find default local directory monitor type" msgstr "ไม่สามารถหาชนิดปริยายของการเฝ้ามองไดเรกทอรีในเครื่อง" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "ชื่อแฟ้ม %s ผิดรูปแบบ" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "เกิดข้อผิดพลาดขณะอ่านข้อมูลของระบบแฟ้ม: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "ไม่สามารถเปลี่ยนชื่อไดเรกทอรีราก" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "เกิดข้อผิดพลาดขณะเปลี่ยนชื่อแฟ้ม: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "ไม่สามารถเปลี่ยนชื่อแฟ้ม เนื่องจากมีแฟ้มชื่อเดียวกันอยู่ก่อนแล้ว" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "ชื่อแฟ้มผิดรูปแบบ" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "เกิดข้อผิดพลาดขณะเปลี่ยนชื่อแฟ้ม: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "เกิดข้อผิดพลาดขณะเปิดแฟ้ม: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "ไม่สามารถเปิดไดเรกทอรี" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "เกิดข้อผิดพลาดขณะลบแฟ้ม: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "เกิดข้อผิดพลาดขณะทิ้งแฟ้มลงถังขยะ: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "สร้างไดเรกทอรีถังขยะ '%s' ไม่สำเร็จ: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "หาไดเรกทอรีระดับบนสุดสำหรับถังขยะไม่สำเร็จ" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "หาหรือสร้างไดเรกทอรีถังขยะไม่สำเร็จ" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "สร้างแฟ้มข้อมูลการทิ้งขยะไม่สำเร็จ: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "ทิ้งแฟ้มลงถังขยะไม่สำเร็จ: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "เกิดข้อผิดพลาดขณะสร้างไดเรกทอรี: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "เกิดข้อผิดพลาดขณะสร้าง symbolic link: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "เกิดข้อผิดพลาดขณะย้ายแฟ้ม: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "ไม่สามารถย้ายไดเรกทอรีทับไดเรกทอรี" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "เกิดข้อผิดพลาดขณะลบแฟ้มปลายทาง: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "ไม่รองรับการย้ายแฟ้มข้ามอุปกรณ์" @@ -1410,61 +1463,61 @@ msgstr "เกิดข้อผิดพลาดขณะ stat แฟ้ม '% msgid " (invalid encoding)" msgstr " (รหัสอักขระไม่ถูกต้อง)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "เกิดข้อผิดพลาดขณะ stat file descriptor: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการ uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการ uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการสตริงของไบต์)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนดสิทธิ์: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนดเจ้าของ: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "symlink ต้องไม่ใช่ตัวชี้ศูนย์" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนด symlink: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "เกิดข้อผิดพลาดขณะกำหนด symlink: แฟ้มไม่ใช่ symlink" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux context ต้องไม่ใช่ตัวชี้ศูนย์" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนด SELinux context: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "ไม่ได้เปิดใช้งาน SELinux ในระบบนี้" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "ไม่รองรับการกำหนดแอตทริบิวต์ %s" @@ -1601,27 +1654,27 @@ msgstr "สตรีมข้อมูลออกยังไม่รองร msgid "Source stream is already closed" msgstr "สตรีมต้นทางถูกปิดไปแล้ว" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "ชื่อ" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "ชื่อของไอคอน" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "รายชื่อ" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "แอร์เรย์เก็บรายชื่อของไอคอน" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "ใช้ fallback ปริยาย" -#: gio/gthemedicon.c:249 +#: 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." @@ -1629,6 +1682,11 @@ msgstr "" "กำหนดว่าจะใช้ fallback ปริยายซึ่งหาได้โดยตัดท้ายชื่อที่อักขระ '-' หรือไม่ ถ้ามีหลายชื่อ " "จะใช้เพียงชื่อแรกเท่านั้น" +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/tl.po b/po/tl.po index 94c0b1dc..9c0c526e 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2005-12-01 17:31+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -569,7 +569,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1043,12 +1043,12 @@ msgstr "Halagang integer '%s' para sa %s ay wala sa sakop" msgid "Error parsing option %s" msgstr "Error habang nagco-convert: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Kulang na argumento para sa %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Hindi kilalang option %s" @@ -1093,9 +1093,9 @@ msgstr "Imbalidong pangalan ng programa: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Ang talaksang susi ay naglalaman ng hindi suportadong encoding '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Ang talaksang susi ay walang grupong '%s'" @@ -1105,20 +1105,20 @@ msgstr "Ang talaksang susi ay walang grupong '%s'" msgid "Key file does not have key '%s'" msgstr "Ang talaksang susi ay walang susing '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Ang talaksang susi ay naglalaman ng susing '%s' na may halagang '%s' na " "hindi UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Ang talaksang susi ay naglalaman ng susing '%s' na may halagang hindi mabasa." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1127,36 +1127,36 @@ msgstr "" "Ang talaksang susi ay naglalaman ng susing '%s' sa grupong '%s' na may " "halaga na hindi mabasa." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Ang talaksang susi ay walang susing '%s' sa grupong '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Ang talaksang susi ay may escape karakter sa dulo ng linya" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Ang talaksang susi ay may hindi tanggap na escape sequence '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Ang halagang '%s' ay hindi mabasa bilang numero." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Halagang integer '%s' ay wala sa sakop" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Ang halagang '%s' ay hindi mabasa bilang numero." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ang halagang '%s' ay hindi mabasa bilang boolean." @@ -1173,7 +1173,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1196,34 +1196,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1236,11 +1236,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Hindi suportado ang mga symbolic link" @@ -1253,12 +1263,12 @@ msgstr "Hindi suportado ang mga symbolic link" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1266,7 +1276,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1309,15 +1319,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Ang hostname ng URI '%s' ay hindi tanggap" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1335,6 +1354,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1353,109 +1406,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Imbalidong pangalan ng programa: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Error sa pagbasa ng talaksang '%s': %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Hindi tanggap na hostname" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Error sa pagbasa ng talaksang '%s': %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Sawi ang paglikha ng talaksang '%s': %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Sawi ang paglikha ng talaksang '%s': %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Sawi ang paglikha ng talaksang '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Error sa pagbukas ng directory '%s': %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1487,61 +1540,61 @@ msgstr "Error sa pagbasa ng talaksang '%s': %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Error sa linya %d: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Hindi suportado ang mga symbolic link" @@ -1680,33 +1733,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Ang hostname ng URI '%s' ay hindi tanggap" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/tr.po b/po/tr.po index 645c1b56..7215b7df 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-09-13 05:34+0300\n" "Last-Translator: Baris Cicek \n" "Language-Team: Turkish \n" @@ -549,7 +549,7 @@ msgstr "geri takip sınırına ulaşıldı" msgid "the pattern contains items not supported for partial matching" msgstr "doku (pattern), kısmi eşleme için desteklenmeyen öğeler içeriyor" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "dahili hata" @@ -1016,12 +1016,12 @@ msgstr "%2$s için double değeri '%1$s' aralık dışında" msgid "Error parsing option %s" msgstr "%s seçeneği işlenirken hata" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s için parametre eksik" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Bilinmeyen seçenek %s" @@ -1065,9 +1065,9 @@ msgstr "Geçersiz anahtar adı: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Anahtar dosya geçersiz kodlama '%s' içeriyor" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Anahtar dosyasında '%s' grubu yok" @@ -1077,17 +1077,17 @@ msgstr "Anahtar dosyasında '%s' grubu yok" msgid "Key file does not have key '%s'" msgstr "Anahtar dosyasında '%s' anahtarı yok" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Anahtar dosyası UTF-8 olmayan '%s' anahtarını '%s' değeriyle içeriyor" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Anahtar dosyası değeri yorumlanamayan '%s' değerini içeriyor." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1095,36 +1095,36 @@ msgid "" msgstr "" "Anahtar dosyası, yorumlanamayan '%2$s' grubundaki '%1$s' anahtarını içeriyor." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Anahtar dosyası '%2$s' grubunda '%1$s' anahtarı içermiyor" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Anahtar dosyası satır sonunda çıkış karakteri içeriyor" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' geçersiz çıkış dizisi içeriyor" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "'%s' değeri bir sayı olarak yorumlanamıyor." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Tamsayı değeri '%s' aralık dışında" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "'%s' değeri bir gerçel sayı olarak yorumlanamıyor." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' değeri mantıksal değer olarak yorumlanamıyor." @@ -1141,7 +1141,7 @@ msgstr "%s için çok büyük sayaç değeri geçildi" msgid "Stream is already closed" msgstr "Akış zaten kapalı" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "İşlem iptal edildi" @@ -1163,34 +1163,34 @@ msgstr "%s türü" msgid "Unexpected early end-of-stream" msgstr "Beklenmeyen erken akış-sonu" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "İsimlendirilmemiş" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "Desktop dosyası Exec alanı belirtmemiş" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Uygulama için gerekli uçbirim bulunamadı" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Kullanıcı masaüstü dosyası %s oluşturulamıyor" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "%s için özel tanım" @@ -1203,11 +1203,21 @@ msgstr "sürücü çıkartmayı uygulamıyor" msgid "drive doesn't implement polling for media" msgstr "sürücü ortam için yoklamayı uygulamıyor" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "İşlem desteklenmiyor" @@ -1219,12 +1229,12 @@ msgstr "İşlem desteklenmiyor" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Bağlama mevcut değil içeriyor" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Dizin üzerine kopyalanamıyor" @@ -1232,7 +1242,7 @@ msgstr "Dizin üzerine kopyalanamıyor" msgid "Can't copy directory over directory" msgstr "Dizin dizin üzerine kopyalanamıyor" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Hedef dosya mevcut" @@ -1274,14 +1284,23 @@ msgstr "Dosya numaralandırıcı sıradışı işleme sahip" msgid "File enumerator is already closed" msgstr "Dosya numaralandırıcı zaten kapalı" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "dosya" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Simgeyi içeren dosya" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1299,6 +1318,40 @@ msgstr "Sonunu kesmeye giriş akışında izin verilmiyor" msgid "Truncate not supported on stream" msgstr "Akış üzerinde sonunun kesilmesi desteklenmiyor" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Giriş akımı okumayı uygulamıyor" @@ -1317,108 +1370,108 @@ msgstr "Akışın sıradışı işlemi var" msgid "Unable to find default local directory monitor type" msgstr "Öntanımlı yerel dizin izleme tipi bulunamadı" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Geçersiz dosya adı %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Dosya sistemi bilgisi alınırken hata: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Kök dizini yeniden adlandırılamıyor" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Dosya yeniden adlandırılırken hata: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Dosya yeniden adlandırılamıyor, dosya ismi zaten mevcut" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Geçersiz dosya adı" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Dosya yeniden adlandırılırken hata: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Dosya açılırken hata: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Dizin açılamıyor" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Dosya silinirken hata: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Dosya çöpe atılırken hata: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Çöp dizini %s oluşturulamıyor: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Çöp için en üst seviye dizin bulunamıyor" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Çöp dizini bulunamıyor ya da oluşturulamıyor" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Çöp bilgi dosyası oluşturulamıyor: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Dosya çöpe atılamıyor: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Dizin oluşturulurken hata: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Sembolik bağ yaparken hata: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Dosya taşınırken hata: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Dizin dizin üzerine taşınamıyor" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Yedek dosyası oluşturma başarısız oldu" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Hedef dosya silerken hata: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Bağlı sistemler arasında taşıma desteklenmiyor" @@ -1448,61 +1501,61 @@ msgstr "'%s' dosyası durumlandırılırken hata: %s" msgid " (invalid encoding)" msgstr " (geçersiz kodlama)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Dosya tanımlayıcı durumlandırılırken hata: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Geçersiz öznitelik türü (uint32 beklendi)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Geçersiz öznitelik türü (uint64 beklendi)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Geçersiz öznitelik türü (byte dizisi beklendi)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "İzinler atanırken hata: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Sahip atanırken hata: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "sembolik bağ NULL olmamalı" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Sembolik bağ atanırken hata: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "Sembolik bağ atanırken hata: dosya bir sembolik bağ değil" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux bağlamı NULL olmamalı" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux bağlamı atanırken hata: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux bu sistede etkin değil" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Öznitelik %s ataması desteklenmiyor" @@ -1639,27 +1692,27 @@ msgstr "Çıktı akışı write uygulamıyor" msgid "Source stream is already closed" msgstr "Kaynak akışı zaten kapalı" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "isim" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Simgenin ismi" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "isimler" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Simgenin isimlerini içeren dizi" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "ötanımlı son çözümleri kullan" -#: gio/gthemedicon.c:249 +#: 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." @@ -1668,6 +1721,11 @@ msgstr "" "Eğer birden daha fazla isim verilmişse birincisinden sonraki isimleri yok " "sayar." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/tt.po b/po/tt.po index 6d812d9b..c8a8f160 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2005-11-09 13:19+0300\n" "Last-Translator: Albert Fazlí \n" "Language-Team: Tatarish \n" @@ -505,7 +505,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -965,12 +965,12 @@ msgstr "%2$s öçen '%1$s' digän tulısan bäyäse çiktän uzdı" msgid "Error parsing option %s" msgstr "Äyländergändä xata çıqtı: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "%s öçen köylämä birelmäde" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Bilgesez %s atlı köylämä" @@ -1012,9 +1012,9 @@ msgstr "Yazılım adı yaraqsız: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Açqıç biremendä '%s' digän totılmağan bilgelämä" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Açqıç biremendä '%s' törkeme yuq" @@ -1024,53 +1024,53 @@ msgstr "Açqıç biremendä '%s' törkeme yuq" msgid "Key file does not have key '%s'" msgstr "Açqıç biremendä '%s' açqıçı yuq" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Açqıç biremendäge '%2$s' törkemendä '%1$s' açqıçı yuq" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "'%s' digän bäyäsen san itep tanıp bulmí." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "'%s' digän tulısan bäyäse çiktän çıqtı" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "'%s' digän bäyäsen san itep tanıp bulmí." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' digän bäyäsen yuqbar itep tanıp bulmí." @@ -1087,7 +1087,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1110,34 +1110,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1150,11 +1150,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "" @@ -1166,12 +1176,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1179,7 +1189,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1221,15 +1231,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "'%s' digän URI'nıñ host adı yaraqsız" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1247,6 +1266,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1265,109 +1318,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Yazılım adı yaraqsız: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "'%s' biremen uqığanda xata: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Host adı yaraqsız" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "'%s' biremen uqığanda xata: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' biremen yasap bulmadı: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' biremen yasap bulmadı: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' biremen yasap bulmadı: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "'%s' törgägen açıp bulmadı: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1397,61 +1450,61 @@ msgstr "'%s' biremen uqığanda xata: %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d. yulda xata: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1590,33 +1643,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "'%s' digän URI'nıñ host adı yaraqsız" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/uk.po b/po/uk.po index bdfaee50..3d696440 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: 2008-11-13 10:56+0000\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-11-13 11:56+0300\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -17,302 +17,301 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\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 "Файл закладок для 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 "Не визначено тип MIME у закладці для 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 "Не вказано приватну ознаку у закладці для 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 "Помилка розкривання рядка виконання \"%s\" для URI %s" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1231 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231 #, 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:1403 -#: ../glib/giochannel.c:1445 ../glib/giochannel.c:2289 ../glib/gutf8.c:955 -#: ../glib/gutf8.c:1404 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403 +#: glib/giochannel.c:1445 glib/giochannel.c:2289 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:1410 -#: ../glib/giochannel.c:2301 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410 +#: glib/giochannel.c:2301 #, 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\"" -#: ../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:557 ../glib/gfileutils.c:645 +#: glib/gfileutils.c:557 glib/gfileutils.c:645 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Не вдається виділити %lu байтів для зчитування файла \"%s\"" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Помилка зчитування файлу \"%s\": %s" -#: ../glib/gfileutils.c:586 +#: glib/gfileutils.c:586 #, c-format msgid "File \"%s\" is too large" msgstr "Файл \"%s\" занадто великий" -#: ../glib/gfileutils.c:669 +#: glib/gfileutils.c:669 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Помилка зчитування з файлу \"%s\": %s" -#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807 +#: glib/gfileutils.c:720 glib/gfileutils.c:807 #, c-format msgid "Failed to open file '%s': %s" msgstr "Помилка відкривання файлу \"%s\": %s" -#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:737 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Помилка отримання атрибутів файлу \"%s\": помилка fstat(): %s" -#: ../glib/gfileutils.c:771 +#: glib/gfileutils.c:771 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Помилка відкривання файлу \"%s\": помилка fdopen(): %s" -#: ../glib/gfileutils.c:905 +#: glib/gfileutils.c:905 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Помилка перейменування файлу \"%s\" на \"%s\": помилка g_rename(): %s" -#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405 +#: glib/gfileutils.c:947 glib/gfileutils.c:1405 #, c-format msgid "Failed to create file '%s': %s" msgstr "Помилка створення файлу \"%s\": %s" -#: ../glib/gfileutils.c:961 +#: glib/gfileutils.c:961 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Помилка відкривання файлу \"%s\" для запису: помилка fdopen(): %s" -#: ../glib/gfileutils.c:986 +#: glib/gfileutils.c:986 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Помилка запису у файл \"%s\": помилка fwrite(): %s" -#: ../glib/gfileutils.c:1005 +#: glib/gfileutils.c:1005 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Помилка закривання файлу \"%s\": помилка fclose(): %s" -#: ../glib/gfileutils.c:1123 +#: glib/gfileutils.c:1123 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Не вдається видалити існуючий файл \"%s\": помилка g_unlink(): %s" -#: ../glib/gfileutils.c:1367 +#: glib/gfileutils.c:1367 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Шаблон \"%s\" неправильний, бо не може містити \"%s\"" -#: ../glib/gfileutils.c:1380 +#: glib/gfileutils.c:1380 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Шаблон \"%s\" не містить XXXXXX" -#: ../glib/gfileutils.c:1852 +#: glib/gfileutils.c:1852 #, c-format msgid "%.1f KB" msgstr "%.1f кбайт" -#: ../glib/gfileutils.c:1857 +#: glib/gfileutils.c:1857 #, c-format msgid "%.1f MB" msgstr "%.1f Мбайт" -#: ../glib/gfileutils.c:1862 +#: glib/gfileutils.c:1862 #, c-format msgid "%.1f GB" msgstr "%.1f Гбайт" -#: ../glib/gfileutils.c:1905 +#: glib/gfileutils.c:1905 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Помилка читання символічного посилання \"%s\": %s" -#: ../glib/gfileutils.c:1926 +#: glib/gfileutils.c:1926 msgid "Symbolic links not supported" msgstr "Символічні посилання не підтримуються" -#: ../glib/giochannel.c:1235 +#: glib/giochannel.c:1235 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Не вдається відкрити модуль перетворення з \"%s\" у \"%s\": %s" -#: ../glib/giochannel.c:1580 +#: glib/giochannel.c:1580 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Не вдається виконати безпосереднє зчитування у функції " "g_io_channel_read_line_string" -#: ../glib/giochannel.c:1627 ../glib/giochannel.c:1885 -#: ../glib/giochannel.c:1972 +#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972 msgid "Leftover unconverted data in read buffer" msgstr "В буфері зчитування лишились не перетворені дані" -#: ../glib/giochannel.c:1708 ../glib/giochannel.c:1785 +#: glib/giochannel.c:1708 glib/giochannel.c:1785 msgid "Channel terminates in a partial character" msgstr "Канал завершується на неповному символі" -#: ../glib/giochannel.c:1771 +#: glib/giochannel.c:1771 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 " @@ -323,17 +322,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 &" @@ -341,7 +340,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 " @@ -350,16 +349,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 " @@ -368,37 +367,37 @@ 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 " @@ -407,7 +406,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 '%" @@ -416,7 +415,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'" @@ -424,7 +423,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 " @@ -435,7 +434,7 @@ msgstr "" "початкового тегу елементу \"%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 " @@ -444,7 +443,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 " @@ -490,7 +489,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 " @@ -499,19 +498,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" @@ -519,400 +518,398 @@ 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:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 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 "escape-символи (\\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 "Неправильна escape-послідовність у класі символів" -#: ../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 має не фіксовану довжину" -#: ../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 неприпустимий у твердженні lookbehind" -#: ../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 "неузгоджені параметри 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 не завершується скріпленою назвою чи необов'язковим скріпленим не-" "нульове число" -#: ../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:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, 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:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "очікується шістнадцяткова цифра або символ '}'" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "очікується шістнадцяткова цифра" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "у символьному рядку відсутня '<'" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "незакінчене символьне посилання" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "символьне посилання нульової довжини" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "очікується цифра" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "некоректне символьне посилання" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "відкидати кінцеві '\\'" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "невідома escape-послідовність" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, 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:1467 +#: glib/gspawn-win32.c:298 glib/gspawn.c:1467 #, 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:1131 +#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Помилка зчитування з дочірнього каналу (%s)" -#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336 +#: glib/gspawn-win32.c:367 glib/gspawn.c:1336 #, 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,138 +917,138 @@ 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 "" "Неочікувана помилка під час очікування на зміну стану файлового дескриптора " "дочірнього процесу (%s)" -#: ../glib/gspawn.c:408 +#: glib/gspawn.c:408 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Неочікувана помилка у waitpid() (%s)" -#: ../glib/gspawn.c:1196 +#: glib/gspawn.c:1196 #, c-format msgid "Failed to fork (%s)" msgstr "Помилка створення процесу (%s)" -#: ../glib/gspawn.c:1346 +#: glib/gspawn.c:1346 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Помилка виконання дочірнього процесу \"%s\" (%s)" -#: ../glib/gspawn.c:1356 +#: glib/gspawn.c:1356 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Помилка перенаправлення виводу чи вводу дочірнього процесу (%s)" -#: ../glib/gspawn.c:1365 +#: glib/gspawn.c:1365 #, c-format msgid "Failed to fork child process (%s)" msgstr "Помилка запуску дочірнього процесу (%s)" -#: ../glib/gspawn.c:1373 +#: glib/gspawn.c:1373 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Невідома помилка виконання дочірнього процесу \"%s\"" -#: ../glib/gspawn.c:1395 +#: glib/gspawn.c:1395 #, 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:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Не вдається розібрати числове ціле значення '%s' для %s" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Числове ціле значення '%s' для %s поза межами діапазону" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Не вдається розібрати числове значення подвійної точності '%s' для %s" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Числове значення подвійної точності '%s' для %s поза межами діапазону" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "Помилка розбору параметра %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Відсутній аргумент %s" -#: ../glib/goption.c:1766 +#: glib/goption.c:1769 #, 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" @@ -1059,50 +1056,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:1272 ../glib/gkeyfile.c:2490 -#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828 -#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Ключовий файл не містить групи '%s'" -#: ../glib/gkeyfile.c:1284 +#: glib/gkeyfile.c:1284 #, c-format msgid "Key file does not have key '%s'" msgstr "Ключовий файл не містить ключ '%s'" -#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Ключовий файл містить ключ '%s' зі значенням '%s', кодування якого не UTF-8" -#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Ключовий файл містить ключ '%s', що має значення, яке не вдається розібрати." -#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1111,132 +1108,129 @@ msgstr "" "Ключовий файл містить '%s' у групі '%s', що має значення, яке неможливо " "розібрати." -#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Ключовий файл не містить ключ '%s' у групі '%s'" -#: ../glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Ключовий файл містить escape-символ наприкінці рядка" -#: ../glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Ключовий файл містить неправильну escape-послідовність '%s'" -#: ../glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Не вдається розібрати значення '%s' як число." -#: ../glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Числове ціле значення '%s' поза межами діапазону" -#: ../glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Значення '%s' не вдається перетворити у число з рухомою комою." -#: ../glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, 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: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 #, 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:872 gio/ginputstream.c:901 +#: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "Потік вже закрито" -#: ../gio/gcancellable.c:366 ../gio/glocalfile.c:1974 -#: ../gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 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:310 msgid "Unexpected early end-of-stream" msgstr "Неочікуваний передчасний кінець потоку" -#: ../gio/gdesktopappinfo.c:436 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Без назви" -#: ../gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "У Desktop-файлі не визначено поле Exec" -#: ../gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "Неможливо знайти термінал, що потрібен програмі" -#: ../gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Не вдається створити теку параметрів програми %s: %s" -#: ../gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не вдається створити теку параметрів MIME %s: %s" -#: ../gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Не вдається створити для користувача desktop-файл %s" -#: ../gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, 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:326 +#: gio/gemblem.c:326 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "Версія %d кодування GEmblem не підтримується" -#: ../gio/gemblem.c:336 +#: gio/gemblem.c:336 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "Неправильна кількість лексем (%d) у кодуванні 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:2693 ../gio/gfile.c:2747 -#: ../gio/gfile.c:2878 ../gio/gfile.c:2918 ../gio/gfile.c:3245 -#: ../gio/gfile.c:3647 ../gio/gfile.c:3731 ../gio/gfile.c:3814 -#: ../gio/gfile.c:3894 ../gio/gfile.c:4224 ../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:2693 +#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 +#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Операція не підтримується" @@ -1248,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:1064 ../gio/glocalfile.c:1075 -#: ../gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Вкладена точка монтування не існує" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 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:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Цільовий файл існує" -#: ../gio/gfile.c:2049 +#: gio/gfile.c:2049 msgid "Can't recursively copy directory" msgstr "Не вдається рекурсивно скопіювати каталог" -#: ../gio/gfile.c:2868 +#: gio/gfile.c:2868 msgid "Invalid symlink value given" msgstr "Неправильне значення символьного посилання" -#: ../gio/gfile.c:2961 +#: gio/gfile.c:2961 msgid "Trash not supported" msgstr "Смітник не підтримується" -#: ../gio/gfile.c:3010 +#: gio/gfile.c:3010 #, c-format msgid "File names cannot contain '%c'" msgstr "назви файлів не можуть містити символ '%c'" -#: ../gio/gfile.c:4992 ../gio/gvolume.c:370 +#: gio/gfile.c:4992 gio/gvolume.c:370 msgid "volume doesn't implement mount" msgstr "том не підтримує операцію монтування" -#: ../gio/gfile.c:5100 +#: gio/gfile.c:5100 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 "Потік не підтримує 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 "Операція урізання не підтримується для вхідного потоку" -#: ../gio/gfileoutputstream.c:460 +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Операція урізання не підтримується для потоку" -#: ../gio/gicon.c:322 +#: gio/gicon.c:322 #, c-format msgid "Wrong number of tokens (%d)" msgstr "Неправильна кількість лексем (%d)" -#: ../gio/gicon.c:342 +#: gio/gicon.c:342 #, c-format msgid "No type for class name %s" msgstr "Відсутній тип назви класу %s" -#: ../gio/gicon.c:352 +#: gio/gicon.c:352 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "Для типу %s не реалізовано інтерфейс GIcon" -#: ../gio/gicon.c:363 +#: gio/gicon.c:363 #, c-format msgid "Type %s is not classed" msgstr "Тип %s не класифікований" -#: ../gio/gicon.c:377 +#: gio/gicon.c:377 #, c-format msgid "Malformed version number: %s" msgstr "Неправильний номер версії: %s" -#: ../gio/gicon.c:391 +#: gio/gicon.c:391 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "Для типу %s не реалізовано from_tokens() у інтерфейсі GIcon" -#: ../gio/gicon.c:467 +#: gio/gicon.c:467 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 "Вхідний потік не підтримує операцію читання" @@ -1381,320 +1375,320 @@ 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:603 ../gio/win32/gwinhttpfile.c:411 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Неправильна назва файлу %s" -#: ../gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Помилка при отриманні інформації з файлової системи: %s" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Не можна перейменовувати кореневий каталог" -#: ../gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Помилка при перейменуванні файлу: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Не вдається перейменувати файлу, файл з такою назвою вже існує" -#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032 -#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:505 -#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 +#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Неправильна назва файлу" -#: ../gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Помилка при перейменуванні файлу: %s" - -#: ../gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Помилка при відкриванні файлу: %s" -#: ../gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Не вдається відкрити каталог" -#: ../gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Помилка при видаленні файлу: %s" -#: ../gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Помилка при переміщенні файлу до смітника: %s" -#: ../gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Помилка при створенні каталогу смітника %s: %s" -#: ../gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Не вдається знайти каталог верхнього рівня для смітника" -#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "не вдається знайти чи створити каталог смітника" -#: ../gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Помилка створення файл у смітнику: %s" -#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Не вдається перемістити файл до смітника: %s" -#: ../gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Помилка при створенні каталогу: %s" -#: ../gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Помилка при створенні символьного посилання: %s" -#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Помилка при переміщенні файлу: %s" -#: ../gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Не вдається перемістити каталог у каталог" -#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:819 -#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848 -#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Помилка при зчитуванні цільового файлу: %s" -#: ../gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "Переміщення між різними точками монтування не підтримується" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 msgid "Attribute value must be non-NULL" msgstr "Значення атрибуту не можу бути NULL" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 msgid "Invalid attribute type (string expected)" msgstr "неправильний тип атрибуту (очікувався рядок)" -#: ../gio/glocalfileinfo.c:730 +#: gio/glocalfileinfo.c:730 msgid "Invalid extended attribute name" msgstr "Неправильна назва розширеного атрибуту" -#: ../gio/glocalfileinfo.c:770 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Помилка при встановленні розширеного атрибуту \"%s\": %s" -#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "Помилка отримання інформації про файл \"%s\": %s" -#: ../gio/glocalfileinfo.c:1526 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (неправильне кодування)" -#: ../gio/glocalfileinfo.c:1694 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "Помилка отримання інформації для дескриптору файлу: %s" -#: ../gio/glocalfileinfo.c:1739 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Неправильний тип атрибута (очікувався uint32)" -#: ../gio/glocalfileinfo.c:1757 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Неправильний тип атрибуту (очікувався uint64)" -#: ../gio/glocalfileinfo.c:1776 ../gio/glocalfileinfo.c:1795 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "Неправильний тип атрибуту (очікувався рядок байтів)" -#: ../gio/glocalfileinfo.c:1821 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Помилка встановлення прав доступу: %s" -#: ../gio/glocalfileinfo.c:1872 ../gio/glocalfileinfo.c:2040 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Помилка встановлення власник: %s" -#: ../gio/glocalfileinfo.c:1895 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "символьне посилання не може мати значення NULL" -#: ../gio/glocalfileinfo.c:1905 ../gio/glocalfileinfo.c:1924 -#: ../gio/glocalfileinfo.c:1935 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "Помилка при встановленні символьного посилання: %s" -#: ../gio/glocalfileinfo.c:1914 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" "помилка при встановленні символьного посилання: файл не є символьним " "посиланням" -#: ../gio/glocalfileinfo.c:2063 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "Контекст SELinux не може значення NULL" -#: ../gio/glocalfileinfo.c:2078 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Помилка при встановленні контексту SELinux: %s" -#: ../gio/glocalfileinfo.c:2085 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "SELinux не увімкнено у цій системі" -#: ../gio/glocalfileinfo.c:2146 +#: gio/glocalfileinfo.c:2146 #, 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 "" "для точки монтування не реалізовано автоматичне визначення типу контексту" @@ -1702,41 +1696,41 @@ 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." @@ -1745,67 +1739,65 @@ 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:195 ../gio/gunixinputstream.c:215 -#: ../gio/gunixinputstream.c:293 ../gio/gunixoutputstream.c:282 +#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 +#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format msgid "Error reading from unix: %s" msgstr "Помилка при зчитуванні unix-сокету: %s" -#: ../gio/gunixinputstream.c:248 ../gio/gunixinputstream.c:430 -#: ../gio/gunixoutputstream.c:237 ../gio/gunixoutputstream.c:388 +#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430 +#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388 #, c-format msgid "Error closing unix: %s" msgstr "Помилка при закриванні unix-сокету: %s" -#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816 +#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816 msgid "Filesystem root" msgstr "Корінь файлової системи" -#: ../gio/gunixoutputstream.c:183 ../gio/gunixoutputstream.c:204 +#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204 #, 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 "том не підтримує операцію витягування носія" -#: ../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/vi.po b/po/vi.po index d6d4b173..7f57c0d4 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-08-22 11:52+0700\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -544,7 +544,7 @@ msgstr "không thể rút lùi nữa" msgid "the pattern contains items not supported for partial matching" msgstr "mẫu chứa mục không được hỗ trợ khi khớp bộ phận" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "lỗi nội bộ" @@ -1016,12 +1016,12 @@ msgstr "Giá trị đôi « %s » cho %s ở ngoại phạm vi" msgid "Error parsing option %s" msgstr "Gặp lỗi khi phân tách tùy chọn %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "Thiếu đối số cho %s" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Không biết tùy chọn %s" @@ -1065,9 +1065,9 @@ msgstr "Tên khoá không hợp lệ: %s" msgid "Key file contains unsupported encoding '%s'" msgstr "Tập tin khóa chứa bảng mã không được hỗ trợ « %s »" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Tập tin khóa không có nhóm « %s »" @@ -1077,18 +1077,18 @@ msgstr "Tập tin khóa không có nhóm « %s »" msgid "Key file does not have key '%s'" msgstr "Tập tin khóa không có khóa « %s »" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Tập tin khóa chứa khóa « %s » với giá trị « %s » mà không phải là UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Tập tin khóa chứa khóa « %s » mà có giá trị không có khả năng giải dịch." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1097,36 +1097,36 @@ msgstr "" "Tập tin khóa chứa khóa « %s » trong nhóm « %s » mà có giá trị không có khả " "năng giải dịch." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Tập tin khóa không có khóa « %s » trong nhóm « %s »" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Tập tin khóa chứa ký tá»± thoát tại kết thúc cá»§a dòng" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Tập tin khóa chứa dãy thoát không hợp lệ « %s »" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Không thể giải dịch giá trị « %s » dạng con số." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "Giá trị số nguyên « %s » ở ngoại phạm vi" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Không thể giải dịch giá trị « %s » dạng con số nổi." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format 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)." @@ -1143,7 +1143,7 @@ msgstr "Giá trị đếm quá lớn được gá»­i cho %s" msgid "Stream is already closed" msgstr "Luồng đã bị đóng" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Thao tác bị thôi" @@ -1165,34 +1165,34 @@ msgstr "kiểu %s" msgid "Unexpected early end-of-stream" msgstr "Kết thúc luồng sớm bất thường" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Không có tên" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 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:958 +#: gio/gdesktopappinfo.c:977 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:1190 +#: gio/gdesktopappinfo.c:1209 #, 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:1194 +#: gio/gdesktopappinfo.c:1213 #, 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:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "Không thể tạo tập tin desktop %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "Lời định nghÄ©a riêng cho %s" @@ -1205,11 +1205,21 @@ msgstr "ổ đĩa không thá»±c hiện chức năng đẩy ra" msgid "drive doesn't implement polling for media" msgstr "ổ đĩa không thá»±c hiện chức năng thăm dò có phương tiện không" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "Thao tác không được hỗ trợ" @@ -1221,12 +1231,12 @@ msgstr "Thao tác không được hỗ trợ" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "Bộ lắp chứa không tồn tại" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "Không thể sao chép đè lên thư mục" @@ -1234,7 +1244,7 @@ msgstr "Không thể sao chép đè lên thư mục" msgid "Can't copy directory over directory" msgstr "Không thể sao chép thư mục đè lên thư mục" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "Tập tin đích đã có" @@ -1276,14 +1286,23 @@ msgstr "Bộ đếm tập tin có thao tác còn chạy" msgid "File enumerator is already closed" msgstr "Bộ đếm tập tin đã bị đóng" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "tập tin" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "Tập tin chứa biểu tượng" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1301,6 +1320,40 @@ msgstr "Không cho phép cắt ngắn luồng nhập vào" msgid "Truncate not supported on stream" msgstr "Không cho phép cắt ngắn luồng" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "Luồng nhập vào không thá»±c hiện chức năng đọc" @@ -1319,108 +1372,108 @@ msgstr "Luồng có thao tác còn chạy" msgid "Unable to find default local directory monitor type" msgstr "Không tìm thấy kiểu theo dõi thư mục cục bộ mặc định" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "Tên tập tin không hợp lệ: %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "Gặp lỗi khi lấy tập tin về hệ thống tập tin: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "Không thể thay đổi tên cá»§a thư mục gốc" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "Gặp lỗi khi thay đổi tên cá»§a tập tin: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "Không thể thay đổi tên cá»§a tập tin, vì tên tập tin đã có" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "Tên tập tin không hợp lệ" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "Gặp lỗi khi thay đổi tên cá»§a tập tin: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "Gặp lỗi khi mở tập tin: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "Không thể mở thư mục" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "Gặp lỗi khi gỡ bỏ tập tin: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "Gặp lỗi khi chuyển tập tin vào sọt rác: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Không thể tạo thư mục sọt rác %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "Không tìm thấy thư mục cấp đầu cho sọt rác" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "Không tìm thấy hay không thể tạo thư mục sọt rác" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Không thể tạo tập tin thông tin sọt rác: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "Không thể chuyển tập tin vào sọt rác: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "Lỗi tạo thư mục: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "Gặp lỗi khi tạo liên kết tượng trưng: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "Gặp lỗi khi di chuyển tập tin: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "Không thể di chuyển thư mục đè lên thư mục" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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 "Lỗi tạo tập tin sao lưu" -#: gio/glocalfile.c:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "Gặp lỗi khi gỡ bỏ tập tin đích: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 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" @@ -1450,63 +1503,63 @@ msgstr "Gặp lỗi khi lấy trạng thái về tập tin « %s »: %s" msgid " (invalid encoding)" msgstr " (bảng mã không hợp lệ)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, 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:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "Kiểu thuộc tính không hợp lệ (mong đợi uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "Kiểu thuộc tính không hợp lệ (mong đợi uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 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:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "Gặp lỗi khi đặt quyền hạn: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "Gặp lỗi khi đặt người sở hữu : %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "liên kết tượng trưng phải có giá trị" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, 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:1918 +#: gio/glocalfileinfo.c:1914 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:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "Ngữ cảnh SELinux phải khác NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "Lỗi đặt ngữ cảnh SELinux: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 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:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "Không hỗ trợ chức năng đặt thuộc tính %s" @@ -1643,27 +1696,27 @@ msgstr "Luồng xuất không thá»±c hiện hàm write (ghi)" msgid "Source stream is already closed" msgstr "Luồng nguồn đã bị đóng" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "tên" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "Tên cá»§a biểu tượng" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "tên" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "Mảng chứa tên biểu tượng" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "dùng dá»± phòng mặc định" -#: gio/gthemedicon.c:249 +#: 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." @@ -1671,6 +1724,11 @@ msgstr "" "Có dùng dá»± phòng mặc định được tìm thấy bằng cách rút ngắn tên tại ký tá»± '-' " "hay không. Chỉ xét tên đầu tiên nếu trùng tên." +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/wa.po b/po/wa.po index 25136cb2..7e3a2fc9 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2004-05-03 14:40+0200\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" @@ -522,7 +522,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -984,12 +984,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "" @@ -1031,9 +1031,9 @@ msgstr "No d' lodjoe nén valide" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "" @@ -1043,53 +1043,53 @@ msgstr "" msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1106,7 +1106,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1128,34 +1128,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1168,11 +1168,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Loyéns simbolikes nén sopoirtés" @@ -1185,12 +1195,12 @@ msgstr "Loyéns simbolikes nén sopoirtés" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1198,7 +1208,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1241,14 +1251,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1266,6 +1285,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1284,109 +1337,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "No d' lodjoe nén valide" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "No d' lodjoe nén valide" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Åk n' a nén stî tot drovant l' ridant «%s»: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1416,61 +1469,61 @@ msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, 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:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Aroke el roye %d: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Loyéns simbolikes nén sopoirtés" @@ -1608,32 +1661,37 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/xh.po b/po/xh.po index a02e13f5..afbdd975 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2005-02-08 12:31+0200\n" "Last-Translator: Canonical Ltd \n" "Language-Team: Xhosa \n" @@ -557,7 +557,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1037,12 +1037,12 @@ msgstr "Ixabiso lenani elimbaxa '%s' le %s lingaphaya kwesigaba" msgid "Error parsing option %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "Ukhetho olungaziwayo %s" @@ -1088,9 +1088,9 @@ msgstr "Igama lomququzeleli elingasebenziyo" msgid "Key file contains unsupported encoding '%s'" msgstr "Ifayili engundoqo iqulethe unxulumano olungaxhaswanga '%s'" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "Ifayili engundoqo ayinalo iqela '%s'" @@ -1100,19 +1100,19 @@ msgstr "Ifayili engundoqo ayinalo iqela '%s'" msgid "Key file does not have key '%s'" msgstr "Ifayili engundoqo ayinalo iqhosha '%s'" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Ifayili engundoqo iqulethe iqhosa '%s' elinexabiso '%s' elingeyiyo UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Ifayili engundoqo iqulethe iqhosha '%s' elinexabiso elingekhe lichazwe." -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1121,37 +1121,37 @@ msgstr "" "Ifayili engundoqo iqulethe iqhosha '%s' kwiqela '%s' elinexabiso elingekhe " "lichazwe." -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Ifayili engundoqo ayinalo iqhosha '%s' eqeleni '%s'" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "Ifayili engundoqo iqulethe uphawu lokuphepha ekupheleni komgca" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" "Ifayili engundoqo iqulethe ulandelelwano olungasebenziyo lokuphepha '%s'" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Ixabiso '%s' alinakho ukuchazwa njengenani." -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, fuzzy, c-format msgid "Integer value '%s' out of range" msgstr "Ixabiso lenani elimbaxa '%s' le %s lingaphaya kwesigaba" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Ixabiso '%s' alinakho ukuchazwa njengenani." -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ixabiso '%s' alinakho ukuchazwa njenge-boolean." @@ -1168,7 +1168,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1191,34 +1191,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1231,11 +1231,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 #, fuzzy msgid "Operation not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" @@ -1248,12 +1258,12 @@ msgstr "Ikhonkco elingumfuziselo alixhaswanga" #. 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1261,7 +1271,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1304,15 +1314,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "Igama lomququzeleli weURI '%s' alisebenzi" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1330,6 +1349,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1348,109 +1401,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Igama lomququzeleli elingasebenziyo" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "Impazamo yokufunda ifayili '%s': %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "Igama lomququzeleli elingasebenziyo" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "Impazamo yokufunda ifayili '%s': %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Akuphumelelekanga ukudala ifayili '%s': %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Akuphumelelekanga ukudala ifayili '%s': %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Akuphumelelekanga ukudala ifayili '%s': %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Impazamo yokuvula uvimba weefayili '%s': %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1481,61 +1534,61 @@ msgstr "Impazamo yokufunda ifayili '%s': %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Impazamo emgceni %d: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" @@ -1674,33 +1727,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "Igama lomququzeleli weURI '%s' alisebenzi" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/yi.po b/po/yi.po index 1f214d36..e11c2207 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2003-03-19\n" "Last-Translator: Raphael Finkel \n" "Language-Team: Yiddish \n" @@ -542,7 +542,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "" @@ -1013,12 +1013,12 @@ msgstr "" msgid "Error parsing option %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "" @@ -1060,9 +1060,9 @@ msgstr "אומלעקסיקער מאַשין־נאָמען" msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "" @@ -1072,53 +1072,53 @@ msgstr "" msgid "Key file does not have key '%s'" msgstr "" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "דער URI %s איז כּולל אומלעקסיקע פּליטה־כאַראַקטערס" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -1135,7 +1135,7 @@ msgstr "" msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" @@ -1157,34 +1157,34 @@ msgstr "" msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "" @@ -1197,11 +1197,21 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "" @@ -1213,12 +1223,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "" @@ -1226,7 +1236,7 @@ msgstr "" msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "" @@ -1268,15 +1278,24 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "דער מאַשין־נאָמען פֿונעם URI %s איז אומלעקסיק" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1294,6 +1313,40 @@ msgstr "" msgid "Truncate not supported on stream" msgstr "" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "" @@ -1312,109 +1365,109 @@ msgstr "" msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "אומלעקסיקער מאַשין־נאָמען" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, fuzzy, c-format +msgid "Error renaming file: %s" +msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 #, fuzzy msgid "Invalid filename" msgstr "אומלעקסיקער מאַשין־נאָמען" -#: gio/glocalfile.c:1143 -#, fuzzy, c-format -msgid "Error renaming file: %s" -msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "" @@ -1445,61 +1498,61 @@ msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "דורכפֿאַל אױף שורה %d: %s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1637,33 +1690,38 @@ msgstr "" msgid "Source stream is already closed" msgstr "" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 #, fuzzy msgid "The name of the icon" msgstr "דער מאַשין־נאָמען פֿונעם URI %s איז אומלעקסיק" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "" -#: gio/gthemedicon.c:249 +#: 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 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, fuzzy, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index ce078d46..20c5a67f 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-09-06 11:30+0800\n" "Last-Translator: Deng Xiyue \n" "Language-Team: i18n-zh \n" @@ -516,7 +516,7 @@ msgstr "达到回溯上限" msgid "the pattern contains items not supported for partial matching" msgstr "表达式包含不被部分匹配支持的项" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "内部错误" @@ -976,12 +976,12 @@ msgstr "%2$s 所用的双精度值“%1$s”超出范围" msgid "Error parsing option %s" msgstr "分析选项出错:%s" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "缺少 %s 的参数" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "未知选项 %s" @@ -1023,9 +1023,9 @@ msgstr "无效的键名:%s" msgid "Key file contains unsupported encoding '%s'" msgstr "键文件包含不支持的编码“%s”" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "键文件没有组“%s”" @@ -1035,53 +1035,53 @@ msgstr "键文件没有组“%s”" msgid "Key file does not have key '%s'" msgstr "键文件没有键“%s”" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "键文件包含“%s”,其值“%s”不是 UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "键文件包含键“%s”,其值无法解释。" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, 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:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "键文件的组“%2$s”中不包含键“%1$s”" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "键文件在行尾含有转义字符" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "键文件中包含无效的转义序列“%s”" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "无法将值“%s”解释为数值。" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "整数值“%s”超出范围" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "无法将值“%s”解释为浮点数。" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "无法将值“%s”解释为布尔值。" @@ -1098,7 +1098,7 @@ msgstr "传递给 %s 的计数值太大了" msgid "Stream is already closed" msgstr "流已经关闭" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "操作被取消" @@ -1120,34 +1120,34 @@ msgstr "%s 类型" msgid "Unexpected early end-of-stream" msgstr "非预期的过早的流结束符" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "未命名" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "桌面文件未指定 Exec 区域" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "无法找到应用程序需要的终端" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "无法创建用户应用程序配置文件夹 %s:%s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "无法创建用户 MIME 配置文件夹 %s:%s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "无法创建用户桌面文件 %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "%s 的自制定定义" @@ -1160,11 +1160,21 @@ msgstr "驱动未实现探出" msgid "drive doesn't implement polling for media" msgstr "驱动未实现媒体轮询" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "不支持该操作" @@ -1176,12 +1186,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "包含的挂载不存在" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "无法复制目录" @@ -1189,7 +1199,7 @@ msgstr "无法复制目录" msgid "Can't copy directory over directory" msgstr "无法将目录复制到目录" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "目标文件已存在" @@ -1231,14 +1241,23 @@ msgstr "文件枚举器有异常操作" msgid "File enumerator is already closed" msgstr "文件枚举器已关闭" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "文件" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "包含该图标的文件" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1256,6 +1275,40 @@ msgstr "输入流不允许截断" msgid "Truncate not supported on stream" msgstr "流不支持截断" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "输入流未实现读取" @@ -1274,108 +1327,108 @@ msgstr "流有异常操作" msgid "Unable to find default local directory monitor type" msgstr "无法找默认的本地目录监视器类型" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "无效的文件名名:%s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "读取文件系统信息出错:%s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "无法重命名根目录" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "重命名文件出错:%s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "无法重命名文件,该文件名已存在" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "无效的文件名" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "重命名文件出错:%s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "打开文件出错:%s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "无法打开目录" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "移除文件出错:%s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "将文件放到垃圾箱出错:%s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "创建垃圾箱目录 %s 失败:%s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "无法找到垃圾箱的顶级目录" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "无法找到或创建垃圾箱目录" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "创建垃圾信息文件失败:%s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "无法将文件移动到回收站:%s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, c-format msgid "Error creating directory: %s" msgstr "创建目录出错:%s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "创建符号链接出错:%s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "移动文件出错:%s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "无法将目录移动到目录" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "移除目标文件出错:%s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "不支持在挂载之间移动" @@ -1405,61 +1458,61 @@ msgstr "获取文件“%s”状态出错:%s" msgid " (invalid encoding)" msgstr " (无效的编码)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "获取文件描述符状态时出错:%s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "无效的属性类型(应为 uint32)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "无效的属性类型(应为 uint64)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "无效的属性类型(应为 byte string)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "设置访问权限出错:%s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "设置所有者出错:%s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "符号链接必须是非空" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "设置符号链接出错:%s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "设定符号链接出错:文件不是符号链接" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 msgid "SELinux context must be non-NULL" msgstr "SELinux 上下文必须是非空" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Error setting SELinux context: %s" msgstr "设置 SELinux 上下文出错:%s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "此系统尚未启用 SELinux" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "不支持设置属性 %s" @@ -1596,27 +1649,27 @@ msgstr "输出流未实现写入" msgid "Source stream is already closed" msgstr "来源流已经关闭" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "名称" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "图标的名称" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "名称" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "包含图标名称的数组" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "使用默认预案" -#: gio/gthemedicon.c:249 +#: 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." @@ -1624,6 +1677,11 @@ msgstr "" "是否使用通过缩短在“-”字符的名称找到的默认预案。如果给出了多个名字则忽略除第一" "个之外的名字。" +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/zh_HK.po b/po/zh_HK.po index 8c997b2f..82f1dd3c 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: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2008-07-14 16:27+0800\n" "Last-Translator: Woodman Tuen \n" "Language-Team: Chinese (Hong Kong) \n" @@ -519,7 +519,7 @@ msgstr "已達回溯上限" msgid "the pattern contains items not supported for partial matching" msgstr "此模式包含了不支援部分比對的項目" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "內部的錯誤" @@ -979,12 +979,12 @@ msgstr "%2$s 的雙精度浮點數‘%1$s’超出範圍" msgid "Error parsing option %s" msgstr "解析 %s 選項時發生錯誤" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "缺少 %s 的參數" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "未知的選項 %s" @@ -1026,9 +1026,9 @@ msgstr "無效的設定鍵名稱:%s" msgid "Key file contains unsupported encoding '%s'" msgstr "設定鍵檔案包含不支援的編碼‘%s’" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "設定鍵檔案沒有羣組‘%s’" @@ -1038,53 +1038,53 @@ msgstr "設定鍵檔案沒有羣組‘%s’" msgid "Key file does not have key '%s'" msgstr "設定鍵檔案沒有設定鍵‘%s’" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "設定鍵檔案包含的設定鍵‘%s’(數值為‘%s’)並非 UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "設定鍵檔案包含的設定鍵‘%s’的數值無法解譯。" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, 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:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "設定鍵檔案的羣組‘%2$s’中沒有設定鍵‘%1$s’" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "設定鍵檔案在行尾包含跳出字符" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "設定鍵檔案含有不正確的「跳出字符」‘%s’" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "數值‘%s’不能被解譯為數字。" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "整數值‘%s’超出範圍" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "數值‘%s’不能被解譯為浮點數。" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "數值‘%s’不能被解譯為邏輯值。" @@ -1101,7 +1101,7 @@ msgstr "傳給 %s 的計數值太大" msgid "Stream is already closed" msgstr "串流已經關閉" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "操作已被取消" @@ -1123,34 +1123,34 @@ msgstr "%s 類型" msgid "Unexpected early end-of-stream" msgstr "未預期的串流過早結束" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "未命名的" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "桌面(Desktop)檔案未指定 Exec 欄位" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "無法找到應用程式要求的終端機" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "不能建立使用者應用程式組態資料夾 %s:%s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "不能建立使用者 MIME 組態資料夾 %s:%s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "不能建立使用者桌面檔案 %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "自選 %s 的定義" @@ -1163,11 +1163,21 @@ msgstr "裝置無法實作退出功能(eject)" msgid "drive doesn't implement polling for media" msgstr "裝置無法實作媒體的輪詢" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "不支援操作" @@ -1179,12 +1189,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "包含了不存在的掛載點" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "不能複製整個目錄" @@ -1192,7 +1202,7 @@ msgstr "不能複製整個目錄" msgid "Can't copy directory over directory" msgstr "不能從目錄複製到目錄" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "目標檔案已存在" @@ -1234,15 +1244,24 @@ msgstr "檔案列舉器(enumerator)有異常操作" msgid "File enumerator is already closed" msgstr "檔案列舉器(enumerator)已經關閉" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "包含圖示名稱的陣列" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1260,6 +1279,40 @@ msgstr "在輸入串流中不允許截短(truncate)" msgid "Truncate not supported on stream" msgstr "在串流中不支援截短(truncate)" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "輸入串流尚未實作讀取" @@ -1278,108 +1331,108 @@ msgstr "串流有異常操作" msgid "Unable to find default local directory monitor type" msgstr "無法找到預設的本地端目錄監視器類型" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "無效的檔案名稱 %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "取得檔案系統資訊時發生錯誤:%s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "不能重新命名根目錄" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "重新命名檔案時發生錯誤:%s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "不能重新命名檔案,該檔案名稱已存在" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "無效的檔案名稱" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "重新命名檔案時發生錯誤:%s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "開啓檔案時發生錯誤:%s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "無法開啟目錄" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "移除檔案時發生錯誤:%s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "移動檔案至回收筒時發生錯誤:%s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "無法建立回收筒目錄 %s:%s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "無法找到回收筒的頂端層級目錄" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "無法找到或建立回收筒目錄" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "無法建立回收筒資訊檔案:%s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "無法將檔案移至回收筒:%s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "開啟目錄‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "建立符號連結時發生錯誤:%s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "移動檔案時發生錯誤:%s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "不能將目錄移動到目錄" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "移除目標檔案時發生錯誤:%s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "不支援在掛載點之間移動" @@ -1409,62 +1462,62 @@ msgstr "取得檔案「%s」狀態時發生錯誤:%s" msgid " (invalid encoding)" msgstr "(無效的編碼)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "取得檔案描述狀態時發生錯誤:%s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "無效的屬性類型(應為 uint32 值)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "無效的屬性類型(應為 uint64 值)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "無效的屬性類型(應為 byte string 值)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "設定權限時發生錯誤:%s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "設定擁有者時發生錯誤:%s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "符號連結必須為非-NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "設定符號連結時發生錯誤:%s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "設定符號連結時發生錯誤:檔案不是符號連結" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "符號連結必須為非-NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "設定擁有者時發生錯誤:%s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "不支援設定屬性 %s" @@ -1603,27 +1656,27 @@ msgstr "輸出串流尚未實作寫入" msgid "Source stream is already closed" msgstr "來源串流已經關閉" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "名稱" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "圖示的名稱" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "名稱" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "包含圖示名稱的陣列" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "使用預設的回饋" -#: gio/gthemedicon.c:249 +#: 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." @@ -1631,6 +1684,11 @@ msgstr "" "是否使用縮短過在「-」字符的名稱找到的預設回饋。如果提供多個名稱則忽略第一個以" "外的名稱。" +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format diff --git a/po/zh_TW.po b/po/zh_TW.po index 4801bd86..07f6e18a 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.17.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-10-16 18:46-0400\n" +"POT-Creation-Date: 2008-12-01 09:28-0500\n" "PO-Revision-Date: 2007-02-27 09:08+0800\n" "Last-Translator: Woodman Tuen \n" "Language-Team: Chinese (Taiwan) \n" @@ -519,7 +519,7 @@ msgstr "已達回溯上限" msgid "the pattern contains items not supported for partial matching" msgstr "此模式包含了不支援部分比對的項目" -#: glib/gregex.c:154 gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1994 msgid "internal error" msgstr "內部的錯誤" @@ -979,12 +979,12 @@ msgstr "%2$s 的雙精度浮點數‘%1$s’超出範圍" msgid "Error parsing option %s" msgstr "解析 %s 選項時發生錯誤" -#: glib/goption.c:1260 glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1374 #, c-format msgid "Missing argument for %s" msgstr "缺少 %s 的參數" -#: glib/goption.c:1766 +#: glib/goption.c:1769 #, c-format msgid "Unknown option %s" msgstr "未知的選項 %s" @@ -1026,9 +1026,9 @@ msgstr "無效的設定鍵名稱:%s" msgid "Key file contains unsupported encoding '%s'" msgstr "設定鍵檔案包含不支援的編碼‘%s’" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 -#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 -#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2496 +#: glib/gkeyfile.c:2564 glib/gkeyfile.c:2699 glib/gkeyfile.c:2834 +#: glib/gkeyfile.c:2987 glib/gkeyfile.c:3174 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have group '%s'" msgstr "設定鍵檔案沒有群組‘%s’" @@ -1038,53 +1038,53 @@ msgstr "設定鍵檔案沒有群組‘%s’" msgid "Key file does not have key '%s'" msgstr "設定鍵檔案沒有設定鍵‘%s’" -#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1388 glib/gkeyfile.c:1501 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "設定鍵檔案包含的設定鍵‘%s’(數值為‘%s’)並非 UTF-8" -#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1408 glib/gkeyfile.c:1521 glib/gkeyfile.c:1900 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "設定鍵檔案包含的設定鍵‘%s’的數值無法解譯。" -#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2115 glib/gkeyfile.c:2327 #, 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:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2511 glib/gkeyfile.c:2714 glib/gkeyfile.c:3246 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "設定鍵檔案的群組‘%2$s’中沒有設定鍵‘%1$s’" -#: glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3480 msgid "Key file contains escape character at end of line" msgstr "設定鍵檔案在行尾包含跳出字元" -#: glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3502 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "設定鍵檔案含有不正確的「跳出字元」‘%s’" -#: glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3644 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "數值‘%s’不能被解譯為數字。" -#: glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3658 #, c-format msgid "Integer value '%s' out of range" msgstr "整數值‘%s’超出範圍" -#: glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3691 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "數值‘%s’不能被解譯為浮點數。" -#: glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3715 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "數值‘%s’不能被解譯為邏輯值。" @@ -1101,7 +1101,7 @@ msgstr "傳給 %s 的計數值太大" msgid "Stream is already closed" msgstr "串流已經關閉" -#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:366 gio/glocalfile.c:1987 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "操作已被取消" @@ -1123,34 +1123,34 @@ msgstr "%s 類型" msgid "Unexpected early end-of-stream" msgstr "未預期的串流過早結束" -#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:447 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "未命名的" -#: gio/gdesktopappinfo.c:664 +#: gio/gdesktopappinfo.c:683 msgid "Desktop file didn't specify Exec field" msgstr "桌面(Desktop)檔案未指定 Exec 欄位" -#: gio/gdesktopappinfo.c:958 +#: gio/gdesktopappinfo.c:977 msgid "Unable to find terminal required for application" msgstr "無法找到應用程式要求的終端機" -#: gio/gdesktopappinfo.c:1190 +#: gio/gdesktopappinfo.c:1209 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "不能建立使用者應用程式組態資料夾 %s:%s" -#: gio/gdesktopappinfo.c:1194 +#: gio/gdesktopappinfo.c:1213 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "不能建立使用者 MIME 組態資料夾 %s:%s" -#: gio/gdesktopappinfo.c:1598 +#: gio/gdesktopappinfo.c:1617 #, c-format msgid "Can't create user desktop file %s" msgstr "不能建立使用者桌面檔案 %s" -#: gio/gdesktopappinfo.c:1707 +#: gio/gdesktopappinfo.c:1729 #, c-format msgid "Custom definition for %s" msgstr "自訂 %s 的定義" @@ -1163,11 +1163,21 @@ msgstr "裝置無法實作退出功能(eject)" msgid "drive doesn't implement polling for media" msgstr "裝置無法實作媒體的輪詢" +#: gio/gemblem.c:326 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "" + +#: gio/gemblem.c:336 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "" + #: 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:2693 #: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245 #: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894 -#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427 +#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "不支援操作" @@ -1179,12 +1189,12 @@ 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:1064 gio/glocalfile.c:1075 -#: gio/glocalfile.c:1088 +#: gio/gfile.c:1311 gio/glocalfile.c:1066 gio/glocalfile.c:1077 +#: gio/glocalfile.c:1090 msgid "Containing mount does not exist" msgstr "包含了不存在的掛載點" -#: gio/gfile.c:1963 gio/glocalfile.c:2124 +#: gio/gfile.c:1963 gio/glocalfile.c:2137 msgid "Can't copy over directory" msgstr "不能複製整個目錄" @@ -1192,7 +1202,7 @@ msgstr "不能複製整個目錄" msgid "Can't copy directory over directory" msgstr "不能從目錄複製到目錄" -#: gio/gfile.c:2031 gio/glocalfile.c:2133 +#: gio/gfile.c:2031 gio/glocalfile.c:2146 msgid "Target file exists" msgstr "目標檔案已存在" @@ -1234,15 +1244,24 @@ msgstr "檔案列舉器(enumerator)有異常操作" msgid "File enumerator is already closed" msgstr "檔案列舉器(enumerator)已經關閉" -#: gio/gfileicon.c:144 +#: gio/gfileicon.c:145 msgid "file" msgstr "" -#: gio/gfileicon.c:145 +#: gio/gfileicon.c:146 #, fuzzy msgid "The file containing the icon" msgstr "包含圖示名稱的陣列" +#: gio/gfileicon.c:237 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" + +#: gio/gfileicon.c:247 +msgid "Malformed input data for GFileIcon" +msgstr "" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1260,6 +1279,40 @@ msgstr "在輸入串流中不允許截短(truncate)" msgid "Truncate not supported on stream" msgstr "在串流中不支援截短(truncate)" +#: gio/gicon.c:322 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "" + +#: gio/gicon.c:342 +#, c-format +msgid "No type for class name %s" +msgstr "" + +#: gio/gicon.c:352 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "" + +#: gio/gicon.c:363 +#, c-format +msgid "Type %s is not classed" +msgstr "" + +#: gio/gicon.c:377 +#, c-format +msgid "Malformed version number: %s" +msgstr "" + +#: gio/gicon.c:391 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "" + +#: gio/gicon.c:467 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" + #: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "輸入串流尚未實作讀取" @@ -1278,108 +1331,108 @@ msgstr "串流有異常操作" msgid "Unable to find default local directory monitor type" msgstr "無法找到預設的本地端目錄監視器類型" -#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 +#: gio/glocalfile.c:603 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "無效的檔案名稱 %s" -#: gio/glocalfile.c:972 +#: gio/glocalfile.c:974 #, c-format msgid "Error getting filesystem info: %s" msgstr "取得檔案系統資訊時發生錯誤:%s" -#: gio/glocalfile.c:1108 +#: gio/glocalfile.c:1110 msgid "Can't rename root directory" msgstr "不能重新命名根目錄" -#: gio/glocalfile.c:1126 +#: gio/glocalfile.c:1130 gio/glocalfile.c:1156 +#, c-format +msgid "Error renaming file: %s" +msgstr "重新命名檔案時發生錯誤:%s" + +#: gio/glocalfile.c:1139 msgid "Can't rename file, filename already exist" msgstr "不能重新命名檔案,該檔案名稱已存在" -#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 -#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505 +#: gio/glocalfile.c:1152 gio/glocalfile.c:2016 gio/glocalfile.c:2045 +#: gio/glocalfile.c:2199 gio/glocalfileoutputstream.c:505 #: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "無效的檔案名稱" -#: gio/glocalfile.c:1143 -#, c-format -msgid "Error renaming file: %s" -msgstr "重新命名檔案時發生錯誤:%s" - -#: gio/glocalfile.c:1262 +#: gio/glocalfile.c:1275 #, c-format msgid "Error opening file: %s" msgstr "開啓檔案時發生錯誤:%s" -#: gio/glocalfile.c:1272 +#: gio/glocalfile.c:1285 msgid "Can't open directory" msgstr "無法開啟目錄" -#: gio/glocalfile.c:1332 +#: gio/glocalfile.c:1345 #, c-format msgid "Error removing file: %s" msgstr "移除檔案時發生錯誤:%s" -#: gio/glocalfile.c:1696 +#: gio/glocalfile.c:1709 #, c-format msgid "Error trashing file: %s" msgstr "移動檔案至回收筒時發生錯誤:%s" -#: gio/glocalfile.c:1719 +#: gio/glocalfile.c:1732 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "無法建立回收筒目錄 %s:%s" -#: gio/glocalfile.c:1740 +#: gio/glocalfile.c:1753 msgid "Unable to find toplevel directory for trash" msgstr "無法找到回收筒的頂端層級目錄" -#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 +#: gio/glocalfile.c:1832 gio/glocalfile.c:1852 msgid "Unable to find or create trash directory" msgstr "無法找到或建立回收筒目錄" -#: gio/glocalfile.c:1873 +#: gio/glocalfile.c:1886 #, c-format msgid "Unable to create trashing info file: %s" msgstr "無法建立回收筒資訊檔案:%s" -#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 +#: gio/glocalfile.c:1911 gio/glocalfile.c:1986 gio/glocalfile.c:1993 #, c-format msgid "Unable to trash file: %s" msgstr "無法將檔案移至回收筒:%s" -#: gio/glocalfile.c:2007 +#: gio/glocalfile.c:2020 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "開啟目錄‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:2036 +#: gio/glocalfile.c:2049 #, c-format msgid "Error making symbolic link: %s" msgstr "建立符號連結時發生錯誤:%s" -#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 +#: gio/glocalfile.c:2109 gio/glocalfile.c:2203 #, c-format msgid "Error moving file: %s" msgstr "移動檔案時發生錯誤:%s" -#: gio/glocalfile.c:2119 +#: gio/glocalfile.c:2132 msgid "Can't move directory over directory" msgstr "不能將目錄移動到目錄" -#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819 +#: gio/glocalfile.c:2159 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:2165 +#: gio/glocalfile.c:2178 #, c-format msgid "Error removing target file: %s" msgstr "移除目標檔案時發生錯誤:%s" -#: gio/glocalfile.c:2179 +#: gio/glocalfile.c:2192 msgid "Move between mounts not supported" msgstr "不支援在掛載點之間移動" @@ -1409,62 +1462,62 @@ msgstr "取得檔案「%s」狀態時發生錯誤:%s" msgid " (invalid encoding)" msgstr "(無效的編碼)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1694 #, c-format msgid "Error stating file descriptor: %s" msgstr "取得檔案描述狀態時發生錯誤:%s" -#: gio/glocalfileinfo.c:1743 +#: gio/glocalfileinfo.c:1739 msgid "Invalid attribute type (uint32 expected)" msgstr "無效的屬性類型(應為 uint32 值)" -#: gio/glocalfileinfo.c:1761 +#: gio/glocalfileinfo.c:1757 msgid "Invalid attribute type (uint64 expected)" msgstr "無效的屬性類型(應為 uint64 值)" -#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 +#: gio/glocalfileinfo.c:1776 gio/glocalfileinfo.c:1795 msgid "Invalid attribute type (byte string expected)" msgstr "無效的屬性類型(應為 byte string 值)" -#: gio/glocalfileinfo.c:1825 +#: gio/glocalfileinfo.c:1821 #, c-format msgid "Error setting permissions: %s" msgstr "設定權限時發生錯誤:%s" -#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 +#: gio/glocalfileinfo.c:1872 gio/glocalfileinfo.c:2040 #, c-format msgid "Error setting owner: %s" msgstr "設定擁有者時發生錯誤:%s" -#: gio/glocalfileinfo.c:1899 +#: gio/glocalfileinfo.c:1895 msgid "symlink must be non-NULL" msgstr "符號連結必須為非-NULL" -#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 -#: gio/glocalfileinfo.c:1939 +#: gio/glocalfileinfo.c:1905 gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting symlink: %s" msgstr "設定符號連結時發生錯誤:%s" -#: gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1914 msgid "Error setting symlink: file is not a symlink" msgstr "設定符號連結時發生錯誤:檔案不是符號連結" -#: gio/glocalfileinfo.c:2067 +#: gio/glocalfileinfo.c:2063 #, fuzzy msgid "SELinux context must be non-NULL" msgstr "符號連結必須為非-NULL" -#: gio/glocalfileinfo.c:2082 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "設定擁有者時發生錯誤:%s" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2085 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2150 +#: gio/glocalfileinfo.c:2146 #, c-format msgid "Setting attribute %s not supported" msgstr "不支援設定屬性 %s" @@ -1603,27 +1656,27 @@ msgstr "輸出串流尚未實作寫入" msgid "Source stream is already closed" msgstr "來源串流已經關閉" -#: gio/gthemedicon.c:210 +#: gio/gthemedicon.c:211 msgid "name" msgstr "名稱" -#: gio/gthemedicon.c:211 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "圖示的名稱" -#: gio/gthemedicon.c:222 +#: gio/gthemedicon.c:223 msgid "names" msgstr "名稱" -#: gio/gthemedicon.c:223 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "包含圖示名稱的陣列" -#: gio/gthemedicon.c:248 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "使用預設的回饋" -#: gio/gthemedicon.c:249 +#: 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." @@ -1631,6 +1684,11 @@ msgstr "" "是否使用縮短過在「-」字元的名稱找到的預設回饋。如果提供多個名稱則忽略第一個以" "外的名稱。" +#: gio/gthemedicon.c:499 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" + #: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215 #: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282 #, c-format -- 2.34.1